/*
Theme Name: 
Theme URI: 
Author: 
mail: 
Version:
*/

@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------- 

0. ESTILOS BASE
1. TEXTO y TIPOGRAFÍAS
2. LOADER
3. HEADER - NAV
4. SOBRE EL PROYECTO INDEX
5. ENTRADAS PRINCIPALES A LA MEMORIA INDEX (CARRUSEL)
6. CONTEXTO SUAREZ EN INDEX
7. FOOTER
8. SLIDER DE IMAGENES
9. NAVEGADOR MEMORIA
10. LÍNEA DE TIEMPO
11. GALERÍA
12. MAP
13. AUDIOS SILENCIO Y OLVIDO
14. EQUIPO
15. TESTIMONIOS
16. FONDO
17. ANECEDENTES


------------------------------------------------- */

/* 0. ESTILOS BASE */
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box !important;
    font-family: 'Arapey', serif;
    font-weight: 400;
}

:root {
    --color1:#408FCD;
    --color2:#00FFB6;
    --color3:#006799;
    --color4:#FFCE00;
    --color5:#FF9100;
    --color6:#00B57D;
}

body, html, .loaded{
	margin: 0;
	padding: 0;
	overflow-x:hidden;
    width: 100%;
    background:white;
    font-size: 14px;
}

.color1{
	color: var(--color1) !important;
}

.color2{
	color: var(--color2) !important;
}

.color3{
	color: var(--color3) !important;
}


.back1{
	background-color: var(--color1) !important;
}

.back2{
	background-color: var(--color2) !important;
}

.back3{
	background-color: var(--color3) !important;
}

.back5{
	background-color: var(--color5) !important;
}


section,nav,article,aside,hgroup,header,footer{
	display:block
}
ul, ol, li{
	list-style: none;
} 
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
img{
	width: 100%;
	height: auto;
	display: block;
}
.cleaner{
	clear: both;
	visibility:hidden;
	font-size:0;
	height:0;
	display:block;
}
.hidden{
    position: absolute;
    width: 0;
    height: 0;
    top:-5000px;
    left: -5000px;
}
.textLeft{
	text-align:left !important;
}
.textRight{
	text-align:right  !important;
}
.textCenter{
	text-align:center;
}
.filter{
	position: absolute;
	background-image: linear-gradient(to right,rgba(0,0,0,0.3) ,rgba(0,0,0,0.6));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.padding20{
	padding: 0 20px !important;
}
.padding30{
	padding: 0 30px !important;
}

.btn{
    display:inline-flex !important;
    flex-flow: row nowrap!important;
    align-items: center!important;
    justify-content: space-between!important;
    font-size: 1.6em !important;
    background: var(--color5) !important;
    border-radius: 3px;
    text-decoration: none;
    padding: 8px 12px;
    color:white;
    margin: 10px 0;
}
.btn > img{
    width: 32px;
    margin: 0 8px 0 0;
}
.btn:hover{
    background-color:var(--color6) !important;
}

.row{
    display: flex;
    flex-flow: row nowrap;
}

.content{
    width: 90%;
    max-width: 1050px;
    margin: auto;
}

.section{
    margin: 80px auto;
}

.full-content{
    width: 100%;
    margin: auto;
}

.col{
    padding: 10px;
    flex:1;
    width: 100%;
}

.col-2{
    padding: 10px;
    flex:2;
}
.col-3{
    padding: 10px;
    flex:3;
}
.col-4{
    padding: 10px;
    flex:4;
}

hr{
    width: 100px;
    margin: 10px 0;
    height: 1px;
    border: none;
    background: #222222;
}

.align-bottom{
    align-items: flex-end;
}

.align-center{
    align-items: center;
}

.justify-right{
    display: flex;
    flex-flow: column;
    justify-content: right;
    text-align: right;
}
.justify-right hr{
    text-align: right;
}


.change-order-movil{

}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 1. TEXTO y TIPOGRAFÍAS */
p{
    font-size: 1.4em;
    margin: 10px 0 20px 0;
}

p a{
    font-size: 1em;
    color: var(--color1);
    font-style: italic;
}
p a:hover{
    color: var(--color6);
}

blockquote{
    font-size: 1.4em;
    margin: 10px 0 20px 0;
    font-style: italic;
}
h2{
    font-size: 2.5em;
    font-style: italic;
    margin: 10px 0 20px 0;
}
h3{
    font-size: 2em;
    font-style: italic;
    margin: 10px 0 20px 0;
}
h4{
    font-size: 1.6em;
    font-style: italic;
    margin: 10px 0 20px 0;
}
h5{
    font-size: 1.4em;
    font-style: italic;
    margin: 10px 0 20px 0;
}

.titulo-dos-niveles span{
    font-size: 0.6em;
    display: block;
}
.titulo-top-hero{
    font-size: 3.5em;
    text-align: center;
    position: absolute;
    z-index: 2;
    top:50%;
    left: 50%;
    transform: translate(-50%, -110%);
    color:white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.titulo-top-hero span{
    font-style: italic;
}
.titulo-centrado{
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 2. LOADER */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}
 
#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}

#loader {
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
}

/* Loaded */
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}


