*{
    margin: 0; padding: 0;
}
body{
	background:#F2F3F4;
    font-family: arial; /*tipo de letra*/
    color: #333333; /*color de letra*/

}
/*codigo para la propaganda*/
.modal{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    animation: modal 2s 3s forwards;
    visibility: hidden;
    opacity: 0;
}
.propaganda{
    
    margin:auto;
    width: 40%;
    height: 40%;
    
    border-radius: 10px;
}
#cerrar{
    display: none;
}
#cerrar + label{
    position: fixed;/*boton pegado*/
    color: #fff;
    font-size: 25px;
    z-index: 50;
    /*background: darkred;*/
    height: 40px;
    width: 40px;
    line-height: 40px;
   /* border-radius: 50%;*/
    right:10px;
    cursor: pointer;
    animation: modal 2s 3s forwards; /*aparece y desaparece*/
    visibility: hidden;
    opacity: 0;
}
#cerrar:checked + label,#cerrar:checked ~ .modal{
    display: none;
}
@keyframes modal{
    100%{
        visibility: visible;
        opacity: 1;
    }
}
/*fin codigo propaganda*/
.redes{
      background: #ffffff;
}
.redes a{
     color: #5AA57A;
     text-decoration: none;
     font-size: 18px; 
}
.logo{
     width: 100%;
    margin: auto; 
    overflow: hidden;
    height: 125px;
    
 
}
/*menu*/
.mprincipal{
   
    width: 100%;
    background: #5AA57A;
  

}
#btn-menu{
    display: none;/*desaparecer el check*/
}

.mprincipal #labelmenu{
  
    display: none;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-right: 1px solid #fff;
}
.mprincipal #labelmenu:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.2);
}
.menu ul{
   
    margin: 0;
    list-style:none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.menu li:hover{
    background: rgba(0,0,0,0.3);
}
.menu li a{
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.menu li ul {
				display:none;
				position:absolute;
				min-width:140px;
			}
			
			.menu li:hover > ul {
				display:block;
			}
			
		    .menu li ul li {
		         background: #5AA57A;
				position:relative;
			}
			
			.menu li ul li ul {
				right:-140px;
				top:0px;
			}
/*fin menu*/
     .scroll{
         position: relative;
         
        
     }
     .scrolltexto{
         position: absolute;
         left: 100px; top: 100px;
         color:#ffffff;
        
         height: 170px;
          width: 45%;
     }     
/*imagenes en movimiento*/
.slider{
    
    width: 90%;
    
    margin: auto; 
    overflow: hidden;
    
}
.slider ul{
    display: flex;
    padding: 0;
    width: 400%;

    animation: cambio 20s infinite alternate linear;
   
}
.slider li{
    width: 100%;
    list-style: none;
}
.slider img{
    width: 100%;
}
@keyframes cambio{
    0%{ margin-left: 0; }
    20%{ margin-left: 0; }

    25%{ margin-left: -100%; }
    45%{ margin-left: -100%; }

    50%{ margin-left: -200%; }
    70%{ margin-left:-200%; }

    75%{ margin-left: -300%; }
    100%{ margin-left: -300%; }
}
/*fin imagenes*/
 a{
   font-size: 2em; 
    line-height: 10px;
   
   
}
p{
   font-size: 1em; 
    line-height: 10px;
   
   
}
.txt {
    background: #ffffff;
    
    font-family: Arial;
    color: #000000;/* color letra*/
    font-size: 15px;
    padding: 4px 0px 4px 5px;/*tamano ancho y algo*/
    border: solid #dcdcdc 0.5px;    
}

.btn {
    background: #DCDCDC;
    background-image: -webkit-linear-gradient(top, #DCDCDC, #FFFFFF);
    background-image: -moz-linear-gradient(top, #DCDCDC, #FFFFFF);
    background-image: -ms-linear-gradient(top, #DCDCDC, #FFFFFF);
    background-image: -o-linear-gradient(top, #DCDCDC, #FFFFFF);
    background-image: linear-gradient(to bottom, #DCDCDC, #FFFFFF);
    width: 150px;
    font-family: Arial;
    color: #5AA57A;
    font-size: 15px;
    padding: 5px 5px 5px 5px;
    border: solid #000000 0px;
    text-decoration: none;
    cursor:pointer; cursor: hand;  
}

.btn:hover {
    background:  #FFFFFF;
    background-image: -webkit-linear-gradient(top, #FFFFFF, #DCDCDC);
    background-image: -moz-linear-gradient(top, #FFFFFF, #DCDCDC);
    background-image: -ms-linear-gradient(top, #FFFFFF, #DCDCDC);
    background-image: -o-linear-gradient(top, #FFFFFF, #DCDCDC);
    background-image: linear-gradient(to bottom, #FFFFFF, #DCDCDC);
    text-decoration: none;
        color: #000000;
    cursor:pointer; cursor: hand;  
}
#contenedor{
	background:#fff;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
	width: 90%; /*ancho*/
}
header{
    background: #ffffff;
    max-width: 100%; 
    height: 450px; /*tamaño largo*/
}

img{
    max-width: 100%;
}

header img{
    max-width: 100%;
    width: 100%;

}
#proveedor{
    height: 200px; /*tamaño largo*/
}
#info{
     margin:0.5em 1.6em auto;
}

#info #texto{
    display:block; /*en un mismo bloque*/
    vertical-align:top;
    padding:15px;
}
#texto{
     background: #ffffff;
     max-width: 100%; /*maximo ancho*/
     width: 100%; /*ancho*/
     height: 150px; /*tamaño largo*/
     text-align: center;
     font-size: 250%;
     color: #333333;


     
}
#info #infotexto,aside{
    display:inline-block; /*en un mismo bloque*/
    vertical-align:top;
}
#infotexto{
	 background: #ffffff;
	 max-width: 100%; /*maximo ancho*/
     width: 60%; /*ancho*/
     height: 10%; /*tamaño largo*/
     text-align: left;
     font-size: 110%;
     color: #333333;
     line-height: 30px;
     padding: 0px 30px;
}
#dato{
     background: #00A0E3;
     max-width: 100%; /*maximo ancho*/
     width: 32%; /*ancho*/
     height: 300px; /*tamaño largo*/
     text-align: center;
}

#dato a{
     font-size: 15px;
     padding: 10px;
     font-weight:100;
     color: #ffffff;

}

#dato p{
     font-size: 110%;
     padding: 10px;
     font-weight:100;
     color: #ffffff;

}

aside#figuralogo{
    
     
    
   
 
     padding:10px;
     height: 130px; /*tamaño largo*/
     font-weight: bold;
     
}

aside#figura{
     background: #ffffff;
     
     border-radius:5px 5px 35px 35px;
     max-width: 100%; /*maximo ancho*/
    
     width: 24.5%; /*ancho*/
     height: 200px; /*tamaño largo*/
     font-weight: bold;
     text-align: center;
}

