header {
    position: relative;
    z-index: 1;
}
header #container > img {
    border: solid 5px pink;
}
/*------------------------- social media --------------------------*/
#social-media {
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow:row;
    justify-content: flex-end;
    align-items: center;

}
#acc_cli {
    color: var(--font-color-white);
}
#capital-icon { 
    width: 60px;
    height: auto;
    margin: 5px;
    z-index: 996;
}
#flag-icon { 
    width: 35px;
    height: auto;
    margin: 5px;
    z-index: 996;
}
#weather-icon {
    width: 35px;
    margin: 5px;
    z-index: 995;
}
/**************************** header ******************************/
#header_image > img  {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    vertical-align: middle;
}
#header_middle_img > img {
    max-width: 100%;
    width: 700px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    bottom: -120px;
}
/*------------------------- nav  menu ---------------------------*/
#top-menu {
    position: absolute;
    top: 50px;
    width: 96%;
    margin: 0 auto;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow:row;
    align-items: center;
}
#nav-logo {
    width: 200px;
    height:auto;
    z-index: 999;
    cursor: pointer;
}
.nav-ul {
    list-style: none;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    margin-left: -03%;
    z-index: 998;
}
.nav-li {
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 02px;
    font-size: 15px;
}
.nav-li:nth-child(1) {
    margin-left: 70px;
}
.nav-li > a  {
    color: var(--font-color-grey);
    font-size: 15px;
    font-weight: inherit;
}
.nav-li > a:hover {
    color: var(--font-color-aqua);
    font-size: 15px;
}
.nav-li-selected {
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 02px;
    font-size: 15px;
    font-weight: bold;
    color: var(--font-color-aqua);
}
#nav-img-usu { 
    width: 180px;
    height: auto;
}
.nav-toggle {
    color: white;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    display: none;
    cursor: pointer;
}
#redes_comunidad { 
    position: absolute;
    left: 5%;
    top: 75%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#redes_comunidad span {
    color: var(--font-color-white);
    margin-bottom: 10px;
}
#redes_comunidad img {
    width: 35px;
    height: auto;
    margin-bottom: 10px;
}
/*--------------------------banner-----------------------*/
#rbanner {
    display: none;
}
/******************************************************************************************/
/****************************** EMPIEZA CSS EXPLORA EL PARQUE *****************************/
/******************************************************************************************/
#explorar-main-1 {
    width: 100%;
    background-image: url(../img/sections_background_a.jpg);
    background-repeat:repeat-y;
    position: relative;
    overflow: auto;
}
#explorar-main-1-a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 8% 7% 2% 7%;
}
#explorar-main-1-a > p {
    color: var(--font-color-white);
    font-size:34px;
    line-height:42px;
    text-align: center;
}
#explorar-main-1-b {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 5%;
}
/* .explorar-main-1-b-item { 
    flex: 1;
} */
#explorar-main-1-b > div:nth-child(1) {
    flex: 1;
}
#explorar-main-1-b > div:nth-child(2) {
    flex: 1;
}
#explorar-main-1-b > div:nth-child(3) {
    flex: 1;
}
#explorar-main-1-b > div:nth-child(1) > span {
    display: table;
    text-align: center;
}
#explorar-main-1-b > div > span {
    color: var(--font-color-white);
    font-size:44px;
}
#explorar-main-1-b > div > p {
    color: var(--font-color-white);
    font-size:30px;
    line-height:32px;
}
#explorar-main-1-b > div:nth-child(1) > p:nth-of-type(1){
    text-align: center;
    border-bottom: solid 1px var(--bg-color-aqua);
    margin-top: 5%;
    margin-bottom: 5%;
}
#explorar-main-1-b > div:nth-child(1) > p:nth-of-type(2){
    text-align: center;
}
#explorar-main-1-b > div:last-child > p {
    border-bottom: solid 1px var(--bg-color-aqua);
}
#explorar-main-1-b > div:nth-child(2) > span {
    display: table;
    margin:  0 auto;
    width: 100%;
    text-align: center;
}
#explorar-main-1-b > div:nth-child(2) > ul {
    margin-top: 3%;
    list-style: none;
    color: var(--font-color-white);
    font-size:30px;
    line-height: 38px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#explorar-main-1-b > div:nth-child(3) > p {
    line-height: 36px;
}
#explorar-main-1-b > div:nth-child(3) > ul {
    list-style: none;
    color: var(--font-color-white);
    font-size:30px;
    line-height: 38px;
}
#explorar-main-1-b > div:nth-child(3) > ul > li::before {
    content: "\2022";
    color: var(--font-color-aqua); 
    font-weight: bold; 
    display: inline-block; 
    width: 1em;

}
/***********************************************************************************/
#explorar-main-2 {
    width: 100%;
    background-image: url(../img/explorar_fondo.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}
#explorar-main-2 > div:nth-child(1) {
    border: none;
    border-radius: 12px;
    background: var(--bg-color-aqua);
    width: 400px;
    margin: 0 auto;
    font-family: dabre;
    font-size: 86px;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 -2em 2em rgba(0,0,0,0.1),
        0 0  0 0px rgb(255,255,255),
        0.3em 0.3em 1em rgba(0,0,0,0.3);
}
#explorar-main-2-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 30px;
}
.explorar-main-2-wrapper {
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 15px;
    position: relative;
}
.explorar-main-2-a-container {
    border: solid 4px var(--bg-color-orange);
    border-radius: 8px;
    display: flex;
    flex-direction:column;
    padding: 15px 180px 15px 15px;
}
.explorar-main-2-a {
    font-family: metropolisextrabold;
    letter-spacing: 5px;
    font-size:75px;
}
.explorar-main-2-aa {
    font-family: thirdrail;
    letter-spacing: 5px;
    font-size:45px;
    color: var(--bg-color-orange);
}
.explorar-main-2-b {
    font-size:25px;
}
.explorar-main-2-b-container {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.explorar-main-2-a-container_txt_especial {
    display: flex;
    flex-direction: column;
}
.explorar-main-2-c {
    background: var(--bg-color-aqua);
    font-size:25px;
    font-weight: bold;
    letter-spacing:5px;
    color: var(--font-color-black);
    padding: 6% 50px 6% 50px;
    border-radius: 5px;

}
.explorar-main-2-below-container {
    padding:45px;
}
.explorar-main-2-below-container p {
    font-size:20px;
    font-weight:bold;
    text-align: center;
}
/***********************************************************************************/
#explorar-main-3 {
    width: 100%;
    background: var(--bg-color-beige);
}
.explorar-main-3-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 30px;
}
.explorar-main-3-column:nth-child(1) {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-right: 15px;
}
.explorar-main-3-column:nth-child(2) {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-left: 15px;
}
.explorar-main-3-column:nth-child(3) {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-top: 30px;
    padding-right: 15px;
}
.explorar-main-3-column:nth-child(4) {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-top: 30px;
    padding-left: 15px;
}
.explorar-main-3-column:nth-child(5) {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-top: 30px;
    padding-right: 15px;
}
.explorar-main-3-column:nth-child(6) {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-top: 30px;
    padding-left: 15px;
}

