/*
    Theme Name: Tierra Santa
    Theme URI: 
    Author: Fernando Juan Soriano
    Author URI: https://x.com/jhonkronk
    Description: Theme Diseñado para el sitio Tierra Santa
    Version: 1.0
    License: GNU General Public License v3 or later
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Tags: parque, tematico, flexbox, css grid, mobile first
    Text Domain: tierrasanta
*/

@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Sans+Narrow:wght@400;700&display=swap");


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

[hidden] {
    display: none;
}




/*----------------------------------------------*/
:root {
    --fuentePrincipal: 'PT Sans', sans-serif;
    --fuentePrincipalNarrow: 'PT Sans Narrow', sans-serif;

    --fontColor: #072944;
    --fontColorHover: #6387a9;


    --blanco: #fff;
    --negro: #000;
    --bg-navBar: #6387a9;
    --mapa-bg-color: #fff5e1;

    --twitter-hover: #38BFDC;
    --instagram-hover: #376793;
    --facebook-hover: #405A92;
    --youtube-hover: #C22E37;
    --whatsapp-hover: #34af23;
    --contacto-hover: #167db9;

    --bg-color: #6387a9;


    --phone480: 480px;
    --phone576: 576px;
    --tablet: 768px;
    --desktopXS992: 992px;
    --desktop120rem: 120rem;
}























/*-------------------------------------------------------------*/
html {
    box-sizing: border-box;
    font-size: 62.5%;
}

*,
:after,
:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    background-color: #6387a9 !important;
    color: #072944;
    font-family: var(--fuentePrincipal);
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

p {
    font-size: 1.4rem;
}

a {
    color: #072944;
    text-decoration: none;
}

.mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.ph-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ph-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

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

.d-width-inherit {
    width: inherit;
}

.xm-block {
    display: block;
}

.xm-none {
    display: none;
}

@media only screen and (min-width:768px) {
    .md-block {
        display: block;
    }

    .md-none {
        display: none;
    }
}

@media only screen and (min-width:120rem) {
    .xl-block {
        display: block;
    }

    .xl-none {
        display: none;
    }
}

/*------------------------popup ----------------*/
.popup {
    align-items: center;
    background-color: #fff;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.popup .popupOculto {
    height: unset;
    width: 100vw;
}