.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.3s 0.3s ease-out;
            transition: all 0.3s 0.3s ease-out;

}

.loaded #loader{
    opacity: 0;
    top: -500px;
    animation: hiddenAn 0.6s 1;
}

@keyframes hiddenAn {
    0% {
        opacity: 1;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: -500px;
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 3. HEADER - NAV */
.header-page{
    position: relative;
    background: var(--color3);
    width: 100%;
    height: 100vh;
}

#over-back{
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100vh;
}

#logoInstiucion{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    text-indent: -5000px;
    width: 180px;
    height: 220px;
    background:url(images/LOGO-Consejo.png) center center no-repeat;

}

#logoPage{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -105%);
    z-index: 2;
    text-indent: -5000px;
    width: 390px;
    height: 115px;
    background:url(images/identificador-neg.png) center center no-repeat;
    padding: 10px;
}

#audio-top-hero{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.header-page .olas-bottom{
    display: block;
    position: absolute;
    width: 100%;
    bottom: -50px;
    z-index: 2;
}

.header-page .olas-bottom img{
    width: 100%;
    min-width: 800px;
}

/* navegador */
#clicViewMenu{
    position: absolute;
    z-index: 11;
    top: 15px;
    right: 0;
    width: 43px;
    height: 43px;
    
    cursor: pointer;
    
    
}

#icoViewMenu{
    background-color: var(--color1);
    padding: 4px 4px 4px 4px;
    display: block;
    border-radius: 2px 0 0 2px;
}

#icoCloseMenu{
    display: none;
    padding: 4px 4px 4px 4px;
}

#menuPrincipal{
    position: absolute;
    z-index: 10;
    top: 0;
    right: -500px;
    width: 100%;
    max-width: 500px;
    background-color: rgba(34, 34, 34, 0.8);
    padding: 60px 20px 20px 20px;
    border-radius: 0 0 0 10px;
}

.btPrincipal{
    font-family: 'Arapey', serif;
    display: block;
    padding: 3px 10px;
    border-bottom: 1px dotted white;
    color: white;
    font-size: 1.3em;
    text-decoration: none;
    margin: 0 0 10px 0;
    transition: all 0.3s ease;
}

.btPrincipal:hover{
    color: var(--color2);
    border-bottom: 1px dotted var(--color2);
}

#viewMenu:checked ~ #menuPrincipal{
	right: 0;
}

#viewMenu:checked ~ #clicViewMenu > #icoCloseMenu{
	display: block;
}

#viewMenu:checked ~ #clicViewMenu > #icoViewMenu{
	display: none;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 4. SOBRE EL PROYECTO INDEX */
#sobre-proyecto-index{
    margin: 120px auto;
}
#info-sobre-proyecto-index{
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */


