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

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

/*----------------------header-----------------------*/
.header {
    width: 100%;
    height: 70px;
    background: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header .contenedor {
    display: flex;
    justify-content: space-between;
}

.logo, .icon-menu {
    color: salmon;
    
}

.icon-menu {
    display: block;
    width: 2.1rem;
    height: 2rem;
    font-size: 1.4rem;
    background: salmon;
    color: white;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 0.35rem;
    margin-left: auto;
    margin-top: -10px;
    cursor: pointer;
}

header h2{
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -5px;
    color: salmon;
    
}

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; 
}
header label:hover {
    cursor: pointer; 
    }

header label img{
    padding: 0;
}

.equapp{
    color: salmon;
    margin-top: 
}

/*----------------------menu-----------------------*/

.menu{
    top: 50px;
    background: #f5f5f5;
    z-index: 10;
}

.menu ul{
    margin: 0; 
    list-style: none;
    padding: 5px; 
    display: flex;
    left: 0;
    background: #f5f5f5;
    
}

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

.menu li{
    width: 100%;
    background: salmon;
    padding: 10px;
    margin-right: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    
}

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

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

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

    .menu ul{
        flex-wrap: wrap;

    }
    .menu li{
        width: 49%;
        margin: auto;
        margin-bottom: 3px;
        border: 1px solid #fff
    }
  
    #btn-menu:checked ~ .menu{
        margin: 0;
    }
}

/*-----------------menu desktop---------------*/

.menu2{
    top: 70px;
    background: none;
    margin-top: 0px
}

.menu2 ul{
    margin: 0; 
    list-style: none;
    padding: 5px; 
    display: flex;
    left: 0;
    background: none;
    
}

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

.menu2 li{
    width: 100%;
    height: 3rem;
    background: none;
    padding: 10px;
    margin-right: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    
}

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

/*----------------------banner menu-----------------------*/

.banner {
    margin-top: -6rem;
    position: relative;
    z-index: -1000;
    margin-bottom: 1rem;
}

.banner img{
    width: 100%
}

.banner .contenedor {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: salmon;
    font-size: 0.7rem;
    text-align: center;
}

.p banner__text {
    display: none;
}

/*----------------------Main-----------------------*/

/*----------------------slider-----------------------*/
.galeriainicio{
    display: flex;
    padding: 1rem;
    box-sizing: border-box;
    justify-content: space-between;
}
.slider{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.slider ul{
    padding: 0;
    display: flex;
    width: 400%; 
    animation: cambio 15s 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;}
    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%;}
}
    
.titulos{
    color: white;
    padding: 10px;
    margin: 0;
    margin-bottom: 0px;
    background-color: salmon;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    margin-top: -0.3rem;
}

.video{
    width: 50%;
    margin:auto 0;
}

/*----------------------Noticias-----------------------*/
.info{
    display: flex;
}

.info__columna {
    background-color: salmon;
    color: white;
    padding: 1rem;
    line-height: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    height: 25rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:0 4px 5px rgba(0,0,0,0.3)
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px rgba(0,0,0,0.3);
   }

    .info__img {
        padding: 0;
        width: 100%;
        }

/*----------------------Botones-----------------------*/
aside {
    width: 100%;
    margin-right: 1rem;
}
.botonera{
    width: 100%;
    height: 25rem;
    justify-content: space-around;}

.botones{
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    
}    
    
.botones ul{
    list-style: none;
    width: 100%;
    justify-content: center;
    align-content: center;
    padding: 0;
    height: 100%;
    margin: 0;
} 

.botones li{
    margin-bottom: 1rem;
    width: 100%;
    height: 12rem;
    justify-content: center;
    padding-top: 3.5rem;
    box-sizing: border-box;
    background-color: salmon;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:0 4px 5px rgba(0,0,0,0.3)
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px rgba(0,0,0,0.3);
}

.botones img{
    width: 100%;
    height: 50px;
}

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

.botones li:hover{
    cursor: pointer;
    background: #B0655A;
}

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

/*-------------------------------Estilos de comentario-------------------------------*/

