
@import url('https://fonts.googleapis.com/css?family=Montserrat|Pacifico&display=swap');

*{
    box-sizing: border-box;
}


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

/*--------Estilos Base---------*/

img{
    display: block;
    width: 100%;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}

.container{
    width: 85%;
    margin:auto;

   
}



.container--flex{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;

}


/*-------Estilos Header------*/


.main-header{
    width: 100%;
}

.Nom_E{
    font-size: 2em;
    color: #383838;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 100;*/
    font-weight: bold;
    /*text-align: center;*/
}

.LogoEmpresa{
    
    color: black;
    padding: 1%;
    max-width: 22%;
    margin-right: 0;    
}



/*----------------Separadores------------------*/

.Separador1{
        height: 50px;
        width: 100%;
        background: rgba(0,0,0,0.85);
        /*background: rgba(140,139,133,0.75);*/
}


.Separador2{
        height: 50px;
        width: 100%;
        background: rgba(0,0,0,0.85);

}




/*------------Botones Redes Sociales----------*/


.buttons-network {
  position: fixed;
  top: 33%;
  left: 3%;
  z-index: 10000;
}

.buttons-network__button {
  width: 60px;
  height: 60px;
  display: block;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.9);
  border-radius: 10px;
  background:white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}

.buttons-network__button p {
  display: none;
}

.buttons-network__button:hover > p {
  display: block;
}

.buttons-network__button:hover {
  width: 100%;
  padding: 0 10px;
}

.buttons-network__button:nth-child(1)> i {
  color: #4267b2;
}

.buttons-network__button:nth-child(2)> i {
  color: #0e76a8;
}

.buttons-network__button:nth-child(1):hover {
  color: #4267b2;
}

.buttons-network__button:nth-child(2):hover {
  color: #0e76a8;
}


/*----------- Video de la Pagina -------------*/


.contenido-header{
    position:relative;
    height: 500px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.contenido-header::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 5;
        
}


.FondoImage{
    position:relative;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit:cover;
}



/*------------ Seccion Quienes Somos con Video ----------- */


.contenido-QuienesSomos{
    display: grid;
    /*grid-template-columns: repeat(2,1fr);*/
    /*grid-auto-rows: 100%;*/
    /*justify-content:space-between;*/
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 7%;
    padding-right: 7%;
    border: 1px solid #e1e1e1;
    margin-bottom: 2%;
    width: 100%;
    height: 100%;
 
}

.QuienesSomos h6{
    /*color: #dacb32;*/
    font-size: 2.5rem;
    margin: 1%;
    margin-left: 0;
    color: #c8b015;
  
    
}



.texto-QuienesSomos:nth-child(1){
    
    grid-column-start: span 2;

}


.texto-QuienesSomos {
    margin: auto;
    display: inline-block;
    color: black;
    margin: 1%;
    font-weight: bold;
    padding: 2%;
    width: 90%;
    height: 90%;

}



.texto-QuienesSomos p{
    margin: auto;
    font-size: 1.2rem;
    padding: 1px;
    

}

.texto-QuienesSomos img{
    display: inline-block;
    margin: auto;
    padding: 3%;
    width: 40%;
    height: 40%;

}


/*.maps{
    width: 100%;
    height: 90%;
    margin: auto;
}*/



.minimap{

   width: 90%;
   height: 90%;
   border: 0;
   margin: auto;



}



.texto-QuienesSomos h2{
    margin-bottom: 1%;
    color: #c1222b;
   
}





/*-------- Separador 3 ------- */