/* 5. ENTRADAS PRINCIPALES A LA MEMORIA INDEX (CARRUSEL) */
#wrap-carrusel-memoria-index{}

#carrusel-memoria-index{}

.item-carrusel-memoria-index{
    position: relative;
}
.info-item-carrusel-memoria-index{
    width: 90%;
    max-width: 650px;
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: white;
    padding: 15px;
    background-color: rgb(34, 34, 34, 0.7);
}

.imagen-item-carrusel-memoria-index{
    display: block;
}

#navegador-carrusel-memoria-index{
    width: 100%;
    display: flex;
    border-top:3px solid var(--color1);
    border-bottom:3px solid var(--color1);
}
.item-navegador-carrusel-memoria-index{
    flex:1;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    border-right: 1px dotted #ccc;
    background-color:white;
}

.item-navegador-carrusel-memoria-index:hover{
    background-color: var(--color1);
    color: white;
}
.item-navegador-carrusel-memoria-index:hover hr{
    background: white;
}

.item-navegador-carrusel-memoria-index-activo {
    color: white;
    background-color: var(--color1);
}

.item-navegador-carrusel-memoria-index-activo hr{
    background: white;
}


/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 6. CONTEXTO SUAREZ EN INDEX */
#contexto-index{
    padding: 80px 0;
    text-align: left;
    align-items: stretch;
}
#mapa-contexto-index figure{
    width: 100%;
    max-width: 500px;
    margin-left: 30px;
}
#info-contexto-index{
}
#info-contexto-index img{
    width: 40px;
    margin-bottom: 15px;
}

#convencion-cabecera, #convencion-embalse{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}
#convencion-cabecera span{
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #ff0048;
}
#convencion-embalse span{
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #14a9ff;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 7. FOOTER */


.mountain-top{
    width: 100%;
    min-width: 850px;
    display: block;
}

#wrap-logo-footer{
    background-color: var(--color6);
    text-align: center;
    padding: 40px 0;
    border-bottom: 2px solid var(--color1);
    margin: -3px 0 0 0;
}

#logo-footer{
    text-indent: -5000px;
    width: 320px;
    height: 115px;
    background:url(images/identificador-neg2.png) center center no-repeat;
    background-size: contain;
    margin: auto;
}

#fundaciones-footer{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 70px 0;
}

#wrap-fundaciones{
    width: 190px;
}
#wrap-apoyo{
    width: 100px;
}
#wrap-apoyo small{
    font-size: 1em;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 8. SLIDER DE IMAGENES */
.wrap-slider-imagenes{
    position: relative;
    width: 100%;
    max-width: 744px;
}
.slider-imagenes{
    
    background-color: #222222;
    width: 80%;
    margin: auto;
}
.slider-imagenes img, .imagen-slider{
    cursor: url(images/cursor.svg), url(images/cursor.png), url(images/cursor.gif), pointer;
    transition: all linear 0.3s;
}
.slider-imagenes img:hover{
    opacity: 0.5;
}
.light-box-fotografia{
    position: fixed;
    z-index: 900;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.93);
    cursor: url(images/cursor-close.svg), url(images/cursor-close.png), url(images/cursor-close.gif), pointer;
}
.active-light-box-fotografia{
    height: 100vh;
}

.wrap-light-box-fotografia{
    position: fixed;
    width: 80%;
    max-width: 1100px;
    z-index: 901;
    top:-5000px;
    left: -2000px;
    cursor: url(images/cursor-close.svg), url(images/cursor-close.png), url(images/cursor-close.gif), pointer;
}

.wrap-light-box-fotografia-ver{
    position: fixed;
    width: auto;
    height: 95vh;
    z-index: 901;
    top:-5000px;
    left: -2000px;
    cursor: url(images/cursor-close.svg), url(images/cursor-close.png), url(images/cursor-close.gif), pointer;
}

.wrap-light-box-fotografia-ver img{
    height: 100%;
    width: auto;
}