.comentarios_contenedor {
    margin: 10% 2%;
    padding: 5%;
    background: #F3F3F3;
    border: 1px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 5px;
}
.comentarios_contenedor h1 {
    font-size: 1.5rem;
    color: salmon;
    font-weight: 500;
}
.comment_list {
    margin-top: 30px;
    position: relative;
}
.comment_list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
    
}
.comment_list li:after {
content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

/*---------------------------------estilos avatar---------------------------------*/

.comment_list .comment_avatar {
    width: 25%;
    height: auto;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2)
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
}



.comment_main_level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear:both;
    
}

/*-------------------------------Estilos de caja de comentario--------------------*/

.comment_list .comment_box {
    width: 70%;
    float: right;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    font-size: 0.9rem;
}
.comment_list .comment_box:before, .comment_list .comment_box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px;
}
.comment_list .comment_box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0,0,0,0.05);
    left: -12px;
}
.comment_list .comment_head {
    background: #FCFCFC;
    padding: 5px 10px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.comment_list .comment_head i {
    float: right;
    margin-left: 5px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition:color 0.3s ease;
    -o-transition:color 0.3s ease;
    transition:color 0.3s ease;
}
.comment_list .comment_head i:hover {
    color: salmon;
}
.comment_box .comment_name {
    color: salmon;
    font-size: 0.8rem;
    font-weight: 700;
    float: left;
    margin-top: 7px;
    margin-right: 12px;
}
.comment_box .comment_head span {
    float: left;
    color: #999;
    font-size: 0.8rem;
    position: relative;
    top: -1px;
}
.comment_box .comment_content {
    background: #FFF;
    padding: 12px;
    font-size: 0.85rem;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
/*--------------------------------Estilos de contacto--------------------------------*/
.logo_galeria {
    
    margin: 0.3rem;
    color: salmon;
}
.formulario {
    width: 80%;
    background: rgba(0,0,0,0.05);
    max-width: 100%;
    margin: auto;
    margin-top: 10%;
    padding: 10%;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
    position: relative;
}
.formulario__titulo {
    text-align: center;
    margin-top: 0;
    color: salmon;
}
.formulario__input, .formulario__label, .formulario__submit {
    display: block;
    width: 100%;
    font-size: 1.3em;
}
.formulario__input {
    padding: 20px;
    border-radius: 0;
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 13%;
}
.formulario__input:focus {
    outline: 1px solid rgba(0,0,0,0.7);
}
.formulario__input:focus + .formulario__label {
    margin-top: -125px;
}
.formulario__label {
    padding-left: 5%;
    position: absolute;
    margin-top: -85px;
    z-index: -10;
    color: rgba(0,0,0,0.5);
    transition: all 0.2s;
}
.formulario__submit {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
}
.fijar {
    margin-top: -125px;
}
.footer_contacto {
    background: #333;
    color: white;
    padding: 0.5rem;
    text-align: center;
    justify-content: center;
    font-size: 0.7rem
}

.footer_contacto [class="logofadu"] {
    background: grey;
    border-radius: 0.5rem;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: inline-block;
    color: white;
    font-size: 0.5rem;
    padding: 0;
    width: 100%;
    height: 11%;
}
.footer_contacto .logofadu img {
    width: 100%;
    margin: auto;
    height: 100%;
    padding: 0 2rem 0 2rem;
    
}
/*--------------------------------casos------------------*/
.botonera4{
    display: flex;
    width: auto;
    height: 20%;
    justify-content: space-between;
    margin: 1%;
    margin-top: -3%;
    padding: 0;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 20px;
}

.info4{
    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;
}    
    
.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%;
    font-family: 'Raleway', sans-serif;
    font-size: 0.5rem;
  
}

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

.comunidad{
    margin:0;
    width: 50%;
    height: 100%;
    background: salmon;
    padding: 5%;
    border-radius: 20px 0 0 20px;
    text-align: center;
    cursor: pointer;
}
.seguimiento {
    margin:0;
    width: 50%;
    height: 100%;
    padding: 5%;
    border-radius: 0px 20px 20px 0px;
    text-align: center;
    cursor: pointer;
}
.info4 .nuevo a, .info4 .seguimiento a {
    color: salmon
}


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

.info4 li:hover{
    cursor: pointer;
    background: #A5A5A5;
}

@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: auto;
    height: 100%;
    justify-content: center;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 20px;
}
.botonera5 a{
    color: salmon
}

