﻿body{
    font-family: 'Montserrat', sans-serif;
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: none;
}

.cerrar{
    position: absolute;
    top: 12px;
    right: 0;
    background: black;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;

    border-radius: 50%;
}
.cerrar:hover{
    background: red;
}

.imagene{
    background: white;
    height: 80vh;
    margin-top: 10vh;
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    background: #2eb741;
    text-align: center;
    color: white;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    padding: 5px 10px;

    box-shadow: 2px 2px 2px black;

    border-radius: 10px;
}


.cintillo-ayuda{
    position: relative;
    height: 53px;
}

.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #2d9ce3;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cintillo img{
    width: 30px;
}
.cintillo a{
    color: white;
}


.cabecera{
    padding-top: 10px;
    padding-bottom: 10px;
}

.logotipo img{
    width: 90%;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    font-size: 20px !important;
    display: none;
}
.menu, .menu-r{
    min-height: 62px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: black;
    font-weight: bold;
    padding: 8px 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    background: #ddd;
    color: #2d9ce3;
}



.efecto{
    background: url(../images/fondoAzul.webp) no-repeat center center;
    background-size: cover;
}


.textoEfecto{
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px;
}
.textoEfecto h1, .textoEfecto h2{
    color: white;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
    text-shadow: 2px 1px 1px black;
}
.textoEfecto p{
    font-size: 22px;
    line-height: 22px;
}

.btn-w{
    background: #30b31f;
    color: white;
}
.btn-w:hover{
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px black;
}


.imagen img{
    width: 100%;
}


.contenido{
    padding-top: 30px;
    padding-bottom: 30px;
}


.seccion{
    font-size: 24px;
    line-height: 36px;
}
.seccion strong{
    width: 100%;
    font-size: 34px;
    color: #2d9ce3;
    display: inline-block;
    margin-bottom: 20px;
}
.seccion b{
    font-size: 26px;
}


.cates{
    background: url(../images/fondoGris.webp) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.cates img{
    background:white;
}

.cate{
    text-align: center;
}
.cate img{
    height: 220px;
}
.cate strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
}


.titulo{
    text-align: center;
    color: #2d9ce3;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}


.tituloProducto, .cateCate {
    text-transform: uppercase;
}


.iconos{
    padding-top: 30px;
    padding-bottom: 30px;
}

.i{
    text-align: center;
    font-size: 20px;
}
.i strong{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    margin: 20px 0;
}
.i img{
    height: 130px;
}


.info{
    position: relative;
    background: url(../images/fondo-info.webp) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.info .container{
    position: relative;
    z-index: 2;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    font-size: 27px;
}


.mas{
    padding-top: 30px;
    padding-bottom: 30px;
}

.p{
    text-align: center;
}
.p strong{
    width: 100%;
    text-transform: uppercase;
    color: #2d9ce3;
    display: inline-block;
    margin: 12px 0;
}

.cats ul li a{
    color: black;
    text-decoration: none;
}
.cats ul li a:hover{
    font-weight: bold;
    color: #2d9ce3;
}
.cats ul li{
    padding: 6px 0;
}
.cats strong{
    color: #2d9ce3;
}


.img{
    cursor: pointer;
}


.iz, .de{
    color: white;
    font-size: 50px;
    font-weight: bold;

    cursor: pointer;
}


.form-group{
    margin-bottom: 12px;
}


.area{
    font-size: 20px;
    line-height: 30px;
}
.area strong{
    color: #2d9ce3;
    font-size: 23px;
}


footer{
    background: black;
    color: white;
    font-size: 19px;
    line-height: 29px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a{
    color: white;
}

footer img{
    width: 35px;
}

footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cintillo-ayuda{
        display: none;
    }
    .cintillo{
        position: relative;
    }
}

@media screen and (max-width:992px){
    .menu-r{
        display: block;
    }
    nav{
        margin-top: 20px !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu, .menu-r{
        min-height: auto;
    }
}

@media screen and (max-width:768px){
    .imagene{
        width: 100%;
        height: auto;
    }
    .img{
        width: 32.33% !important;
    }
    .imagenPrincipal{
        width: 90% !important;
    }
}

@media screen and (max-width:576px){
    
}