.Separador3{
    background-image: url('../img/Separador32.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}
.Separador3::before{
    content: '';
    position:absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: -1;
}

.contenido-separador3{
    padding: 5rem;
}

.contenido-separador3 h2{
    font-size: 4rem;
    color: white;
    text-align: center;
}

.contenido-separador3 p{
    color: white;
    font-size: 3rem;
    text-align: center;
}



/*------------Estilos Catalogo-----------------*/

.main{
    
    margin-top: 2%;
    margin-bottom: 1%;
    
}

.Catalogo .column{
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 32%;
    text-align: center;
    padding: 5px;
    border: 1px solid #e1e1e1;
    padding: 2rem;
}


.Catalogo__img{
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 2%;
    display: block;
    height: 250px;
    width: 200px;
    object-fit: fill;
}


.container :nth-child(1) img{
    
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 2%;
    display: block;
    height: 250px;
    width: 380px;
    object-fit: fill;
    
}


.container :nth-child(4) img{
    
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 2%;
    display: block;
    height: 250px;
    width: 380px;
    object-fit: fill;
    
}


.container :nth-child(5) img{
    
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 2%;
    display: block;
    height: 250px;
    width: 380px;
    object-fit: fill;
    
}


.Catalogo__img:hover{
    transform: scale(1.05);
}

.Catalogo__title{
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;

}

.Catalogo__title P{
    margin: 2;
    
}


.Catalogo__title a{
    
    color: white;
    text-decoration: none;
    border-radius: 5px;
    background-color: red;
    padding: 6px 40px;
    cursor: pointer;
    transition: all 0.5s;
    
}


.Catalogo__title:hover a{
    
    transform: scale(1.05);
    
}




/*-------------- Estilos Footer------------*/

.main-footer{
    background: #222;
    color: white;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .9em;
}

.copy{
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.main-footer [class*="icon-"]{
    color: white;
    text-decoration: none;
}

.main-footer [class*="icon-"]:before{
    position: relative;
    top: 3px;
    right: 5px;
}

.column--33{
        width: 32%;
    }


.main-footer .container--flex{
        align-items: flex-start;
    }








/*------------ Estilos responsive --------------*/


@media(max-width: 1500px){
    
.Nom_E{
font-size: 1.9em;

}

.LogoEmpresa{  
max-width: 23%; 
    
}
    
.contenido-header{
    height: 400px;
}

    
    
.buttons-network {
  top: 25%;
  left: 3%;
}

.buttons-network__button {
  width: 55px;
  height: 55px;
  font-size: 21px;

}
    
    
.contenido-QuienesSomos{

    padding-top: 1%;
    padding-bottom: 1%;

     
}

.QuienesSomos h6{
    font-size: 2.2rem;
}



.texto-QuienesSomos p{
    font-size: 1.3rem;
    
}

   

.contenido-separador3{
    padding: 4rem;
}

.contenido-separador3 h2{
    font-size: 3.5rem;
}

.contenido-separador3 p{
    font-size: 2.5rem;

}

    
.Catalogo .column{
    width: 32%;
    padding: 1rem;
}

    
}


@media(max-width: 1370px){
    
.QuienesSomos h6{
    font-size: 1.8rem;
}



.texto-QuienesSomos p{
    font-size: 1.2rem;
    
}
    
    
.texto-QuienesSomos img{
    display: inline-block;
    margin: auto;
    padding: 3%;
    width: 30%;
    height: 30%;

}

    
}




@media(max-width: 1275px){
    
.Nom_E{
font-size: 1.7em;

}

   
    
.buttons-network {
  top: 23%;
  left: 2%;
}

.buttons-network__button {
  width: 52px;
  height: 52px;
  font-size: 20px;

}
    
    
.contenido-QuienesSomos{
    display: block;
    text-align: center;
    padding: 1%;
     
}

.QuienesSomos h6{
    font-size: 2.2rem;
}



.texto-QuienesSomos p{
    font-size: 1.3rem;
    
}
    
    
.texto-QuienesSomos img{
    display: inline-block;
    margin: auto;
    padding: 3%;
    width: 30%;
    height: 30%;

}



.minimap{

   width: 80%;
   height: 300px;
   border: 0;
   margin: auto;



}
    
.texto-QuienesSomos h2{
    margin-bottom: 3%;
    color: #c1222b;
   
}

    
    
    
 .column.column--50{
        width: 49%;
    }
    
    
.main-footer{

    font-size: .8em;
}
     
    
}



@media(max-width: 1000px){
    
/*.minimap{
    
   width:600px;
   height:300px; 
   border: 0;
   margin: 4%;
    
}*/
    
    
}



@media(max-width: 820px) {

    .Nom_E{
    font-size: 1.6em;

}
    
    .Separador1{
        height: 30px;

    }


    .Separador2{
        height: 30px;

    }

    
    .buttons-network {
       position: fixed;
       top: 22%;
       left: 3%;
       z-index: 10000;
    }

    .buttons-network__button {
       width: 55px;
       height: 55px;
       font-size: 22px;
       
    }
    
    .buttons-network__button:hover > p {
  display: none;
}
    
    .contenido-header{
    position:relative;
    height: 350px;
        
    }
    
    .texto-QuienesSomos p{
    font-size: 1.1rem;
    
    }
    
    
    
    
.texto-QuienesSomos img{
    display: inline-block;
    margin: auto;
    padding: 3%;
    width: 30%;
    height: 30%;

}



.minimap{

   width: 75%;
   height: 300px;
   border: 0;
   margin: auto;



}
    
.texto-QuienesSomos h2{
    font-size: 1.3rem;
    margin-bottom: 3%;
    color: #c1222b;
   
}
    

    
.contenido-separador3{
    padding: 3rem;
}

.contenido-separador3 h2{
    font-size: 3rem;
}

.contenido-separador3 p{
    font-size: 2rem;

}
    
    
    .column.column--50{
        width: 49%;
    }


    .Catalogo__img{
        width: 180px;
        height: 240px;
        object-fit: cover;
        align-content: center;
        margin: auto;

    }
    
    .Catalogo__title{
    font-size: .8em;
    padding-top: 10px;
    padding-bottom: 10px;
    
    }
    

    .main-footer{
    font-size: .8em;
    }
    
    
    .column--33{
        width: 100%;
        padding: 3%;
    }
    
         
}



@media(max-width: 620px) {

    .Nom_E{
    font-size: 1.4em;
    margin: 3%;
    width: 100%;

}
    
.LogoEmpresa{  
max-width: 35%; 
    
}
    
    .Separador1{
        height: 30px;

    }


    .Separador2{
        height: 30px;

    }

    
    .buttons-network {
       position: fixed;
       top: 22%;
       left: 3%;
       z-index: 10000;
    }

    .buttons-network__button {
       width: 55px;
       height: 55px;
       font-size:21px;
       
    }
    
    .buttons-network__button:hover > p {
       display: none;
    }
    
    .contenido-header{
    position:relative;
    height: 350px;
        
    }
    
    .texto-QuienesSomos p{
    font-size: 1rem;
    
    }


    
    
    .contenido-separador3{
    padding: 3rem;
}

.contenido-separador3 h2{
    font-size: 2.5rem;
}

.contenido-separador3 p{
    font-size: 1.8rem;

}
    
    
    .column.column--50{
        width: 100%;
    }


    .Catalogo__img{
        width: 180px;
        height: 240px;
        object-fit: cover;
        align-content: center;
        margin: auto;

    }
    
    .Catalogo__title{
    font-size: .8em;
    padding-top: 10px;
    padding-bottom: 10px;
    
    }
    
    
    .main-footer{
    font-size: .8em;
    }
    
    
    .column--33{
        width: 100%;
        padding: 3%;
    }
    
         
}




@media screen and (max-width:430px){
    
    
.container--flex {
    display:block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
    
    
.Nom_E{
    font-size: 1.5em;
    color: #383838;
    padding-bottom: 5%;
    padding-top: 5%;
    /*font-weight: 100;*/
    font-weight: bold;  
    text-align: center;
}
    
.LogoEmpresa{
    
   display: none;

      
}
    

    
    
.buttons-network {
  top: 25%;
  left: 3%;

}

.buttons-network__button {
  width: 50px;
  height: 50px;
  font-size: 20px;

}
    
.buttons-network__button:hover > p {
  display: none;
}
    
    
    .contenido-header{
    position:relative;
    height: 350px;
        
    }
    
    .QuienesSomos h6{
    font-size: 1.6rem;
    }
    
    .texto-QuienesSomos p{
    font-size: 1rem;
    color: black;
    margin: 5%;
    
    }
    
    .contenido-QuienesSomos{ 
        display: block;
        text-align: center;
    }
    
    
    .texto-QuienesSomos img{
    display: inline-block;
    margin: auto;
    padding: 3%;
    width: 40%;
    height: 40%;

}

    
    .minimap{

   width: 85%;
   height: 280px;
   border: 0;
   margin: auto;



}
    
.texto-QuienesSomos h2{
    font-size: 1.2rem;
    margin-bottom: 3%;
    color: #c1222b;
   
}
   

    
    
.contenido-separador3{
    padding: 2.5rem;
}

.contenido-separador3 h2{
    font-size: 2rem;
}

.contenido-separador3 p{
    font-size: 1.6rem;

}
    
    
    .column.column--50{
        width: 100%;
    }


    .Catalogo__img{
        width: 180px;
        height: 240px;
        object-fit: cover;
        align-content: center;
        margin: auto;

    }
    
    .Catalogo__title{
    font-size: .8em;
    padding-top: 10px;
    padding-bottom: 10px;
    
    }

    
    .main-footer{
    font-size: .7em;
    }
    
    
    .column--33{
        width: 100%;
        padding: 3%;
    }
    
    
}
   






