/*colores
#bee6c6
#d1a81d
#22745e
#f0f0f0
#adadad
#18cb11
*/

@charset "utf-8";
/*general*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    box-sizing: border-box;    
}

body{
    margin:0;
    background-color: #f5f5f5;
    min-height: 100vh;
    min-height: -webkit-fill-avaliable;
}

html {
    height: -webkit-fill-avaliable;
}

main{
    margin: 0;
    font-family: "Poppins", sans-serif;
}

li, ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

p{
    font-weight: 300;
}

a {
	text-decoration: none;
}

h2{
    color:#22745e;
    font-size: 2.3em
}

/* header general*/
header{
    background-color:#f0f0f0;
    font-family:sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 1em ;
    width: 100%;
    box-sizing:border-box;
    word-spacing: 1em;
}

header div section{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;    
}

#calendario{
    width: 1.5em;
    margin: 1em;    
}

#logohuerta{
    width: 12em
}

.contenedorheader {
    max-width: 60rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

/*menu*/
#llamamenu {
    color:#22745e;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;   
    margin: auto;
    align-items: center;
    border: 1em;
    margin-left: .5em;
}

header nav ul {
    list-style: none;
    position: fixed;
    background-color: #e4ede6;
    left: 100%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    list-style: none;
    flex-wrap: wrap;
    top: 7em;
}

header nav ul li a {
    text-decoration: none;
    display: block;
    margin-bottom: .5em;
    color: #adadad;    
}

.visible {
    position: fixed;    
    left: 57%;
    right: 0%;
    text-align: end;
    padding: .5em 0;
    padding-right: 1.3em; 
    margin-right: 0;
    padding-left: 1em;
}

/* mobile seleccionado por index*/
.inicio header #nav ul li:first-of-type a {
    color: green;
    border-bottom: .1rem solid #22745e;
}
.talleres header #nav ul li:nth-of-type(2) a {
    color: green;
    border-bottom: .1rem solid #22745e;
}
.capacitaciones header #nav ul li:nth-of-type(3) a {
    color: green;
    border-bottom: .1rem solid #22745e;
}
.visitas header #nav ul li:last-of-type a {
    color: green;
    border-bottom: .1rem solid #22745e;
}


/*MAIN*/

/*INICIO*/

.inicio #intro {
    background: #fff url("../imagenes/iniciomobile7.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 20em;
}

.inicio #intro h1{
    font-size: 2.4em;
    color: white;
    text-align: center;
    position: relative;
    top: 1.5em;
}

.inicio #intro div{
    max-width: 60em;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.inicio #intro div p{
    margin-top: 2em;
    color: white;
    font-weight: 600;
}

.inicio #webapp{
    background-color: #5da282;
}

/*iconos*/
.inicio #iconos{
    max-width: 60rem;
    margin: auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 1em;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 2em;
    margin-bottom: 2em;
}

.inicio .iconos{
    margin:0;
    margin-bottom: 1em;    
    text-align: center;
    display: block;
    max-width: 13em
}

.inicio .iconos img{
    width: 4em;
}

.inicio .iconos h3{
    color: #18cb11;
    font-weight: 400;
    margin: 0;
}

/*quienes*/
.inicio #quienes{
    max-width: 60rem;
    margin: auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 1em;
    flex-direction: row;
    justify-content: center;
}

.inicio #quienes div:first-child{
    width: 83vmin;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
}

.inicio #quienes div h2{
    margin: 0;
}

.inicio #quienes img{
    width: 83vmin;
}

/*Noticias*/
.inicio .noticias{
    display: flex;
    flex-wrap: wrap; 
    justify-content:center;
    margin-bottom: 1em;
}

.inicio .noticias a{
    color: white;
}

.inicio .noticias a:hover{
    color: white;
}

.inicio .noticias img {
    width: 90vmin; 
    height: 50vmin;
    object-fit: cover;
    object-position: center;
    display: block;
}

.inicio .contenedor #noticiasp{
    margin: 0;
    padding-bottom: 1em;
}

/*noticias foto*/
.inicio .noticias figure {    
    height: auto;
    box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75);
    position: bottom;
    overflow: hidden;
    margin: 0;
    position: relative;
    width: 90vmin;
    overflow: hidden;
}