.contenido_explorar_cuadro_izq {
    background-image: linear-gradient(to right, rgba(223,209,181,0), rgba(223,209,181,1));
    position: absolute;
    top: 35%;
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.contenido_explorar_cuadro_izq h1 {
    font-size: 25px;
    letter-spacing:5px;
    text-transform: uppercase;
    margin-left: 25px;
}
.contenido_explorar_cuadro_izq button {
    padding: 10px 30px 10px 30px;
    font-family: metropolisbold;
    font-size: 20px;
    background: none;
    border: solid 1px #000;
    border-radius:15px;
    cursor:pointer;
}
.contenido_explorar_cuadro_izq button:hover {
    background: var(--bg-color-orange);
    color: var(--font-color-white);
}

.contenido_explorar_cuadro_der {
    background-image: linear-gradient(to left, rgba(223,209,181,0), rgba(223,209,181,1));
    position: absolute;
    top: 35%;
    width: 85%;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.contenido_explorar_cuadro_der h1 {
    font-size: 25px;
    letter-spacing:5px;
    text-transform: uppercase;
    margin-right: 25px;
}
.contenido_explorar_cuadro_der button {
    padding: 10px 30px 10px 30px;
    font-family: metropolisbold;
    font-size: 20px;
    background: none;
    border: solid 1px #000;
    border-radius:15px;
    cursor: pointer;
}
.contenido_explorar_cuadro_der button:hover {
    background: var(--bg-color-orange);
    color: var(--font-color-white);
}
.explorar-main-3-column > img {
    max-width: 100%;
}
/*--------------------- explorar mapa y galerias banner --------------------------*/
#explorar_galerias_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
#explorar-mapa {
    background: url('../img/banner_mapa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    flex: 1;
}
#explorar-mapa > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#explorar-mapa > div > h1 {
    font-family: dabre;
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--font-color-beige);
}
#explorar-mapa > div > button {
    background: var(--bg-color-black);
    border: none;
    border-radius: 15px;
    color: var(--font-color-white);
    font-size: 16px;
    padding: 12px 22px 12px 22px;
    margin-bottom: 3%;
    cursor: pointer;
}
#explorar-mapa > div > button:hover {
    background: var(--bg-color-grey-dark);
}
#explorar-galerias {
    background: url('../img/banner_galerias.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    flex: 1;
}
#explorar-galerias > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#explorar-galerias > div > h1 {
    font-family: dabre;
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--font-color-orange);
}
#explorar-galerias > div > button {
    background: var(--bg-color-black);
    border: none;
    border-radius: 15px;
    color: var(--font-color-white);
    font-size: 16px;
    padding: 12px 22px 12px 22px;
    margin-bottom: 3%;
    cursor: pointer;
}
#explorar-galerias > div > button:hover {
    background: var(--bg-color-grey-dark);
}
/****************************** TERMINA CSS EXPLORA EL PARQUE *****************************/

/****************************** EMPIEZA CSS COMUNIDAD *****************************/
#comunidad-main-1 {
    width: 100%;
    background: var(--bg-color-aqua);
}
#comunidad-main-1-container {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
}
#comunidad-main-1-container-a {
    flex: 65%;
    padding:50px 0 50px 50px;
}
#comunidad-main-1-container-a-profiles {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.comunidad-profile-item {
    position:relative;
    text-align: right;
    /* border: solid 1px #000; */
}
.comunidad-profile-item > img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.comunidad-profile-item > div {
    position: absolute;
    background-color:rgba(0, 0, 0, 0.7);
    top:85%;
    width: 100%;
    bottom: 3%;
    right: 0;
    width: 92%;
}
.comunidad-profile-item > div > h1 {
    position: absolute;
    color: var(--bg-color-aqua);
    font-family: metropolisbold;
    font-size: 32px !important;
    padding: 0px;
    margin: 0px;
    top: -30%;
    right:10%;
}
.comunidad-profile-item > div > h2 {
    position: absolute;
    color: var(--bg-color-white);
    font-size: 22px !important;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    top: 50%;
    right:10%;
}
.comunidad-profile-item > div > hr {
    position: absolute;
    border: solid 1px var(--bg-color-orange);
    width: 30%;
    top: 40%;
    right: 15%;
}
#comunidad-main-1-container-b {
    background: url(../img/comunidad_main_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    flex: 35%;
    padding: 50px 50px 50px 0;
}
#comunidad-main-1-container-b-content {
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#comunidad-main-1-container-b-content-row1 {
    background: url(../img/comunidad_bg_mancha.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    display: flex;
    flex-direction: column;
}
#comunidad-main-1-container-b-content-row2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left:20px;
}
#comunidad-main-1-container-b-content-row2 > button {
    background: var(--bg-color-white);
    text-transform: uppercase;
    font-family: metropolisextrabold;
    border-radius:25px;
    padding: 15px 40px 15px 40px;
    border: none;
}
#c_b_txt1 {
    font-family: metropolisextrabold;
    font-size: 65px;
    color: var(--font-color-black);
    margin: 0;
    padding: 0px;
    align-self: flex-end;
}
#c_b_txt2 {
    font-size: 65px;
    align-self: flex-end;
    margin: 0;
    padding: 0px;
}
#c_b_txt3 {
    font-family: metropolisextrabold;
    font-size: 65px;
    color: var(--font-color-white);
    align-self: flex-end;
    margin: 0;
    padding: 0px;
}
#c_b_img1 {
    align-self: center;
    border: none;
}
#c_b_img2 {
    border: none;
}
/****************************** TERMINA CSS COMUNIDAD *****************************/

