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

.facebook{
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 100;
    width: 50px;
}
.facebook img{
    width: 100%;
}

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

.blanco{
    position: relative;
    background: white;
    padding: 20px;
    margin-top: 20vh;
}
.blanco span{
    width: 100%;
    color: gray;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}
.blanco strong{
    width: 100%;
    text-align: center;
    font-size: 20px;
    display: inline-block;
}

.cerrar{
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
    color: white;
    padding: 5px 10px;
    cursor: pointer;

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


.form-group{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}


.whats{
    position: fixed;
    bottom: 0;
    left: 40%;
    z-index: 1000;
    background: #00c400;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 12px;

    border-radius: 4px;
}
.whats:hover{
    text-shadow: 2px 2px 2px black;
}

.cabecera{
    border: 0px solid red;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 90%;
}

.datos{
    background: #7797ee;
    width: 90%;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 25px;
    margin: 0 5%;
}
.datos strong{
    font-size: 26px;
}
.datos img{
    width: 30px;
}

nav{
    padding: 0 20px;
}
nav a, nav a:hover{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
nav ul li{
    position: relative;
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
    padding: 15px 0 !important;
    cursor: pointer;
}
.menu, .menu-r{
    border: 5px solid transparent;
    border-bottom: 4px solid transparent;
    font-size: 15px;
    text-align: center;
    padding: 45px 0;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    border-bottom: 4px solid #fe3138;
    background: #f7f7f7;
}
.dosM{
    padding: 34px 0;
}



nav ul li:hover #menu-secundario{
    display: block;
}

#menu-secundario{
    position: absolute;
    top: 100px;
    left: -100%;
    z-index: 1000;
    background: #f7f7f7;
    width: 300%;
    display: none;

    box-shadow: 3px 3px 3px black;
}
#menu-secundario ul{
    display: inline-block;
}
#menu-secundario ul li{
    width: 100%;
}
.menu-secundario{
    border-bottom: 1px solid #ddd;
    padding: 8px;
}
.menu-secundario:hover{
    background: black;
    color: white;
}


.efecto{
    position: relative;
    padding: 0;
}



.linea{
    background: #1a53f1;
    height: 20px;
}



.super{
    padding-top: 20px;
}


.btn-naranja{
    box-shadow: inset 0 -0.2em #ab542a;
    background: #D66D3A;
    color: white;
    border-radius: 6px !important;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-naranja:hover, .btn-amarillo:hover{
    font-weight: bold;
    color: white;
}

.btn-amarillo{
    box-shadow: inset 0 -0.2em #0834a5;
    background: #1754F1;
    color: white;
    border-radius: 6px !important;
    padding-left: 20px;
    padding-right: 20px;
}



.titulo{
    border:0px solid red;
    width: 100%;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
}


.card{
    height: 100%;

    filter: drop-shadow(10px 10px 4px #1754F1);
}
.card-title{
    font-weight: bold;
}
.card-text{
    text-align: justify;
}


.secciones{
    padding-top: 20px;
    padding-bottom: 60px;
}

.banner1{
    position: relative;
    background: url(../images/banner1.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 23px;
    padding: 390px 20px 20px;

    border-radius: 5px;
}
.banner2{
    position: relative;
    background: url(../images/banner2.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 23px;
    padding: 100px 20px 20px;
    margin-bottom: 20px;

    border-radius: 5px;
}
.banner3{
    position: relative;
    background: url(../images/banner3.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 23px;
    padding: 100px 20px 20px;

    border-radius: 5px;
}
.banner4{
    position: relative;
    background: url(../images/banner4.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 23px;
    padding: 100px 20px 20px;

    border-radius: 5px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;

    border-radius: 5px;
}
.texto-banner{
    position: relative;
    z-index: 2;
}

.nosotros{
    background: url(../images/fondo-gris.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}


.subtitulo{
    text-align: center;
    font-size: 30px;
    color: gray;
    margin-bottom: 40px;
}


.punto{
    background: #f7f7f7;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
}

.numero{
    background: #1a53f1;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 24px;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: -40px;

    border-radius: 50%;
}

.punto p{
    font-size: 22px;
    line-height: 32px;
}


.imagen-seccion img{
    width: 100%;
}

.seccion span{
    background: black;
    width: 100%;
    color: white;
    font-size: 22px;
    display: inline-block;
    padding: 20px;
    margin-bottom: 30px;

    border-radius: 20px;
}
.azul{
    background: #1a53f1 !important;
}

.seccion strong{
    width: 100%;
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
}


.texto{
    font-size: 22px;
    line-height: 32px;
}
.texto a{
    text-decoration: none;
}
.texto h3{
    color: red;
    font-weight: bold;
}
.img img{
    width: 100%;
}


.pro{
    text-align: center;
}
.pro img{
    height: 180px;
    border-radius: 15px;
}
.pro strong{
    width: 100%;
    text-align: center;
    color: #ff3137;
    font-size: 22px;
    display: inline-block;
}


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

.imagen{
    height: 80vh;
}


.galeria img{
    cursor: pointer;
}

.video{
    margin-bottom: 20px;
}
video{
    width: 100%;
}


.promociones img{
    width: 100%;
    margin-bottom: 20px;
}



.marcas{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.marcas img{
    width: 160px;
    margin-top: 10px;
    margin-bottom: 40px;
}


footer{
    background: black;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
}
footer strong img{
    height: 35px;
}
footer a, footer a:hover{
    text-decoration: none;
    color: white;
}


.i{
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: 1000000000;
    border: 0px solid red;
    cursor: pointer;
}
.d{
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 1000000000;
    border: 0px solid red;
    cursor: pointer;
}
.i img, .d img{
    width: 20px;
}

.productos{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.c{
    position: relative;
    border: 0px solid red;
    width: 100%;
    overflow: hidden;
}
.c-conten{
    position: relative;
    left: 0;
    border: 0px solid blue;
    width: 175%;
}
.p{
    border: 3px solid #1754F1;
    width: 14.1%;
    height: 470px;
    text-align: center;
    display: inline-block;

    border-radius: 10px;
}
.p img{
    height: 50%;
}
.p strong{
    border: 0px solid green;
    width: 100%;
    height: 50px;
    display: inline-block;
}
.p p{
    border: 0px solid red;
    height: 100px;
    font-size: 15px;
    overflow-y: scroll;
}


.efecto-productos{
    display: none;
}

.carousel-caption{
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    border: 0px solid red;
    width: 100%;
    text-align: center;
    color: black;
    margin: 0;
}




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

}

@media screen and (max-width:1200px){
    .productos{
        display: none;
    }
    .efecto-productos{
        display: block;
    }
}

@media screen and (max-width:992px){
    .logotipo img{
        width: 40%;
    }
}

@media screen and (max-width:768px){
    .logotipo img{
        width: 60%;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 10px 0;
    }
    #menu-secundario{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        
    }
    #menu-secundario ul{
        display: block !important;
    }
    .card{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 80%;
    }
}