body{
    margin: 0; 
    font-family: 'Montserrat', sans-serif;
    background-color: #E6E7E8;
}

/*header*/

.header{
    width: 100%;
    height: 90px;
    background: #62A0D6;
    display: flex;
    justify-content: space-around;
    align-items: center;}

.header1{
    width: 100%;
    height: 90px;
    background: #5659A5;
    display: flex;
    justify-content: space-around;
    align-items: center;}

.header2{
    width: 100%;
    height: 90px;
    background: #743BAE;
    display: flex;
    justify-content: space-around;
    align-items: center;}

.header3{
    width: 100%;
    height: 90px;
    background: #A9ABAE;
    display: flex;
    justify-content: space-around;
    align-items: center;}

.header4{
    width: 100%;
    height: 90px;
    background: #68A74E;
    display: flex;
    justify-content: space-around;
    align-items: center;}

.logo{
    width: 20%;
    height: 50px;
    padding: 0px;
    margin: 10px;
}

header h2{
    font-weight: 800;
    width: 100%;
    text-align: center;
    margin-right: 10px
}

header label img{
    width: 30px;
    height: 30px;
    padding: 0px;
    margin: 0px;
}

#btn-menu{display: none}

header label{
    display: none;
    width: 30px; 
    height: 30px; 
    padding: 10px; 
    border-left: 1px solid #fff;
}
header label:hover {
    cursor: pointer; 
    background: rgba(0,0,0,0.3);}
header label img{
    padding: 0;
}

.menu{
    top: 90px;
}

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

.menu li:hover{
    background: rgba(0,0,0,0.3);
}

.menu li{
    width: 100%;
    padding: 5px;
    box-sizing: border-box; 
}

.menu li img{
    width: 100%;
    height: 40px;
    padding: 0px 0;
    margin-top: 15px
    
}

.menu li a{
    display: block;
    padding: 0px 0px;
    color: black;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px
}

@media(max-width:768px){
    header label{
        display: block;
    }
    .menu{
        position: absolute;
        background: #E6E7E8;
        width: 100%;
        margin-top: -160%;
        transition: all 0.5s;
    }
    

    .menu ul{
        flex-wrap: wrap;

    }
    .menu li{
        width: 50%;
        margin: auto;
        border: 1px solid #fff
    }
  
    #btn-menu:checked ~ .menu{
        margin: 0;
    }
}
/*main*/

/*index*/
    