/****************************** INICA CSS ZONA CAMPING  ******************************/
#zona-camping-main-1 {
    width: 100%;
    background: url(../img/sections_background_a.jpg);
    background-repeat: repeat-y;
    background-repeat: repeat-x;
}
#zona-camping-main-1-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#zona-camping-main-1-container-a {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 22% 1% 22%;
}
#zona-camping-main-1-container-a > p {
    word-wrap: break-word;
    color: white;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
#zona-camping-main-1-container-a > h1 {
    word-wrap: break-word;
    color: white;
    font-size: 42px;
    text-align: center;
}
#zona-camping-main-1-container-b {
    background: url(../img/sections_background_a.jpg);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.zona-camping-main-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.zona-camping-main-item-izq  {
    position: relative;
    flex: 50%;
}
.zona-camping-main-item-izq  div {
    border-top: 3px solid var(--bg-color-aqua);
    border-bottom: 3px solid var(--bg-color-aqua);
    padding-top: 15px;
    padding-bottom: 15px;
}
.zona-camping-main-item-izq  div h1 {
    font-size: 38px;
    color: white;
    text-align: center;
    padding:0;
    margin: 0;
}
.zona-camping-main-item-izq  div span {
    display:block;
    font-size: 24px;
    color: white;
    text-align:center;
}
.zona-camping-main-item-izq img {
    width: 100%;
}

.zona-camping-main-item-der {
    position: relative;
    flex: 50%;
}
.zona-camping-main-item-der  div {
    border-top: 3px solid var(--bg-color-aqua);
    border-bottom: 3px solid var(--bg-color-aqua);
    padding-top: 15px;
    padding-bottom: 15px;
}
.zona-camping-main-item-der  div h1 {
    font-size: 38px;
    color: white;
    text-align: center;
    padding:0;
    margin: 0;
}
.zona-camping-main-item-der  div span {
    display:block;
    font-size: 24px;
    color: white;
    text-align:center;
}
.zona-camping-main-item-der img {
    width: 100%;
}
/****************************** TERMINA CSS ZONA CAMPIBG   ************************/


/****************************** EMPIEZA CSS AGENCIA EXPERIENCIAS   ************************/
#agencia-experiencia-main-1 {
    width: 100%;
    background: url(../img/sections_background_a.jpg);
    background-repeat: repeat-y;
    background-repeat: repeat-x;
}
#agencia-experiencia-main-1-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#agencia-experiencia-main-1-container-a {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 22% 1% 22%;
}
#agencia-experiencia-main-1-container-a > p {
    word-wrap: break-word;
    color: white;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
#agencia-experiencia-main-1-container-a > h1 {
    word-wrap: break-word;
    color: white;
    font-size: 42px;
    text-align: center;
}
#agencia-experiencia-main-1-container-b {
    background: url(../img/sections_background_a.jpg);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 35px 0 35px 35px;
}
.agencia-experiencia-main-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.agencia-experiencia-main-item-izq  {
    position: relative;
    flex: 50%;
}
.agencia-experiencia-main-item-izq  div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.item-izq-1-a {
    border: 3px solid var(--bg-color-aqua);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:center;
    padding-left: 25px;
    border-radius: 7px;
}
.item-izq-1-a h1 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing:5px;
    color: var(--bg-color-white);
}
.item-izq-1-a span {
    font-family: thirdrail;
    font-size: 70px;
    color: var(--bg-color-aqua);
    margin-right: 40px;
}
.item-izq-1-a button {
    background: none;
    border: solid 2px var(--bg-color-orange);
    font-family: metropolisextrabold;
    border-radius:25px;
    padding: 17px 22px 17px 22px;
    color: var(--bg-color-white);
    cursor:pointer;
}
.item-izq-1-b {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items:center;
}
.item-izq-1-b p {
    font-size: 34px;
    letter-spacing:5px;
    color: var(--bg-color-white);
    margin-right: 15px;
}
.item-izq-1-b span {
    display: block;
    background: var(--bg-color-aqua);
    border-radius: 8px;
    font-size: 60px;
    font-family: metropolisextrabold;
    padding: 10px;
}
.item-izq-1-c {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items:center;
}
.item-izq-1-c p {
    font-size: 34px;
    letter-spacing:5px;
    color: var(--bg-color-white);
    margin-right: 15px;
}
.item-izq-1-c-psmall {
    text-transform: uppercase;
    font-size: 26px;
    font-family: metropolisextrabold;
    margin-right: 10px;
    padding-left: 30px;
}
.item-izq-1-c-pnormal {
    display: block;
    background: var(--bg-color-aqua);
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 60px;
    font-family: metropolisextrabold;
    padding: 10px;
}
.agencia-experiencia-main-item-der  {
    position: relative;
    flex: 50%;
}
.agencia-experiencia-main-item-der img {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 3px var(--bg-color-aqua);
}