.inicio .noticias figcaption {
    position: absolute;
    bottom: 0;
    top: 62%;
    padding: .3em;
    width: 100%;            
    color: white;
    height: 100%;
    background-color:rgb(28, 22, 23, .4);
    transition: all .6s ease;
}

.inicio .noticias figcaption h4, p{
    margin: 0;
}

.inicio .noticias figure:hover figcaption {
    top: 0%;
    transition: all .3s ease;
}

/*Próximos Eventos*/
.inicio #fondo{
    background-color:green;
    font-size: 1em;
    margin: 0;
    padding: 1em ;
    width: 100%;
    margin-top: 5em;    
}

.inicio #eventos{
    max-width: 60rem;
    margin: auto;
    text-align: center;
    padding-bottom: 1em;
}

.inicio #eventos article{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.2em;
    margin-bottom: 2em;
}

.inicio #eventos h2{
    color: white;
    margin:0;
    margin-top: 1em;
}

.inicio #eventos #eventop{
    color: white;
    margin:0;
    margin-bottom: .2em;
}

.inicio .contenedorinfo .contenedordiv{
    background-color: white;
    padding: 1em;
    display: flex;
    margin-bottom: 1em;
    align-items: center;
    box-shadow: .5em .5em .4em #055305;
    border-radius: .4em;
    max-width:  40em;
    justify-content: space-between;
    margin: .2em;
}

.inicio .contenedorinfo ul li{
    color:#18cb11;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    margin-right: .5em;
    margin-left: .5em;
}

.inicio .contenedorinfo .infotext{
    padding: 0;
    margin-left: 1em;
    padding-left: 0.5em;
    border-left: .4px solid #adadad;
    display: flex;
    flex-direction: column;
    text-align: left
}

.inicio .contenedorinfo a{
    background-color: #f0f0f0;
    margin: .5em;
    text-align: center;
    padding: .3em .5em ;
    
    color: #18cb11;
    text-decoration: none;
    border-radius: .4em;
    box-sizing: border-box;
}

.inicio .contenedorinfo a:hover{
    background-color: #18cb11;
    color: white;
}

.inicio .contenedorinfo h4{
    margin:0;
}

.inicio .contenedorinfo p:first-child{
    color:#18cb11;
    font-size: 13px;
}

/*Ir al calendario*/
.inicio #eventos #ver{
    color: #18cb11;
    text-decoration: none;
    padding: 1em;
}

.inicio #eventos #ver:hover{
    color: white;
}

/* * Actividades * */
.inicio .actividades{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0;
    padding: 1em ;
    width: 100%;
}

.inicio .act {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin:0;
    margin-bottom: 1em;
    padding: 2em;
    background-color: #f2f2f2;
    align-content: center;
    flex-basis: 90%;
    justify-content: center;
    width: 100%;
}

.inicio .act:hover{
    box-shadow: 9px 9px 26px -6px rgba(168, 168, 168, 0.75);
}

.inicio .contenedor{
    max-width: 63rem;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    align-items: center;
    text-align: center;
}

.inicio .fotoactividades{
    max-width: 100%;
    height: auto;
    
}
.inicio .contenedor h2{
    font-family: "Poppins";
    margin: 0;
}

.inicio .contenedor .acttext{
    padding-top: 1em;
    padding-bottom: 1em;
}

.inicio .contenedor p {
    margin-top: .5em;
}

.inicio .act h3{
    color: #18cb11;
    font-family: "Poppins";
    font-weight: 700;
    text-align: center;
    font-size: 1.3em;
    margin-top: 1em;
    margin: 0;
}

.inicio .act p{
    text-align: left;
    margin-bottom: 2em;
    font-size: 12px;
}

.inicio .act .vermas{
    text-align: center;
    background-color: #dedede;
    padding: .5em 3em;
    margin: 5em;
    color: white;
}

.inicio .act .vermas:hover{
    background-color: #18cb11;
}

video {width: 85%;
height: auto;
margin: 1em;}

/* Logos*/
.inicio main .contenedor #logos{
    display: flex;
    justify-content: space-around;
}
.inicio main .contenedor:last-child{
    margin-bottom: 1em;
} 

