/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 16 2025 | 22:42:34 */
html {
    scroll-behavior: smooth;
	font-size: 16px;
}

.with_frm_style input[type=text], .with_frm_style input[type=tel], .with_frm_style input[type=email] {
	padding: .8rem;
	border-radius: 30px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	background-color: #050E2D;
	padding: 1rem 2rem;
	border-radius: 30px;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h2, h3, h4, p, a, li {
    margin: 0;
}

#heroSection h1 {
    margin: 1.25rem 0;
    font-size: 4.375rem;
    font-weight: 400;
    color: #fff;
    text-wrap: balance;
}

h1, h2, h3, h4 {
    font-family: "Source_Serif_4_italic", serif;
    letter-spacing: -0.1rem;
    line-height: 1;
    font-style: italic;
}

h2 {
    font-size: 2.5rem;
    font-weight: 400;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

strong {
	font-weight: 400;
}

p, li, a {
    font-size: 1rem;
    font-family: 'Montserrat';
    font-style: normal;
}

img {
    display: flex;
    object-fit: contain;
    width: 100%;
}

summary {
    margin: 0;
}

.entry-header {
	display: none;
}

#site-header {
	display: none;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
	max-width: 100%;
}

.entry-content > * {
	margin: 0;
	padding: 0;
}

.footer-nav-widgets-wrapper {
	display: none;
}

#site-footer {
	display: none;
}

.cta__button {
    text-decoration: none;
    display: inline-block;
    margin: 0 auto 0 0;
    padding: 1rem 2rem;
    border: 2px solid transparent;
    border-radius: 30px;
    transition: all ease-in-out .3s;
}

.white {
    color: #000;
    background-color: #fff;
}

.white:hover {
    color: #fff;
    background-color: #050E2D;
    border: 2px solid #fff;
}

.blue {
    color: #fff;
    background-color: #050E2D
}

.blue:hover {
    color: #050E2D;
    background-color: #fff;
    border: 2px solid #050E2D;
}
/* HEADER */
#header {
    background-color: #050E2D;
}

.header__nav {
    width: 95%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 1.25rem 0;
}

.header__logo {
    max-width: 150px !important;
}

.nav__list {
    display: flex;
    align-items: center;
    gap: 2vw;
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .nav__link, #footer .nav__link {
    font-size: .875rem;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

#header .nav__link:hover, #footer .nav__link:hover {
    text-decoration: underline;
}

#header .cta__button {
    font-size: .875rem;
}

/* HERO SECTION */
#heroSection {
    height: calc(100vh - 92.5px);
    background-color: #050E2D;
    background-image: url('https://www.selectum.com.mx/wp-content/uploads/2025/05/Ellipse-1.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.hero__row {
    display: flex;
    height: 100%;
    width: 95%;
    max-width: 1312px;
    margin: auto;
    justify-content: space-between;
    align-items: end;
}

.hero__column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 49.1%;
    height: 100%;
    padding: 0 0 5rem;
}

.hero__column:last-child {
    width: 42.5%;
    mask-image: linear-gradient(0deg, transparent, #fff 15%, #000 85%, transparent);
}

#heroSection p {
    color: #fff;
}

.hero__subheading {
    font-size: 1.25rem;
    margin: 0 0 1.875rem;
}

.admon__subheading {
    margin: 0 0 1.25rem;
}

.hero__image {
    width: 49.08%;
    max-height: 100%;
}

/* BENEFITS SECTION */
#benefitsSection {
    padding: 7vw 0;
	background-color: #fff;
}

.benefits__row {
    display: flex;
    width: 95%;
    max-width: 1312px;
    margin: 0 auto;
    justify-content: space-between;
}

#benefitsSection h2{
    margin: 0 0 1.5rem;
}

.benefits__column:first-child {
    width: 42.3%;
}

.benefits__column:last-child {
    width: 49.16%;
}