.active-wrap-light-box-fotografia{
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}


.flecha-left-slider{
    position: absolute;
    z-index: 10;
    top:50%;
    transform: translateY(-50%);
    left: 20px;
    width: 50px;
    cursor:pointer;
}

.flecha-right-slider{
    position: absolute;
    z-index: 10;
    top:50%;
    transform: translateY(-50%);
    right: 20px;
    width: 50px;
    cursor:pointer;
}


/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 9. NAVEGADOR MEMORIA */
.nav-memoria{
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    margin: 10px;
}

.nav-memoria .wrap-info-nav-memoria{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 20px;
    z-index: 2;
    background-color: rgba(34, 34, 34, 0.8);
    transition: all linear 0.3s;
    padding: 10px;
}
.nav-memoria .wrap-info-nav-memoria h3{
    color: white;
    text-decoration: none;
}

.nav-memoria .over-nav-memoria{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    transform: translateY(100%);
    transition: all linear 0.3s;
}


.nav-memoria:hover .wrap-info-nav-memoria{
    background-color: rgba(34, 34, 34, 0);
    bottom: 50%;
    transform: translateY(100%);
}

.nav-memoria:hover .wrap-info-nav-memoria h3{
    background-color: rgba(34, 34, 34, 0);
}

.nav-memoria:hover .btn{
    opacity: 1;
}

.nav-memoria:hover .over-nav-memoria{
    transform: translateY(0);
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 10. LÍNEA DE TIEMPO */
#titulo-linea-tiempo{
    width: 90%;
    margin: 0 auto 15px auto;
}

#wrap-linea-tiempo{
    width: 90%;
    height: 520px;
    margin:20px auto;
    position: relative;
    overflow: hidden;
}

#linea-tiempo {
    position: absolute;
    top: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    border-top: 1px solid var(--color1);
    overflow: hidden;
}

.evento-historico{
    position: relative;
    border-left:1px solid var(--color1);
    padding: 10px 0 0 15px;
    margin: 0 20px 0 10px;
    width: 320px;
}

.ball-evento-historico{
    width: 7px;
    height: 7px;
    background-color: var(--color1);
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 0;
    bottom: 0;
}

.fecha{
    color: var(--color3);
    margin-bottom: 0;
}

.descripcion-evento{
    font-size: 1.1em;
}

.evento-historico img{
    width: 140px;
    margin: 10px 10px 0 0;
    cursor: url(images/cursor.svg), url(images/cursor.png), url(images/cursor.gif), pointer;
    display: inline-block;
}

/* range */
.slidecontainer {
    width: 100%; /* Width of the outside container */
}

#myRange{
    width: 90%;
    margin: 20px 5%;
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    border-radius: 10px;
  }

/* Mouse-over effects */
#myRange:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
#myRange::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 40px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    background: var(--color6); /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 100%;
  }
  
  #myRange::-moz-range-thumb {
    width: 40px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    background: var(--color6); /* Green background */
    cursor: pointer; /* Cursor on hover */
  }

/* 11. GALERÍA */
.galeria{
    display: grid;
    grid-template-rows: 
        repeat(7, 180px);
    grid-template-columns: 
        repeat(4, 1fr);
    grid-gap: 5px;
}
.item{
    position: relative;
    cursor: url(images/cursor.svg), url(images/cursor.png), url(images/cursor.gif), pointer;
    background-position-x: center;
    overflow: hidden;
    background-color: #00B57D;
}

.item img{
    position: absolute;    
}

.item img.grid-height{
    width: auto;
    height: 100%;
}

.item img.grid-width{
    width: 200%;
    height: auto;
}


.item:nth-child(1) {
    grid-row: 1 / 3;
}

.item:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.item:nth-child(3) {
        grid-column: 4 / 5;
        grid-row: 1 / 2;
}