.agencia-experiencia-main-1-container-c {
    position: relative;
    background: url(../img/sections_background_a.jpg);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 35px 0 35px 35px;
}
.agencia-experiencia-main-item-b {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.agencia-experiencia-main-item-izq-b {
    position: relative;
    flex: 50%;
}
.item-izq-1-a-b {
    border: 3px solid var(--bg-color-aqua);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:center;
    padding-left: 25px;
    border-radius: 7px;
}
.item-izq-1-a-b h1 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing:5px;
    color: var(--bg-color-white);
}
.item-izq-1-a-b span {
    font-family: thirdrail;
    font-size: 50px;
    color: var(--bg-color-aqua);
    margin-right: 40px;
}
.item-izq-1-a-b button {
    background: none;
    border: solid 2px var(--bg-color-orange);
    font-family: metropolisextrabold;
    border-radius:25px;
    padding: 17px 22px 17px 22px;
    color: var(--bg-color-white);
    cursor:pointer;
}
.item-izq-1-a-c {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:center;
}
.item-izq-1-a-c > ul {
    padding: 0;
    margin-top: 30px;
    list-style:none;
}
.item-izq-1-a-c > ul > li {
    background: url(../img/agencia_experiencias_bullet.png) no-repeat;
    background-size: contain;
    padding-left: 45px;
    font-size: 28px;
    color: var(--font-color-white);
    line-height:25px;
    padding-left: 35px;
    margin-bottom: 20px;
}
.item-izq-1-a-c > ul > li > a {
    color: var(--font-color-orange);
    font-size: 18px;
    font-weight: bold;
}
.item-izq-1-a-d {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:center;
}
.item-izq-1-a-d > p {
    color: var(--font-color-white);
    font-size: 22px;
    margin-top: 3%;
}
/****************************** TERMINA CSS AGENCIA EXPERIENCIAS   ************************/

/****************************** INICA CSS RESTAURANTE   ************************/
#restaurante-main-1 {
    width: 100%;
    background: url(../img/sections_background_a.jpg);
    background-repeat: repeat-y;
    background-repeat: repeat-x;
}
#restaurante-main-1-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#restaurante-main-1-container-a {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 22% 1% 22%;
}

#restaurante-main-1-container-a {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 22% 1% 22%;
}
#restaurante-main-1-container-a > p {
    word-wrap: break-word;
    color: white;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
#restaurante-main-1-container-a > h1 {
    word-wrap: break-word;
    color: var(--font-color-orange);
    font-family: thirdrail;
    font-size: 46px;
    text-align: center;
}
#restaurante-main-1-container-b {
    background: url(../img/sections_background_a.jpg);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 35px 0 35px 35px;
}
.restaurante-main-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.restaurante-main-item-izq  {
    position: relative;
    flex: 50%;
}
.restaurante-main-item-izq  div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.restaurante_item-izq-1 {
    border: 3px solid var(--bg-color-aqua);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:center;
    padding-left: 25px;
    border-radius: 7px;
    margin-bottom: 18px;
}
.restaurante_item-izq-1 h1 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing:5px;
    color: var(--bg-color-white);
}
.restaurante_item-izq-1 span {
    font-family: thirdrail;
    font-size: 70px;
    color: var(--bg-color-aqua);
    margin-right: 40px;
}
.restaurante_item-izq-1 button {
    background: var(--bg-color-orange);
    border: solid 2px var(--bg-color-orange);
    font-family: metropolisextrabold;
    border-radius:20px;
    padding: 14px 22px 14px 22px;
    color: var(--bg-color-white);
    cursor:pointer;
    margin-right: 20px;
}
.restaurante_item-izq-2  {
    display: block;
    background: var(--bg-color-aqua);
    border-radius:8px;
    margin-left:30px;
    margin-right: 220px;
    padding-left: 15px;
}
.restaurante_item-izq-2 div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.restaurante_item-izq-2 label {
    color: var(--bg-color-black);
    font-size: 20px;
}
.restaurante_item-izq-2 input[type="text"] {
    padding: 15px;
    background: none;
    border: none;
}
.restaurante_item-izq-3 {
    margin-top: 20px;
    width: 100%;
}
.restaurante_item-izq-3 p {
    color: var(--font-color-beige);
    font-size: 24px;
    margin-left: 30px;
}
.restaurante_item-izq-3 ul {
    padding: 0;
    margin-top: 30px;
    list-style:none;
    margin-left: 30px;
}
.restaurante_item-izq-3 ul li {
    background: url(../img/agencia_experiencias_bullet.png) no-repeat;
    background-size: contain;
    font-size: 24px;
    color: var(--font-color-beige);
    line-height:25px;
    padding-left: 35px;
    margin-bottom: 20px;
}


.restaurante-main-item-der  {
    background-image: url(../img/restaurante_bg_mancha.png);
    background-repeat: no-repeat;
    background-size:contain;
    position: relative;
    flex: 50%;
    padding-left: 65px;
}
.restaurante-main-item-der img {
    width: 60%;
}
/****************************** TERMINA CSS RESTAURANTE   ************************/


/****************************** EMPIEZA CSS EVENTOS   ************************/
#eventos-main-1 {
    width: 100%;
    background: url(../img/sections_background_a.jpg);
    background-repeat: repeat-y;
    background-repeat: repeat-x;
}
#eventos-main-1-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#eventos-main-1-container-a {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 22% 1% 22%;
}

#eventos-main-1-container-a {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 22% 1% 22%;
}
#eventos-main-1-container-a > p {
    word-wrap: break-word;
    color: white;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