/*Autoridades*/
.inicio #autoridades{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1em;
    flex-wrap: wrap;
}
.inicio #autoridades div{
    padding: 1em;
}
.inicio #autoridades ul{
    text-align: left;
}
.inicio #autoridades img{
    margin: .5em;
    max-width: 90vmin;
}


/*TALLERES*/

#tar{
    background: url("../imagenes/18.jpg") no-repeat center center;
   background-size: cover;
    width: 100%;
    padding-bottom: 10em;
    padding-top: 1em;
}

#tar h1{
    font-size: 2.4em;
    color: white;
    text-align: center;
    position: relative;
    top: 1.5em;
}

.talleres .contenedor{
        max-width: 64rem;
        margin: auto;
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0;
}
.act h3{
    padding-bottom: .5em;
}
    
.talleres .act {
        margin-bottom: 1em;
        padding: 1.5em;
        flex-basis: 4%;
}

.talleres #insc:hover{
    background-color: #18cb11;
}

.talleres .fotoactividades{
        max-width: 100%;
        height: auto;
}

.talleres .act h3{
    color: #18cb11;
    text-align: center;
}

.talleres #explicacion{
    text-align:center;
    margin: auto;         
    max-width: 85%; 
    padding-top: 2.5em;
}

.talleres #detalle{
    text-align: center;
}

.talleres #detalle p{
    font-size: .9em;
    text-align:left
}

.talleres #cupos{
    font-weight: 400;
    color: #ff970a;
    padding-top: 1.5em;
}
.talleres #cupo{
    font-weight: 400;
    color: #18cb11;
    padding-top: 1.5em;
}


.talleres #insc{
    background-color: #dedede;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1.5em;
    font-weight: bold;
    border: none;
}

#insc a{
    color: white;
}

.talleres #envio{
    text-align: center;
    padding: .2em 3em;
    margin-top: 2em;
    background-color:#18cb11;
    font-size: .9em;
    border-radius: 2em;
    color: white;
    font-weight: 800;
}

#form{
    text-align: center;
    color:#ff970a;    
}

#form p, label{
    color: black;
}

#opciones{
    padding: .5em;
}

.act h3{
    padding-bottom: .5em;
}
.talleres main section:last-child p {
    margin: auto;
    max-width: 75%;
    border-top: .1em solid grey;
    margin-bottom: 1em;
    font-weight: 600;
}

.talleres form {
    display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     align-content: center;
     text-align: center;
}

.talleres label {
    margin-bottom: .5em;
}

.talleres input {
    padding: .7em;
    margin-bottom: .8em;
}

.talleres #mensaje {
    padding: 1em;
    background-color: greenyellow;
    font-weight: 500;
    color: #22745e;
    font-size: .8em;
}
.talleres #blanco{
    color:white;
}




/*CAPACITACIONES*/

.capacitaciones #capacitaciones {background: #fff url("../imagenes/capacitacionescelular.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 10em;
    padding-top: 1em;
} 

.capacitaciones h1 {font-size: 2.4em;
    color: white;
    text-align: center;
    position: relative;
    top: 1.5em;
}

.capacitaciones #explicacion {text-align: center;
              margin: auto;         
              max-width: 75%;
}

.capacitaciones #explicacion h2 {margin-bottom: 0;        
}

.capacitaciones .galeria h2 {margin-bottom: 0;
             text-align: center;
}

.capacitaciones figure {position: relative;
        width: 45vmin;
        height: 45vmin;
        overflow: hidden;
        margin: .5em;        
}

.galeria ul {display: flex;
             flex-wrap: wrap; 
             justify-content:center;
             margin-bottom: 1.5em;
}

.capacitaciones .galeria li {background-color: #f0f0f0;        

}

.capacitaciones .galeria img {width:45vmin; 
              height:45vmin;
              object-fit: cover;
              object-position: center;
              display: block;                
}

.capacitaciones figcaption {position: absolute;
            bottom: 0;
            top: calc(100% - 2em);
            padding: .3em;
            width: 100%;            
            color: white;
            height: 60%;
            background-color:rgb(28, 22, 23, .4);
            transition: all .6s ease;
            font-size: .8em;    
}

.capacitaciones figure:hover figcaption {top: 0;
                        transition: all .3s ease;    
}

.capacitaciones #formulario{
    background-color: #f0f0f0;
    padding-top: .1em;
    margin: auto;
}