@media only screen and (min-width:576px) {
    .popup .popupOculto {
        max-height: 100vh;
        opacity: 0;
        position: absolute;
        top: -200px;
        transition: opacity 1s ease, top 1s ease;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.popup .img-popup {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90vh;
    opacity: 0;
    position: absolute;
    top: -500px;
    transition: opacity 1s ease, top 1s ease;
    width: 100%;
    z-index: 2;
}

.popup .img-popup.active {
    opacity: 1;
    top: 0;
}


/*-------------------------------- header **/

.header {
    height: 100vh;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header .imgHero {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/resurreccion_fotos-xs.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    opacity: 1;
    position: absolute;
    transition: opacity 1s ease-in-out;
    width: 100%;
    z-index: -99;
}

@media only screen and (min-width:576px) {
    .header .imgHero {
        background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/resurreccion_fotos.jpg);
    }
}

.header .logoHero {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/logo-TS-Bienvenidos.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 100vh;
    pointer-events: none;
    position: absolute;
    transform: translate(-5%, -25%);
    width: 100%;
    z-index: -90;
}

@media only screen and (min-width:480px) {
    .header .logoHero {
        background-size: 50%;
        transform: translate(-5%, -25%);
    }
}

@media only screen and (min-width:576px) {
    .header .logoHero {
        background-size: 40%;
        transform: translate(-10%, -25%);
    }
}

/*-------------------------------- hero **/

.hero-container {
    background-color: #6286a8;
    height: 100vh;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -100;
}

.hero-index {
    background-attachment: fixed;
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/resurreccion_fotos-xs.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    opacity: 1;
    position: absolute;
    transition: opacity 1s ease-in-out;
    width: 100%;
    z-index: -99;
}

.anim-hero {
    opacity: 0;
}

@media only screen and (min-width:576px) {
    .hero-index {
        background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/resurreccion_fotos.jpg);
    }
}


/*-------------------------------- logo index **/

.logo-bienvenidos-index {
    background-attachment: fixed;
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/logo-TS-Bienvenidos.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 100vh;
    pointer-events: none;
    position: absolute;
    transform: translate(-5%, -25%);
    width: 100%;
    z-index: -90;
}

@media only screen and (min-width:480px) {
    .logo-bienvenidos-index {
        background-size: 50%;
        transform: translate(-5%, -25%);
    }
}

@media only screen and (min-width:120rem) {
    .logo-bienvenidos-index {
        background-size: 40%;
        transform: translate(-10%, -25%);
    }
}

.logo-bienvenidos {
    background-attachment: fixed;
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/logo-TS-Bienvenidos.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 100vh;
    pointer-events: none;
    position: absolute;
    transform: translate(-5%, -10%);
    width: 100%;
    z-index: -90;
}

.b {
    display: none;
}


/*-------------------------------- navbar **/

.navBar {
    background: unset;
    background-color: transparent;
    background-color: #6387a9;
    background-image: unset;
    height: 60px;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.content,
.navBar {
    display: flex;
    width: 100%;
}

.content {
    align-items: flex-end;
    height: 100%;
    justify-content: space-between;
    max-width: min(95%, 120rem);
}

.contenedor-info {
    max-width: min(95%, 80rem);
}

.navBar .navMenuBtn {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    height: 100%;
    justify-content: flex-end;
    margin-right: 1rem;
    width: 50px;
}

.navBar .navMenuBtn .toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
    width: 50px;
}

.navBar .navMenuBtn .toggle:before {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 10px 0 #fff;
    content: "";
    height: 4px;
    position: absolute;
    transform: translateY(-10px);
    transition: .2s;
    width: 28px;
}

.navBar .navMenuBtn .toggle:hover:before {
    box-shadow: 0 14px 0 #fff;
    transform: translateY(-14px);
}

.navBar .navMenuBtn .toggle.active:hover:before {
    width: 34px;
}

.navBar .navMenuBtn .toggle.active:before {
    box-shadow: 0 0 0 #fff;
    transform: translateY(0) rotate(45deg);
}

.navBar .navMenuBtn .toggle:after {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 4px;
    position: absolute;
    transform: translateY(10px);
    transition: .2s;
    width: 28px;
}

.navBar .navMenuBtn .toggle:hover:after {
    transform: translateY(14px);
}

.navBar .navMenuBtn .toggle.active:hover:after {
    width: 34px;
}

.navBar .navMenuBtn .toggle.active:after {
    transform: translateY(0) rotate(-45deg);
}

.navBar .navbar-logo {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}

.navBar .navbar-logo img {
    display: none;
    margin-left: 1rem;
    width: 130px;
}

@media only screen and (min-width:768px) {
    .navBar .navbar-logo img {
        display: block;
    }
}

.navegacionPrincipal {
    background-color: #fff;
    color: #072944;
    display: flex;
    font-family: var(--fuentePrincipalNarrow);
    height: calc(100vh - 60px);
    justify-content: center;
    left: -100vw;
    padding: 2rem;
    position: fixed;
    text-transform: uppercase;
    top: 60px;
    transition: left .7s;
    width: 100%;
    z-index: 900;
}

.navegacionPrincipal.active {
    left: 0;
}

.navegacionPrincipal .content {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    position: relative;
}

@media only screen and (min-width:768px) {
    .navegacionPrincipal {
        height: auto;
        left: unset;
        top: -100vh;
        transition: top .7s;
    }

    .navegacionPrincipal.active {
        left: unset;
        top: 60px;
    }

    .navegacionPrincipal .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        margin: 2rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, .6);
        height: 100vh;
        left: 0;
        position: fixed;
        top: -100vh;
        transition-delay: .3s;
        transition-duration: .3s;
        transition-property: top;
        transition-timing-function: ease-in-out;
        width: 100%;
        z-index: 800;
    }

    .overlay.active {
        top: 0;
    }
}

