html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
        url('../fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Nexa Light';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
        url('../fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nexa';
}

*p {
    font-family: 'Nexa Light';
}


/*{
    font-family: 'nexa_lightregular';
}

/* .row{
    margin: 0;
} */

.social__item:hover {
    opacity: 0.7;
}



@media (max-width: 425px) {

    .hero {
        background-position: center;
    }
}



#videoModal .modal-dialog {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
}

.modal-dialog {
    position: relative;
    max-width: 900px;
    margin: 0px auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    font-size: 50px;
    font-weight: normal;
    color: #000;
    opacity: 1;
}

.close2 {
    position: absolute;
    right: 0px;
    top: -12px;
    z-index: 999;
    font-size: 50px;
    font-weight: normal;
    color: #000;
    opacity: 1;
}

.redes-flotantes {
    position: fixed;
    right: 8px;
    top: 80%;
    z-index: 20;
    margin-left: 95%;
}

.redes-flotantes img {
    float: right;
    clear: right;
    margin: 2px;
    width: 90%;
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.redes-flotantes img:hover {
    -moz-transform: scale(1.1) rotate(6deg);
    -webkit-transform: scale(1.1) rotate(6deg);
    -o-transform: scale(1.1) rotate(6deg);
    -ms-transform: scale(1.1) rotate(6deg);
    transform: scale(1.1) rotate(6deg);
}


@media only screen and (max-width: 450px) {
    .redes-flotantes img {
        loat: right;
        clear: right;
        margin: 2px;
        width: 500%;
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; */
    }

    .redes-flotantes img:hover {
            -moz-transform: scale(1.1) rotate(6deg);
            -webkit-transform: scale(1.1) rotate(6deg);
            -o-transform: scale(1.1) rotate(6deg);
            -ms-transform: scale(1.1) rotate(6deg);
            transform: scale(1.1) rotate(6deg);
        } 
    .floating-wpp {
        visibility: hidden;
    }
}

@media only screen and (max-width: 320px) {
    .redes-flotantes img {
        loat: right;
        clear: right;
        margin: 2px;
        width: 600%;
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; */
    }

    .redes-flotantes img:hover {
            -moz-transform: scale(1.1) rotate(6deg);
            -webkit-transform: scale(1.1) rotate(6deg);
            -o-transform: scale(1.1) rotate(6deg);
            -ms-transform: scale(1.1) rotate(6deg);
            transform: scale(1.1) rotate(6deg);
        } 
    .floating-wpp {
        visibility: hidden;
    }

}

.btn-whats {
    position: fixed;
    width: 3rem;
    height: 3rem;
    line-height: 45px;
    top: 90%;
    right: 15px;
    background: #0df053;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.btn-whats:hover {
    text-decoration: none;
    color: #0df053;
    background: #ffffff;
}


.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
    z-index: 9999999;
  }
  .toolbarLB {
    text-align: right;
    padding: 0;
  }
  .closeLB {
    margin-right: 10px;
    margin-top: 5px;
    font-size: 40px;
    color: #000;
    cursor: pointer;
  }
  .lightbox .iframeContainer {
    vertical-align: middle;
    background: #fff;
    padding: 0;
  }
  .lightbox.closed {
    display: none;
  }