.capacitaciones main section:last-child p {margin: auto;
                           max-width: 75%;
                           border-top: .1em solid grey;
                           margin-bottom: 1em;
                           font-weight: 600;
}

.capacitaciones h4 {color: #ff970a;
    text-align: center;    
}
.capacitaciones #envio{    
    text-align: center;
    padding: .2em 3em;
    margin-top: .7em;
    margin-bottom: 1em;
    background-color:#18cb11;
    font-size: .9em;
    border-radius: 2em;
    color: white;
    font-weight: 800;
}

.capacitaciones form {
    display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     align-content: center;
     text-align: center;
}

.capacitaciones label {margin-bottom: .5em;
}

.capacitaciones input {padding: .7em;
}

/*Interacción*/
#mensaje {padding: 1em;
          background-color: greenyellow;
          font-weight: 500;
          color: #22745e;
}

.capacitaciones1 #envio {color:white;

}

.capacitaciones #blanco {color: white;

}

/*VISITAS*/

.visitas #visitas {background: #fff url("../imagenes/16.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    padding-bottom: 10em;
    padding-top: 1em;
}

.visitas h1 {font-size: 2.4em;
    color: white;
    text-align: center;
    position: relative;
    top: 1.5em;
}

.visitas #explicacion {text-align: center;
              margin: auto;         
              max-width: 75%;
}

.visitas #explicacion h2 {margin-bottom: 0;        
}

.visitas .galeria h2 {margin-bottom: 0;
             text-align: center;
}

.visitas figure {position: relative;
        width: 45vmin;
        height: 45vmin;
        overflow: hidden;
        margin: .5em;        
}

.galeria ul {display: flex;
             flex-wrap: wrap; 
             justify-content:center;
             margin-bottom: 1.5em;
}

.visitas .galeria li {background-color: #f0f0f0;        

}

.visitas .galeria img {width:45vmin; 
              height:45vmin;
              object-fit: cover;
              object-position: center;
              display: block;                
}

.visitas figcaption {position: absolute;
            bottom: 0;
            top: calc(100% - 2em);
            padding: .3em;
            width: 100%;            
            color: white;
            height: 60%;
            background-color:rgb(28, 22, 23, .4);
            transition: all .6s ease;
            font-size: .8em;    
}

.visitas figure:hover figcaption {top: 0;
                        transition: all .3s ease;    
}

.visitas #formulario{
    background-color: #f0f0f0;
    padding-top: .1em;
    margin: auto;
}

.visitas main section:last-child p {margin: auto;
                           max-width: 75%;
                           border-top: .1em solid grey;
                           margin-bottom: 1em;
                           font-weight: 600;
}

.visitas h4 {color: #ff970a;
    text-align: center;    
}
.visitas #envio{
    text-align: center;
    padding: .2em 3em;
    margin-top: .7em;
    margin-bottom: 1em;
    background-color:#18cb11;
    font-size: .9em;
    border-radius: 2em;
    color: white;
    font-weight: 800;}

.visitas form {
    display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     align-content: center;
     text-align: center;
}

.visitas label {margin-bottom: .5em;
}

.visitas input {padding: .7em;
}


/*CALENDARIO*/

.contenedoreventos{
    max-width: 60rem;
    margin: auto;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1em;
}
.contenedoreventos h1{
    margin-bottom: 0;
}

.calendariomain .contenedor{
    max-width: 60rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.calendariomain #contenedorcalendario{
    align-items: center;
    text-align: center;
        
}

.calendariomain .contenedorinfo{
    padding: 1em;
    width:  22rem;
    background-color: #18cb11;
    
}

.calendariomain .contenedorinfo h5{
    color: white;
    margin:0;
    margin-bottom: 1em;
    margin-top: 1em;
}

.calendariomain .contenedorinfo .contenedordiv{
    background-color: white;
    padding: 1em;
    display: flex;
    margin-bottom: 1em;
    align-items: center;
    box-shadow: .5em .5em .4em #16a216;
    border-radius: .4em;
}

.calendariomain .contenedorinfo ul li{
    color:#18cb11;
    font-size: 13px;
    text-align: center;
}

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

