@import url('https://fonts.cdnfonts.com/css/inter');

:root {
    --bs-color-1: #2C3D58;
    --bs-color-2: #1E40AF;
    --bs-color-3: #FFFFFF;
    --bs-color-4: #C4C4C4;
    --bs-color-5: #F5F8FC;
    --bs-color-6: #707070;
    --bs-color-7: #F7F7F7;
}

/*ASTRA CSS NULL*/
.ast-container {
    padding: 0 !important;
}

#primary {
    margin: 0 !important;
}

/*FUENTE*/
h1,
h2,
h3,
h4,
h5,
p,
body {
    font-family: 'Inter', sans-serif;
}

p,
li,
.black {
    color: var(--bs-color-1);
}

.inline-flex {
    display: inline-flex;
}

p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

body {
    color: var(--bs-color-1)
}

h1,
#h1,
.h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
    color: var(--bs-color-1);
}

h2,
#h2,
.h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    color: var(--bs-color-1);
}

h3,
#h3,
.h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    color: var(--bs-color-1);
}

.size-card {
    font-size: 18px !important;
    line-height: 1.1
}

.size-40 {
    font-size: 40px;
}

h5,
#h5,
.h5 {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    color: var(--bs-color-1);
}

/* Columnas */
.equal-card-col {
    /* flex: 1 1 300px; */
    max-width: 455px;
    display: flex;
}

/* Tarjetas */
.equal-card {
    flex: 1;
    /* 🔹 Asegura que todas las tarjetas se estiren por igual */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#secondary-title,
.secondary-title {
    font-size: 32px;
    line-height: 32px;
}

#price-title,
.price-title {
    font-size: 40px;
    line-height: 48px;
}

.wpcf7 form .wpcf7-response-output {
    color: #DC2626;
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu .sub-menu {
    max-height: 120px;
    overflow-y: auto;
}

.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link {
    height: auto;
}

.column-equals,
.equals {
    display: flex;
    flex-direction: column;
}

.equals {
    flex-grow: 1;
}

/* 
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu .sub-menu {
    height: 320px;
    overflow-y: auto;
}
 */
/*COLORS*/
#marine,
.marine {
    color: var(--bs-color-1)
}

#blue,
.blue {
    color: var(--bs-color-2)
}

#white,
.white,
.bg-gradiant .wpcf7 p label {
    color: var(--bs-color-3)
}

#gray,
.gray {
    color: var(--bs-color-4)
}

#splide-profile .splide__arrow {
    background: var(--bs-color-2);
    opacity: 1
}

#splide-profile .splide__arrow svg {
    fill: var(--bs-color-3)
}

.yelp {
    width: 90%;
    margin: auto;
}

/*BACKGROUND*/
.bg-marine {
    background-color: var(--bs-color-1);
}

.bg-blue {
    background-color: var(--bs-color-2);
}

.bg-white {
    background-color: var(--bs-color-3);
}

.bg-gray {
    background-color: var(--bs-color-4);
}

.bg-gray-light {
    background-color: var(--bs-color-7);
}

.bg-ice {
    background-color: var(--bs-color-5);
}

.bg-gradiant {
    background: rgb(34, 41, 255);
    background: linear-gradient(180deg, rgba(3, 41, 255, 1) -60%, rgb(10 23 59) 100%);
}

/*CONTACT FORM CF7*/
.wpcf7-form-control,
input.wpcf7-form-control {
    background-color: var(--bs-color-3);
    border-radius: 8px;
    border: 1px solid #0067FF;
}

textarea {
    resize: none;
    height: 125px;
}

.contents {
    display: contents;
}

.after {
    display: none;
}

.image-change:hover .before {
    display: none;
}

.image-change:hover .after {
    display: block;
}

/*PRIMARY BUTTON*/
button.btn-primary,
a.btn-primary {
    color: var(--bs-color-3);
    background-color: var(--bs-color-2);
    padding: 16px 24px;
    border: 2px solid var(--bs-color-2);
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
    width: fit-content;
    box-shadow: 0px 3px 6px #00000029;
}

input.wpcf7-submit {
    font-size: 19px;
    font-weight: 500;
    margin: 0 auto;
    color: var(--bs-color-3);
    background-color: var(--bs-color-2);
    padding: 16px 24px;
    border: 2px solid var(--bs-color-2);
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
    width: fit-content;
    box-shadow: 0px 3px 6px #00000029;
}