.botoneraParque {
    display: block;
    font-size: 2rem;
    font-weight: bolder;
    justify-content: space-between;
    line-height: 4rem;
    position: relative;
    top: 0;
}

.botoneraParque ul li {
    width: 120px;
}

.botoneraParque ul li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.botoneraParque ul li a span {
    color: #072944;
    letter-spacing: 0;
    transition: all .5s;
}

.botoneraParque ul li a:hover span {
    color: #6387a9;
    letter-spacing: .1rem;
}

.botoneraParque ul li a img {
    padding: .2rem;
    width: 40px;
}

.xm-img-botonera {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/menu-mobil-fotos.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 250px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}


@media only screen and (min-width:768px) {
    .botoneraParque {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .botoneraParque ul {
        display: flex;
        justify-content: space-evenly;
        gap: 3rem;
    }

    .botoneraParque ul li:nth-child(2n) a {
        flex-direction: column-reverse;
    }

    .botoneraParque ul li a {
        flex-direction: column;
        justify-content: space-between;
    }

    .botoneraParque ul li a img {
        padding: .2rem;
        width: 60px;
    }

    .botoneraParque ul li:first-child {
        display: none;
    }
}

@media only screen and (min-width:992px) {
    .botoneraParque {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .botoneraParque ul li a img {
        padding: .2rem;
        width: 80px;
    }
}

.botoneraInfo {
    border: .5rem solid #2e1c05;
    font-size: 2rem;
    font-weight: bolder;
    line-height: 2.4rem;
    padding: 1rem 2rem;
}

.botoneraInfo h4 {
    font-weight: bolder;
    padding-bottom: 1rem;
}

@media only screen and (min-width:768px) {
    .botoneraInfo {
        border: .2rem solid #2e1c05;
        font-size: 1.6rem;
        font-weight: bolder;
        line-height: 2rem;
        padding: 1rem 2rem;
    }

    .botoneraInfo h4 {
        font-size: 2rem;
        font-weight: bolder;
        padding-bottom: .5rem;
    }

    .botoneraInfo .infoBotones ul li a {
        color: #072944;
        letter-spacing: 0;
        transition: all .5s;
    }

    .botoneraInfo .infoBotones ul li:hover a {
        color: #6387a9;
        letter-spacing: .2rem;
    }
}

.botoneraTicketek {
    font-size: 2rem;
    font-weight: bolder;
    padding: 1.4rem;
    text-align: center;
}

@media only screen and (min-width:768px) {
    .botoneraTicketek {
        grid-column: 1/3;
    }
}

.botoneraTelefono {
    display: flex;
    font-size: 3.4rem;
    justify-content: center;
    width: 100%;
}

.botoneraRedes {
    display: flex;
    font-size: 3.4rem;
    justify-content: center;
    width: 100%;
}


.botoneraRedes ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}

@media only screen and (min-width:768px) {
    .botoneraRedes {
        grid-column: 1/3;
    }

    .botoneraRedes ul {
        width: 30%;
    }
}

.botoneraRedes li a svg {
    fill: var(--bg-color);
    transition: all .5s;
}

.botoneraRedes li a[href*="twitter"]:hover svg {
    fill: #38bfdc;
}

.botoneraRedes li a[href*="instagram"]:hover svg {
    fill: #376793;
}

.botoneraRedes li a[href*="facebook"]:hover svg {
    fill: #405a92;
}

.botoneraRedes li a[href*="youtube"]:hover svg {
    fill: #c22e37;
}

.botoneraRedes li a[href*="whatsapp"]:hover svg {
    fill: #34af23;
}

.botoneraRedes li a[href*="contacto"]:hover svg {
    fill: #167db9;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
}

.grid-auto-flow-column-dense {
    grid-auto-flow: column dense;
}

@media only screen and (min-width:768px) {
    .grid {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width:120rem) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width:1476px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.grid_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.card {
    border: 1rem solid #c39a6f;
    margin-bottom: 2rem;
    top: 2rem;
    transition: all 1.6s;
}

.card .card-title {
    color: #072944;
    font-family: var(--fuentePrincipalNarrow);
    font-size: 2.3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.card .card-title:before {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/title-dots-left.png);
    background-repeat: no-repeat;
    background-size: 40px 10px;
    content: "";
    display: block;
    height: 10px;
    margin-bottom: 1rem;
    width: 40px;
}

@media only screen and (min-width:768px) {
    .card .card-title:before {
        background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/title-dots-center.png);
        margin: 0 auto 1rem;
    }

    .card .card-body {
        padding: 2rem;
    }

    .card .card-title {
        text-align: center;
    }
}

.card-espectaculos {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.card-espectaculos .card {
    width: 100%;
}

@media only screen and (min-width:768px) {
    .card-espectaculos .card {
        width: 60%;
    }
}

.card h3 {
    font-size: 2rem;
    margin-top: 1rem;
}

.card h3,
.card h4 {
    font-weight: 700;
    margin-bottom: 2rem;
}

.card h4 {
    font-size: 1.8rem;
}

.card h5 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.p-left-2 {
    padding-left: 2rem;
}

@media only screen and (min-width:768px) {
    .card .card-body {
        padding: 1rem;
    }
}

.section .section-title {
    font-size: 3rem;
}

@media only screen and (min-width:768px) {
    .section .section-title {
        font-size: 3.6rem;
    }
}

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

.promo-flex img {
    max-height: 8rem;
    max-width: 8rem;
    padding: 1rem;
}

.promo-flex p {
    font-size: 1.6rem;
    margin: 0 0 0 2rem;
}

.como-llegar .card-body p {
    font-size: 1.3rem;
}

.servicios i {
    font-size: 3rem;
    padding: 1rem;
}

.servicios div {
    align-items: center;
}

.servicios p {
    font-size: 1.6rem;
    margin: 0 0 0 1rem;
}

@media only screen and (min-width:120rem) {
    .servicios p {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width:1476px) {
    .servicios p {
        font-size: 1.6rem;
    }
}

.flex-middle {
    align-items: center;
    border-bottom: .2rem solid #072944;
    display: flex;
    min-height: 6rem;
}

.flex-middle:last-child {
    border-bottom: unset;
}

.flex-middle p {
    font-size: 1.6rem;
    margin: 0;
    vertical-align: middle;
}

.flex-middle p span {
    font-size: 1.6rem;
    font-weight: 700;
}

.flex-middle .precio {
    font-size: 2.4rem;
    font-weight: 700;
    margin-right: 1rem;
    text-align: end;
}

@media only screen and (min-width:120rem) {
    .flex-middle .precio {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width:1476px) {
    .flex-middle .precio {
        font-size: 2.4rem;
    }
}

.estacionamiento .card-body h3 {
    font-size: 2.8rem;
    text-align: center;
}

.estacionamiento .card-body h4:last-child {
    text-align: right;
}

.residente {
    background-color: #fff;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 10rem;
    width: 100%;
    z-index: 700;
}

.inputsize {
    background-color: #c39a6f;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    margin-bottom: 2rem;
    text-align: center;
    width: 80px;
}

.inputsize:hover {
    background-color: #886239;
}

.temporada {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
}

.horarioespectaculos h4,
.horarioespectaculos h5 {
    margin-bottom: 4px;
}

.horarioespectaculos h4 {
    margin-top: 4px;
}

.circuito .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.circuito .card-body {
    padding: 1rem;
}


.circuito .card-img-container {
    overflow: hidden;
}

.circuito .card-title {
    font-size: 2rem;
    line-height: 3rem;
    transition: all .5s;
}

.circuito .img-hover {
    transform: scale(1);
    transition: transform 3s;
}

.circuito .card:hover .img-hover {
    transform: scale(1.5);
}

.circuito .card:hover .card-title {
    font-size: 2.4rem;
}

@media only screen and (min-width:992px) {
    .circuito .card:hover .card-title {
        font-size: 2.8rem;
    }
}

img {
    width: unset;
}

.grid {
    gap: 2rem;
}

.flexrow {
    flex-direction: column;
    flex-wrap: wrap;
}

.flexrow img {
    padding-bottom: 2rem;
}

.modal-center {
    margin-left: auto;
    margin-right: auto;
}

.img-modal {
    display: block;
    margin: 0 auto;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
    transition: opacity 1s ease-out;
}

.opacidad-0 {
    opacity: 0;
}

.opacidad-1 {
    opacity: 1;
    transition: opacity 1s ease-out;
}

h4 {
    margin-top: 1rem;
}

h5 {
    font-size: 1.6rem;
}

main {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0px;
}

main.main-index {
    top: -94px;
}

.section-content.contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-content {
    margin: 0 2rem;
    width: 100%;
}

@media only screen and (min-width:768px) {
    .section-content {
        margin: 0 auto;
        width: 90vw;
    }
}

@media only screen and (min-width:992px) {
    .section-content {
        width: 85vw;
    }
}

@media only screen and (min-width:120rem) {
    .section-content {
        width: 80vw;
    }
}

@media only screen and (min-width:1300px) {
    .section-content {
        width: 75vw;
    }
}

@media only screen and (min-width:1500px) {
    .section-content {
        width: 70vw;
    }
}

@media only screen and (min-width:1700px) {
    .section-content {
        width: 65vw;
    }
}

@media only screen and (min-width:1900px) {
    .section-content {
        width: 60vw;
    }
}

section {
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    position: relative;
}

section:before {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/bg-papiro-blanco-top.png);
    top: -38px;
}

section:after,
section:before {
    background-repeat: no-repeat;
    background-size: 100% 40px;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

section:after {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/bg-papiro-blanco-bottom.png);
    bottom: -38px;
}

.section .section-title {
    color: #072944;
    font-family: var(--fuentePrincipalNarrow);
    font-weight: 700;
    padding: 1rem 2rem;
    text-align: center;
    text-transform: uppercase;
}

.section .section-body.bodyContacto {
    max-width: 360px;
    background-color: #ffffff;
    top: -30px;
    border: solid;
    border-color: #d1a570;
}

@media only screen and (min-width:768px) {
    .section .section-body.bodyContacto {
        top: -150px;
    }
}

.section .section-body {
    position: relative;
}

.section .section-body h3 {
    font-size: 2rem;
    font-weight: 700;
}

.section .section-body>p {
    font-size: 1.4rem;
}

.section .section-body img {
    width: 100%;
}

.section .section-title:before {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/title-deco01.png);
    background-repeat: no-repeat;
    background-size: 277px 37px;
    content: "";
    display: block;
    height: 37px;
    margin: 0 auto;
    width: 277px;
}

.section .section-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2rem;
}

.section .section-header .seccion-parrafo,
.section .section-header .section-img,
.section .section-header .section-img-100 {
    width: 100%;
}

.section .section-header .seccion-parrafo,
.section .section-header .section-img {
    padding: 1rem 0;
}

.section .section-header .section-hidden-768 {
    display: none;
}

.section .section-header .section-visible-768 {
    display: block;
}

@media only screen and (min-width:768px) {
    .section .section-header {
        flex-direction: row;
    }

    .section .section-header .seccion-parrafo {
        width: 36%;
    }

    .section .section-header .section-img {
        width: 60%;
    }

    .section .section-header .section-img img {
        width: 100%;
    }

    .section .section-header .section-img-100 {
        width: 100%;
    }

    .section .section-header .section-hidden-768 {
        display: block;
    }

    .section .section-header .section-visible-768 {
        display: none;
    }
}

/* -------- galeria */


@media only screen and (min-width:768px) {
    .galeria-imagenes img {
        height: 30rem;
        object-fit: cover;
    }

    .galeria-imagenes li:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 1/3;
    }

    .galeria-imagenes li:nth-child(6) {
        grid-column: 1 / 2;
        grid-row: 3/5;
    }

    .galeria-imagenes li:nth-child(3) img,
    .galeria-imagenes li:nth-child(6) img {
        height: 62rem;
    }

    ;
}