.calendariomain .mas{
    background-color: #18cb11;
    margin: .5em;
    text-align: left;
    padding: .3em .5em ;
    
    color: white;
    text-decoration: none;
    border-radius: .4em;
    box-sizing: border-box;
}

.calendariomain .contenedorinfo h4{
    margin:0;    
}

.calendariomain .contenedorinfo p{
    margin:0;    
}

.calendariomain article{
    background-color: #ffffff;
    width: 22em;
}

.calendariomain main article ul {
    list-style-type: none;
}

.calendariomain .mes .ant {
    font-size: .9em;
}

.calendariomain .mes .sig {
    font-size: .9em;
}

.calendariomain .mes ul li {
    color: #adadad;
}

.calendariomain .mes ul .ant:hover{
    color: #18cb11;
    font-size: .9em;
}

.calendariomain .mes ul .sig:hover{
    color: #18cb11;
    font-size: .9em;
}

.calendariomain .mes {
    display: flex;
    padding: 20px 20px;
    margin-bottom: 1em;
}

.calendariomain .mes ul{
    display: flex;
    flex-direction: row;
    width: 22em;
    align-items: center;
    justify-content: space-between;
}

.calendariomain .mes li:nth-child(2){
    color:#22745e;
    font-weight: 700;
    font-size: 20px;
}

.calendariomain .mes ul {
    margin: 0;
    padding: 0;
}

.calendariomain .semana {
    padding: 5px 0;
    width: 22em;
    margin-bottom: .5em;
}

.calendariomain .semana li {
    display: inline-block;
    width: 13%;
    color: #18cb11;
    text-align: center;
    font-weight: 00;
}

.calendariomain .dias {
    padding: 5px 0;
    width: 22em;
}

.calendariomain .otromes{
    color: #adadad;
}

.calendariomain .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;
}

.calendariomain .dias .seleccionado{
    border-bottom: .4px solid #18cb11;
    color: #18cb11;
}

.calendariomain .dias .diaseleccionado{
    color: white;
    background-color: #18cb11;
}

.calendariomain .dias .seleccionado:hover{
    color: white;
    background-color: #18cb11;
}

.calendariomain .contenedori{
    max-width: 60rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
}

.calendariomain a{
    max-width: 60rem;
}


/* FOOTER */

.contenedorfooter{
    max-width: 60rem;
    margin: auto;
    align-items: center;
    border-top: .1rem solid #bee6c6;
    padding-top: 1em;
    color:#adadad;
}

footer{
    margin-top: 1em;
    padding: 1em ;
    background-color:#f0f0f0;
    color: #22745e;
    font-family: sans-serif;
}

#info{
    max-width: 60rem;
    margin: auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
    justify-content: space-between;
}

#info h3{
    color: #5da282;
    margin: 0;
    margin-bottom: .5em;
}

#info div{
    margin-top: 1em;
    margin-right: 1em;
    padding: 0;
}


/*MEDIA QUERIES*/

/*@media desde 600px de ancho*/
 @media (min-width: 600px){
.inicio #intro {
    background: #fff url("../imagenes/iniciotablet7.jpg") no-repeat center center;
}
#llamamenu {
    display: none;
}
     
header nav ul {
    display: flex;
    position: relative;
    background-color: #f0f0f0;
    left: 0%;
    flex-direction: row;
    top:0;
}        
    
header nav ul.visible {
    left: auto;
    
}

#nav ul a{ text-decoration: none;
    color: #adadad;
    padding: .5em;
    display: block;
    padding-bottom: .1em;
    margin-right: 1em;
}

#nav ul{
    justify-content: flex-end;
    display: flex;
    list-style: none;
}

#nav ul a:hover{
    color: #5da282;
    
} 
header div section{
    flex-direction: row;
    
}
     
.inicio .noticias figcaption {
    top: 82%;
}

.inicio .noticias figure:hover figcaption {
    top: 60%;    
}

.inicio .contenedorinfo .contenedordiv{
        max-width:  40em;
}

.inicio #eventos article{
    flex-wrap: wrap;
} 

.inicio .actividades{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
}

.inicio .actividades div{
        display: block;
}

.inicio .act{
        width: 100%;
        max-width: 350px;
        background-color: #f2f2f2;
        border-radius: 15px;
        margin-bottom: 35px;
}
     
.inicio #quienes{
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
}
     