#eventos-main-1-container-a > h1 {
    word-wrap: break-word;
    color: var(--font-color-orange);
    font-family: thirdrail;
    font-size: 46px;
    text-align: center;
}
#eventos-main-1-container-b {
    background: url(../img/sections_background_a.jpg);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 35px 0 35px 0;
}
.eventos-main-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.eventos-main-item-izq1  {
    background-image:url(../img/eventos_img1_a.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50vw;
    position: relative;
    flex: 50%;
}
.eventos_item-izq1-a {
    border: 3px solid var(--bg-color-aqua);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:center;
    padding-left: 25px;
    border-radius: 7px;
    margin-bottom: 18px;
}
.eventos_item-izq1-a h1 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing:5px;
    color: var(--bg-color-white);
}
.eventos_item-izq1-a button {
    background: var(--bg-color-aqua);
    border: solid 2px var(--bg-color-aqua);
    font-family: metropolisextrabold;
    border-radius:20px;
    padding: 14px 22px 14px 22px;
    color: var(--bg-color-black);
    cursor:pointer;
    margin-left: 20px;
    margin-right: 20px;
}
.eventos_item-izq1-b {
    position: absolute;
    padding: 30px;
    top: 40%;
    bottom: 0;
    left: 0;
}
.eventos_item-izq1-b p {
    font-size:24px;
    color: var(--font-color-white);
    line-height:40px;
}
.eventos-main-item-der1  {
    background-image:url(../img/eventos_img1_b.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50vw;
    position: relative;
    flex: 50%;
}
.eventos-main-item-der1-1 {
    position: absolute;
    display:block;
    background: var(--bg-color-aqua);
    color: var(--font-color-black);
    font-size: 35px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    top: 85%;
    bottom: 0px;
}
.eventos-main-item-izq2  {
    background-image:url(../img/eventos_img2_a.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50vw;
    position: relative;
    flex: 50%;
}
.eventos-main-item-der2  {
    background-image:url(../img/eventos_img2_b.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50vw;
    position: relative;
    flex: 50%;
}
.eventos_item-der2-1 {
    border: 3px solid var(--bg-color-aqua);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:center;
    padding-left: 25px;
    border-radius: 7px;
    margin-bottom: 18px;
}
.eventos_item-der2-1 h1 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing:5px;
    color: var(--bg-color-white);
}
.eventos_item-der2-2 {
    position: absolute;
    top: 45%;
    padding-left: 130px;
    padding-right: 30px;
}
.eventos_item-der2-2 p {
    font-size:24px;
    color: var(--font-color-white);
    line-height:40px;
}
.eventos_item-der2-2 ul {
    list-style:none;
    color: var(--font-color-white);
}
.eventos_item-der2-2 ul li {
    font-size:24px;
}
.eventos_item-der2-2 ul li:before {
    content:"·";
    font-size:120px;
    vertical-align:middle;
    line-height:40px;
}
.eventos_item-der2-3 {
    position: absolute;
    top: 85%;
    right: 5%;
    bottom: 10%;
}
.eventos_item-der2-3 button {
    background: var(--bg-color-aqua);
    border: solid 2px var(--bg-color-aqua);
    font-family: metropolisextrabold;
    border-radius:20px;
    padding: 14px 22px 14px 22px;
    color: var(--bg-color-black);
    cursor:pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.eventos-main-item-izq3  {
    background-image:url(../img/eventos_img3_a.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50vw;
    position: relative;
    flex: 50%;
}
.eventos_item-izq3-a {
    border: 3px solid var(--bg-color-aqua);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items:center;
    padding-left: 25px;
    border-radius: 7px;
    margin-bottom: 18px;
}
.eventos_item-izq3-a h1 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing:5px;
    color: var(--bg-color-white);
}
.eventos_item-izq3-a button {
    background: var(--bg-color-aqua);
    border: solid 2px var(--bg-color-aqua);
    font-family: metropolisextrabold;
    border-radius:20px;
    padding: 14px 22px 14px 22px;
    color: var(--bg-color-black);
    cursor:pointer;
    margin-left: 20px;
    margin-right: 20px;
}
.eventos_item-izq3-b {
    position: absolute;
    padding: 30px;
    top: 40%;
    bottom: 0;
    left: 0;
}
.eventos_item-izq3-b p {
    font-size:24px;
    color: var(--font-color-white);
    line-height:40px;
}
.eventos-main-item-der3  {
    background-image:url(../img/eventos_img3_b.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50vw;
    position: relative;
    flex: 50%;
}

.eventos_item-der3-1 {
    position: absolute;
    top: 85%;
    left: 5%;
    bottom: 10%;
}
.eventos_item-der3-1 button {
    background: var(--bg-color-aqua);
    border: solid 2px var(--bg-color-aqua);
    font-family: metropolisextrabold;
    border-radius:20px;
    padding: 14px 22px 14px 22px;
    color: var(--bg-color-black);
    cursor:pointer;
    margin-left: 20px;
    margin-right: 20px;
}

#eventos-main-1-container-c {
    background: url(../img/sections_background_a.jpg);
    background-repeat: repeat;
    background-size: cover;
    /* display: flex;
    flex-direction: column;
    flex-wrap: nowrap; */
    align-items: center;
    padding-bottom: 60px;
    padding-right: 90px;
    padding-left: 90px;
}
.eventos-main-item-c1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.eventos-main-item-c1 h1 {
    background: var(--bg-color-aqua);
    font-size: 34px;
    text-align: center;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}
.eventos-main-item-c1 h2 {
    font-family: thirdrail;
    color: var(--font-color-aqua);
    font-size: 44px;
    letter-spacing: 8px;
    text-align: center;
    padding: 20px;
}
.eventos-main-item-c1 img {
    width: 100%;
}

/****************************** TERMINA CSS EVENTOS   ************************/

/*-------------------------------*/
/*             modal
/*-------------------------------*/
#modal_strava {
    cursor: pointer;
}
.modal {
    display: none;
    width: 50%;
    background: var(--bg-color-white);
    position: absolute;
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
#btn_close {
    color: #606060;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
}
#btn_close:hover, :focus {
    color: var(--font-color-black);
    text-decoration: none;
    cursor: pointer;
} 
.modal h1 {
    text-align: center;
    font-family: dabre;
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.modal div {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    justify-content:space-around;
}
.modal div img {
    width: 200px;
    height: auto;
}

/*----------------restaurante --------------------*/
.modal_res {
    display: none;
    width: 80%;
    height: 80%;
    background: var(--bg-color-white);
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    border-radius: 0;
    z-index: 1;
}
.modal_res div {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content:space-around;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.modal_res div img {
    width: 600px;
    height: auto;
}
#btn_close_modal_res {
    position: absolute;
    right: 2%;
    color: var(--font-color-white);
    float: right;
    font-size: 38px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
}
#btn_close_modal_res:hover, :focus {
    color: var(--font-color-grey);
    text-decoration: none;
    cursor: pointer;
} 
/*----------------------------------------------------*/
.modal_cal {
    display: none;
    width: 80%;
    height: 80%;
    background: var(--bg-color-white);
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 1;
}
.modal_cal div {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content:space-around;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.modal_cal div img {
    width: 600px;
    height: auto;
}
#btn_close_modal_cal {
    position: absolute;
    right: 2%;
    color: var(--font-color-white);
    float: right;
    font-size: 38px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
}
#btn_close_modal_cal:hover, :focus {
    color: var(--font-color-grey);
    text-decoration: none;
    cursor: pointer;
} 
/*-------------------------------------------------*/
.modal_tar {
    display: none;
    width: 80%;
    height: 80%;
    background: var(--bg-color-white);
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 1;
}
.modal_tar div {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content:space-around;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.modal_tar div img {
    width: 600px;
    height: auto;
}
#btn_close_modal_tar {
    position: absolute;
    right: 1%;
    color: var(--font-color-white);
    float: right;
    font-size: 38px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
}
#btn_close_modal_tar:hover, :focus {
    color: var(--font-color-grey);
    text-decoration: none;
    cursor: pointer;
} 
/*----------------------------------------------------*/
.modal_map {
    display: none;
    width: 95%;
    height: 95%;
    background: var(--bg-color-white);
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 1;
}
.modal_map div {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    justify-content:space-around;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.modal_map div img {
    width: 600px;
    height: auto;
}
#btn_close_modal_map {
    position: absolute;
    right: 2%;
    color: var(--font-color-white);
    float: right;
    font-size: 38px;
    font-weight: bold;
    right: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 10px;
}
#btn_close_modal_map:hover, :focus {
    color: var(--font-color-grey);
    text-decoration: none;
    cursor: pointer;
} 
/*--------------------------------------------------*/
.modal_con {
    display: none;
    width: 45%;
    height: 85%;
    background: var(--bg-color-white);
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 1;
}
.modal_con div {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    justify-content:space-around;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.modal_con div img {
    width: 600px;
    height: auto;
}
#btn_close_modal_con {
    position: absolute;
    right: 2%;
    color: var(--font-color-white);
    float: right;
    font-size: 38px;
    font-weight: bold;
    right: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 10px;
}
#btn_close_modal_con:hover, :focus {
    color: var(--font-color-grey);
    text-decoration: none;
    cursor: pointer;
} 
/*------------------------------------*/
.modal_cli {
    display: none;
    width: 340px;
    height: 85%;
    background: var(--bg-color-black);
    position: fixed;
    top: 50%; 
    left: 85%; 
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 9999999999;
}
.modal_cli div {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    justify-content:space-around;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.modal_cli div img {
    width: 600px;
    height: auto;
}
#btn_close_modal_cli {
    position: absolute;
    right: 2%;
    color: var(--font-color-white);
    float: right;
    font-size: 38px;
    font-weight: bold;
    right: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 10px;
}
#btn_close_modal_cli:hover, :focus {
    color: var(--font-color-grey);
    text-decoration: none;
    cursor: pointer;
} 
/****************************** INICIA CSS COMUNIDADES   *************************/
/*--------------*/
/* primera secc 
/*--------------*/
#comunidad-main-1 {
    width: 100%;
    height: 100%;
    background: url(../img/sections_background_a.jpg);
    background-size: contain;
    background-repeat: repeat;
}
#comunidad-main-1-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#comunidad-main-1-container-a {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    margin: 1%;
}
#comunidad-main-1-container-a h1 {
    padding:0;
    margin: 0 0 2% 0;
    text-align: start;
    font-family: dabre;
    font-weight: normal;
    font-size: 70px;
    color: var(--font-color-aqua);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-item {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    gap: 15px;
    width: 70%;
    margin-bottom: 1%;
}
.blog-item div:nth-child(1) {
    flex: 20%;
    text-align: center;
}
.blog-item div:nth-child(2) {
    flex: 80%;
}
.blog-item div:nth-child(1) > img {
    width: 60%;
    height: auto;
    border: solid 2px var(--bg-color-aqua);
    border-radius: 15px;
}
.blog-item div:nth-child(2) {
    color: var(--font-color-beige);
}
/*--------------*/
/* segunda secc 
/*--------------*/
#comunidad-main-2 {
    width: 100%;
    height:auto;
    background: url(../img/comunidad_bg1.jpg);
    background-size: contain;
    overflow: hidden;
}
#comunidad-main-2-container {
    position: relative;
}
#comunidad-main-2-container-a {
    margin: 5%;
}
#comunidad-main-2-container-a > h1 {
    padding:0;
    margin: 0 0 2% 0;
    text-align: center;
    font-family: dabre;
    font-weight: normal;
    font-size: 78px;
    color: var(--font-color-white);
    text-transform: uppercase;
    letter-spacing: 5px;
}
#comunidad-main-2-container-a > p{
    color: var(--font-color-white);
    font-size: 22px;
    line-height: 28px;
}
#comunidad-main-2-container-a  div:nth-of-type(1) {
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#comunidad-main-2-container-a  div  img {
    width:20%;
    border-radius: 15px;
    border: solid 2px var(--bg-color-aqua);
    box-shadow: 5px 5px 5px 5px var(--bg-color-black);

}
#comunidad-main-2-container-a  div:nth-of-type(2) {
    text-align: right;
}
#comunidad-main-2-container-a  div  button {
    background: var(--bg-color-aqua);
    border: none;
    border-radius: 25px;
    padding: 15px 30px 15px 30px;
    color: var(--font-color-black);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*---------------------*/
