/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* SLIDESHOW
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .featured-wrapper {
    position: relative;
}

.featured-wrapper .featured-list {
    display: grid;
}

.featured-wrapper .featured-list li {
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    transition: opacity 0.25s;
}


.featured-wrapper .arrows label::before,
.featured-wrapper .arrows label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--black);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-color: var(--white);
    opacity: 0.5;
    transition: opacity 0.25s;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #2c3e50;
    border-radius: 3px;
}

.featured-wrapper .arrows label::before {
    left: 10px;
}

.featured-wrapper .arrows label::after {
    right: 10px;
}

.featured-wrapper .dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.featured-wrapper .dots li:not(:last-child) {
    margin-right: 8px;
}

.featured-wrapper .dots label {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--white);
    transition: background 0.25s;
}

.featured-wrapper .dots label:hover {
    background: currentColor;
}

.thumb-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    margin-top: 20px;
}

.thumb-list label {
    display: grid;
}

.thumb-list img,
.thumb-list .outer {
    grid-column: 1;
    grid-row: 1;
}

.thumb-list .outer {
    display: grid;
    place-items: center;
    transition: background 0.25s;
}

.thumb-list .inner {
    font-size: 18px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.25s;
}

/* MIMIC CLICK EVENT
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
[id="image1"]:checked~.container .featured-list li:nth-child(1),
[id="image2"]:checked~.container .featured-list li:nth-child(2),
[id="image3"]:checked~.container .featured-list li:nth-child(3),
[id^="image"]:checked~.container .arrows [for^="image"]:hover::before,
[id^="image"]:checked~.container .arrows [for^="image"]:hover::after {
    opacity: 1;
}

[id="image1"]:checked~.container .arrows [for="image3"]::before,
[id="image2"]:checked~.container .arrows [for="image1"]::before,
[id="image3"]:checked~.container .arrows [for="image2"]::before {
    content: '';
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/arrow-prev-slideshow.svg);
}

[id="image1"]:checked~.container .arrows [for="image2"]::after,
[id="image2"]:checked~.container .arrows [for="image3"]::after,
[id="image3"]:checked~.container .arrows [for="image1"]::after {
    content: '';
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/arrow-next-slideshow.svg);
}

[id="image1"]:checked~.container .dots [for="image1"],
[id="image2"]:checked~.container .dots [for="image2"],
[id="image3"]:checked~.container .dots [for="image3"] {
    background: currentColor;
}

[id="image1"]:checked~.container [for="image1"] .outer,
[id="image2"]:checked~.container [for="image2"] .outer,
[id="image3"]:checked~.container [for="image3"] .outer {
    background: var(--overlay);
}

[id="image1"]:checked~.container [for="image1"] .inner,
[id="image2"]:checked~.container [for="image2"] .inner,
[id="image3"]:checked~.container [for="image3"] .inner {
    opacity: 1;
    transform: none;
}


/* FOOTER
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
    color: var(--black);
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
}

.page-footer span {
    color: var(--red);
}

/**Acima slideshow **/
.foto-perfil {
    height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 50%;
}

.corPrimaria {
    background-color: #2c3e50;
}