.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-color: white;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    font-family: 'Raleway', sans-serif;
}

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

.info5 li:hover{
    cursor: pointer;
    background: #A5A5A5;
}

@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: #FCFCFC;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
   
    
    }
}

/*-------------------------------------------------Casos-------------------------------------------------*/
.secciones_casos {
    margin: 1%;
    padding: 0%;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 10px;
}
button.accordion4 {
    margin: 0% 0% 0.5%;
    font-size: 0.8rem;
    font-weight: 300;
    background-color: salmon;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
}

.accordion4 img{
    margin: 0px;
    padding: 0.5%;
    width: 35px;
    border-radius: 10px;
    background: white;
}

.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: #A5A5A5 ;
}

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: 100%;
    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: salmon;
    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(0,0,0,0.5)
}

.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: 5px;
    padding: 1rem;
   font-weight: 400;
    font-size: 0.7rem;
    border-radius: 10px;
    background-color: white;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    font-family: 'Raleway', sans-serif;
}

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

.secciones_casos 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: #f5f5f5;
  display: table-cell;
  vertical-align: top;
    border-radius: 10px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    font-family: 'Raleway', sans-serif;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
}
.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{
    width: auto;
}
    
/*----------------------Acordeon-----------------------*/
.secciones_glosario {
    margin: 1%;
    padding: 0%;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 10px;
}

button.accordion {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: salmon;
    color: #fff;
    cursor: pointer;
    padding: 1.1rem;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-top: 1px solid #fff;
    border-radius: 10px;
}

button.accordion img{
    width: 20px;
    height: 20px;
    float: right;
    background-color: white;
    padding: 0 10px;
    border-radius: 10px 
}

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

div.panel {
    margin: 0;
    padding: 1rem;
   font-weight: 400;
    font-size: 0.7rem;
    background-color: #ffe7e4;
    display: none;
}
/*--------------------------------Estilos de galeria--------------------------------*/
.logo_galeria {
    
    margin: 0.3rem;
    color: salmon;
}

#c-slider {
    margin: auto;
    width: 90%;
    max-width: 900px;
    position: relative;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,1)
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
    box-shadow: 0 1px 2px rgba(0,0,0,1);
    overflow: hidden;
    
    
    
}
#slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 400%;
    
}
#slider section {
    width: 100%;
}
#slider img {
    display: block;
    width: 100%;
    height: 100%;
}
#btn-prev, #btn-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    color: salmon;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
}
#btn-prev:hover, #btn-next:hover {
    background: rgba(255, 255, 255, 1);
}
#btn-prev {
    left: 10px;
}
#btn-next {
    right: 10px;
}
#btn-nextg {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    color: salmon;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
    left: 30px;
    margin-top: 5%;
}
#btn-nextg:hover {
    background: rgba(255, 255, 255, 1);
}