/*      strava
/*---------------------*/
#comunidad-main-3 {
    width: 100%;
    height:auto;
    background: var(--bg-color-beige);
    background-size: cover;
    overflow: hidden;
}
#comunidad-main-3-container {
    margin: 5%;
}
#comunidad-main-3-container h1 {
    padding:0;
    margin: 0 0 2% 0;
    text-align: center;
    font-family: dabre;
    font-weight: normal;
    font-size: 78px;
    color: var(--font-color-black);
    text-transform: uppercase;
    letter-spacing: 5px;
}
#comunidad-main-3-container p {
    font-size: 22px;
    line-height: 28px;
}
/*---------------------*/
/*      bike school
/*---------------------*/
#comunidad-main-4 {
    width: 100%;
    height:auto;
    background: url(../img/comunidad_bg2.jpg);
    background-size: cover;
    overflow: hidden;
}
#comunidad-main-4-container {
    margin: 5%;
}
#comunidad-main-4-container h1 {
    padding:0;
    margin: 0 0 2% 0;
    text-align: center;
    font-family: dabre;
    font-weight: normal;
    font-size: 78px;
    color: var(--font-color-black);
    text-transform: uppercase;
    letter-spacing: 5px;
}
#comunidad-main-4-container p {
    font-size: 22px;
    line-height: 28px;
}
#comunidad-main-4-container div {
    margin-top: 2%;
    text-align: center;
}
#comunidad-main-4-container div button {
    background: var(--bg-color-orange);
    border: none;
    border-radius: 25px;
    padding: 15px 30px 15px 30px;
    color: var(--font-color-black);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*----------------------------*/