.item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.item:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}
.item:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 2 / 4;
}
.item:nth-child(7) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.item:nth-child(8) {
    grid-column: 2 / 3;
    grid-row: 3 / 5;
}
.item:nth-child(9) {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}
.item:nth-child(10) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.item:nth-child(11) {
    grid-column: 3 / 4;
    grid-row: 4 / 6;
}
.item:nth-child(12) {
    grid-column: 4 / 5;
    grid-row: 4 / 5;
}
.item:nth-child(13) {
    grid-column: 1 / 2;
    grid-row: 5 / 7;
}
.item:nth-child(14) {
    grid-column: 2 / 3;
    grid-row: 5 / 6;
}
.item:nth-child(15) {
    grid-column: 4 / 5;
    grid-row: 5 / 6;
}
.item:nth-child(16) {
    grid-column: 2 / 3;
    grid-row: 6 / 8;
}
.item:nth-child(17) {
    grid-column: 3 / 4;
    grid-row: 6 / 7;
}
.item:nth-child(18) {
    grid-column: 4 / 5;
    grid-row: 6 / 8;
}
.item:nth-child(19) {
    grid-column: 1 / 2;
    grid-row: 7 / 8;
}
.item:nth-child(20) {
    grid-column: 3 / 4;
    grid-row: 7 / 8;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 12. MAP */
#mapid{
    width: 100%;
    background-color: black;
}
.leaflet-top, .leaflet-bottom{
    z-index: 500 !important;
}

#row-convenciones-mapa{
    align-items: stretch;
}

#mapconvenciones{
    min-width: 320px;
}
.convencionMapa{
    margin: 5px 0;
    border-bottom: 1px dotted black;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px;
}

.convencionMapa p{
    margin: 0;
    padding: 0;
}

.convencionMapa div{
    margin: 0 0 0 10px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.conv-negro{
    background-color: rgba(34, 34, 34, 0.8);
    border:1px solid  rgba(34, 34, 34, 1);
}

.conv-amarillo{
    background-color: rgba(255, 217, 0, 0.8);
    border:1px solid  rgba(255, 217, 0, 1);
}

.conv-rosa{
    background-color: rgba(255, 0, 170, 0.8);
    border:1px solid  rgba(255, 0, 170, 1);
}

.conv-verde{
    background-color: rgba(0, 165, 49, 0.8);
    border:1px solid  rgba(0, 165, 49, 1);
}

.conv-naranja{
    background-color: rgba(216, 106, 17, 0.8);
    border:1px solid  rgba(216, 106, 17, 1);
}

.conv-blanco{
    background-color: rgba(240, 240, 240, 0.8);
    border:1px solid  rgb(141, 141, 141);
}

.conv-rojo{
    background-color: rgba(190, 1, 1, 0.8);
    border:1px solid  rgb(190, 1, 1);
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* 13. AUDIOS SILENCIO Y OLVIDO */
#wrap-audios-silencio-olvido{}

#wrap-audios-silencio-olvido > div{
    margin-top: 20px;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* GALERÍA LEGADO */
/* numero 13 */
.item-legado:nth-child(13) {
    grid-column: 1 / 2;
    grid-row: 5 / 8;
}
.item-legado:nth-child(17) {
    grid-column: 3 / 5;
    grid-row: 6 / 8;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 14. EQUIPO */
.logo-equipo{
    width: 160px;
    margin: 0 auto 25px auto;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 15. TESTIMONIOS */
.wrap-testimonios-colectiva{
    position: relative;
    border-bottom: 1px dotted #000;
    padding: 0 0 50px 0;
    text-align: center;
}
.wrap-testimonios{
    width: 80%;
    margin: auto;
}

.wrap-bt-bitacora{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.testimonio{
    text-align: justify;
    margin: auto;
    padding: 10px;
}
.testimonio hr{
    margin: auto;
    text-align: center;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 16. FONDO */
main{
    position: relative;
    z-index: 1;
}
.fondos{
    position: absolute;
    z-index: 0;
    background-color: gray;
}

#fondo1-index{
    width: 100%;
    max-width: 400px;
    height: 600px;
    left: 0;
    top: calc(100vh + 10px);
    background: url(images/fondo1-index.jpg) center center no-repeat;
    background-size: content;
}
#fondo2-index{
    width: 100%;
    max-width: 400px;
    height: 600px;
    right: 0;
    top: calc(100vh + 20px);
    background: url(images/fondo2-index.jpg) center center no-repeat;
    background-size: content;
}
#fondo3-index{
    width: 100%;
    max-width: 400px;
    height: 600px;
    left: 0;
    top: calc(100vh + 1800px);
    background: url(images/fondo1-index.jpg) center center no-repeat;
    background-size: content;
}
#fondo4-index{
    width: 100%;
    max-width: 400px;
    height: 600px;
    right: 0;
    top: calc(100vh + 2200px);
    background: url(images/fondo2-index.jpg) center center no-repeat;
    background-size: content;
}

#fondo1-individual{
    width: 100%;
    max-width: 600px;
    height: 400px;
    right: 0;
    top: calc(100vh + 50px);
    background: url(images/fondo1-individual.jpg) center center no-repeat;
    background-size: content;
}

#fondo2-individual{
    width: 100%;
    max-width: 600px;
    height: 400px;
    left: 0;
    top: calc(100vh + 500px);
    background: url(images/fondo2-individual.jpg) center center no-repeat;
    background-size: content;
}