.benefit__container {
    display: flex;
    flex-direction: column;
    height: 25vw;
    position: sticky;
    top: 0;
}

.benefit__module {
    display: flex;
    padding: 2.5rem 0 3rem 0;
    border-bottom: 1px solid #000;
}

.benefit__title {
    font-family: "Source_Serif_4_italic", serif;
    font-size: 1.75rem;
    list-style: none;
    cursor: pointer;
	line-height: 1.5rem;
}

.benefit__title::marker,
.benefit__title::-webkit-details-marker {
    display: none;
}

.benefit__number {
    font-family: "Source_Serif_4_italic", serif;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 2rem 0 0;
}

.benefit__details p {
    padding: 1.5rem 0 0;
    font-size: 1.25rem;
    color: #666;
}

.benefit__module:first-child {
    padding: 0 0 2.5rem 0;
}

.benefits__column:first-child p {
    margin: 0 0 1.25rem;
}

/* SERVICES SECTION */
.services__row {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1312px;
    margin: 0 auto;
}

#servicesSection h2 {
    text-align: center;
    margin: 0 0 4rem;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.service__module {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.service__icon {
    display: inline-block;
	font-size: 2.5rem;
	text-align: center;
    width: 3rem;
    height: 3rem;
    color: #050E2D;
}

.service {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 2rem;
    letter-spacing: .01rem;
}

/* HOWITWORKS SECTION */
#howitworksSection {
    padding: 6vw 0 0 0;
    background-image: linear-gradient(to right, #050E2D, transparent), url("https://www.zunigaysosa.com/wp-content/uploads/2025/07/Banner-fondo-como-funciona-Zuniga-y-Sosa.png");
    background-position: center;
    background-repeat: no-repeat;
}

.howitworks__row {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1312px;
    margin: 0 auto;
}

.howitworks__row:last-child {
    padding: 0 0 7vw;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.step__module {
    width: 32.2%;
    padding: 0 0 1.25rem;
}


#howitworksSection h2 {
    margin: 0 0 2.5rem;
    color: #fff;
}

#howitworksSection .benefit__number, #howitworksSection .benefit__title, #howitworksSection .benefit__details p {
    color: #fff;
}

#howitworksSection .benefit__module {
    border-bottom: 1px solid #fff;
}

/* CTA SECTION */
#ctaSection {
    padding: 7vw 0 0;
	background-color: #fff;
}

.cta__row {
    display: flex;
    width: 95%;
    max-width: 1312px;
    margin: 0 auto;
    justify-content: space-between;
}

.cta__row:last-child {
    padding: 0 0 7vw;
}

.cta__column:first-child {
    width: 49.1%;
}

.cta__column:last-child {
    width: 40.6%;
}

#ctaSection h2 {
    margin: 0 0 1.25rem;
}

#ctaSection h3 {
	font-size: 1.25rem;
    font-weight: 400;
	margin: 0 0 1.25rem;
}

.cta__subheading {
    margin: 0 0 1.875rem;
}

.contact__module {
    margin: 0 0 1.25rem;
}

#ctaSection .contact__module h4 {
    font-size: 1.25rem;
    font-weight: 400;
	margin: 0;
}

.contact__title {
    display: flex;
    gap: .625rem;
    align-items: center;
    margin: 0 0 .625rem;
}

.contact__icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    mask-image: url('https://www.zunigaysosa.com/wp-content/uploads/2025/06/star.svg');
    background-color: #050E2D;
}

.contact__info a {
    text-decoration: none;
    color: #000;
}

.contact__info p:hover {
    text-decoration: underline;
}

/* FOOTER */
#footer {
    background-color: #050E2D;
    padding: 2.5rem 0;
}

#footer p {
    color: #fff;
    text-align: center;
}

#footer img {
    object-fit: contain;
    width: 184px;
    margin: 0 0 2.5rem;
}

.footer__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.footer__nav {
    margin: 0 0 2.5rem;
}