/*       grupo rodadas 
/*----------------------------*/
#comunidad-main-5 {
    width: 100%;
    height:auto;
    background: var(--bg-color-black);
    overflow: hidden;
}
#comunidad-main-5-container {
    margin: 5%;
}
#comunidad-main-5-container h1 {
    padding:0;
    margin: 0 0 2% 0;
    text-align: center;
    font-family: dabre;
    font-weight: normal;
    font-size: 78px;
    color: var(--font-color-beige);
    text-transform: uppercase;
    letter-spacing: 5px;
}
#comunidad-main-5-container p {
    font-size: 22px;
    line-height: 28px;
    color: var(--font-color-beige);
}
#comunidad-main-5-container div {
    margin-top: 2%;
    text-align: center;
}
#comunidad-main-5-container div button {
    background: var(--bg-color-beige);
    border: none;
    border-radius: 25px;
    padding: 15px 30px 15px 30px;
    color: var(--font-color-black);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/****************************** TERMINA CSS COMUNIDADES   ************************/

/****************************** INICA CSS PISTAS   ************************/
#pistas-main-1 {
    width: 100%;
    height:auto;
    background: url(../img/pistas_background.jpg);
    background-size: cover;
    overflow: hidden;
}
#pistas-main-1-container {
    margin: 5% 0 5% 0;
}
#pistas-main-1-container-a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.pistas-item-1-a {
    margin-left: 5%;
    margin-bottom: 5%;
    background: url('../img/pistas_bg1.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pistas-item-1-a div:nth-child(1) {
    flex: 45%;
}
.pistas-item-1-a div:nth-child(2) {
    flex: 55%;
}
.pistas-item-1-a div:nth-child(1) h1 {
    margin-left: 20%;
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 52px;
    text-transform: uppercase;
    color: var(--font-color-white);
}
.pistas-item-1-a div:nth-child(1)  p {
    color: var(--font-color-white);
    margin-left: 20%;
    margin-top: 3%;
    margin-right: 2%;
    font-size: 28px;
}
.pistas-item-1-a div:nth-child(2) img {
    width: 100%;
}
.pistas-item-1-b {
    margin-right: 5%;
    margin-bottom: 5%;
    background: url('../img/pistas_bg2.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pistas-item-1-b div:nth-child(1) {
    flex: 55%;
}
.pistas-item-1-b div:nth-child(2) {
    flex: 45%;
}
.pistas-item-1-b div:nth-child(1) img {
    width: 100%;
}
.pistas-item-1-b div:nth-child(2) h1 {
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 52px;
    text-transform: uppercase;
    color: var(--font-color-white);
}
.pistas-item-1-b div:nth-child(2)  p{
    color: var(--font-color-white);
    margin-left: 5%;
    margin-right: 20%;
    margin-top: 4%;
    font-size: 28px;
}

/**************************** TERMINA CSS PISTAS   ************************/

/***************************** INICIA CSS BLOG **************************/
#container_blog {
    width: 100%;
    background-image: url(../img/sections_background_a.jpg);
    background-repeat:repeat-y;
    position: relative;
    overflow: auto;
}
#blog_header {
    margin: 8% 7% 0 7%;
}
#blog_header > h1 {
    text-transform: uppercase;
    color: var(--font-color-orange);
    font-family: dabre;
    font-weight: normal;
    font-size: 78px;
}
#blog_main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap:3%;
    margin: 2% 0 0 7%;
}
#blog_main > div:nth-of-type(1) {
    flex: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#blog_data_container {
    width: 100%;
}
#blog_data_container  p {
    margin-bottom: 2%;
    font-size: 22px;
    line-height: 28px;
}
#blog_data_container h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2%;
}
#blog_data_container img {
    width: 100%;
    height: auto;
}
.blog_data_entrie {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2%;
    margin-bottom: 5%;
}
.blog_data_entrie > div:nth-of-type(1) {
    flex: 15%
}
.blog_data_entrie > div:nth-of-type(2) {
    flex: 85%
}
.blog_data_entrie > div:nth-of-type(1) > div > a > img {
    width: 150px;
    width: 150px;
    border: solid 3px var(--bg-color-aqua);
}
.blog_data_entrie > div:nth-of-type(2) > div:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
}
.blog_data_entrie > div:nth-of-type(2) > div:nth-of-type(1) {
    margin-bottom: 1%;
}
.blog_data_entrie > div:nth-of-type(2) > div:nth-of-type(1) > span {
    color: var(--font-color-aqua);
    font-size: 12px;
}
.blog_data_entrie > div:nth-of-type(2) > div:nth-of-type(1) > span > a {
    color: var(--font-color-white);
    font-size: 12px;
}
.blog_data_entrie > div:nth-of-type(2) > div:nth-of-type(2) {
    margin-bottom: 2%;
}
.blog_data_entrie > div:nth-of-type(2) > div:nth-of-type(2) > span > a {
    color: var(--font-color-orange);
    font-size: 32px;
} 
.blog_data_entrie > div:nth-of-type(2) > div:nth-of-type(3) {
    color: var(--font-color-white) !important;
    font-size: 16px;
    margin-bottom: 1%;
}
.blog_data_entrie > div:nth-of-type(2) > div:nth-of-type(4) {
    color: var(--font-color-aqua);
    font-size: 12px;
}
/*--------------------------------------------------------------------*/
.blog_data_entrie_detalle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2%;
    margin-bottom: 5%;
}
.blog_data_entrie_detalle > div:nth-of-type(1) > div:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
}
.blog_data_entrie_detalle > div:nth-of-type(1) > div:nth-of-type(1) {
    margin-bottom: 1%;
}
.blog_data_entrie_detalle > div:nth-of-type(1) > div:nth-of-type(1) > span {
    color: var(--font-color-aqua);
    font-size: 12px;
}
.blog_data_entrie_detalle > div:nth-of-type(1) > div:nth-of-type(1) > span > a {
    color: var(--font-color-white);
    font-size: 12px;
}
.blog_data_entrie_detalle > div:nth-of-type(1) > div:nth-of-type(2) {
    margin-bottom: 2%;
}
.blog_data_entrie_detalle > div:nth-of-type(1) > div:nth-of-type(2) > span > a {
    color: var(--font-color-orange);
    font-size: 32px;
} 
.blog_data_entrie_detalle > div:nth-of-type(1) > div:nth-of-type(3) {
    color: var(--font-color-white) !important;
    font-size: 16px;
    margin-bottom: 1%;
}
.blog_data_entrie_detalle > div:nth-of-type(1) > div:nth-of-type(4) {
    color: var(--font-color-aqua);
    font-size: 12px;
}
/*--------------------------------------------------------------------*/
#blog_main > div:nth-of-type(2) {
    flex: 20%;
}
#blog_categories > div {
    margin-bottom: 3%;
}
#blog_categories > div > span > a {
    color: var(--font-color-aqua);
    font-size: 20px;
}