#button-special-ofert input.wpcf7-submit{
    font-size: 19px;
    font-weight: 500;
    margin: 0 auto;
    color: var(--bs-color-2);
    background-color: var(--bs-color-3);
    padding: 16px 24px;
    border: 2px solid var(--bs-color-3);
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
    width: fit-content;
    box-shadow: 0px 3px 6px #00000029;
}
#button-special-ofert input.wpcf7-submit:hover{
    color: var(--bs-color-3);
    background-color: var(--bs-color-2);
}

button.btn-primary:hover,
input.wpcf7-submit:hover,
a.btn-primary:hover {
    color: var(--bs-color-1);
    background-color: var(--bs-color-3);
}

input.wpcf7-submit:hover {
    background-color: var(--bs-color-3);
    border: var(--bs-color-2) solid 2px;
    color: var(--bs-color-1);
}

button.btn-primary .phone::before,
a.btn-primary .phone::before {
    content: "\260E";
    /* Asegúrate de usar la fuente adecuada */
    display: inline-block;
    margin-right: 8px;
    /* Cambia a `margin-right` si el ícono va antes */
    font-family: 'FontAwesome';
    /* O el nombre de la fuente de íconos */
}

/* Image overlay */
.card_overlay {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    /* Bordes redondeados */
    overflow: hidden;
    /* Evita que el contenido sobresalga */
}

.card_overlay .img_card_overlay {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.card_overlay:hover .img_card_overlay {
    transform: scale(1.1);
}

.text_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 15px;
    background: #001234bf;
    /* Fondo oscuro con opacidad */
    border-radius: 12px;
    /* Mantiene el borde redondeado */
    transition: opacity 0.3s ease-out;
    opacity: 1;
    /* Inicialmente Visible */
}

.card_overlay:hover .text_overlay {
    opacity: 0;
}

.title_card_overlay {
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.step-number {
    background: var(--bs-color-2);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time {
    background: #2C37E5;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subtitle_card_overlay {
    font-size: 1em;
    margin-top: 8px;
    color: #fff;
}

/*Card Marine*/
.card-radius {
    border-radius: 20px 0 0 20px;
}

/*<ul></ul>*/
.list {
    margin: 0 0 0 20px;
}

/*<li></li>*/
ul.list>li {
    padding-left: 8px;
    position: relative;
    margin-bottom: 5px;
}

ul.list>li:last-child {
    margin-bottom: 0;
}

ul.list>li::marker {
    content: "●";
}

ul.check>li::marker {
    content: "☑";
    color: #1436CA;
    font-size: 24px;
}

ul.check-white>li::marker {
    content: "☑";
    color: #ffffff;
    font-size: 24px;
}

.pl-lateral-0,
.px-lateral-0 {
    padding-left: 0;
}

.pl-lateral-1,
.px-lateral-1 {
    padding-left: 1dvw;
}

.pl-lateral-2,
.px-lateral-2 {
    padding-left: 2dvw;
}

.pl-lateral-3,
.px-lateral-3 {
    padding-left: 3dvw;
}

.pl-lateral-4,
.px-lateral-4 {
    padding-left: 4dvw;
}

.pl-lateral-5,
.px-lateral-5 {
    padding-left: 5dvw;
}

.pl-lateral-6,
.px-lateral-6 {
    padding-left: 6dvw;
}

.pl-lateral-7,
.px-lateral-7 {
    padding-left: 7dvw;
}

.pl-lateral-8,
.px-lateral-8 {
    padding-left: 8dvw;
}

.pl-lateral-9,
.px-lateral-9 {
    padding-left: 9dvw;
}

.pl-lateral-10,
.px-lateral-10 {
    padding-left: 10dvw;
}

.pr-lateral-0,
.px-lateral-0 {
    padding-right: 0;
}

.pr-lateral-1,
.px-lateral-1 {
    padding-right: 1dvw;
}

.pr-lateral-2,
.px-lateral-2 {
    padding-right: 2dvw;
}

.pr-lateral-3,
.px-lateral-3 {
    padding-right: 3dvw;
}

.pr-lateral-4,
.px-lateral-4 {
    padding-right: 4dvw;
}

.pr-lateral-5,
.px-lateral-5 {
    padding-right: 5dvw;
}

.pr-lateral-6,
.px-lateral-6 {
    padding-right: 6dvw;
}

.pr-lateral-7,
.px-lateral-7 {
    padding-right: 7dvw;
}

.pr-lateral-8,
.px-lateral-8 {
    padding-right: 8dvw;
}

.pr-lateral-9,
.px-lateral-9 {
    padding-right: 9dvw;
}

.pr-lateral-10,
.px-lateral-10 {
    padding-right: 10dvw;
}

/*CAROUSEL*/
.scroll-container {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

/*SCROLL PARA CARDS*/
.cards-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    /* Agrega el espacio entre las cards */
    padding: 0 5px;
    /* Añade espacio en los extremos de las cards */
}

.cards-wrapper .card {
    flex: 0 0 calc(100% - 40px);
    /* Ajusta el tamaño de las cards restando los 20px a cada lado */
    scroll-snap-align: start;
}

/*END SCROLL PARA CARDS*/
/*SCROLL PARA VIDEOS*/

.video-wrapper {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
}

.youtube-video {
    flex: 0 0 calc(100% - 40px);
    scroll-snap-align: start;
}

.mw-340 {
    max-width: 340px;
}

.mw-465 {
    max-width: 465px;
}

/*END SCROLL PARA VIDEOS*/

.cards-pagination,
.video-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.star {
    color: var(--bs-color-2) !important;
    font-size: 37px;
    font-weight: 900;
    line-height: 1;
}

summary {
    text-align: left;
    font-size: 20px;
    font-weight: 900;
}

summary {
    list-style: none;
    /* Oculta el ::marker predeterminado */
    position: relative;
    /* Permite posicionar el pseudo-elemento */
    padding-right: 1.5rem;
    /* Espacio para la flecha a la derecha */
    cursor: pointer;
    /* Indica que es interactivo */
    line-height: 1;
}

summary::marker {
    content: '';
    /* Oculta el marcador nativo */
}

summary::after {
    font-style: normal;
    content: "\276F";
    /* Flecha personalizada */
    position: absolute;
    right: 0.5rem;
    /* Ajusta la posición a la derecha */
    color: var(--bs-color-2);
    /* Usa la variable de color personalizada */
    transition: transform 0.2s ease;
    /* Efecto al expandir */
}

details[open] summary::after {
    transform: rotate(90deg)
}

details,
.border-white {
    border: 2px solid #EAEAEA
}

.border-blue {
    border: 2px solid #1F50CC
}

.border-black {
    border: 2px solid #2C3D58
}

.hero-video iframe.responsive-iframe,
.parallax-video iframe.responsive-iframe {
    border-radius: 0;
    box-shadow: none;
}

.map-height-mobile {
    height: 170px;
}


@media screen and (min-width: 768px) {
    .size-card {
        font-size: 20px !important;
    }

    .bg-white-gradiant {
        position: relative;
        width: 100%;
    }

    .bg-white-gradiant::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(255 255 255));
    }

    .map-height {
        height: 600px;
    }

}