.codeBack {
    background-image: url("./imgs/codeback.jpg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.corSecundaria {
    background-color: #2c3e50;
}

p {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: black !important;
}

.backdrop{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 50;
    display: none;
}

.box{
    position: absolute;
    top: 20%;
    left: 5%;
    width: 500px;
    height: 300px;
    display: block;
    background: #adabab;
    z-index: 51;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    display: none;
}


.close{
    float: right;
    margin-right: 6px;
    cursor: pointer;
}

.backdrop2{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 50;
    display: none;
}

.box2{
    position: absolute;
    top: 20%;
    left: 6.5%;
    width: 500px;
    height: 300px;
    display: block;
    background: #adabab;
    z-index: 51;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    display: none;
}

.close2{
    float: right;
    margin-right: 6px;
    cursor: pointer;
}

.backdrop3{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 50;
    display: none;
}

.box3{
    position: absolute;
    top: 20%;
    left: 5%;
    width: 500px;
    height: 300px;
    display: block;
    background: #adabab;
    z-index: 51;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    display: none;
}

.close3{
    float: right;
    margin-right: 6px;
    cursor: pointer;
}

.backdrop4{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 50;
    display: none;
}

.box4{
    position: absolute;
    top: 20%;
    left: 6.5%;
    width: 500px;
    height: 300px;
    display: block;
    background: #adabab;
    z-index: 51;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    display: none;
}

.close4{
    float: right;
    margin-right: 6px;
    cursor: pointer;
}

@media screen and (max-width: 480px ) {
    
    .box{
        position: absolute;
        top: 20%;
        left: -34%;
        width: 500px;
        height: 300px;
        display: block;
        background: #adabab;
        z-index: 51;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px #444444;
        -webkit-box-shadow: 0px 0px 5px #444444;
        display: none;
    }
    

    .box2 {
        position: absolute;
        top: 20%;
        padding-left: -30px;
        left: -7%;
        width: 400px;
        height: 250px;
        display: block;
        background: #adabab;
        z-index: 51;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px #444444;
        -webkit-box-shadow: 0px 0px 5px #444444;
        display: none;
        }

    .box3 {
        position: absolute;
        top: 20%;
        margin-left: -30px;
        left: 1%;
        width: 400px;
        height: 250px;
        display: block;
        background: #adabab;
        z-index: 51;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px #444444;
        -webkit-box-shadow: 0px 0px 5px #444444;
        display: none;
        }

    .box4 {
        position: absolute;
        top: 20%;
        margin-left: -30px;
        left: 1%;
        width: 400px;
        height: 250px;
        display: block;
        background: #adabab;
        z-index: 51;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 0px 5px #444444;
        -webkit-box-shadow: 0px 0px 5px #444444;
        display: none;
        }
}

.btn:hover{
    cursor: pointer;

}

.zoom {
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.text-item {
    left: 5%;
    right: 5%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000000;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.img1 {
    width: 100%;
    height: 500px;
}

.img2 {
    width: 100%;
}

.img3 {
    width: 30%;
}


.icones {
    padding-left: 5px;

}



.icon-whats {
    width: 35px;
}


.titulosBrancos {
    text-decoration: underline;
    text-underline-position: below;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.linkedin {
    position: relative;
    padding-left: 5px;
    border-top: 100px;
    height: 15px;
}

.titulosverde {
    text-decoration: underline;
    text-underline-position: below;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #18bc9c;
}

.textoBranco {
    color: white !important;
}

.jumbotron {
    margin-bottom: 0px;
}

.icons {
    float: bottom;
    width: 30px;
    transition: transform .2s; 

}

.icons:hover {
    transform: scale(1.3);
    cursor: pointer;

}

.tech {
    display: inline;

}

.textoFooter {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

html {
    scroll-behavior: smooth;
}

.dropdown-menu {
    position: absolute;
    margin-left: -88px;
    margin-top: 7px;
    background-color: #e2e2e2da;
}


.dropdown-item {
    text-decoration: none;
    color: black;

}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border-color: rgb(255, 255, 255);
}

.w-toplink:hover{
  background-color: #2c3e50 ;
}
.w-toplink.pos_right {
    left: 10px!important;
}
.w-toplink.active {
    transform: translate3d(0,0,0)!important;
}
.w-toplink.pos_right {
    right: 0;
}
.w-toplink:not(.w-btn) {
    text-align: center;
    border-radius: 0.3rem;
    color: #fff!important;
    line-height: 60px;
    height: 60px;
    width: 60px;
}
.w-toplink, .w-header-show {
    background: rgba(0,0,0,0.3);
}
.w-toplink {
    position: fixed!important;
    z-index: 99;
    bottom: 0;
    transform: translate3d(0,5rem,0)!important;
    margin: 30px;
    text-decoration: none;
}
