/*  HEADER */

header {
    text-align: center;
    padding: 20px;
}

header img {
    height: 80px;
}

@media (max-width: 600px){
    header img {
        height: 60px;
    }
}


.header-logo-small {
    display: none;
}



video {
    width: 100%;
}



/** SECTION **/



section {
    text-align: center;
}





/** tecnologia-aqua **/

#tecnologia-aqua {
    background-color: #E6E6E6;
    padding: 50px 20px;
}

#tecnologia-aqua {
    font-size: 1.3rem;
}

.carousel-indicators {
    bottom: -50px
}

.carousel-indicators [data-bs-target] {
    height: 3px;
    width: 35px;
}

.carousel-control-next, .carousel-control-prev {
    top: 400px;
    bottom: 400px;
    border-radius: 50%;
}

#videos-reels {
    background-image: url(../images/fondo-desktop-reel.jpg);
    background-position: center center;
    background-size: cover;
    text-align: -webkit-center;
    margin-top: -1px;
    margin-bottom: -1px;
}

.carousel-item video{
    margin-right: -4px;
    margin-bottom: -10px;
}

@media (max-width: 600px) {
    .carousel-item video{
        margin-right: 0;
    }
}

#container-videos-reels {
    max-width: 500px;
}

#tecnologias {
    background-color: #161616;
}

#tecnologias img {
    padding: 5px;
}

#video-sky video{
    margin-top: -1px;
    margin-bottom: -2px;
}

.btn-comprar-ahora{
    max-width: 30%;
}

@media (max-width: 1000px){
    .btn-comprar-ahora {
        max-width: 50%;
    }
}

@media (max-width: 450px){
    .btn-comprar-ahora {
        max-width: 70%;
    }
}

/** caracteristicas **/

.img-zoom:hover{
    position: absolute;
    left: 10%;
    z-index: 9999;
    width: 80%;
}

@media  (min-width: 1000px){
    .img-zoom:hover{
        left: 40%;
        width: 30%;
    }
}

/** nuestra linea **/

.img-product-gravity{
    max-height: 60vh;
}

.bkg-black{
    background-color: #000!important;
}

#nuestra-linea .carousel-control-next, #nuestra-linea .carousel-control-prev {
    top: 50%;
}

.carousel-control-prev-icon-black{
    background-image: url('../images/flechita-anterior.svg');
}

.carousel-control-next-icon-black{
    background-image: url('../images/flechita-siguiente.svg');
}

.font1-5rem{
    font-size: 1.5rem;
}

.font2rem{
    font-size: 2rem;
}

.mw40{
    max-width: 40%;
}

.mw50{
    max-width: 50%;
}

.mw60{
    max-width: 60%;
}

.mw70{
    max-width: 70%;
}

/** FOOTER **/

footer {
    padding: 40px 0;
    margin-top: 75px;
    background: #222;
    text-align: center;
}


#footer-nav, #footer-redes {
    text-align: center;
    line-height: 15px;
    padding: 0;
    margin: 20px 10px;
}

#footer-nav li {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin: 0 15px;
}

#footer-redes li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 7px;
}

#footer-nav li a, #footer-redes li a {
    color: #FFF;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
}

#footer-copyright {

    font-family: "Montserrat", sans-serif;
    color: #FFF;
    margin: 30px 10px 30px;
    font-size: 0.777rem;
    opacity: 0.8;
}