.slider{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.slider ul{
    padding: 0;
    display: flex;
    width: 500%; 
    animation: cambio 20s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
    
.slider li{
    list-style: none;
    top: 70px;
    width: 100%;
}    
    
.slider img{
    width: 100%;
    height: 100%;
}
    
@keyframes cambio{
    0%{margin-left: 0;}
    16%{margin-left: 0;}
    
    21%{margin-left: -100%;}
    37%{margin-left: -100%;}
    
    42%{margin-left: -200%;}
    58%{margin-left: -200%;}
    
    63%{margin-left: -300%;}
    79%{margin-left: -300%;}
    
    84%{margin-left: -400%;}
    100%{margin-left: -400%;}
}
    
h3{
    color: #fff;
    padding: 10px;
    margin: 0;
    margin-bottom: 0px;
    background: #743B84;
    box-sizing: border-box;
    border-top: 1px solid #fff
} 
    
.tabla{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: space-around;
    font-size: 0.7rem;
}
    
.actividades{
    width: 50%;
    text-align: center;
    background: #DFAF62;
    color: white;
    padding: 2% 10%;
    margin: 0;
    justify-content: space-around;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
    
.casos{
    width: 50%;
    text-align: center;
    background: #A3CF65;
    color: white;
    padding: 2% 10%;
    margin: 0;
    justify-content: space-around;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}    
    
.botones{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: space-around;
}
    
.calendario{
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.3);
    color: #8DBAE4;
    padding: 5% ;
    margin: 0;
    justify-content: space-around;
    border-top: 1px solid #fff;
    font-size: 3.2rem;
    height: 20%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.abrircaso{
    width: 100%;
    height: 100%;
    text-align: center;
    background: #A3CF65;
    color: white;
    padding: 5%;
    margin: 0;
    justify-content: space-around;
    border-top: 1px solid #fff;
    list-style: none;
    text-decoration: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}    
    
.abrircaso ul{
    list-style: none;
    width: 100%;
    justify-content: center;
    padding: 0;
}   

.abrircaso a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1.5rem; 
}

/*Informacion*/

.botonera{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: space-around;}

.info{
    width: 100%;
    height: 100%;
    text-align: center;
    background: #8E90C0;
    color: white;
    padding: 0%;
    margin: 0;
    justify-content: space-around;
    border-top: 1px solid #fff;
    list-style: none;
    text-decoration: none;
    display: flex;
}    
    
.info ul{
    list-style: none;
    width: 100%;
    justify-content: center;
    padding: 0;
    display: flex;
    height: 100%;
    margin: 0;
} 

.info li{
    margin:0;
    width: 50%;
    height: 100%;
    padding: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.info img{
    width: 100%;
    height: 30px;
}

.glosario{
    margin:0;
    width: 50%;
    height: 100%;
    background: #5659A5;
    padding: 5%;
}


.info a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
    font-size: 1rem
}

.info li:hover{
    cursor: pointer;
    background: rgba(86,89,165,1)
}

@media (max-width:480px){
  .info a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
    font-size: 0.65rem
}
}

button.accordion {
    
    font-size: 1rem;
    font-weight: 900;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #fff;
}

button.accordion img{
    width: 20px;
    height: 25px;
    float: right;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    margin: 0;
    padding: 1rem;
   font-weight: 400;
    font-size: 0.7rem;
    background-color: #CBC9E5;
    display: none;
}

/*Media*/

.galeria{
    width: 90%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #B890C1;
    border-radius: 10px;
}

.galeria li{
    margin: 5px;
    
}

.galeria img{
    width: 150px;
    height: 100%;
    
}

.modal{
    visibility: hidden;
    opacity: 0;
    display: none;
}

.modal:target{
    visibility: visible;
    opacity: 1;
    display: block;
    transition: all 0.5s;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.imagen{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}

.imagen a{
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}

.imagen a:nth-child(2){
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.imagen img{
    width: 500px;
    height: 100%;
    max-width: 100%;
    border: 7px solid;
    box-sizing: border-box;
}

.cerrar{
    display: block;
    text-decoration: none;
    background-color: darkgrey;
    width: 20px;
    height: 25px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}

@media (max-width:480px){
    .imagen{
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}
    
    .imagen a:nth-child(2){
    margin: 0;
    width: 250px;
    height: 177px;
    flex-shrink: 2;
}
}

/*botonera*/

.botonera2{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: space-around;}

.info2{
    width: 100%;
    height: 100%;
    text-align: center;
    background: #B890C1;
    color: white;
    padding: 0%;
    margin: 0;
    justify-content: space-around;
    border-top: 1px solid #fff;
    list-style: none;
    text-decoration: none;
    display: flex;
}    
    
.info2 ul{
    list-style: none;
    width: 100%;
    justify-content: center;
    padding: 0;
    display: flex;
    height: 100%;
    margin: 0;
} 

.info2 li{
    margin:0;
    width: 50%;
    height: 100%;
    padding: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.info2 img{
    width: 100%;
    height: 30px;
}

.foto{
    margin:0;
    width: 50%;
    height: 100%;
    background: #743B84;
    padding: 5%
}


.info2 a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
}

.info2 li:hover{
    cursor: pointer;
    background: rgba(116,59,132,1)
}

@media (max-width:480px){
  .info2 a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
    font-size: 0.65rem
}
}

/*Contacto*/

/*Formulario de Contacto*/

.form{
    width: 450px;
    margin: auto;
    background: #A9ABAE;
    padding: 5px 20px;
    box-sizing: border-box;
    margin-top: 0px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.conectate{
    color: #fff;
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
    background: #A9ABAE;
    box-sizing: border-box;
    border-top: 1px solid #fff;
}

input, textarea{
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    background: #E6E7E8;
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 200;
}

textarea{
    min-height: 100px;
    max-height: 300px;
    max-width: 100%;
}

h5{
    color: #000;
    padding: 0;
    text-align: center;
    font-weight: 800;
    margin: 5px;
}

#boton:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.1)
}

@media (max-width:480px){
    .form{
        width: 100%;
    }
}

/*Botonera*/

.botonera3{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: space-around;
}

.info3{
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    padding: 0%;
    margin: 0;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    display: flex;
    background: #E6E7E8
}    
    
.info3 ul{
    list-style: none;
    width: 100%;
    justify-content: center;
    padding: 0;
    display: flex;
    height: 100%;
    margin: 0;
} 

.info3 li{
    margin:5px;
    width: 50%;
    height: 100%;
    padding: 5%;
    border-radius: 10px;
    background: #A9ABAE;
}

.info3 a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
}

.info3 li:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.5)
}

@media (max-width:480px){
  .info3 a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
    font-size: 0.65rem
}
}

/*Casos*/

/*botonera*/

.botonera4{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: space-around;}

.info4{
    width: 100%;
    height: 100%;
    text-align: center;
    background: #A3CF65;
    color: white;
    padding: 0%;
    margin: 0;
    justify-content: space-around;
    border-top: 1px solid #fff;
    list-style: none;
    text-decoration: none;
    display: flex;
}    
    
.info4 ul{
    list-style: none;
    width: 100%;
    justify-content: center;
    padding: 0;
    display: flex;
    height: 100%;
    margin: 0;
} 