/* Ocultar los puntos de paginación en pantallas de 1024px o más */
@media (min-width: 1029px) {

    .cards-pagination,
    .video-pagination {
        display: none;
    }

    .video-wrapper {
        gap: 20px;
        /* Aquí ajustas el espacio entre videos */
    }
}

.dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: var(--bs-color-1);
}

/*END CAROUSEL*/

/*ICON CIRCLE*/
.circle {
    width: 55px;
    border-radius: 50%;
    line-height: 40px;
    color: var(--bs-color-1);
    background-color: var(--bs-color-5);
    border: 10px solid var(--bs-color-3);
    box-shadow: 0px 0px 0px 1px var(--bs-color-1);
}

.card-shadow {
    box-shadow: 0px 3px 20px #00000017
}

.card-shadow-form {
    box-shadow: 0px 3px 6px #00000029;
}

/*END ICON CIRVLE*/

/*GAP*/
.gap-0 {
    gap: 0
}

.gap-1 {
    gap: 10px
}

.gap-2 {
    gap: 20px
}

.gap-3 {
    gap: 30px
}

.gap-4 {
    gap: 40px
}

.gap-5 {
    gap: 50px
}

/*CARDS PRICES*/
.card {
    border: solid 2px var(--bs-color-5);
    border-radius: 22px 22px 0 0;
}

.bg-card {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 540px;
    height: 100dvh;
    max-width: 299px;
}

.bg-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-card-prices {
    border-radius: 100vw 100vw 0 0;
    border-top: 2px solid var(--bs-color-5);
}

.bg-form {
    background-image: url("/wp-content/uploads/2025/01/background-certified-holistic-dentist-dan-diego-mercury-safe-practice.webp");
}

.bg-doctors {
    background-image: url("/wp-content/uploads/2025/01/what-makes-dental-expressions-special-meet-us.webp");
}