.fotogaleria h1 {
    width: 95%;
    margin: 3%;
    margin-top: 10%;
    position: relative;
    padding: 1%;
    background: salmon;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.small, .normal, .large {
    padding: 3px;
}
.contenedor_galeria {
    margin: auto;
    width: 95%;
    max-width: 900px;
    background: #f5f5f5;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,1)
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
    box-shadow: 0 1px 2px rgba(0,0,0,1);
    overflow: hidden;
}
.fila {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.columna-1-3 {
    width: 33.33%;
    
}
.columna-2-3 {
    width: 66.67%;
}
.small {
    height: 78px;
    overflow: hidden;
}
.normal, .large {
    height: 158px;
    overflow: hidden;
}
.columna-50 {
    width: 50%;
}
.nombre_usuario p a{
    position: absolute;
    font-size: 0.6rem;
    color: white;
    margin-top: -10.5%;    
}
.columna-1-3 .vermas {
    background: salmon;
    width: 95%;
    height: 25%;
    text-align: center;
    position: relative;
    margin-left: 3px;
    margin-top: 3px;
    
}
.columna-1-3 .vermas a{
    color: #fff;
    font-size: 0.7rem;
}
.btn_albumes {
    display: flex;
    justify-content: space-between;
    margin: 1rem;
    padding: 0;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 20px;
}
.btn_albumes a{
    color: #fff;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
.btn_albumes .temas{
    width: 50%;
    background: salmon;
    padding: 3%;
    border-radius: 20px 0 0 20px;
    text-align: center;
    cursor: pointer;
}
.btn_albumes .misalbumes {
    width: 50%;
    padding: 3%;
    border-radius: 0px 20px 20px 0;
    text-align: center;
    cursor: pointer;
}
.btn_albumes .misalbumes:hover {
    background: rgba(255, 255, 255, 1);
}
.btn_albumes .misalbumes a {
    color: salmon;
}
.btn_albumes .temasb{
    width: 50%;
    padding: 3%;
    border-radius: 20px 0 0 20px;
    text-align: center;
    cursor: pointer;
}
.btn_albumes .misalbumesb {
    width: 50%;
    padding: 3%;
    background: salmon;
    border-radius: 0px 20px 20px 0;
    text-align: center;
    cursor: pointer;
}
.btn_albumes .temasb:hover {
    background: rgba(255, 255, 255, 1);
}
.btn_albumes .temasb a {
    color: salmon;
}
.misfotos {
    margin: 1%;
    width: 98%;
    height: 300px;
    padding: 8%;
    text-align: center;
}
.misfotos input {
    display: block;
    margin-left: 25%;
    margin-top: 30%;
    width: 50%;
}
.inicia_secion {
    background: #f6f6f6;
    border-radius: 0px 0 8px 8px;
    margin: 1%;
    width: 98%;
    height: 150px;
    padding: 5%;
    text-align: center;
}
.inicia_secion input {
    display: block;
    margin-left: 25%;
    margin-top: 5%;
    width: 50%;
}

/*--------------------------------Contacto----------------------------------*/

/*-------------------------Formulario de Contacto---------------------------*/

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

.conectate{
    color: #fff;
    padding: 10px;
    margin: 0 0.3rem;
    margin-bottom: 20px;
    background-color: salmon;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center
}

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

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

h5{
    color: #fff;
    padding: 0;
    text-align: center;
    font-weight: 800;
    margin: 1rem;
}

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

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

/*--------------------------------Botonera Contactos---------------------------*/

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

.info3{
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    padding: 0%;
    margin-bottom: 1rem;
    justify-content: space-around;
    list-style: none;
    text-decoration: none;
    display: flex;
}    
    
.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-color: gainsboro;
    border: solid 1px;
    border-color: salmon;
}

.info3 a{
    text-decoration: none;
    font-weight: 400;
    color: salmon;
    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: 400;
    color: salmon;
    font-size: 1rem;
    height: 100%;
    font-size: 0.65rem
}
}

/*--------------------------------Estilos de galeria--------------------------------*/
.logo_galeria {
    
    margin: 0.3rem;
    color: salmon;
}

#c-slider {
    margin: auto;
    width: 90%;
    max-width: 900px;
    position: relative;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,1)
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
    box-shadow: 0 1px 2px rgba(0,0,0,1);
    overflow: hidden;
    
    
    
}
#slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 400%;
    
}
#slider section {
    width: 100%;
}
#slider img {
    display: block;
    width: 100%;
    height: 100%;
}
#btn-prev, #btn-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    color: salmon;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
}
#btn-prev:hover, #btn-next:hover {
    background: rgba(255, 255, 255, 1);
}
#btn-prev {
    left: 10px;
}
#btn-next {
    right: 10px;
}
#btn-nextg {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    color: salmon;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
    left: 30px;
    margin-top: 5%;
}
#btn-nextg:hover {
    background: rgba(255, 255, 255, 1);
}