.info4 li{
    margin:0;
    width: 50%;
    height: 100%;
    padding: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.info4 img{
    width: 100%;
    height: 30px;
}

.comunidad{
    margin:0;
    width: 50%;
    height: 100%;
    background: #68A74E;
    padding: 5%
}


.info4 a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
}

.info4 li:hover{
    cursor: pointer;
    background: rgba(104,167,78,1)
}

@media (max-width:480px){
  .info4 a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
    font-size: 0.65rem
}
}

/*Botonera1*/

.botonera5{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;}

.info5{
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    padding: 0%;
    margin: 0;
    justify-content: space-around;
    border-top: 1px solid #fff;
    list-style: none;
    text-decoration: none;
    display: flex;
}    
    
.info5 ul{
    list-style: none;
    width: 500px;
    justify-content: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
} 

.info5 li{
    margin:5px;
    width: 35%;
    height: 100%;
    padding: 5%;
    border-radius: 10px;
    background: #A3CF65;
}

.info5 a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    height: 100%;
}

.info5 li:hover{
    cursor: pointer;
    background: rgba(104,167,78,1)
}

@media (max-width:480px){
    .info5 ul{
        width: 100%;
        display: block;
    }
    
    .info5 li{
    margin:auto;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 80%;
    height: 100%;
    padding: 5%;
    border-radius: 10px;
    background: #A3CF65;
    }
}

/*Casos*/
button.accordion4 {
    
    font-size: 1rem;
    font-weight: 900;
    background-color: #68A74E;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
}

.accordion4 img{
    margin: 0px;
    width: 40px;
    border-radius: 10px;
}

.accordion4 h6{
    margin: 5px
}

.accordion4 h3{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    background: none;
}

.accordion4 h2{
    width: 86%;
    margin-top: 0px;
    margin-bottom: 0;
}

.flecha{
    float: right;
    width: 10px;
    height: 10px
}

button.accordion4.active, button.accordion4:hover {
    background-color: #006400 ;
}

div.panel5 {
    margin: 0;
    padding: 1rem;
   font-weight: 400;
    font-size: 0.7rem;
    background-color: #A3CF65;
    display: none;
}

div.panel5 {
    margin: 0;
    padding: 1rem;
   font-weight: 400;
    font-size: 0.7rem;
    background-color: #A3CF65;
    display: none;
}

.vercaso{
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    padding: 0%;
    margin: 0;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    display: flex;
}    
    
.vercaso ul{
    list-style: none;
    width: 500px;
    justify-content: flex-end;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
} 

.vercaso li{
    margin:5px;
    width: 100px;
    height: 20px;
    padding: 5px;
    border-radius: 10px;
    background: #A3CF65;
    border: 1px solid #fff;
}

.vercaso li a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 0.7rem;
    height: 100%;
    justify-content: center;
}

.vercaso li:hover{
    cursor: pointer;
    background: rgba(104,167,78,1)
}

.encabezadocaso {
    
    font-size: 1rem;
    font-weight: 900;
    background-color: #68A74E;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    box-sizing: border-box;
}

.encabezadocaso img{
    margin: 0px;
    width: 40px;
    border-radius: 10px;
}

.encabezadocaso h6{
    margin: 5px
}

.encabezadocaso h3{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    background: none
}

.descripcion{
    margin: 0;
    padding: 1rem;
   font-weight: 400;
    font-size: 0.7rem;
    background-color: #A3CF65;
}

/*Comentarios*/

input, textarea {
  outline: none;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #555f77;
  margin-bottom: 10px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ced2db;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ced2db;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ced2db;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ced2db;
}

p {
  line-height: 1.3125rem;
}

.comments2 {
  margin: 2.5rem auto 0;
  max-width: 60.75rem;
  padding: 0 1.25rem;
}

.comment-wrap {
  margin-bottom: 1.25rem;
  display: table;
  width: 100%;
  min-height: 5.3125rem;
}

.photo {
  padding-top: 0.625rem;
  display: table-cell;
  width: 3.5rem;
}
.photo .avatar {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 10px;
  background-size: contain;
}

.comment-block2 {
  padding: 1rem;
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.text2 {
  width: 100%;
  resize: none;
}

.comment-text {
  margin-bottom: 1.25rem;
}

.bottom-comment {
  color: #acb4c2;
  font-size: 0.875rem;
}

.comment-date {
  float: left;
}

.comment-actions {
  float: right;
}
.comment-actions li {
  display: inline;
  margin: -2px;
  cursor: pointer;
}
.comment-actions li.complain {
  padding-right: 0.75rem;
  border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
  padding-left: 0.75rem;
  padding-right: 0.125rem;
}
.comment-actions li:hover {
  color: #0095ff;
}

.formulario{
;
}

    
/*footer*/
footer{
    background-color: black; 
    font-family: 'Montserrat', sans-serif; 
    color: white; 
    font-weight: 200; 
    text-align: center;
    padding: 2% ; 
    font-size: 0.5rem;
    margin: 20%, 0%, 0%, 0%;}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    