.bg-certifications {
    background-image: url("/wp-content/uploads/2025/01/dental-expressions-dedication-health-passion-knowledge.webp");
    background-size: contain;
    background-position: center right;
}

.bg-form-footer {
    background-image: url("/wp-content/uploads/2025/01/background-dental-consultation-today.webp");
}

/* Modal */
.modal-header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    background-image: url(/wp-content/uploads/2025/01/dental-expressions-dedication-health-passion-knowledge.webp);
    padding: 20px;
}

.modal-form {
    padding: 20px;
}

.close {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 16px;
    text-decoration: none;
    width: 16px;
}

.close svg {
    width: 16px;
}

.modal-wrapper {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 10%;
    z-index: 100;
}

#modal {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
}

#modal.show {
    opacity: 1;
    visibility: visible;
}

#modal.show .modal-body {
    opacity: 1;
    transform: translateY(1);
}

#modal .modal-body {
    max-width: 500px;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.25s ease-in-out;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
}

.outside-trigger {
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

/*SOCIAL ICONS*/
.social {
    line-height: 1;
    padding: 8px;
}

.grecaptcha-badge {
    display: none;
}

.wpcf7-spinner {
    width: 15px;
    height: 15px;
}

.flex-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    column-gap: 3%;
}

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

.mh-160 {
    min-height: 160px;
}

.mh-210 {
    min-height: 210px;
}

.mh-270 {
    min-height: 270px;
}

.mh-290 {
    min-height: 290px;
}

.mh-300 {
    min-height: 300px;
}

.mh-330 {
    min-height: 330px;
}

.mh-350 {
    min-height: 350px;
}

.mh-420 {
    min-height: 420px;
}

.mh-480 {
    min-height: 480px;
}

.mh-500 {
    min-height: 500px;
}

.table-cost {
    border-collapse: separate;
    border-spacing: 35px 5px;
}

.table-cost tbody tr td {
    box-shadow: 2px 2px 7px #00000038;
}

.bg-fillings {
    background-image: url(/wp-content/uploads/2025/02/cavities-wont-wait-neither-should-you.webp);
}

.bg-price {
    background-image: url(/wp-content/uploads/2025/06/background-san-diego-dentist-prices-full-cost-breakdown.webp);
}