aside#figura a{
     font-size: 150%;
     padding: 10px;
     font-weight:100;
     color: #E31E24;
     font-family: fantasy;
}

aside#figura p{
     font-size: 150%;
     padding: 10px;
     font-weight:100;
     color: #000000;
     font-family: fantasy;
}
footer{
      background: #ffffff;
      background-image: url('../img/fondopie.png');
     background-repeat: no-repeat;
     text-align: center;
   
     
}
aside#pie{
    
    
    
     
     max-width: 100%; /*maximo ancho*/
    
     width: 32%; /*ancho*/
     height: 300px; /*tamaño largo*/
     font-weight: bold;
    
}
aside#pie p{
     
     font-size: 150%;
     padding: 10px;
     font-weight:100;
     color: #000000;
}
aside#pie a{
     font-size: 15px;
     padding: 10px;
     font-weight:100;
     color: #000000;

}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    body{
    background:#000;
    
}
.propaganda{
    display:block; /*en un mismo bloque*/
    width: 80%;
    height: 100px;
}
.mprincipal #labelmenu{
    display: block;
    width: 20px;
    height: 20px;

}
.menu{
    position: absolute;
    background: #62BFE6;
    width: 70%;
    margin-left: -80%; 

}
.menu ul{
    flex-direction: column;
}
.menu li{
    border-top: 1px solid #fff;
}
#btn-menu:checked ~ .menu{
    margin:0;
}
a{
    padding: 0px 15px;/*espacio ala letra*/
}
header{
    height: 250px; /*tamaño largo*/
}


#info #texto{
    display:block; /*en un mismo bloque*/
   
}
#texto{
     
     width: 100%; /*ancho*/
     height: 10%; /*tamaño largo*/
     font-size: 100%;
     color:#333333;
     
 } 
 
#info #infotexto,aside{
    display:block; /* bloque*/
    
}
#infotexto{
     
     width: 85%; /*ancho*/
     font-size: 82%;
     height: 10%;
     line-height: 15px; /*espacio entre la letra*/
     padding: 0px 20px;/*espacio ala letra*/
    
}

#dato{
     
     width: 100%; /*ancho*/
     height: 300px;
     
}
aside#figura{
     
     width: 100%; /*ancho*/
     height: 300px;
     
}
aside#pie{
     
     width: 100%; /*ancho*/
     height: 300px;
     
}
#proveedor{
    
    height: 100px; /*tamaño largo*/
}

}
@media(max-width: 400px){
    body{
    background:#fff;
    
}
.propaganda{
    display:block; /*en un mismo bloque*/
    width: 80%;
    height: 100px;
}

a{
    padding: 0px 15px;/*espacio ala letra*/
}
header{
    height: 150px; /*tamaño largo*/
}

#info #infotexto,aside{
    display:block; /* bloque*/
  
}
#infotexto{
     
     width: 90%; /*ancho*/
     font-size: 70%;
     height: 10%;
      line-height: 15px; /*espacio entre la letra*/
     padding: 0px 20px;/*espacio ala letra*/

}

#dato{
     
     width: 100%; /*ancho*/
     height: 300px;
     
}
aside#figura{
     
     width: 100%; /*ancho*/
     height: 300px;
     
}
aside#pie{
     
     width: 100%; /*ancho*/
     height: 300px;
     
}
#proveedor{
    
    height: 50px; /*tamaño largo*/
}

}

