@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;
    }
    
}
@media screen and (max-width: 800px){
    .menu nav 
    { display: flex;
        font-size: x-small;
        justify-content: center;
    }
    
#contenedorcalendario .cale
    {max-width:7em;
    justify-content: center;}
    
#formulario .formulario{
        max-width: 1em;
        justify-content: center;
    }
}



@media screen and (max-width: 400px){
.contenedor-imagenes-agenda  
    {display: flex;
        flex-direction: row;
    }}

/*COMIENZA MENU*/

/*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;
   }

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

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

    #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;
}

.ag a {
    background-color: #DB8F1B;
}
/*FIN DE MENU*/







  /*COMIENZA TALLERES*/  
    #Contenedora-primero{
    background-color: #F2960D;
    max-width: 50rem;
    margin: auto;
    display: flex;
    margin: auto;
    justify-content: space-around;
    flex-direction: column;
    padding-left: 1em;
padding-right: 1em;
    }
#Contenedora-primero h1 {color: white;
text-align: center;
padding-top: 2em;
padding-bottom: 1em}
.contenedor-imagenes-agenda {
        display: flex;
    color: white;
    justify-content: space-around;
    text-align: center;
    }
    .contenedor-imagenes-agenda ul li{
        list-style: none;
    }
    .contenedor-imagenes-agenda .imagen img {
    margin-top:2.5em;
    margin-left:5em;
    width: 60%;
    height: 60%;
    object-fit: cover; 
    }

@media (max-width: 520px){
    .contenedor-imagenes-agenda 
    {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .foto {
    margin-bottom: 30px;
}
}


 /*FIN TALLERES*/
    

/*CALENDARIO*/
.foto img {
    width: 12em;
    height: auto;
    max-width: 100%;
    height: auto;
    justify-content: center;
    object-fit: cover
}
.linea1{padding: 0.5em}

.amarillo {background-color: #F2960D;}

.cajita {background-color: white;
color:#F2960D;
font-weight: 700;
padding: 0.2em;
margin-top: 0.5em;}

.foto ul {border: solid;
border-width: thin;
    margin: 1em;
    padding: 0.5em;
}

.calendario #contenedorcalendario{
    max-width: 60rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
#contenedora h1 {color: white}
.calendario #contenedorcalendario{
    align-items: center;
    text-align: center;
    color: white;
    margin:0;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left:0.25em;
    margin-right:0.25em;
}

.calendario .mes .ant {
    font-size: .em;
    color: grey;
}
.calendario .mes .sig {
    font-size: 2em;
    color: grey;
}
.calendario .mes ul li {
    color: #F2960D;
    list-style: none;
    font-size: 2em;
}
.calendario .mes {
    display: flex;
    padding: 20px 20px;
    margin-bottom: 1em;
    font-size:12px;
}

.calendario .mes ul{
    display: flex;
    flex-direction: row;
    width: 24em;
    align-items: center;
    justify-content: space-between;
}
     
@media (min-width: 600px){
     .calendario {
    width: 22rem;
        margin: auto;
}
     
}

/* @media desde 992px de ancho*/
@media (min-width: 992px){
    .calendario {
    width:  38rem;
}
}

.calendario ul li{
    color:gray;
    font-size: 13px;
    text-align: center;
}

.calendario  div div{
    background-color: white;
    padding: 0;
    margin-left: .5em;
    padding-left: 0.5em;
    border-left: .4px solid #adadad;
    display: flex;
    flex-direction: column;
}

.calendario .dias {
    padding: 5px 0;
    width: 22em;
}
.calendario .dias li {
    list-style-type: none;
    display: inline-block;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 3em;
    padding: .5em;
    text-align: center;
    font-size: 15px;
    box-sizing: border-box;
    
}
.calendario .dias .seleccionado{
    border-bottom: .4px solid #F2960D;
    color: #F2960D;
}

.calendario .mes ul {
    margin: 0;
    padding: 0;
}
.calendario .semana {
    padding: 5px 0;
    width: 22em;
    margin-bottom: .5em;
}
.calendario .semana li {
    display: inline-block;
    width: 13%;
    color: #F2960D;
    text-align: center;
}
.calendario .dias {
    padding: 5px 0;
    width: 22em;
}
.calendario .dias li {
    list-style-type: none;
    display: inline-block;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 3em;
    padding: .5em;
    text-align: center;
    font-size: 15px;
    box-sizing: border-box;
    
}
.calendario .dias .seleccionado{
    border-bottom: .4px solid #F2960D;
    color: #F2960D;
}
/*FIN DE CALENDARIO*/
 
/*FORMULARIO*/
#formulario .contact_form{  
  width: 360px; 
  height: auto;
  margin: 80px 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: #F2960D; 
  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: #F2960D; 
  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: #F2960D; 
  border-color: #F2960D; 
  border-style: solid; 
  border-radius: 10px;  
  width: 300px;   
  cursor: pointer;
}


#formulario button p{
  color: #fff; 
}


#formulario span{
  color: #F2960D; 
}


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


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


#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 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*/