@media (max-width: 630px) {
    .mb-mh-190 {
        min-height: 190px;
    }

    .mb-mh-250 {
        min-height: 250px;
    }

    .mb-mh-310 {
        min-height: 310px;
    }

    .mb-mh-380 {
        min-height: 380px;
    }

    .bg-blue-gradiant {
        position: relative;
        width: 100%;
    }

    .bg-blue-gradiant::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0 18 52));
    }

    .bg-fillings {
        background-image: url(/wp-content/uploads/2025/02/cavities-neither-should-dental-fillings-today.webp);
    }

    .bg-price {
        background-image: url(/wp-content/uploads/2025/06/desktop-san-diego-dentist-prices-full-cost-breakdown-02.webp);
    }

    .mb-justify-normal {
        justify-items: normal;
    }

    .mb-inline {
        display: inline;
    }

    .no-mb-bg {
        background-image: none;
    }

    .no-mb-bg-white {
        background-color: unset;
        box-shadow: none;
    }

    .no-px-mb {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mb-50 {
        width: 50% !important;
    }

    .row.scroll {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .scroll .scroll-card {
        max-width: 90.333%;
        padding: 0.75rem;
        margin-bottom: 2rem;
        border: 0;
        flex-basis: 90.333%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .mb-hero-text {
        position: absolute;
        z-index: 1;
        top: 26%;
        height: 100%;
    }

    .mb-hero-video {
        position: relative;
        height: 100vh;
    }

    .bg-certifications {
        background-size: cover;
    }

    .mb-size-35 {
        font-size: 35px;
    }

    .mb-size-30 {
        font-size: 30px;
    }

    .overflow-scrolling--touch {
        -webkit-overflow-scrolling: touch
    }

    .overflow-scrolling--touch>* {
        -webkit-transform: translateZ(0);
    }

    .table-cost {
        border-spacing: 15px 10px;
    }
}

@media (max-width: 921px) {
    #ast-mobile-header {
        position: fixed !important;
        width: 100% !important;
    }

    .mt-vh {
        margin-top: 8.3vh !important;
    }

    .header-social-inner-wrap.element-social-inner-wrap.social-show-label-false.ast-social-color-type-custom.ast-social-stack-none.ast-social-element-style-filled {
        background-color: #2229FF;
        border-radius: 5px;
        padding: 5px;
    }

    a.ast-builder-social-element.ast-inline-flex.ast-instagram.header-social-item {
        border-right: solid 1px #ffffff;
        margin-right: 0;
        padding-right: 10px;
    }

    .ast-scroll-to-top-right {
        bottom: 85px;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

@media (min-width: 768px) {
    .md-size-26 {
        font-size: 26px;
    }

    /*GAP*/
    .md-gap-0 {
        gap: 0
    }

    .md-gap-1 {
        gap: 10px
    }

    .md-gap-2 {
        gap: 20px
    }

    .md-gap-3 {
        gap: 30px
    }

    .md-gap-4 {
        gap: 40px
    }

    .md-gap-5 {
        gap: 50px
    }
}

@media (min-width: 922px) {
    .site-header {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
    }

    summary {
        font-size: 26px;
        font-style: italic;
    }

    .mt-vh {
        margin-top: 7.5vh;
    }
}

@media screen and (min-width: 1024px) {

    h1,
    .h1,
    #h1 {
        font-size: 60px;
        line-height: 65px;
        font-weight: 900;
    }

    .mb-size-26 {
        font-size: 26px;
    }

    h2,
    .h2,
    #h2 {
        font-size: 45px;
        line-height: 50px;
        font-weight: 900;
    }

    h3,
    .h3,
    #h3 {
        font-size: 30px;
        line-height: 35px;
        font-weight: 900;
    }

    .lg-size-30 {
        font-size: 30px;
    }

    h4,
    .h4,
    #h4 {
        font-size: 19px;
        line-height: 25px;
        font-weight: 900;
    }

    h5,
    .h5,
    #h5 {
        font-size: 15px;
        line-height: 30px;
        font-weight: 700;
    }

    p {
        font-size: 19px;
        line-height: 30px;
        margin: 0;
    }

    ul.list>li {
        font-size: 19px;
        line-height: 30px;
    }

    ul.list>li.lh-1,
    .lh-1 {
        line-height: 1;
    }

    summary {
        font-size: 30px
    }

    .lg-pl-lateral-0,
    .lg-px-lateral-0 {
        padding-left: 0;
    }

    .lg-pl-lateral-1,
    .lg-px-lateral-1 {
        padding-left: 1dvw;
    }

    .lg-pl-lateral-2,
    .lg-px-lateral-2 {
        padding-left: 2dvw;
    }

    .lg-pl-lateral-3,
    .lg-px-lateral-3 {
        padding-left: 3dvw;
    }

    .lg-pl-lateral-4,
    .lg-px-lateral-4 {
        padding-left: 4dvw;
    }

    .lg-pl-lateral-5,
    .lg-px-lateral-5 {
        padding-left: 5dvw;
    }

    .lg-pl-lateral-6,
    .lg-px-lateral-6 {
        padding-left: 6dvw;
    }

    .lg-pl-lateral-7,
    .lg-px-lateral-7 {
        padding-left: 7dvw;
    }

    .lg-pl-lateral-8,
    .lg-px-lateral-8 {
        padding-left: 8dvw;
    }

    .lg-pl-lateral-9,
    .lg-px-lateral-9 {
        padding-left: 9dvw;
    }

    .lg-pl-lateral-10,
    .lg-px-lateral-10 {
        padding-left: 10dvw;
    }

    .lg-pr-lateral-0,
    .lg-px-lateral-0 {
        padding-right: 0;
    }

    .lg-pr-lateral-1,
    .lg-px-lateral-1 {
        padding-right: 1dvw;
    }

    .lg-pr-lateral-2,
    .lg-px-lateral-2 {
        padding-right: 2dvw;
    }

    .lg-pr-lateral-3,
    .lg-px-lateral-3 {
        padding-right: 3dvw;
    }

    .lg-pr-lateral-4,
    .lg-px-lateral-4 {
        padding-right: 4dvw;
    }

    .lg-pr-lateral-5,
    .lg-px-lateral-5 {
        padding-right: 5dvw;
    }

    .lg-pr-lateral-6,
    .lg-px-lateral-6 {
        padding-right: 6dvw;
    }

    .lg-pr-lateral-7,
    .lg-px-lateral-7 {
        padding-right: 7dvw;
    }

    .lg-pr-lateral-8,
    .lg-px-lateral-8 {
        padding-right: 8dvw;
    }

    .lg-pr-lateral-9,
    .lg-px-lateral-9 {
        padding-right: 9dvw;
    }

    .lg-pr-lateral-10,
    .lg-px-lateral-10 {
        padding-right: 10dvw;
    }

    .flex-form {
        display: flex;
        gap: 30px;
    }

    .wpcf7-spinner {
        position: absolute;
        top: 40px;
        right: -20px;
    }

    input.wpcf7-submit {
        position: relative;
        top: 20px;
    }
}

