body {
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 35px;
}

p {
    font-size: 22px;
}

.gtj-main {
    padding: 0 !important;
}

section[id] {
    scroll-margin-top: 85px;
}

.selected {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-color: #947d58 !important;
}

/* header */

.gtj-navbar {
    z-index: 1500;
}

.gtj-header-secciones ul li a {
    font-size: 16px;
}

.gtj-navbar>div {
    max-width: 1200px;
}

.navbar-brand img {
    width: 251px;
}

/* hero */

.gtj-hero {
    background-image: url(/assets/img/Gtj-portada-hero.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    animation: bigback 20s linear infinite 0s alternate;
    height: 570px;
}

@keyframes bigback {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
}

/* presentacion */

.gtj-presentacion {
    padding-top: 80px;
    offset-position: bottom 100px;
}

.gtj-presentacion-subtitulo h2 {
    color: #947d58;
    font-size: 35px;
    width: 60%;
}

/* aliados */

.gtj-aliados {
    background-color: #e1e1df;
}

.gtj-section-title {
    display: inline-block;
    font-size: 35px;
}

.gtj-aliados-list {
    max-width: 1200px;
}

.gtj-aliados-list > div > img:hover {
    animation: sizeUp .25s ease-in 0s forwards;
}

@keyframes sizeUp {
    to {
        transform: scale(1.1);
    }
}

.gtj-deco {
    width: 35px;
    height: 6px;
    background-color: #947d58;
}

/* property */

.gtj-property-span {
    font-size: 39px;
}

/* coberturas */

.gtj-coberturas {
    background-image: url(/assets/img/trama.png);
    background-position: center;
    background-size: cover;
    padding: 80px 30px;
}

.gtj-coberturas>.row>div {
    box-shadow: 0px 6px 20px #00000029;
    max-width: 390px;
}

.gtj-coberturas>.row>div:hover {
    background-color: #947d58 !important;
}

.gtj-coberturas>.row>div:hover>div>img {
    filter: brightness(100);
}

.gtj-coberturas>.row>div:hover > div> strong,
.gtj-coberturas>.row>div:hover > div> p {
    color: #FFFFFF !important;
}

.gtj-coberturas-contenido-detalles-details {
    font-size: 19px;
}

.gtj-coberturas-contenido-detalles-title {
    color: #947d58;
    font-size: 22px;
}

/* carga */

.gtj-carga {
    padding-top: 84px;
}

.gtj-carga-bajada {
    color: #947d58;
}

.gtj-carga-bajada strong {
    font-size: 26px;
}

.gtj-carga-item {
    border-bottom: 1.5px solid #947d58;
    max-width: 1200px;
}

.gtj-carga-ilustracion img {
    width: 60vw;
}

.gtj-carga-item:last-child {
    border-bottom: none;
}

/* contacto */

.gtj-contacto {
    background-image: url(/assets/img/contacto.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.gtj-contacto-content {
    max-width: 1200px;
    padding-top: 70px;
}

.gtj-contacto-form>div>.row>div>input::placeholder {
    color: #FFFFFF;
}

.gtj-contacto-form>div>.row>div>input {
    color: #FFFFFF;
}

.gtj-contacto-form>div>.row>div>input:focus-visible {
    outline: none;
}

.gtj-contacto-form-btn {
    background-color: #947d58;
}

/* footer */

.gtj-footer {
    background-color: #947d58;
}

.gtj-footer-secciones ul li,
.gtj-header-secciones ul li {
    font-size: 13px;
}

.gtj-rights-footer>div {
    max-width: 1200px;
}

.gtj-rights-footer>div>p {
    font-size: 10px;
}

/* captcha */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    bottom: 45px !important;
    z-index: 160;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

#fadeUp {
    position: relative;
    top: 30px;
    opacity: 0;
}

@keyframes fadeUp {
    0% {
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .gtj-hero-content {
        top: 200px;
        left: 150px;
        width: fit-content;
    }
}

@media (max-width: 1250px) {

    .gtj-carga-item {
        max-width: 95%;
    }

}

@media (max-width: 992px) {
    html {
        font-size: 90%;
    }

    .gtj-header-secciones ul {
        border-top: 1px solid #00000029;
        margin-top: 8px;
    }

    .gtj-presentacion-subtitulo h2 {
        width: 90%;
    }

    .gtj-carga-bajada {
        width: 90% !important;
    }

    .gtj-coberturas {
        padding: 0;
    }

    .gtj-carga-item {
        max-width: 90%;
    }

    .gtj-aliados-list>div {
        height: 120px;
    }

    .gtj-aliados-list>div>img {
        height: 150px;
    }

}

@media (max-width: 768px) {
    html {
        font-size: 85%;
    }

    .gtj-hero-content h1 {
        width: 80%;
    }

    .gtj-contacto-form-btn {
        width: 150px;
    }

    .gtj-carga-item-icon {
        height: 100px;
        margin-bottom: 10px;
    }

    .gtj-contacto-form-btn {
        height: 40px;
    }
}