.footer__nav .nav__link {
    font-size: 1rem;
}

/* WHATSAPP BUBBLE */
#whatsapp {
    display: inline-block;
    position: fixed;
    width: 70px;
    height: 70px;
    right: 1.25vw;
    bottom: 1.25vw;
    background-color: #25D366;
    border-radius: 50%;
        -webkit-box-shadow: 0.1rem 0.1rem 1rem 0 rgba(0,0,0,0.25);
    box-shadow: 0.1rem 0.1rem 1rem 0 rgba(0,0,0,0.25);
    margin: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1030;
	cursor: pointer
}
#whatsapp img {
    display: block;
    width: 100%;
    height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s
}
#whatsapp.hovered img {
	padding: 50%;
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg)
}
#whatsapp p {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	font-size: 0;
	font-weight: 300;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s
}
#whatsapp.hovered p {
	font-size: 1.5rem
}

.landing-contact {
	display: inline-block;
	position: fixed;
	width: 25% !important;
	min-width: 334px;
	right: calc(1.25vw + 30px);
	bottom: calc(1.25vw + 30px);
	background-color: #FFF;
	border-radius: 10px;
	-webkit-box-shadow: 0.15rem 0.15rem 1rem 0 rgba(0,0,0,0.5);
          box-shadow: 0.15rem 0.15rem 1rem 0 rgba(0,0,0,0.2);
	overflow: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
#whatsapp.hovered + .landing-contact {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	pointer-events: initial
}
.landing-contact h4 {
	color: #FFF;
	margin: 0 0 0 8px;
	font-size: 18px;
	
}
#profile-info {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.landing-contact p {
	line-height: 1rem;
	margin: 0 0 8px;
}
.landing-contact p strong{
	font-size: 14px;
	margin: 0 0 0 8px;
	color: #fff;
	font-weight: 300;
}
.landing-contact .profile {
	display: flex;
	flex-direction: row;
	padding: 1rem;
	background-color: #26d366;
}
.landing-contact #module-img img {
	width: 56px;
	height: 56px;
	border-radius: 50px;
	object-fit: cover;
}
.landing-contact .instructions-form {
	padding: 1rem;
}
.instructions-form p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5rem;
}
.landing-contact .frm_forms {
	padding: 0 1rem calc(30px + 0.5rem)
}
.landing-contact .frm_forms fieldset {
	padding: 0
}
#frm_field_6_container {
	margin: 0 !important
}

.landing-contact .frm_form_field input {
	line-height: 48px;
	padding: 0 0.5rem;
	margin: 0;
	border: 1px solid #666;
	border-radius: 5px;
	outline: none
}
.landing-contact .frm_form_field textarea {
	line-height: 1.25;
	padding: 0.5rem;
	border: 1px solid #666;
	border-radius: 5px;
	outline: none
}

#frm_form_2_container #frm_field_10_container {
	visibility: initial !important;
  	overflow: initial !important;
  	width: unset !important;
  	height: unset !important;
  	position: initial !important;
}

.landing-contact .frm_button_submit {
	font-size: 1rem !important;
	font-weight: bold !important;
	line-height: 48px !important;
	background-color: #26D366 !important;
	padding: 0 1.5rem !important;
	border-radius: 50px !important;
	border: none !important;
	margin: 1rem 0 0 !important;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s
}
.landing-contact .frm_button_submit:hover,
.landing-contact .frm_button_submit:focus {
	border-radius: 0 !important
}

.landing-contact label {
    display: inline-block !important;
    color: #666 !important;
    position: absolute !important;
    margin: -10px 0 0 14px !important;
    background-color: #fff !important;
    width: auto !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 0 4px !important;
}

.landing-contact span {
	display: none !important;
}