.section .section-header h3 {
    font-size: 2rem;
    font-weight: 700;
}

.section .section-header>p {
    font-size: 1.4rem;
}

.section .section-header img,
main {
    width: 100%;
}

.section-parrafo {
    padding: 1rem 2rem;
}

.section .parque {
    display: flex;
    height: auto;
    padding: 0;
    position: relative;
}

main .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container-covid {
    margin: 0 auto;
    max-width: 768px;
}

@media only screen and (min-width:750px) {
    .section .parque {
        display: block;
        height: unset;
        padding: unset;
        padding-bottom: 2rem;
        width: 100%;
    }

    .section-parrafo {
        background-color: #fff;
        left: 10vw;
        position: absolute;
        top: -10px;
        width: 40vw;
        z-index: 2;
    }

    .section-imagen {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .img-oculta {
        opacity: .2;
        position: relative;
        top: 0;
    }
}

@media only screen and (min-width:120rem) {
    .content-xl {
        margin: 0 auto;
        width: 120rem;
    }

    .section-parrafo {
        width: 470px;
    }
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.protocolo-list {
    font-size: 1.6rem;
    font-weight: 700;
}

.protocolo-list>li:before {
    content: "+";
    padding-right: 1rem;
}

@media only screen and (min-width:768px) {
    .protocolo-list>li:before {
        padding-right: 2rem;
    }
}

footer:after,
footer:before {
    background-repeat: no-repeat;
    background-size: 100% 40px;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

footer:before {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/bg-papiro-blanco-top.png);
    top: -38px;
}



footer:after {
    background-image: url(https://tierrasanta.com.ar/ts/wp-content/uploads/2025/07/bg-papiro-blanco-bottom.png);
    bottom: -38px;
}

footer {
    display: block;
    position: relative;
    top: 70px;
    padding: 2rem;
    margin: auto 0;
}

.footer-size {
    height: 60px;
    width: 100%;
}

.footer-bg {
    background-color: var(--blanco);
}

@media only screen and (max-width:767px) {

    .menu-image-title-below.menu-image-not-hovered>img,
    .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper,
    .menu-image-title-below .menu-image-hover-wrapper {
        display: none;
    }

    .menu-image-title-above.menu-image-not-hovered>img,
    .menu-image-hovered.menu-image-title-above .menu-image-hover-wrapper,
    .menu-image-title-above .menu-image-hover-wrapper {
        display: none;
    }

    .menu-image-title.menu-image-title-above,
    .menu-image-title.menu-image-title-below,
    .menu-image-title-below,
    .menu-image-title-above,
    .menu-item a.menu-image-title-above,
    .menu-item a.menu-image-title-below,
    .menu-image-title.menu-image-title-above,
    .menu-image-title.menu-image-title-below {
        text-align: left;
    }
}

/*----------------------- fermulario contacto --------------*/

.contentContacto {
    padding: 20px;
}

.wpcf7-form {
    font-family: var(--fuentePrincipal);
    font-weight: 700;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border-radius: 0px;
    border-width: 1px;
    border-color: #d1a570;
}

.wpcf7-form input.wpcf7-submit {
    text-transform: uppercase;
    color: var(--blanco);
    padding: 1rem;
    background-color: #d1a570;
    font-weight: 700;

}