#fondo3-individual{
    width: 100%;
    max-width: 600px;
    height: 400px;
    right: 0;
    top: calc(100vh + 1200px);
    background: url(images/fondo3-individual.jpg) center center no-repeat;
    background-size: content;
}

#fondo1-colectiva{
    width: 100%;
    max-width: 400px;
    height: 600px;
    right: 0;
    top: calc(100vh + 800px);
    background: url(images/fondo2-colectiva.jpg) center center no-repeat;
    background-size: content;
}

#fondo2-colectiva{
    width: 100%;
    max-width: 400px;
    height: 600px;
    left: 0;
    top: calc(100vh + 500px);
    background: url(images/fondo1-colectiva.jpg) center center no-repeat;
    background-size: content;
}

#fondo1-historica{
    width: 100%;
    max-width: 400px;
    height: 600px;
    left: 0;
    top: calc(100vh + 500px);
    background: url(images/fondo1-historica.jpg) center center no-repeat;
    background-size: content;
}

#fondo2-historica{
    width: 100%;
    max-width: 400px;
    height: 600px;
    right: 0;
    top: calc(100vh + 1800px);
    background: url(images/fondo2-historica.jpg) center center no-repeat;
    background-size: content;
}

#fondo3-historica{
    width: 100%;
    max-width: 400px;
    height: 600px;
    left: 0;
    top: calc(100vh + 2100px);
    background: url(images/fondo3-historica.jpg) center center no-repeat;
    background-size: content;
}


#fondo1-legado{
    width: 100%;
    max-width: 600px;
    height: 400px;
    right: 0;
    top: calc(100vh + 20px);
    background: url(images/fondo1-legado.jpg) center center no-repeat;
    background-size: content;
}

#fondo2-legado{
    width: 100%;
    max-width: 600px;
    height: 400px;
    left: 0;
    top: calc(100vh + 400px);
    background: url(images/fondo2-legado.jpg) center center no-repeat;
    background-size: content;
}

#fondo3-legado{
    width: 100%;
    max-width: 400px;
    height: 600px;
    left: 0;
    top: calc(100vh + 1000px);
    background: url(images/fondo3-legado.jpg) center center no-repeat;
    background-size: content;
}

#fondo4-legado{
    width: 100%;
    max-width: 400px;
    height: 600px;
    right: 0;
    top: calc(100vh + 1300px);
    background: url(images/fondo4-legado.jpg) center center no-repeat;
    background-size: content;
}

