@charset "utf-8";
 * { 
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
     list-style: none;
}

@media screen and (max-width: 400px){
    .menu nav 
    { display: flex;
        font-size: x-small;
        justify-content: center;
    }
     #fondo #portada .titulo-portada .HA
    {font-size:2em!important;}

     #fondo #portada .titulo-portada .LE
    {font-size:2em!important;}
    
}

@media screen and (max-width: 800px){
    .menu nav 
    { display: flex;
        font-size: x-small;
        justify-content: center;
    }}

/*COMIENZA MENU Y PORTADA*/

.con a 
{
    background-color: #B71D3B;
    color: white;
}
/*menu nuevo*/
header{
    width: 100%;
}

#btn-menu{display: none;}

header label{
    display: none; 
    width: 3rem; 
    height: 3rem; 
    padding: 1rem; 
}

header label:hover{
    cursor: pointer; 
    background: rgba(0,0,0,0.3);
}

.menu ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}


.menu li:hover{
    background: rgba(0,0,0,0.3);   
}
#ACUMAR {
    width: 15%;
    position: absolute;
    top: 1em;
}

@media (max-width:768px){
    header{
        height: 5rem;
        position: relative;
    }
    header label{
        display: block;
        float: right;
        top:0;
    }

     header label img{
        position: absolute;
        top: 1.5em;
     }
    .menu{
        position: absolute;
        width: 40%;
        margin-left: -70%;
        
    }
    .menu ul{
        flex-direction: column;
    }
    .menu li{
        border-top: 1px solid white;
        
    }
    
    #btn-menu:checked ~ .menu{
        right: 0;
        top: 5rem;
    }
    #ACUMAR {
        width: 18%;
        position: absolute;
        top: 1em;
    }
    
   
}


.nos a:hover{ background-color: #295644;
    color: black
}
.ag a:hover{ background-color: #DB8F1B;
    color: black
}
.acc a:hover{ background-color: #542876;
    color: black
}
.con a:hover{ background-color: #B71D3B;
    color: black
}
.com a:hover {background-color: #293072;
color: black}

/* termina menu*/ 

/*COMIENZA MENU Y PORTADA*/
#barra {
    padding: 2em;
    background-color: black
}
@media screen and (max-width: 1366px){
    #ACUMAR {
        width: 20%;
        position: absolute;
        top: 1em;
    }
}

@media screen and (max-width: 600px){
   .menu{
       display: flex;
       flex-wrap: wrap;
       flex-direction: column;
       justify-content: space-between;
   }

    #ACUMAR {
        width: 40%;
        position: absolute;
        top: 1em;
    }
    
}



.menu img {
    max-width: 15em;
    padding: .35em;
    position: absolute;
    top: 1em;
}
.menu nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}    
.menu nav ul li {
    min-width: 6em;
    margin: 0 0 0 .80em;
    list-style: none;
    background-color: black;
}
.menu nav ul li a {
    font-size: x-large;
    font-family: 'arial', sans-serif;
    display: flex;
    color: white;
    font-weight: bold;
    padding:0.3em;
    text-align: center;
    text-decoration: none;
}


@media screen and (min-width: 750px)
#fondo {
    padding-bottom: 7em;
    padding-top: 7em;
}

/*TERMINA MENU Y PORTADA*/

/*COMIENZA UBICACIÓN*/

.rojo {background-color: #B71D3B}
.contacto h1 {color: white;
text-align: center;
padding-top: 2em;
padding-bottom: 1em;
}
.mapa iframe {
    height: 15em;
    width: 100%;
}
.contacto {max-width: 50rem;
    margin: auto;
    padding-bottom: 1em;
color: white;
text-align: center;
padding-left: 1em;
padding-right: 1em;}
.contacto p {margin-top: 0.5em;
margin-bottom: 0.5em}
.comollegar{padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: white;
    
color: black}

/*TERMINA UBICACIÓN*/

/*FORMULARIO*/

#formulario .contact_form{  
  width: 360px; 
  height: auto;
  margin: 2em auto;
  border-radius: 10px;  
  padding-top: 30px;
  padding-bottom: 20px;  
  background-color: #fbfbfb; 
  padding-left: 30px; 
}


#formulario input{
  background-color: #fbfbfb; 
  min-width: 300px; 
  height: 40px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #B71D3B; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 20px; 
}


#formulario textarea{
  background-color: #fbfbfb; 
  width: 300px; 
  height: 150px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #B71D3B; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 20px; 
  padding-top: 15px; 
}


#formulario label{
  display: block; 
  float: center;
    width:20em;
}


#formulario button{
  height: 45px; 
  padding-left: 5px;
  padding-right: 5px;   
  margin-bottom: 20px; 
  margin-top: 10px;   
  text-transform: uppercase;
  background-color: #B71D3B; 
  border-color: #B71D3B; 
  border-style: solid; 
  border-radius: 10px;  
  width: 300px;   
  cursor: pointer;
}


#formulario button p{
  color: #fff; 
}


#formulario span{
  color: #B71D3B; 
}


#formulario .aviso{
  font-size: 13px;  
  color: #0e0e0e;  
}


#formulario h1{
  font-size: 39px;  
  text-align: letf; 
  padding-bottom: 20px; 
  color: #B71D3B;
}


#formulario h3{
  font-size: 16px; 
  padding-bottom: 30px;
  color: #0e0e0e;
    width: 20em;
}


#formulario p{
  font-size: 14px; 
  color: #0e0e0e; 
}


::-webkit-input-placeholder {
 color: #a8a8a8;
}


::-webkit-textarea-placeholder {
 color: #a8a8a8;
}


#formulario .formulario input:focus{
  outline:0;
  border: 1px solid #97d848;
}


#formulario .formulario textarea:focus{
  outline:0;
  border: 1px solid #97d848;
}
/*ARREGLAR LA ULTIMA FRASE DEL FORMULARIO*/
/*FIN DE FORMULARIO*/    

/*COMIENZA MASINFO*/
.masinfo h1{text-align: center;
padding-bottom: 1em}
.masinfo {max-width: 50rem;
    margin: auto;
    padding: 1em;
padding-bottom: 2em}
.masinfo ul  {display: flex;
    flex-wrap: wrap;
}
.masinfo ul li {padding-bottom: 2em}
.logos img {max-height: 200px;
height: 150px}
.logos ul {text-align: center;
display: flex;
justify-content: space-around}

/*TERMINA MASINFO*/

/*COMIENZA FOOTER*/
footer p {color: white}
footer h3 {color: white}
footer { 
background-color: black;
    padding: 2em;
}
.doscajas { display: flex;
justify-content: space-between;
align-items: center;}

footer img { 
background-color: black;
max-width: 150px
}
.logosfooter ul {display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}
.info img {padding-top: 2em}
/*TERMINA FOOTER*/