.inicio #quienes div:first-child{
        min-width: 18rem;
}
     
.inicio #quienes img{
        max-width: 100%;
        min-width: 15rem;
}

.capacitaciones h1 {font-size: 2.8em;
}
    
.capacitaciones #explicacion p {margin: auto;
                                max-width: 60%;
                                line-height:1.8em;
}
    
.capacitaciones figcaption {font-size: 1.2em;
}

.capacitaciones #contenedor {display: flex;
                             justify-content: center;
                             padding: 0 9em;
                             background-color: #f0f0f0;
}
    
.capacitaciones main section:last-child p {margin: auto;
                                           max-width: 40%;
                                           padding-top: .8em;
                                           font-weight: 600;
}
     
.visitas h1 {font-size: 2.8em;
}
    
.visitas #explicacion p {margin: auto;
                         max-width: 60%;
                         line-height:1.8em;
}
    
.visitas figcaption {font-size: 1.2em;
}

.visitas #contenedor {display: flex;
                      justify-content: center;
                      padding: 0 9em;
                      background-color: #f0f0f0;
}
    
.visitas main section:last-child p {margin: auto;
                                    max-width: 40%;
                                    padding-top: .8em;
                                    font-weight: 600;
}
     
.calendariomain .contenedorinfo{
    width:  22rem;
}
}

/*@media desde 768px de ancho*/
@media screen and (min-width: 768px){
    
form {
    display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     align-content: center;
     text-align: center;
}

label {
    margin-bottom: .5em;
}

input {
    padding: .7em;
}
    
.capacitaciones #capacitaciones {background: #fff url("../imagenes/capacitacionestablet.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 10em;
    padding-top: 1em;
} 
}

/* @media desde 992px de ancho*/
@media (min-width: 992px){
.inicio #intro {
    background: #fff url("../imagenes/inicioweb7.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 20em;
}    
.inicio .noticias figcaption {
    top: 87%;
}
.inicio .noticias figure:hover figcaption {
    top: 60%;
}
    
.inicio .contenedorinfo .contenedordiv{
        max-width:  29em;
}

.inicio #eventos article{
    flex-wrap: wrap;
}

.inicio #quienes img{
        max-width: 100%;
        height: auto;
}

.inicio .actividades{
        max-width: 64rem;
        margin: auto;
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0;
}
    
.inicio .act {
        margin-bottom: 1em;
        padding: 1.5em;
        flex-basis: 4%;    
}
    
.inicio .fotoactividades{
        max-width: 100%;
        height: auto;
}
    
    .infotaller{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
}

.infotaller .fotoactividades{
    max-width:49vmin;
    height:24vmin;;
    padding-left: 2em;
    padding-right: 2em;
}
.talleres .act:hover{
    box-shadow: 9px 9px 26px -6px rgba(168, 168, 168, 0.75);
}
.talleres .infotaller{
        padding-top: 2.5em;
    }
.talleres #detalle p{
    text-align:justify;
    margin-bottom: 2em;
    font-size: 14px
}
    .talleres #detalle{
    text-align: center;
}

#envio{
    margin-bottom: 2em;
}
    
form {display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     align-content: center;
     text-align: center;
}

label {margin-bottom: .5em;
}

input {padding: .7em;
}

h4 {
    font-size: 1.2em
}

.calendariomain .contenedorinfo{
    width:  38rem;
}
}

/* @media desde 1200px de ancho*/
@media screen and (min-width: 1200px){
    .inicio #intro {
    background: #fff url("../imagenes/iniciowebgrande7.jpg") no-repeat center center;   
    background-size: cover;
    width: 100%;
    height: 20em;
}
.capacitaciones #explicacion p {margin: auto;
                  max-width: 61%;
}

.capacitaciones #contenedor {padding: 0 15em;
               background-color: #f0f0f0;
}

.capacitaciones h4 {font-size: 1.2em;
}

.capacitaciones #capacitaciones {background: #fff url("../imagenes/capacitacionesmonitor.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    padding-bottom: 10em;
    padding-top: 1em;
}

.visitas #explicacion p {margin: auto;
                  max-width: 61%;
}
    
.visitas #contenedor {padding: 0 15em;
               background-color: #f0f0f0;
}
    
.visitas h4 {font-size: 1.2em
}
}