#fondo1-equipo{
    width: 100%;
    max-width: 400px;
    height: 600px;
    left: 0;
    top: calc(100vh + 10px);
    background: url(images/fondo1-index.jpg) center center no-repeat;
    background-size: content;
}

#fondo2-equipo{
    width: 100%;
    max-width: 400px;
    height: 600px;
    right: 0;
    top: calc(100vh + 600px);
    background: url(images/fondo2-index.jpg) center center no-repeat;
    background-size: content;
}

/* ------------------------------------------------- */

#header-index{
    background: url(images/fondo-index.jpg) center center no-repeat fixed;
    background-size: cover;
}

#header-individual{
    background: url(images/fondo-individual.jpg) center center no-repeat fixed;
    background-size: cover;
}

#header-colectiva{
    background: url(images/fondo-colectiva.jpg) center center no-repeat fixed;
    background-size: cover;
}

#header-historica{
    background: url(images/fondo-historica.jpg) center center no-repeat fixed;
    background-size: cover;
}

#header-legado{
    background: url(images/fondo-legado.jpg) center center no-repeat fixed;
    background-size: cover;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

/* 17. ANTECEDENTES */
#antededentes{
    column-count: 2;
    text-align: justify;
}
#explicacion{
    column-count: 2;
    text-align: justify;
}
/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
@media (max-width: 1550px) {
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 16. FONDO */
    #fondo1-index{
        left: -70px;
        top: calc(100vh + 10px);
    }
    #fondo3-index{
        left: -100px;
    }
    #fondo4-index{
        right: -200px;
    }
}

@media (max-width: 1400px) {
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 16. FONDO */
    #fondo1-index{
        left: -90px;
        top: calc(100vh + 10px);
    }
    #fondo3-index{
        left: -200px;
    }
    #fondo4-index{
        right: -300px;
    }


}


@media (max-width: 1350px) {
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 16. FONDO */
    #fondo1-index{
        left: -130px;
        top: calc(100vh + 10px);
    }

    
}

@media (max-width: 1260px) {
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 16. FONDO */
    #fondo1-index{
        left: -200px;
        top: calc(100vh + 10px);
    }

    #fondo1-individual{
        top: calc(100vh + 50px);
    }
    
    #fondo2-individual{
        top: calc(100vh + 500px);
    }
    
    #fondo3-individual{
        top: calc(100vh + 1200px);
    }
}

@media (max-width: 1200px) {
	.nav-memoria:hover .wrap-info-nav-memoria{
        background-color: rgba(34, 34, 34, 0);
        bottom: 70px;
        transform: none;
    }
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* 16. FONDO */
    #fondo1-index{
        top: calc(100vh + 0px);
    }
    #fondo3-index{
        top: calc(100vh + 1350px);
    }
	
}
@media (max-width: 1150px) {
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* 16. FONDO */
    #fondo2-index{
        right: 0;
        top: calc(100vh + 10px);
    }
    #fondo3-individual{
        top: calc(100vh + 1300px);
    }
}

@media (max-width: 1100px) {
	/* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 0. ESTILOS BASE */
    .col-2{
        padding: 10px;
        flex:1;
    }
    .col-3{
        padding: 10px;
        flex:1;
    }
    /* 8. SLIDER DE IMAGENES */
    .wrap-slider-imagenes{
        max-width: 640px;
    }
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* 16. FONDO */
    #fondo1-index{
        top: calc(100vh + 0px);
    }
    #fondo3-index{
        display: none;
    }

    #fondo1-individual{
        display: none;
    }

    #fondo2-individual{
        top: calc(100vh + 500px);
    }
    
    #fondo3-individual{
        top: calc(100vh + 1250px);
    }
    

	
}
@media (max-width: 1000px) {
	/* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 1. TEXTO y TIPOGRAFÍAS */
    p{
        font-size: 1.2em;
    }
    h2{
        font-size: 2.3em;
    }
    h3{
        font-size: 1.8em;
    }
	
}

