/* styles to leave the site with configurable CSS */

/* html */

.body-background {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

/* fonts */

/* colors */

.g-bg-color-transparent {
    background-color: transparent !important;
}

.g-bg-color-primary {
    background-color: #fff !important;
}

.g-bg-color-second {
    background-color: #f46428 !important;
}

.g-bg-color-third {
    background-color: #01215a !important;
}

.g-color-primary {
    color: #fff !important;
}

.g-color-second {
    color: #f46428 !important;
}

.g-color-third {
    color: #edab61 !important;
}

.icon-color {
    color: #01215a !important;
}

.bg-color-transparent {
    background-color: transparent !important;
}

/* banners */

.banner-wrapper {
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    /* Width of new image */
    height: auto;
    /* Height of new image */
    position: relative;
}

.banner-wrapper-text-1 {
    font-size: 60px;
}

.banner-wrapper-container-text-1 {
    left: 0px;
    top: 270px;
}

.banner-wrapper-text-2 {
    left: 0px;
    font-size: 60px;
}

.banner-wrapper-container-text-2 {
    left: 0px;
    top: 503px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (max-device-width: 812px) and (min-device-width: 375px) and (orientation: portrait) {
    .banner-wrapper-container-text-1 {
        left: 0px;
        top: 200px;
    }

    .banner-wrapper-text-1 {
        font-size: 60px;
    }

    .banner-wrapper-text-2 {
        font-size: 60px;
    }
}

.disclaimer {
    background-color: white;
    background-size: cover;
    padding: 70px;
}

.disclaimer-wrapper-content {
    top: 45px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    min-height: 300px !important;
}

.disclaimer-wrapper-bg {
    top: 0px;
    left: 0px;
    background-color: #eaeaea !important;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    /* Width of new image */
    height: auto;
    min-height: 500px !important;
    /* Height of new image */
    position: relative;
}

.disclaimer-wrapper-content p {
    color: #353535 !important;
}

.disclaimer-wrapper-text-1 {
    text-align: center;
}

.movable-property-wrapper {
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    /* Width of new image */
    height: auto;
    min-height: 685px !important;
    /* Height of new image */
    position: relative;
}

.movable-property-wrapper-content {
    left: 0;
    width: 100%;
    margin: 0 auto;
}

.movable-property-wrapper-text-1 {
    text-align: center;
}

.slider-text-color {
    color: #fff !important;
}

.movable-property-detail-wrapper {
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    /* Width of new image */
    height: auto;
    min-height: 685px !important;
    /* Height of new image */
    position: relative;
}

.immovable-property-wrapper {
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    /* Width of new image */
    height: auto;
    min-height: 685px !important;
    /* Height of new image */
    position: relative;
}

.digital-cadastre-wrapper {
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    /* Width of new image */
    height: auto;
    min-height: 685px !important;
    /* Height of new image */
    position: relative;
}

.pointer {
    cursor: pointer !important;
}

/* footer */

.footer-copyright {
    color: #01215a !important;
    padding-top: 30em !important;
    background-color: rgba(51, 51, 51, 0) !important;
}

/* common */

.btn.btn-service {
    color: #fff !important;
    background-color: #01215a !important;
}

hr.hr-custom {
    border-width: 0px !important;
}

hr.hr-custom-2 {
    background: #18259C;
    height: 5px !important;
    border: 0;
    margin-top: 1em;
    margin-bottom: 4em;
    position: sticky;
    z-index: 1;
}

.g-pos-rel {
    position: relative;
}

.g-pos-abs {
    position: absolute;
}

.g-bottom-0 {
    bottom: 0;
}

.g-left-0 {
    left: 0;
}

.g-height-2 {
    height: 2px;
}

.g-width-35 {
    width: 35px !important;
}

.g-bg-primary {
    background-color: #f46428 !important;
}

.g-height-2 {
    height: 2px;
}

.g-width-35 {
    width: 35px !important;
}

.g-bg-primary {
    background-color: #f46428 !important;
}

.g-height-2 {
    height: 2px;
}

.g-width-35 {
    width: 35px !important;
}

.g-bg-primary {
    background-color: #72c02c !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.d-inline-block {
    display: inline-block !important;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.font-bold {
    font-weight: 700;
}

.g-z-index-1 {
    position: sticky;
    z-index: 1;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

/* li */

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.g-color-footer-links {
    color: #22364c;
}

.g-font-size-16 {
    font-size: 1.14286rem !important;
}

.g-font-size-25 {
    font-size: 25px !important;
}

.u-link-v5 {
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.g-color-footer-links {
    color: #22364c;
}

.g-font-size-16 {
    font-size: 1.14286rem !important;
}

.u-link-v5 {
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.g-font-size-16 {
    font-size: 1.14286rem !important;
}

.g-font-size-m-2 {
    font-size: 2rem !important;
}

.u-link-v5 {
    text-decoration: none;
    transition: all .2s;
}

.g-font-size-5 {
    font-size: .5rem !important;
}

.fa, .fa-stack {
    display: inline-block;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.g-mt-9 {
    margin-top: .9rem !important;
}

.g-mt-10 {
    margin-top: .71429rem !important;
}

.g-mr-8 {
    margin-right: .57143rem !important;
}

ul:not(.browser-default).ul-custom {
    padding-left: 70px;
    list-style-type: disc !important;
}

    ul:not(.browser-default).ul-custom > li {
        list-style-type: disc;
        margin-bottom: 5px;
    }

/* container */

@media only screen and (min-width: 993px) {
    .container {
        width: 80% !important;
        max-width: 1792px;
    }
}

.card-custom {
    padding: 1.5em;
    margin: 0 auto;
    background-color: #eff2f7 !important;
    color: #01215a !important;
    font-size: 2em;
    text-align: center;
}

.no-type {
    margin-left: -20px !important;
    list-style-type: none !important;
}

/* logo */

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.disclaimer .title {
    font-size: 1.4em;
    color: #f46428;
}

.iconify-custom {
    font-size: 8em;
    color: #01215a;
    margin-bottom: 10px;
}

/* Buttons */

.buttom-custom {
    font-family: Montserrat Bold !important;
    font-size: 21pt !important;
    border-bottom: 3px solid #18259C;
    color: Black;
    margin: 10px;
}

.preloader-wrapper.big {
    width: 200px;
    height: 200px;
}

/* Text rectangle */

.text-rectangle {
    display: inline-block;
    border-bottom: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    padding: 1em;
    position: relative;
    width: 100%;
}

    .text-rectangle label.title {
        top: -24px;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
    }

        .text-rectangle label.title::after, .text-rectangle label.title::before {
            content: '';
            position: absolute;
            height: 1px;
            background-color: currentColor;
            top: 0.7em;
        }

        .text-rectangle label.title::before {
            left: 0px;
            z-index: -1;
        }

        .text-rectangle label.title::after {
            right: 0px;
            z-index: -1;
        }

    .text-rectangle label.text {
        top: 10px;
        position: relative;
    }

/* Smartphones (portrait & landscape) */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .text-rectangle label.title::after, .text-rectangle label.title::before {
        width: 15%;
    }
}

/* Smartphones (landscape) */

@media only screen and (min-width: 321px) {
    .text-rectangle label.title::after, .text-rectangle label.title::before {
        width: 15%;
    }
}

/* Smartphones (portrait) */

@media only screen and (max-width: 320px) {
    .text-rectangle label.title::after, .text-rectangle label.title::before {
        width: 15%;
    }
}

/* iPads (portrait & landscape) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .text-rectangle label.title::after, .text-rectangle label.title::before {
        width: 15%;
    }
}

/* iPads (landscape) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .text-rectangle label.title::after, .text-rectangle label.title::before {
        width: 15%;
    }
}

/* iPads (portrait) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .text-rectangle label.title::after, .text-rectangle label.title::before {
        width: 15%;
    }
}

/* Ordenadores de sobremesa y portátiles */

@media only screen and (min-width: 1224px) {
    .text-rectangle label.title::after, .text-rectangle label.title::before {
        width: 30%;
    }
}

/* Pantallas grandes */

@media only screen and (min-width: 1824px) {
    .text-rectangle label.title::after, .text-rectangle label.title::before {
        width: 30%;
    }
}

.header-logo-img {
    height: 135px !important;
}

.title p {
    text-align: center;
    line-height: 0;
}

.table-info {
    border-collapse: collapse;
}

    .table-info tr td {
        text-align: center
    }

    .table-info tr .costo {
        text-align: right
    }

.p-space {
    padding-left: 30px;
}

.spinner-yellow, .spinner-yellow-only {
    border-color: #336FE7 !important;
}

.collapsible-header {
    background-color: #f0f0f0;
    padding: 1.3rem;
}

    .collapsible-header i {
        width: 3rem;
        font-size: 3rem;
        margin-right: 1rem;
        color: #336FE7;
    }

.collapsible.popout li {
    margin-bottom: 15px;
}

.hr-custom-3 {
    border: 0 none #000000;
    border-top: 1px solid #edab61;
    height: 1px;
    margin: 5px 0;
    display: block;
    clear: both;
}

.disclaimer-badge {
    background-color: #2099A1;
    border-radius: 50px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 27px !important;
    color: #ffffff;
}

.f-size-26f {
    font-size: 20pt !important;
}

.footer-custom {
    border-top: 0;
    bottom: 0px !important;
    width: 100% !important;
    position: inherit;
    /* background: rgb(195,69,34);
    background: linear-gradient(90deg, rgba(195,69,34,1) 0%, rgba(253,223,45,1) 100%); */
}
    .footer-custom > div {
        display: block;
        /* background: rgb(32,153,161);
        background: linear-gradient(90deg, rgba(32,153,161,1) 0%, rgba(68,115,194,1) 100%); */
    }

::-webkit-scrollbar-thumb {
    background-color: #2099A1 !important;
}

.comision-juegos-title-container {
    background-color: #232A6E;
    font-size: 28px !important;
    padding-right: 50px;
    padding-left: 50px;
}
.comision-juegos-title {
    color: white !important;
}

.comision-juegos-sub-service {
    padding: 14px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.comision-juegos-sub-service.light-gray {
    background-color: #f2f2f2;
}

.comision-juegos-sub-service.light-grey {
    background-color: #f2f2f2;
}

.comision-juegos-confirmation {
    padding: 20px;
}

.comision-juegos-confirm-text {
    color: #353535;
    text-align: left;
}

.comision-juegos-confirm-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
    flex-wrap: wrap;
}

.comision-juegos-confirm-buttons .btn-notice {
    min-width: 140px;
}

.comision-juegos-modal-content {
    padding: 0 !important;
    text-align: center;
}

.light-grey {
    background-color: #F1F1F1;
}

.light-gray {
    background-color: #F1F1F1;
}

.s-color-eaeaea {
    background-color: #EDEDED !important;
}

.f-size-19 {
    font-size: 18pt !important;
}

.long-text {
    font-size: 18pt !important;
}


.closeThisComisionJuegosModalBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.f-black {
    color: #292929 !important;
}

.comision-juegos-subtitle {
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 1212px) {
    .long-text {
        font-size: 16pt !important;
    }
}

@media only screen and (max-width: 640px) {
    .long-text {
        font-size: 12.5pt !important;
    }
}

@media only screen and (max-width: 445px) {
    .f-size-19 {
        font-size: 15pt !important;
    }
    .long-text {
        font-size: 11.5pt !important;
    }
}