@font-face {
    font-family: 'Causten';
    src: url('../fonts/Causten-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Causten';
    src: url('../fonts/Causten-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Causten';
    src: url('../fonts/Causten-SemiBold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Causten';
    src: url('../fonts/Causten-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Causten';
    src: url('../fonts/Causten-ExtraBold.woff') format('woff');
    font-weight: 800;
}

:root {
    --gradient-main: linear-gradient(90deg, #009fe3, #2d2e83);

    --primary-50: #EEF3FF;
    --primary-100: #E0E8FF;
    --primary-200: #C6D5FF;
    --primary-300: #A4B7FD;
    --primary-400: #7F91FA;
    --primary-500: #616BF3;
    --primary-600: #4544E7;
    --primary-700: #3A36CC;
    --primary-800: #2F2EA5;
    --primary-900: #2D2E83;
    /* principal */
    --primary-950: #1B1A4C;

    --secondary-50: #FDF2F8;
    --secondary-100: #FCE7F2;
    --secondary-200: #FAD0E7;
    --secondary-300: #F8A9D1;
    --secondary-400: #F274B2;
    --secondary-500: #EA4E96;
    /* principal */
    --secondary-600: #D82A71;
    --secondary-700: #BC1A58;
    --secondary-800: #9B1949;
    --secondary-900: #811A40;
    --secondary-950: #4F0822;

    --tertiary-50: #EFF9FF;
    --tertiary-100: #DEF2FF;
    --tertiary-200: #B6E8FF;
    --tertiary-300: #75D8FF;
    --tertiary-400: #2CC4FF;
    --tertiary-500: #009FE3;
    /* principal */
    --tertiary-600: #008AD4;
    --tertiary-700: #006EAB;
    --tertiary-800: #005D8D;
    --tertiary-900: #064D74;
    --tertiary-950: #04314D;

    --quaternary-50: #FFF4FE;
    --quaternary-100: #FFE8FE;
    --quaternary-200: #FED0FC;
    --quaternary-300: #FBACF3;
    --quaternary-400: #F87AEB;
    --quaternary-500: #EE47DC;
    --quaternary-600: #D227BC;
    --quaternary-700: #AE1D98;
    --quaternary-800: #951B81;
    /* principal */
    --quaternary-900: #741B64;
    --quaternary-950: #4E0440;

    --black-50: #FAFAFA;
    --black-100: #F5F5F5;
    --black-200: #E6E6E6;
    --black-300: #D3D3D3;
    --black-400: #A3A3A3;
    --black-500: #878787;
    --black-600: #535353;
    --black-700: #404040;
    --black-800: #272727;
    --black-900: #1A1A1A;
    --black-950: #0B0B0B;
}

body {
    font-family: 'Causten', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
}

span {
    line-height: 120%;
}

.header-area-design {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
}

.paddingx-48 {
    padding: 0 48px;
}

.form-check-input:checked {
    background-color: var(--secondary-600);
    border-color: none !important;
}

.form-check-input[type=checkbox] {
    border-radius: 1000px;
}

.color-texto-primary-900 {
    color: var(--primary-900);
}

.color-texto-primary-900:hover,
.color-texto-primary-900:focus {
    color: var(--primary-950);
}

.color-texto-secondary-600 {
    color: var(--secondary-600);
}

.color-texto-secondary-600:hover,
.color-texto-secondary-600:focus {
    color: var(--secondary-800);
}

.redes-color i {
    color: var(--primary-900);
    font-size: 20px;
    width: 36px;
}

.redes-color i:hover,
.redes-color i:focus {
    color: var(--primary-950);
}

.btn-tertiary {
    border: 2px solid transparent;
    border-radius: 1000px;
    padding: 14px 20px;
    font-size: 18px;
    text-transform: uppercase;

    background:
        linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)) padding-box,
        var(--gradient-main) border-box;

    background-clip: padding-box, border-box;

    display: inline-block;
}

.btn-tertiary span {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo img {
    max-height: 60px;
    width: auto;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-display: swap;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Causten', sans-serif !important;
    line-height: 1.3;
    font-weight: 700;
    font-display: swap;
}


p {
    color: #838383;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    font-weight: 700;
    font-size: 14px;
}

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

ul li,
ol li {
    list-style: inherit;
}

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

.header-servicio-wrapper {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, #009fe3, #2d2e83);
    position: relative;
}

.header-servicio-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(45, 46, 131, 0), #2d2e83);
    z-index: 2;
}

.header-servicio-wrapper .swiper-wrapper {
    align-items: center;
}

.header-servicio-wrapper .swiper-slide {
    width: auto;
}

.header-servicio-wrapper a {
    display: block;
    padding: 12px 18px;
    white-space: nowrap;
    font-size: 16px;
    color: var(--black-50);
    text-decoration: none;
    font-weight: 400;
    border-bottom: 3px solid transparent;
}

.header-servicio-wrapper a:hover {
    color: var(--tertiary-200);
    border-bottom: 3px solid var(--tertiary-200);
}

/* FOOTER  */
.footer-desing {
    background: var(--black-950);
    color: var(--black-50);
    background-image: url("../images/degradado-footer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.footer-desing a,
.footer-desing p {
    color: var(--black-50);
}

.footer-direccion {
    max-width: 280px;
}

.single-footer-widget {
    min-height: 180px;
}

.footer-nav p {
    font-size: 20px;
    font-weight: 600;
}

.footer-nav a {
    font-size: 14px;
    font-weight: 400;
}

.footer-nav a:hover,
.footer-nav a:focus {
    color: var(--secondary-600);
}

.footer-nav ul {
    column-count: 2;
    column-gap: 60px;
}

.copyright-footer {
    padding: 15px 48px;
    min-height: 72px;
}

.background-footer-color {
    width: 30vw;
    height: 100%;
    background: var(--gradient-main);
    border-radius: 1000px 0px 0px 0px;
}

.redes-color-footer i {
    color: var(--secondary-600);
    font-size: 20px;
    width: 36px;
}

.redes-color-footer i:hover,
.redes-color-footer i:focus {
    color: var(--secondary-800);
}

.input-wrapper {
    width: 100%;
    max-width: 340px;
    border-radius: 1000px;
    padding: 4px 4px 4px 14px;
    display: flex;
    border: 1px solid #d3d3d3;
    gap: 8px;
    justify-content: flex-start;

    align-items: stretch;
}

.input-design {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 15px;
    color: #fafafa;

    display: flex;
    align-items: center;
}

.subscribe-btn {
    height: 37px;
    min-width: 95px;
    padding: 0 22px;
    border: none;
    border-radius: 1000px;
    color: #fafafa;
    cursor: pointer;
    background-color: var(--secondary-600);
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-btn:hover,
.subscribe-btn:focus {
    background-color: var(--secondary-800);
}

/* RESPONSIVE FOOTER */
/* MOBILE */


/* HAMBURGUESA */

.menu-hamburguesa {
    display: none;
    border: none;
    background: transparent;
    padding: 6px;
}

/* Icono hamburguesa */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%232D2E83' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* MENU MOBILE */

.menu-mobile {
    background: white;
    padding: 20px;
}

.menu-mobile-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menu-mobile-content div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.menu-mobile-content a {
    color: var(--primary-900);
    text-decoration: none;
}

.menu-mobile-content a:hover {
    color: var(--primary-900);
}

.menu-email a,
.menu-email a i {
    color: var(--secondary-600);
}

/* BUTTON COTIZADOR  */

.btn-cotizador-flotante {
    border: none;
    line-height: 24px;
    outline: none;
    font-weight: 500;
    background: var(--primary-800);
    color: var(--black-50);
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    border-radius: 100px;
    padding: 16px 24px;
    font-size: 18px;
    position: fixed;
    bottom: 24px;
    left: 35%;
    z-index: 1000;
    box-shadow: 0px 0px 30px 1px rgba(47, 0, 255, 0.3);
}

/* HEADER RESPONSIVE */
/* MOBILE */


/* TABLET */

.tablet-contact {
    display: none;
}

.logo img {
    max-height: 60px;
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}



/* CONTACTO  */

.cont-banner-contacto::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, hsla(198, 100%, 45%, 0.3), rgba(45, 46, 131, 0.5));
    z-index: 1;
}

.text-p {
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 24px;
    font-weight: 500;
    color: var(--black-50);
    margin-bottom: 32px;
}

.contacto-wrapper {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
    border-radius: 25px;
    background-color: var(--black-50);
    margin: 60px 0;
    padding: 32px;
}

.contacto-wrapper i {
    margin-right: 12px;
    font-size: 20px;
    color: var(--secondary-600);
}

.contacto-wrapper span {
    font-size: 14px;
    font-weight: 400;
    line-height: 80%;
    color: var(--black-500);
}

.contacto-wrapper p,
.contacto-wrapper a {
    color: var(--black-800);
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}

.contacto-wrapper a:hover {
    color: var(--primary-900);
}

.contacto-container {
    position: relative;
}

.contacto-container img {
    width: 400px;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 270px;
}

/* BODAS  */

.booking-btn-secondary {
    border-radius: 100px;
    background-color: transparent;
    font-size: 16px;
    color: var(--secondary-600) !important;
    border: none;
    line-height: 24px;
    outline: none;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 12px;
}

.booking-btn-secondary:hover,
.booking-btn-secondary:focus {
    outline: none;
}

.bodas-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-600);
}

.title-style {
    line-height: 24px;
    color: var(--texto-titulos);
    font-size: 40px;
    font-weight: 700;
}

.servicio-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 32px 20px 32px;
    overflow: hidden;
    border-radius: 25px;
}

.servicio-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(238.49deg, rgba(29, 147, 166, 0), rgba(29, 147, 166, 0.65));
    z-index: 1;
}

