*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.tabla-header{
    width: 100%;
}
.menu-responsive{
    display: none;
}
.menu-responsive2{
    position: absolute;
    top: 0;
    z-index: 100000;
    background-color: white;
    width: 100%;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.menu-responsive2 a p{
    margin-top: 10px;
}
.menu-responsive2 a{
    text-decoration: none;
    color: black;
}
.header-responsive{
    position: relative;
}
nav{
    padding-bottom: 10px;
    padding-top: 10px;
}
ul a{
    text-decoration:none;
    color: #5D5D5D;
}
body{
    background-color: white;
}
button:hover{
    cursor:pointer;
}
header{
    background-color: #F4F4F4;
    width: 100%;
}
li{
    display: inline-block;
    border-left: 1px solid #7D7D7D;
}
table{
    border-collapse: collapse;
    text-align: center;
}
.cont-menu{
    width: 100%;
}
.cont-menu li{
    width: 20%;
    color: #7D7D7D;
    font-size: 1.7rem;
}
.borde{
    height: 25px;
    background-color: #7D7D7D;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 15px;
}

.cont-img{
    margin-bottom: 8px;
    margin-top: 10px;
}

.cont-img img{
    margin-left: 50px;
}
.logos{
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 2, 65, 0.7)
    ),
 url(../img/logos4.jpg);
    margin: auto;
    width: 100%;
    height: 520px;
    background-repeat: round;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-areas: "info vacio";
}
.texto{
    grid-area: info;
    text-align: center;
    margin: auto;
}
.texto img{
    margin-top: 15px;
}
.logos h1{
    color: #ffb300;
    font-size: 39;
}
.logos h2{
    color: white;
    font-size: 30;
}
.logos img{
     width:250px;
}
.contenedor{
    display: grid;
    gap: 15px;
    height: 600px;
    width: 80%;
    margin: 60px auto;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows:50px 1fr;
    grid-template-areas: "titulo titulo"
                         "panel-img panel-img";
}
.contenedor .panel-img{
    grid-area: panel-img;
    margin-top: 40px;
}
.contenedor div{
    border-radius: 5px;
}
.contenedor .historia{
    background-color: #7D7D7D;
    color: white;
    grid-area: titulo;
}
.contenedor .contenido{
    grid-area: contenido;
    background-color: white;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/imagenes/pasillo-escaleras.jpg);
    background-repeat: round;
}
.contenido h1{
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    margin: 25px;
    border-radius: 7px;
    font-size: 28px;
}
.contenedor .img-1{
    grid-area: img1;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor .img-2{
    grid-area: img2;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor .img-3{
    grid-area: img3;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor .img-3 img{
    width: 200px;
}
.contenedor .img-2 img{
    width: 200px;
}
.contenedor .img-5 img{
    width: 380px;
}
.contenedor .img-4{
    grid-area: img4;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor .img-5{
    grid-area: img5;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-1 img,.img-2 img,.img-3 img,.img-4 img,.img-5 img{
    width: 300px;
    margin: auto;
    
}

.contenedor-marcas{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(3,1fr);
    grid-gap: 10px;
    background-color: white;
    margin-bottom: 20px;
    padding: 15px;
}
.img-marca{
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    /*border: 1px solid black;*/
}
.img-marca .img-normal{
    width: 140px;
}
.tecnolite{
     width: 290px;
}
.jwj{
    width: 210px;
}
.ilumileds{
    width: 290px;
}
.masterfan{
        width: 190px;
}
.estevez{
    width: 170px;
}
.philco{
    width: 180px;
}

.distribuidor{
    background-color: white;
    margin-top: 50px;
    padding-top: 20px;
    padding-left: 100px;
    color: #7D7D7D;
    font-size: 4rem;
}
footer{
    background-color:#7D7D7D;
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto auto;
    grid-template-areas: "primero" "segundo";
    font-size: 1.7rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
.primero{
    grid-area: primero;
    text-align: center;
}
.avisoYTerminos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.avisoYTerminos p{
    height: 100%;
}
.aviso{
    text-align: right;
    margin-right: 10px;
}
.terminos{
    text-align: left;
    margin-left: 10px;
}
.primero a{
    text-decoration: none;
    color: white;
}
.segundo{
    grid-area: segundo;
    text-align: center;
    padding-right: 30px;
}
footer div p{
    margin-bottom: 10px;
}
.fb{
    font-size: 25;
}
.frases{
    width: 80%;
    display: grid;
    grid-template-columns:  repeat(3,1fr);
    grid-template-areas: "imgp1 imgp2 imgp3";
    margin: auto;
    border-radius: 8px;
}
.frases .imgp1{
    grid-area: imgp1;
    background-image: url(../img/imagenes/cuarto.jpg);
    background-repeat: round;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
    margin-right: 20px;
}
.frases .imgp2{
    grid-area: imgp2;
    background-image: url(../img/imagenes/luces.jpg);
    background-repeat: round;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
    margin: auto 20px;
}
.frases .imgp3{
    grid-area: imgp3;
    background-image: url(../img/imagenes/oficina.jpg);
    background-repeat: round;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
    margin-left: 20px;
}
.frases div{
    height: 450px;
    border-radius: 8px;
    /*margin: 15px 25px;*/    
}
.frases h2{
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 2.3rem;
}
.cont-acceso-contacto{
    background-image: linear-gradient(
      rgba(0, 2, 65, 0.8), 
      rgba(0, 2, 65, 0.8)
    ),
 url(../img/imagenes/yoga.jpg);
    width: 100%;
    background-repeat:round;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-areas: "mapa info"
}
.mapa-google{
    width:600px;
    height:450px;
}
.cont-acceso-contacto .mapa{
    grid-area: mapa;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cont-acceso-contacto .informacion{
    grid-area: info;
    padding: 60px;
    color: white;
    font-size: 25px;
}
.informacion h1{
    color: #D6D6D6;
}
.informacion h3{
    margin-top: 22px;
    margin-bottom: 25px;
}
.informacion button{
    margin-top: 70px;
    padding: 10px;
    width: 300px;
    height: 50px;
    font-size: 23;
    border-radius: 10px;
    border: 1px solid #7D7D7D;
    background-color: white;
    font-size: 2rem;
    transition: all 0.3s ease-out;
}

.informacion button:hover{
    margin-top: 70px;
    padding: 10px;
    width: 310px;
    height: 55px;
    font-size: 23;
    border-radius: 10px;
    border: 1px solid #7D7D7D;
    background-color: white;
    font-size: 2rem;
    transition: all 0.2s ease-out;
}

.fb{
    font-size: 25;
}

.instagram{
    font-size: 25;
    margin-left: 10px;
}




.fondo{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.fondo2{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1000;
    
}

.cont-menu-responsive{
    position:sticky;
}

.ventana-menu-responsive{
    background-color: white;
    width: 65%;
    height: 100%;
    font-size: 20px;
}




.ventana .hipervinculos{
    text-decoration: none;
    color: #00074a;
    display: block;
    margin-top: 20px;
    margin-left: 40px;
}


.cerrar-ventana:hover{
    cursor: pointer;
}

.simon:hover{
    cursor: pointer;
}


.titulo3{
    margin-top: -25px;
    padding-bottom: 0;
    background-color: #ffb300;
    color: white;
    text-align: center;
}
.ventana{
    width: 400px;
    height: 180px;
    background-color: white;
    
}
.cerrar-ventana{
    display: inline-block;
    width: 97%;
    height: 20px;
    color: white;
    text-align: right;
    padding-right: 3%;
    padding-bottom: 0;
    font-size: 20;
    background-color: #ffb300;
    padding-top: 3px;
}







.img-logo-tecno{
    width: 200px;
}

.btn-secciones{
    transition: all 0.2s ease;
}

.btn-secciones:hover{
    font-size: 18px;
    transition: all 0.2s ease;
    color:#1235fe;
}

.link-whatsapp{
    width: 60px;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 30px;
}


/*MEDIA QUERYS*/


/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */
@media (max-width:1200px) and (min-width:768px){
}

/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (max-width:767px){
}

/* Móviles en vertical
   ------------------------------------------------------------------------- */
@media (max-width:480px){
    .borde{
        font-size: 13px;
        height: 17px;
    }

    .cont-img{
        width: 50%;
        text-align: left;
    }

    .cont-menu{
        display: none;
    }

    .menu-responsive{
        display:table-cell;
        width: 50%;
        text-align: right;
    }

    .menu-responsive a{
        margin-right: 40px;
        font-size: 29px;
        color: #7D7D7D;
    }

    .cont-img img{
        width: 110px;
        margin-left: 20px;
    }

    .slider h2{
        font-size: 20px;
    }
    .slider h3{
        font-size: 15px;
    }

    .slider .img-logo{
        width: 105px;
        margin-top: 10px;
        height: auto;
    }


    .contenedor{
        width: 95%;
        margin:35px auto;
        gap: 0;
        height: auto;
        
    }

    .contenedor .historia{
        height: 30px;
    }

    .contenedor .panel-img{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .img-5 iframe{
        height: 250px;
    }
    .frases{
        width: 95%;
        display: grid;
        grid-template-columns:  1fr;
        grid-template-areas: "imgp1"
                             "imgp2"
                             "imgp3";
        margin: auto;
        border-radius: 8px;
        gap: 33px;
    }
    .frases .imgp1{
        grid-area: imgp1;
        background-image: url(../img/imagenes/cuarto.jpg);
        background-repeat: round;
        display: flex;
        text-align: center;
        align-items: center;
        width: 100%;
    }
    .frases .imgp2{
        grid-area: imgp2;
        background-image: url(../img/imagenes/luces.jpg);
        background-repeat: round;
        display: flex;
        text-align: center;
        align-items: center;
        margin: auto;
        width: 100%;
    }
    .frases .imgp3{
        width: 100%;
        grid-area: imgp3;
        background-image: url(../img/imagenes/oficina.jpg);
        background-repeat: round;
        display: flex;
        text-align: center;
        align-items: center;
        margin: auto;
    }
    .frases div{
        height: 450px;
        border-radius: 8px;   
    }
    .frases h2{
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 2.3rem;
    }


    .cont-acceso-contacto{
        grid-template-columns: 1fr;
        grid-template-areas: "info"
                             "mapa";
        background-image: none;
    }

    .cont-acceso-contacto .informacion,.cont-acceso-contacto .informacion h1{
        color: black;
        padding: 0;
        margin: 0;
    }

    .cont-acceso-contacto .informacion h1{
        color: blue;
        font-size: 26px;
        text-align: center;
        width: 90%;
        margin: auto;
    }

    .cont-acceso-contacto .informacion h3{
        font-size: 18px;
    }

    .cont-acceso-contacto .informacion h4{
        font-size: 16px;
    }

    .informacion2{
        width: 75%;
        margin: 0;
        padding: 0;
        margin: auto;
        text-align: justify;
        
    }

    .informacion button{
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 10px;
        width: 100%;
        height: 40px;
        font-size: 23;
        border-radius: 10px;
        border: 1px solid #7D7D7D;
        background-color: white;
        font-size: 2rem;
        transition: all 0.3s ease-out;
    }

    .mapa-google{
        width:100%;
    }

    .cont-panel-marcas{
        margin-top: 80px;
    }

    .distribuidor{
        margin-top: 0;
        padding-top: 0;
        padding-left: 0;
        font-size: 25px;
        text-align: center;
    }

    .contenedor-marcas{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3,1fr);
        grid-gap: 10px;
        margin-bottom: 20px;
        padding: 15px;
        width: 100%;
    }

    .contenedor-marcas img{
        width: 100px;
    }

    .img-marca .img-normal{
        width: 100px;
    }
    .img-espacio{
        height: 100px;
    }
}

/*FIN DE MEDIA QUERYS*/