@media (max-width: 950px) {
    .slick-dots{
        bottom: -50px !important;
    }
    /* 8. SLIDER DE IMAGENES */
    .wrap-slider-imagenes{
        max-width: 500px;
    }
    /* 16. FONDO */
    #fondo2-individual{
        display: none;
    }
    
    #fondo3-individual{
        display: none;
    }
}

@media (max-width: 850px) {
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 1. TEXTO y TIPOGRAFÍAS */

    .titulo-top-hero{
        font-size: 3.5em;
        text-align: center;
        position: absolute;
        z-index: 2;
        top:50%;
        left: 10%;
        width: 80%;
        transform: translate(0, -50%);
    }

    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 3. HEADER - NAV */

    #audio-top-hero{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 100%);
    }


    /* 5. ENTRADAS PRINCIPALES A LA MEMORIA INDEX (CARRUSEL) */
    #navegador-carrusel-memoria-index{
        display: none;
    }
    /* 6. CONTEXTO SUAREZ EN INDEX */
    #mapa-contexto-index figure{
        margin-left: 10px;
    }
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 17. ANTECEDENTES */
    #antededentes{
        column-count: 1;
        text-align: justify;
    }
    #explicacion{
        column-count: 1;
        text-align: justify;
    }
	
}

@media (max-width: 770px) {
	/* 0. ESTILOS BASE */

    .row{
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .change-order-movil{
        flex-flow: column-reverse;
    }
    .col, .col-2, .col-3, .col-4{
        flex:auto;
        padding: 10px;
        width: 100%;
    }
     /* 6. CONTEXTO SUAREZ EN INDEX */
     #mapa-contexto-index figure{
        margin-left: 0;
    }
    /* 8. SLIDER DE IMAGENES */
    .wrap-slider-imagenes{
        max-width: none;
    }
    .slider-imagenes{
        width: 90%;
    }

    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* 9. NAVEGADOR MEMORIA */
    .nav-memoria{
        width: 90%;
        margin: 10px 5%;
    }
    /* 12. MAP */
    #mapid{
        width: 100%;
        height: 450px;
        padding: 10px;
    }

    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 15. TESTIMONIOS */
    .wrap-testimonios{
        width: 100%;
        margin: auto;
    }

    .wrap-bt-bitacora{
        margin-top: 70px;
    }

    #flecha-left-slider-testimonio1, #flecha-right-slider-testimonio1, #flecha-left-slider-testimonio2, #flecha-right-slider-testimonio2{
        display: none;
    }

    /* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 16. FONDO */
    .fondos{
        display: none;
    }

	
}

@media (max-width: 650px) {
	/* ------------------------------------------------- */
    /* ------------------------------------------------- */
    /* ------------------------------------------------- */

    /* 1. TEXTO y TIPOGRAFÍAS */
    p{
        font-size: 1.1em;
    }
    h2{
        font-size: 2.2em;
    }
    h3{
        font-size: 1.7em;
    }
     /* 3. HEADER - NAV */

     #audio-top-hero{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 120%);
    }

    /* 5. ENTRADAS PRINCIPALES A LA MEMORIA INDEX (CARRUSEL) */
    .info-item-carrusel-memoria-index{
        width: 90%;
        max-width: none;
        left: 5%;
    }
	
}

@media (max-width: 550px) {
    /* 3. HEADER - NAV */
    #logoInstiucion{
        width: 130px;
        height: 170px;
        background-size: 100%;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    #logoPage{
        width: 280px;
        background-size: 100%;
    }

    #audio-top-hero{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 160%);
    }
    /* 5. ENTRADAS PRINCIPALES A LA MEMORIA INDEX (CARRUSEL) */
    .info-item-carrusel-memoria-index p{
        display: none;
    }

}



@media (max-width: 400px) {
	/* 3. HEADER - NAV */
    #logoInstiucion{
        top: 20px;
    }

    #logoPage{
        transform: translate(-50%, -50%);
    }
    #audio-top-hero{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 220%);
    }
	
}