.servicio-bg span,
.servicio-bg p,
.servicio-bg a {
    z-index: 2;
    position: relative;
    color: var(--black-50);
}

.servicio-bg p {
    letter-spacing: -0.05em;
    line-height: 80%;
    font-size: 40px;
    font-weight: 700;
}

.cat-bodas {
    gap: 32px;
}

.servicio-bg span {
    font-size: 24px;
    letter-spacing: -0.05em;
    line-height: 32px;
    font-weight: 400;
}

.servicio-hover-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 16px;
    width: 160px;
    height: 160px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
}

.servicio-hover-bg:hover::before,
.servicio-hover-bg--active::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.servicio-hover-bg:hover p {
    opacity: 1;
    transform: translateY(0);
}

.servicio-hover-bg--active p {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.servicio-hover-bg p {
    font-size: 26px;
    text-align: center;
    margin: 0;
    z-index: 2;
    position: relative;
    color: var(--black-50);
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.servicio-hover-bg button {
    z-index: 2;
    position: relative;
}

.paq-bodas {
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.paq-bodas-grupos {
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.paq-bodas-grupos::before {
    background: rgba(0, 0, 0, 0.3);
}

#scrollUp {
    background-color: #003679;
    border-radius: 5px 0 0 5px;
    bottom: 70px;
    color: #ffffff;
    font-size: 10px;
    padding: 12px 0;
    height: 60px;
    line-height: 1.5;
    right: 0;
    text-align: center;
    width: 35px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

#scrollUp i {
    font-size: 18px;
    display: block;
}

#scrollUp:hover {
    background-color: #ffbb38;
    color: #ffffff;
}

/* RESPONSIVE  */

@media (max-width: 768px) {

    .paddingx-48 {
        padding: 0 20px;
    }

    .footer-desing {
        padding: 40px 0;
        text-align: left;
    }

    .footer-nav {
        margin-top: 20px;
    }

    .footer-direccion {
        max-width: 100%;
    }

    .single-footer-widget {
        min-height: auto;
        margin-bottom: 25px;
    }

    .footer-nav ul {
        column-count: 1;
        column-gap: 40px;
    }

    .footer-nav p {
        font-size: 18px;
    }

    .footer-nav a {
        font-size: 14px;
        display: block;
        margin-bottom: 6px;
    }

    .background-footer-color {
        width: 100%;
        border-radius: 0;
        margin-top: 20px;
    }

    .input-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 10px 12px;
    }

    .input-design {
        width: 100%;
        font-size: 14px;
    }

    .subscribe-btn {
        width: auto;
        padding: 0 14px;
        font-size: 13px;
    }

    .patrocinado {
        display: block;
    }

    .separador {
        display: none;
    }

    .copyright-footer {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

}

/* TABLET */
@media (max-width: 1024px) {

    .paddingx-48 {
        padding: 0 30px;
    }

    .footer-nav ul {
        column-count: 2;
        column-gap: 30px;
    }

}

/* SMALL MOBILE */
@media (max-width: 480px) {

    .paddingx-48 {
        padding: 0 16px;
    }

    .footer-nav p {
        font-size: 16px;
    }

    .footer-nav a {
        font-size: 13px;
    }

    .redes-color-footer i {
        font-size: 18px;
        width: 30px;
    }
}

@media (max-width:768px) {

    .header-contacto {
        display: none;
    }

    .menu-hamburguesa {
        display: block;
    }

    .header-servicio-wrapper a {
        padding: 8px 14px;
        font-size: 13px !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {

    .header-area-design .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
    }

    .tablet-contact {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-left: auto;
    }

    .tablet-contact a {
        color: var(--primary-900);
        font-size: 20px;
    }

    .tablet-contact a[href^="mailto"] {
        color: var(--secondary-600);
    }

    .menu-hamburguesa {
        display: block;
        margin-left: 15px;
    }

    .menu-mobile .menu-whatsapp {
        display: none;
    }

    .menu-mobile .menu-email {
        display: none;
    }

    .menu-mobile-content {
        align-items: center;
    }

    .menu-mobile-content .redes-color {
        font-size: 24px;
        gap: 20px;
    }

    .menu-mobile-content .btn-tertiary {
        margin-top: 10px;
    }

}

@media (max-width:1024px) {
    .servicio-hover-bg {
        width: 140px;
        height: 140px;
    }

    .servicio-hover-bg p {
        font-size: 18px;
        line-height: 18px;
    }

    .servicio-bg {
        padding: 21px 8px 20px 8px;
    }

    .servicio-bg p {
        font-size: 26px;
    }

    .servicio-bg span {
        font-size: 20px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header-area-design .col-9 {
        justify-content: flex-start;
        gap: 16px;
    }

    .paddingx-48 {
        padding: 0 24px;
    }

    .logo img {
        max-height: 50px;
    }

    .btn-tertiary {
        padding: 6px 12px;
        font-size: 14px;
    }

    .btn-tertiary span {
        white-space: nowrap;
    }

    .telefonoladados {
        font-size: 15px !important;
        white-space: nowrap;
        margin-left: 4px;
    }

    .telefonoladados {
        margin-left: 4px;
    }

    .header-area-design .col-9 a {
        font-size: 12px !important;
        white-space: nowrap;
    }

    .header-area-design .fa-whatsapp,
    .header-area-design .fa-envelope {
        font-size: 16px !important;
    }

    .header-area-design .col-9 {
        gap: 7px !important;
    }

    .header-area-design .col-9>div:first-child {
        margin-left: 14px;
    }

    .redes-color i {
        font-size: 18px;
        width: 28px;
    }
}

@media (max-width:768px) {
    .cat-bodas {
        gap: 6px;
    }

    .servicio-hover-bg {
        width: 120px;
        height: 120px;
    }

    .servicio-hover-bg--active p {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .contacto-container img {
        width: 250px;
        bottom: 370px;
    }

    .title-portada {
        font-size: 56px !important;
        line-height: 56px !important;
    }

    .text-p {
        font-size: 20px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 480px) {
    .contacto-container img {
        display: none;
    }

    .redes-mobile-contacto {
        margin-bottom: 24px;
    }

    .menu-mobile-content .btn-tertiary {
        padding: 8px 14px;
        font-size: 14px;
        width: fit-content;
        margin-left: 0;
    }

    .title-portada {
        font-size: 48px !important;
        line-height: 48px !important;
    }

    .text-p {
        font-size: 18px;
        line-height: 18px;
    }

    .video-info-container {
        margin: 0 24px;
    }

    .video-info-container button {
        margin-top: 18px;
    }

    .contacto-wrapper {
        padding: 24px 16px;
    }

    .paq-bodas-wrapper {
        gap: 12px;
    }

    .paq-bodas {
        height: 170px;
    }

    .servicio-hover-bg p {
        font-size: 12px;
        line-height: 12px;
    }

    .cat-bodas {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .cat-bodas>div {
        height: 120px;
    }

    .paq-bodas-grupos {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .btn-cotizador-flotante {
        left: 28%; 
    }
}

@media (max-width: 375px) {
    .btn-cotizador-flotante {
        left: 25%; 
    }
}

@media (max-width: 320px) {
    .btn-cotizador-flotante {
        left: 20%; 
    }
}