.fotogaleria h1 {
    width: 95%;
    margin: 3%;
    margin-top: 10%;
    position: relative;
    padding: 1%;
    background: salmon;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.small, .normal, .large {
    padding: 3px;
}
.contenedor_galeria {
    margin: auto;
    width: 95%;
    max-width: 900px;
    background: #f5f5f5;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,1)
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
    box-shadow: 0 1px 2px rgba(0,0,0,1);
    overflow: hidden;
}
.fila {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.columna-1-3 {
    width: 33.33%;
    
}
.columna-2-3 {
    width: 66.67%;
}
.small {
    height: 78px;
    overflow: hidden;
}
.normal, .large {
    height: 158px;
    overflow: hidden;
}
.columna-50 {
    width: 50%;
}
.nombre_usuario p a{
    position: absolute;
    font-size: 0.6rem;
    color: white;
    margin-top: -10.5%;    
}
.columna-1-3 .vermas {
    background: salmon;
    width: 95%;
    height: 25%;
    text-align: center;
    position: relative;
    margin-left: 3px;
    margin-top: 3px;
    
}
.columna-1-3 .vermas a{
    color: #fff;
    font-size: 0.7rem;
}
.btn_albumes {
    display: flex;
    justify-content: space-between;
    margin: 1% 1% 5% 1%;
    margin-top: -5%;
    padding: 0;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 20px;
}
.btn_albumes a{
    color: #fff;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
.btn_albumes .temas{
    width: 50%;
    background: salmon;
    padding: 3%;
    border-radius: 20px 0 0 20px;
    text-align: center;
    cursor: pointer;
}
.btn_albumes .misalbumes {
    width: 50%;
    padding: 3%;
    border-radius: 0px 20px 20px 0;
    text-align: center;
    cursor: pointer;
}
.btn_albumes .misalbumes:hover {
    background: rgba(0, 0, 0, 0.3);
}
.btn_albumes .misalbumes a {
    color: salmon;
}
.btn_albumes .temasb{
    width: 50%;
    padding: 3%;
    border-radius: 20px 0 0 20px;
    text-align: center;
    cursor: pointer;
}
.btn_albumes .misalbumesb {
    width: 50%;
    padding: 3%;
    background: salmon;
    border-radius: 0px 20px 20px 0;
    text-align: center;
    cursor: pointer;
}
.btn_albumes .temasb:hover {
    background: rgba(0, 0, 0, 0.3);
}
.btn_albumes .temasb a {
    color: salmon;
}
.misfotos {
    margin: 1%;
    width: auto;
    height: 300px;
    padding: 8%;
    text-align: center;
}
.misfotos input {
    display: block;
    margin-left: 25%;
    margin-top: 30%;
    width: 50%;
}
.inicia_secion {
    background: #f6f6f6;
    border-radius: 0px 0 8px 8px;
    margin: 1%;
    width: auto;
    height: 150px;
    padding: 5%;
    text-align: center;
}
.inicia_secion input {
    display: block;
    margin-left: 25%;
    margin-top: 5%;
    width: 50%;
}
/*-------------------------------Estilos de Loggin-------------------------------*/

form {
    margin: auto;
    margin-bottom: 5%;
    max-width: 500px;
    width: 50%;
    background: #F3F3F3;
    padding: 30px;
    border-radius: 5%;
    border: 2px solid rgba(0,0,0,0.2);
}

.login_tittle {
    text-align: center;
    margin-bottom: 20px;
    color: rgba(0,0,0,0.5)
}

input {
    display: block;
    padding: 10px;
    width: 100%;
    margin: 30px 0;
    font-size: 0.rem;
    border-radius: 5px;
}

input[type="submit"] {
    background: linear-gradient(white, salmon);
    border: 0;
    border-radius: 5px;
    opacity: 0.8;
    cursor: pointer;
    margin-bottom: 0;
}

input[type="submit"]:hover {
    opacity: 1;
}
input[type="submit"]:active {
    transform: scale(0.95);
}

@media (max-width:768px) {
    form {
        width: 75%;
    }
}
@media (max-width:480px) {
    form {
        width: 95%;
    }
}

/*----------------------Footer-----------------------*/

.footer {
    background: #333;
    color: white;
    padding: 1rem;
    text-align: center;
    justify-content: center;
    font-size: 0.7rem
}

.footer [class="logofadu"] {
    background: grey;
    border-radius: 0.5rem;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: inline-block;
    color: white;
    font-size: 0.3rem;
    padding: 0.rem;
    width: 70%;
    height: 100%;
}
.footer .logofadu img {
    width: 100%;
    height: 10%;
    
}

/*-------------------------------Estilos de botonera social-------------------------------*/

.botones_social {
    width: 100%;
    margin: 0;
    padding: 0px;
    text-align: center;
    background: white;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    
}

.botones_social [class^="icon-"] {
    margin: 0 0.5rem 0.5rem 0.5rem;
    font-size: 1.5rem;
    padding: 0.5rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    color: salmon;
    cursor: pointer;
    -webkit-transition:color 0.3s ease;
    -o-transition:color 0.3s ease;
    transition:color 0.3s ease;
}
.botones_social [class^="icon-"]:hover {
    color: #A6A6A6;
    -webkit-transition:color 0.3s ease;
    -o-transition:color 0.3s ease;
    transition:color 0.3s ease;
}

/*------------------------RESPONSIVE------------------*/

@media(min-width:768px){
    .menu{
        display: none;
    }
    
    header h2{
    font-weight: 500;
    font-size: 2.5rem;
    width: 100%;
    text-align: left;
    margin-right: 10px;
    margin-left: 20px;
    color: salmon;
    margin-top: 1rem;
}
    
/*----------------------Footer-----------------------*/

.footer {
    background: #333;
    color: white;
    padding: 1rem;
    text-align: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-wrap: wrap
}
    
.copy{
    width: 25rem;
    text-align: left
    }
    
    .disclaimer{
    width: 70%;
    text-align: justify
    }

.footer [class="logofadu"] {
    background: grey;
    border-radius: 0.5rem;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: inline-block;
    color: white;
    font-size: 0.3rem;
    padding: 0.rem;
    width: 25%;
    height: 100%;
    float: right;
    margin-top: -4.5rem
}
    
.footer .logofadu img {
    width: 100%;
    height: 10%;
    
}
    
/*------------galeria----------*/
.contenedor_galeria {
        width: 740px;
    }
    
.small {
    height: 148px;
    overflow: hidden;
}
.normal, .large {
    height: 300px;
    overflow: hidden;
    }
.nombre_usuario p a{
    position: absolute;
    font-size: 0.6rem;
    color: white;
    margin-top: -7.1%;
    }
    
    .small .nombre_usuario p a{
    position: absolute;
    font-size: 0.6rem;
    color: white;
    margin-top: -4.8%;
    }

/*----------------------Acordeon-----------------------*/
.mainglosario{
    display: flex;
    justify-content: space-around;
    }
    
.secciones_glosario {
    margin: 1%;
    padding: 0%;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 10px;
    width: 110%;
}
    
button.accordion {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: salmon;
    color: #fff;
    cursor: pointer;
    padding: 1.1rem;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-top: 1px solid #fff;
    border-radius: 10px;
    flex-wrap: wrap
}
    
div.panel {
    padding: 1rem;
    font-weight: 400;
    font-size: 0.7rem;
    background-color: #ffe7e4;
    display: none;
    width: 100%;
    box-sizing: border-box
}
    
.imgglosario{
    width: 94%;
    margin: 0;
    border-radius: 20px;
    }
    
.imgglosario ul{
    list-style: none;
    padding: 0;
    border-radius: 20px;
    }
    
.imgglosario img{
     width: 100%;
    height: 100%;
    border-radius: 10px;
    }    
    
.botonera3{
    display: flex;
    width: 25rem;
    height: 20%;
    justify-content: space-around;
    margin: auto;
}
    
/*-------------Botonera Cabezera---------------*/
    
.botonera4{
    display: flex;
    width: auto;
    height: 5rem;
    justify-content: space-between;
    margin: 0 1%;
    padding: 0;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 20px;
}

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

.info4 li{
    margin:0;
    width: 50%;
    height: 100%;
    padding: 0%;
    font-family: 'Raleway', sans-serif;
    font-size: 0.5rem;
    display: flex;
}

.info4 img{
    width: 3rem;
    margin: 1.3rem 0 1rem auto;
    padding: 1%;
    height: 2rem;
}

.comunidad{
    margin:0;
    width: 50%;
    height: 100%;
    background: salmon;
    padding: 0%;
    border-radius: 20px 0 0 20px;
    text-align: center;
    cursor: pointer;
}
.seguimiento {
    margin:0;
    width: 50%;
    height: 5rem;
    padding: 0%;
    border-radius: 0px 20px 20px 0px;
    text-align: center;
    cursor: pointer;
}
.info4 .nuevo a, .info4 .seguimiento a {
    color: salmon
}


.info4 a{
    text-decoration: none;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    padding: 0;
    height: 100%;
    margin: 2rem auto 1rem 0;
}
    
.btn_albumes {
    display: flex;
    justify-content: space-between;
    margin: 1% 1% 5% 1%;
    margin-top: 0%;
    padding: 0;
    background: #F3F3F3;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 20px;
}
    
/*-----------------INDEX---------------*/
    
.banner .contenedor {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: salmon;
    font-size: 2rem;
    text-align: center;
}
    
.galeriainicio{
    display: flex;
    padding: 1rem;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 1rem 1rem;
    height: 40rem;
    background-color: #F3F3F3;
    border: solid 1px salmon;
    border-radius: 10px;
}
    
.slider{
    width: 50%;
    margin: auto 1rem auto 0;
    overflow: hidden;
    padding: 0;
}

.titulos{
    color: white;
    padding: 10px;
    margin: 0 1rem;
    background-color: salmon;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    margin-top: -0.3rem;
    font-size: 1.5rem;
    border-radius: 10px;
    text-align: center
}
    
aside {
    width: 15rem;
    margin-right: auto;
}

aside li{
     border-radius: 10px;   
    }
    
.info__columna {
    background-color: salmon;
    color: white;
    padding: 1rem;
    line-height: 1rem;
    margin-left: auto;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    width: 55rem;
    box-sizing: border-box;
    height: 25rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    -webkit-box-shadow:0 4px 5px rgba(0,0,0,0.3)
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px rgba(0,0,0,0.3);
    display: flex;
   }
    
.info__img {
    padding: 0;
    width: 34rem;
    height: 100%
    }
    
.info__titulo {
    padding: 0;
    width: 100%;
    height: 10%;
    margin-left: 1rem;
    font-size: 1.5rem
    }
    
.info__titulo2 {
    padding: 0;
    width: 100%;
    height: 10%;
    margin-left: 1rem;
    }
    
.info__txt {
    padding: 0;
    width: 100%;
    height: 10%;
    margin-left: 1rem;
    }
    
.comentarios_contenedor {
    margin: 1rem 1rem;
    padding: 1rem 5%;
    background: #F3F3F3;
    border: 1px solid rgba(0,0,0,0.2);
    border-color: salmon;
    border-radius: 10px;
}
    
.comment_list {
    margin: 30px auto 0 auto;
    position: relative;
    width: 40rem;
    }
    
/*---------------Contacto----------------*/
    
.maincontacto{
    display: flex;
    justify-content: space-around
}
    
.imgcontacto{
    width: 30%;
    padding: 0;
    margin: 0 1rem 0 0;
}

.imgcontacto ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    }

.imgcontacto img{
     height: 620px;
    width: 100%;
    }

.imgcontacto1{
    width: 30%;
    padding: 0;
    margin: 0;

    }
.imgcontacto1 ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-top: 50%
    }
 
.imgcontacto1 li{
    height: 100%;
    width: 100%;
    }
    
.imgcontacto1 img{
    height: 100%;
    width: 100%;
    }
    
.info3 li{
    margin:5px;
    width: 50%;
    height: 15%;
    padding: 5%;
    border-radius: 10px;
    background-color: gainsboro;
    border: solid 1px;
    border-color: salmon;
}
    
}
    
@media(max-width:768px){
    
    .menu2{
        display: none;
    }
    .video{
        display: none;
    }
    
    .imgglosario{
        display: none;
    }
    
    .imgcontacto{
        display: none;
    }
    
    .imgcontacto1{
        display: none;
    }
}