/* MOBILE STYLES */
@media screen and (max-width: 768px) {
    /* GLOBAL STYLES */
    #heroSection h1 {
        font-size: 3rem;
        text-align: center;
    }

    h2 {
        font-size: 2.5rem;
    }

    .cta__button {
        margin: 0;
    }

    /* HEADER */
    #header .nav__list {
        display: none;
    }

    .header__nav {
        padding: .875rem 0;
        width: 90%;
    }

    /* HERO SECTION */
    #heroSection {
        background-position: top;
        background-size: contain;
        max-height: 820px;
        height: 85vh;
    }

    .hero__subheading {
        text-align: center;
        font-size: 1.125rem;
    }

    .hero__row {
        flex-direction: column;
        width: 90%;
    }

    .hero__column:first-child {
        width: auto;
        padding: 4.375rem 0 2.5rem;
        align-items: center;
        z-index: 100;
    }

    .hero__column:last-child {
        width: auto;
        max-height: 100vw;
    }

    .hero__image {
        position: absolute;
        display: block;
        width: 100%;
        height: 50vh;
        background-color: linea;
    }

    /* BENEFITS SECTION */
    #benefitsSection {
        padding: 12.825vw 0;
    }

    .benefits__row {
        flex-direction: column;
        width: 90%;
    }

    .benefits__column:first-child, .benefits__column:last-child {
        width: auto;
    }

    .benefit__container {
        height: auto;
        margin: 0 0 2.5rem;
    }

    .benefit__icon {
        font-size: 1.25rem;
        width: 1.875rem;
        height: 1.875rem;
        margin-bottom: .625rem;
    }

    #benefitsSection h3 {
        margin-bottom: .625rem;
    }

    .benefit__details p {
        font-size: 1.125rem;
    }

    /* SERVICE SECTION */
    #servicesSection h2 {
        text-align: start;
        margin: 0 0 3rem;
    }

    .service__module {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .service {
        text-align: left;
    }

    /* HARD DATA SECTION */
    .harddata__row {
        flex-direction: column;
        width: 90%;
        padding-bottom: 12.825vw;
    }

    .harddata__column:first-child {
        width: auto;
        order: 2;
    }

    .harddata__column:last-child {
        width: auto;
        order: 1;
        margin-bottom: 2.5rem;
    }

    /* HOW IT WORKS SECTION */
    #howitworksSection {
        padding: 12.825vw 0 0;
		background-image: linear-gradient(to top, #050E2D, transparent), url("https://www.zunigaysosa.com/wp-content/uploads/2025/07/Banner-fondo-como-funciona-Zuniga-y-Sosa-402-x-872-px.png");
		min-height: 872px;
    }
	
    .howitworks__row:first-child, .howitworks__row:last-child {
        width: 90%;
    }
    .howitworks__row:last-child {
        flex-direction: column;
        padding: 0 0 12.825vw;
    }

    .step__module {
        width: auto;
    }

    #howitworksSection h2 {
        margin-bottom: 2.5rem;
    }

    #howitworksSection h3 {
        margin-bottom: .625rem;
    }

    .step__icon {
        margin-bottom: .625rem;
    }

    /* CTA SECTION */
    #ctaSection {
        padding: 12.825vw 0;
    }
    .cta__row {
        flex-direction: column;
        width: 90%;
        padding: 0;
    }
	
	.cta__column:first-child, .cta__column:last-child {
        width: auto;
    }

    .cta__column:first-child {
        margin:  0 0 1.5rem;
    }

    /* FOOTER SECTION */
    .footer__row {
        width: 90%;
    }
	
	#footer .nav__list {
		flex-direction: column;
	}
	
	/* WHATSAPP BUBBLE */
		#whatsapp {
		width: 48px;
		height: 48px;
		right: 2.5vw;
		bottom: 2.5vw
	}
	#whatsapp.hovered p {
		font-size: 2rem
	}
	.landing-contact {
		right: 0;
		left: 0;
  	    bottom: calc(2.5vw + 24px);
		margin: 0 auto;
		min-width: 100%;
	}
}