@media screen and (min-width: 1440px) {

    .xl-pl-lateral-0,
    .xl-px-lateral-0 {
        padding-left: 0;
    }

    .xl-pl-lateral-1,
    .xl-px-lateral-1 {
        padding-left: 1dvw;
    }

    .xl-pl-lateral-2,
    .xl-px-lateral-2 {
        padding-left: 2dvw;
    }

    .xl-pl-lateral-3,
    .xl-px-lateral-3 {
        padding-left: 3dvw;
    }

    .xl-pl-lateral-4,
    .xl-px-lateral-4 {
        padding-left: 4dvw;
    }

    .xl-pl-lateral-5,
    .xl-px-lateral-5 {
        padding-left: 5dvw;
    }

    .xl-pl-lateral-6,
    .xl-px-lateral-6 {
        padding-left: 6dvw;
    }

    .xl-pl-lateral-7,
    .xl-px-lateral-7 {
        padding-left: 7dvw;
    }

    .xl-pl-lateral-8,
    .xl-px-lateral-8 {
        padding-left: 8dvw;
    }

    .xl-pl-lateral-9,
    .xl-px-lateral-9 {
        padding-left: 9dvw;
    }

    .xl-pl-lateral-10,
    .xl-px-lateral-10 {
        padding-left: 10dvw;
    }

    .xl-pr-lateral-0,
    .xl-px-lateral-0 {
        padding-right: 0;
    }

    .xl-pr-lateral-1,
    .xl-px-lateral-1 {
        padding-right: 1dvw;
    }

    .xl-pr-lateral-2,
    .xl-px-lateral-2 {
        padding-right: 2dvw;
    }

    .xl-pr-lateral-3,
    .xl-px-lateral-3 {
        padding-right: 3dvw;
    }

    .xl-pr-lateral-4,
    .xl-px-lateral-4 {
        padding-right: 4dvw;
    }

    .xl-pr-lateral-5,
    .xl-px-lateral-5 {
        padding-right: 5dvw;
    }

    .xl-pr-lateral-6,
    .xl-px-lateral-6 {
        padding-right: 6dvw;
    }

    .xl-pr-lateral-7,
    .xl-px-lateral-7 {
        padding-right: 7dvw;
    }

    .xl-pr-lateral-8,
    .xl-px-lateral-8 {
        padding-right: 8dvw;
    }

    .xl-pr-lateral-9,
    .xl-px-lateral-9 {
        padding-right: 9dvw;
    }

    .xl-pr-lateral-10,
    .xl-px-lateral-10 {
        padding-right: 10dvw;
    }

    /*GAP*/
    .lg-gap-0 {
        gap: 0
    }

    .lg-gap-1 {
        gap: 10px
    }

    .lg-gap-2 {
        gap: 20px
    }

    .lg-gap-3 {
        gap: 30px
    }

    .lg-gap-4 {
        gap: 40px
    }

    .lg-gap-5 {
        gap: 50px
    }
}

.ast-theme-transparent-header .ast-above-header,
.ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
    background-color: var(--bs-color-3) !important;
}

.main-header-bar-wrap {
    background-color: var(--bs-color-5) !important;
}

.ast-scroll-to-top-right {
    bottom: 110px;
}

.ast-builder-html-element .menu-item>.menu-link {
    color: var(--bs-color-1);
    font-weight: bold;
}

.ast-builder-html-element .menu-item:hover>.menu-link {
    color: rgba(31, 80, 204, 0.88);
}

.grid-video {
    justify-items: center;
    display: grid;
}


/* CONTACT_FORM_BODY */

@media (max-width: 768px) {
    #contact-names>div {
        width: 50% !important;
    }

    #contact-names {
        flex-direction: initial !important;
    }
}

@media (min-width: 1440px) {
    #contact-us>.bg-white.card-shadow-form.rounded-1.p2.md-p4.md-mx4.lg-mx6 {
        width: 60%;
    }
}


#contact-us {
    justify-content: center;
    display: flex;
}

#contact-names>div {
    width: 100%;
}

#contact-names {
    flex-direction: column;
}

#wpcf7-f6-o2>form:nth-child(2)>p:nth-child(4) {
    display: flex;
}