/********************************** galerias ********************************/
#galeria_categorias_main {
    margin: 5% 7% 4% 7%;
}
#galeria_categorias_main > h1 {
    text-transform: uppercase;
    color: var(--font-color-orange);
    font-family: dabre;
    font-weight: normal;
    font-size: 78px;
}
#galeria_categorias_main > span {
    color: var(--font-color-white);
    font-size: 22px;
    text-align: center;
}
#galeria_categorias_main > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.galery_column_categoria {
    display: flex;
    flex-direction: column;
    margin: 25px;
    flex: 0 1 calc(25% - 50px);
    margin-bottom: 3%;
    cursor: pointer;
}
.galery_column_categoria > a > img {
    width: 100%;
    border: none;
    border: solid 6px transparent; 
    border-radius: 15px;
}
.galery_column_categoria > a > span { 
    display: block;
    text-align: center;
    color: var(--bg-color-beige);
    font-weight: bold;
}
.galery_column_categoria > a > span:hover {
    color: var(--bg-color-orange);
}
#container_galerias {
    width: 100%;
    background-image: url(../img/sections_background_a.jpg);
    background-repeat:repeat-y;
    position: relative;
    overflow: auto;
}
#galeria_main {
    margin: 5% 7% 4% 7%;
}
#galeria_main > h1 {
    text-transform: uppercase;
    color: var(--font-color-orange);
    font-family: dabre;
    font-weight: normal;
    font-size: 78px;
}
#galeria_main > span {
    color: var(--font-color-white);
    font-size: 22px;
    text-align: center;
}
#galeria_main > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#galeria_description > div > h3 {
    color: var(--bg-color-white);
    font-size: 26px;
}
#galeria_description > div > span {
    color: var(--bg-color-white);
}
#galeria_leftcontent {
    /* border: solid 1px red;
    flex: 80%;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    flex-wrap: wrap; */
    width: 100%;
}
.gallery {
    flex: 78%;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    flex-wrap: wrap;
    width: 100%;
}
.cap_btm {
    top:90%;
    background: none;
}
.galery_column_item {
    display: flex;
    flex-direction: column;
    margin: 25px;
    flex: 0 1 calc(33% - 50px);
    margin-bottom: 3%;
    cursor: pointer;
}
.galery_column_item > a > img {
    width: 100%;
    border: none;
    border: solid 6px transparent; 
    border-radius: 15px;
}
#galeria_rightcontent {
    flex: 22%;
}
#galeria_rightcontent > h2 {
    color: var(--font-color-beige);
}
#galeria_rightcontent > div > h2 {
    color: var(--font-color-beige);
}
#galeria_rightcontent > div > ul {
    list-style-type: none;
}
/* #galeria_rightcontent > div > ul > li::before {
    content: "\2022";
    color: var(--font-color-beige);
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -.1em; 
} */
#galeria_rightcontent > div > ul > li > a {
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: var(--font-color-beige);
    text-decoration: none;
}#galeria_rightcontent > div > ul > li > a:hover {
    color: var(--font-color-orange);
}
#galeria_rightcontent > div > ul > li > a > img {
    width: 80%;
}
/*-------------------------------------------*/
/*                whatsapp icon
/*-------------------------------------------*/
#cont-whatsapp {
    overflow: hidden;
    position: fixed;
    top: auto;
    bottom: 2%; 
    right: 2%;
    z-index: 1000;
}
#cont-whatsapp > a > img {
    width: 50px;
    height: auto;
    opacity: 0.7;
    filter: alpha(opacity=40);
}
#cont-whatsapp > a > img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}