@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Top Bar
# Header Sticky
# Panel Side Mobile
# Footer

# Carrusel Hero
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.rubik-400 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.open-sans-400 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #a4a4a4;
  font-size: 0.875rem;
  line-height: 1.875;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    width: 100%;
    border: 2px solid #EBEBEB;
    background-color: #EBEBEB;
    color: #A8A8A8;
    padding: 7px 24px;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    font-size: 0.875rem;
    font-weight: 500;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #a4a4a4;
}

select {
    border: 2px solid #EBEBEB;
    background-color: #EBEBEB;
    appearance: none;
    outline: none;
    padding: 7px 24px;
    border-radius: 6px;
    width: 100%;
}

textarea {
  width: 100%;
  height: 44px;
  vertical-align: top;
}

label {
    font-size: 1rem;
    color: #8E8E8F;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a4a4a4;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4a4a4;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a4a4a4;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a4a4a4;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .menu,
.panel-overlay, {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    background-color: #a39063;
    padding: 11px 28px;
    border: 1px solid #a39063;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease;
}

.cta:hover{
    color: #fff;
    text-decoration: none;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* -----------------
# Whatsapp flotante
------------------ */
.BoxBotonWhatsappFlotante {
    position: fixed;
    right: 15px;
    bottom: 24px;
    z-index: 9991;
}

.BoxBotonWhatsappFlotante .BtnLink {
    background: linear-gradient(180deg, rgba(95, 252, 123, 1) 0%, rgba(40, 209, 70, 1) 100%);
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-logo {
    flex-grow: 0.4;
    align-items: center;
    justify-content: center;
}

.header-row .col-header.col-nav {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.3;
}

.header-row .col-header.col-nav.col-nav_left {
    justify-content: flex-start;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: 500;
    font-size: 0.813rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 20px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 48px 0;
    text-transform: uppercase;
}

.col-nav.col-nav_left .main-navigation > ul > li:first-child {
    margin-left: 0;
}

.col-nav.col-nav_right .main-navigation > ul > li:last-child {
    margin-right: 0;
}

.menu-burger {
    position: relative;
    width: 32px;
    height: 100%;
    max-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    cursor: pointer;
}

.menu-burger > span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

.Web-Header.Sticky .navigation-sticky {}

.navigation-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #a39063;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #fff;
}

.Web-Header.Sticky .navigation-sticky {
    top: 0;
    opacity: 1;
}

.navigation-sticky .main-navigation ul {
    font-size: 0.875rem;
}

.navigation-sticky .main-navigation ul > li > a {
    padding: 20px 0;
}

.navigation-sticky .main-navigation ul > li > a.active::after {
    bottom: 16px;
}

.navigation-sticky .main-navigation .subMenu li a {
    padding: 0;
}

.navigation-sticky .figure-logo {
    padding: 6px 16px;
}

.navigation-sticky .figure-logo .logo {
    width: 60px;
}

.header-logo .logo {
    width: 95px;
}

.header_fondo {
    height: 160px;
    background-color: #000;
}

.header_fondo.nosotros {
    background-image: url('../../assets/img/nosotros/header_bg_nosotros.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.header_top_bar {
    padding: 12px 0;
    border-bottom: 2px solid #ffffff;
}

.header_top_bar_row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.col_top_bar {
    display: flex;
    align-items: stretch;
    position: static;
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.col_top_bar.col_top_bar_left {
    -ms-flex-pack: center;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 0.3;
}

.col_top_bar.col_top_bar_center {
    flex-grow: 0.4;
    align-items: center;
    justify-content: center;
}

.col_top_bar.col_top_bar_right {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.3;
}

.topBar_text {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}

.list_social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.list_social li a {
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all .5s ease;
}

.list_social li a:hover {
    background-color: #fff;
    color: #2e294a;
}

/*--------------------------------------------------------------
# Header Sticky
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 400px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #2e294a;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

/*     -webkit-transform: translateX(0); */
/*     -ms-transform: translateX(0); */
/*     transform: translateX(0); */

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 32px 24px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
    border-bottom: 1px solid #d2d2cc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-panel_body {
    padding: 1.5rem 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel-redes > a {
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.main-navigation .subMenu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: -24px;
    z-index: 5;
    background-color: rgb(0 159 227 / 75%);
    padding: 24px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.main-navigation .subMenu li {
    margin-bottom: 0.5rem;
}

.main-navigation .subMenu li:last-child {
    margin-bottom: 0;
}

.main-navigation .subMenu li a {
    color: #fff;
    padding: 0;
    font-weight: 300;
    font-family: 'PP Editorial New Ultralight';
    text-transform: capitalize;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}

.dropdown:hover .subMenu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    min-width: 17rem !important;
    width: 100% !important;
    background-color: #fff !important;
    padding: 16px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: translate(0px, 100px) !important;
}

.dropdown-menu li {
    margin-bottom: 10px !important;
}

.dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

.dropdown-menu li a {
    padding: 0 !important;
    color: #2e294a !important;
    font-size: 0.813rem !important;
    font-weight: 600 !important;
    text-transform: math-auto !important;
}

.dropdown-menu li a:hover {
    color: #2e294a !important;
    background-color: transparent !important;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 24px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}

.navigation-sticky .main-navigation ul > li.dropdown > .dropdown-menu {
    transform: translate(0px, 61px) !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    padding-bottom: 64px;
}
.widget-footer {}
.widget-footer.widget-footer_01 {
    padding-top: 128px;
    border-top: 1px solid #000;
}
.widget-footer a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.footer_logo {}
.footer_logo > img {}

.footer_nav {}
.footer_nav a {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.875rem;
}
.footer_nav a::after {
    content: "|";
    display: inline-block;
    margin-left: 10px;
}
.footer_nav a:first-child {
    margin-left: 0;
}
.footer_nav a:last-child::after {
    display: none;
} 

.footer_copy {}
.footer_copy .text {}
.footer_copy .copy {
    font-size: 12px;
}

/*--------------------------------------------------------------
# Carrusel Hero
--------------------------------------------------------------*/
.carousel-caption {
    bottom: 50%;
    transform: translateY(65%);
    padding-bottom: 0;
}

.hero_content .box_title {
    margin-bottom: 64px;
}

.hero_content .title {
    font-size: 2.313rem;
    line-height: 3rem;
    font-weight: 600;
}

.hero_content .subTitle {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
}

.hero_content .title .font_regular {
    font-weight: 400;
}

.hero_content .title .font_bold {
    font-weight: 700;
}

.hero_content p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    max-width: 600px;
}

.hero_content .cta {
    background-color: #fff;
    color: #000;
}

.hero_content .cta:hover {
    background-color: #A39063;
    color: #fff;
}

.carousel-indicators {
    margin-bottom: 3rem;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
    padding: 4px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators .active {
    border: 1px solid #fff;
}

.carousel-indicators [data-bs-target] .circle {
    display: block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Quienes somos
--------------------------------------------------------------*/
.quienes-somos {
    padding: 64px 0;
}

.quienes-somos_top {
    margin-bottom: 90px;
}

.quienes-somos .box-content {
    font-size: 14px;
    line-height: 22px;
}

.quienes-somos .box-content .title {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-weight: 400;
}

.quienes-somos .box-content .subTitle {
    color: #2e294a;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.quienes-somos .box-content .cta {
    margin-top: 32px;
}

.quienes-somos .quienes-somos_bottom .box-content .title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.quienes-somos .quienes-somos_bottom .box-content p {
    font-size: 18px;
}

.card-parent {
    position: relative;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

.card-parent .card-parent_float {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    z-index: 1;
    padding: 22px;
    color: #fff;
}

.card-parent .card_img {
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #2e294a;
}

.card-parent .card-parent_float .cta {
    margin-top: 32px;
    line-height: 1;
    padding: 14px 46px;
}

.quienes-somos .cta:hover {
    background-color: #2e294a;
    border: 1px solid #2e294a;
}

/*--------------------------------------------------------------
# Como funciona
--------------------------------------------------------------*/
.como-funciona {
    padding: 90px 0 64px;
}

.como-funciona_top {
    margin-bottom: 44px;
}

.como-funciona .box-content {
    font-size: 18px;
    line-height: 24px;
}

.como-funciona .box-content .title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 16px;
}

.como-funciona .box-content .subTitle {
    color: #2e294a;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.pasos-container {
    padding: 0 120px;
}

.box-pasos {
    text-align: center;
}

.box-pasos .pasos-details {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}

.box-pasos .pasos-details .title {
    color: #a39063;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Ser parte
--------------------------------------------------------------*/
.ser-parte {
    padding: 64px 0 90px;
    color: #fff;
}

.box-ser-parte {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background: linear-gradient(0deg, rgb(163 144 99) 0%, rgb(163 144 99) 100%);
    border-radius: 16px;
    overflow: hidden;
}

.box-ser-parte .img-ser-parte {
    width: 100%;
    height: 435px;
    object-fit: cover;
    object-position: center;
}

.box-ser-parte .box-ser-parte_content {
    padding: 55px;
    font-size: 0.938rem;
}

.box-ser-parte .box-ser-parte_content .subTitle {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.box-ser-parte .box-ser-parte_content .title {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.375rem;
}

.box-ser-parte .box-ser-parte_content .cta {
    background-color: #fff;
    color: #000;
}

.box-ser-parte .box-ser-parte_content .cta:hover {
    background-color: #2e294a;
    color: #fff;
}

/*--------------------------------------------------------------
# Page quienes somos
--------------------------------------------------------------*/
.page-quienes-somos {
    padding: 64px 0;
}

.page-quienes-somos .cta {
    background: linear-gradient(-90deg, rgba(216, 45, 49, 1) 0%, rgba(128, 23, 27, 1) 100%);
    color: #fff;
}

.page-quienes-somos_head {}

.page-quienes-somos_row {
    margin-bottom: 3rem;
}

.page-quienes-somos .box-content_detail {
    padding: 48px 12px;
}

.page-quienes-somos .box-content {
    font-size: 16px;
    line-height: 22px;
}

.page-quienes-somos .box-content img {
    border-radius: 16px;
}

.page-quienes-somos .box-content .subTitle {
    color: #a39063;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.page-quienes-somos .box-content .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}

.divisor {
    border-bottom: 1px solid #a39063;
    width: 100%;
}

.quienes-somos-vision-head {
    margin-bottom: 3rem;
}

.img-conectar {
    margin-bottom: 1.5rem;
}

.text-large {
    font-size: 15px;
    line-height: 22px;
}

/*--------------------------------------------------------------
# Lentes Banner
--------------------------------------------------------------*/
.banner_lentes {
    padding: 64px 0;
}

/*--------------------------------------------------------------
#   Hero
--------------------------------------------------------------*/
.seccion_hero {
    min-height: 390px;
    background-color: #2E294A;
    color: #fff;
    padding: 210px 0 100px;
}
.seccion_hero .hero_content {}
.seccion_hero .hero_content .title {
    font-family: "Rubik", sans-serif;
    font-size: 2.25rem;
    line-height: 2.688rem;
    font-weight: 500;
    color: #A39063;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.seccion_hero .hero_content .text {
    font-size: 1.063rem;
    line-height: 1.625rem;
    margin-bottom: 0;
}

.row_productos {
    position: relative;
    top: -48px;
}

.card_product {
    border: 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.card_product .card_image {}
.card_product .card_image .imagen {
    width: 100%;
    height: 205px;
    object-fit: cover;
    object-position: center;
}
.card_product .card_image .card_title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 32px;
    display: flex;
    align-items: flex-end;
}
.card_product .card_image .card_title .title {
    color: #fff;
    font-size: 1.238rem;
    line-height: 1.675rem;
    font-weight: 600;
}
.card_product .card_info {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100% - 205px);
}
.card_product .card_info .content_text {}
.card_product .card_info .content_text p {
    font-size: 0.938rem;
    line-height: 1.375rem;
}
.card_product .card_info .cta:hover {
    background-color: #28d146;
    border: 1px solid #28d146;
}
.card_product .card_info .cta i {
    font-size: 24px;
    margin-right: 10px;
}
.card_product .card_info .cta .text_large {
    font-size: 0.875rem;
    margin-left: 8px;
    margin-bottom: 2px;
}

/*--------------------------------------------------------------
#   Historia
--------------------------------------------------------------*/
.hero_historia {
    background-image: url('../../assets/img/historia/hero_historia.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_hero.hero_historia .hero_content .title {
    font-family: "Rubik", sans-serif;
    font-size: 1.625rem;
    line-height: 1.938rem;
    font-weight: 500;
    color: #A39063;
}

.seccion_hh_images {
    position: relative;
    top: -116px;
}

.historia_grid_imagenes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    align-items: center;
}

.historia_grid_imagenes img {
    border-radius: 16px;
    width: 100%;
}

.seccion_sobre_historia {
    padding-bottom: 64px;
}
.seccion_sobre_historia .box_content {}
.seccion_sobre_historia .box_content .title {
    font-family: "Rubik", sans-serif;
    font-size: 3.063rem;
    font-weight: 300;
    line-height: 3.5rem;
}
.seccion_sobre_historia .box_content .text {
    font-family: "Rubik", sans-serif;
    font-size: 1.063rem;
    line-height: 1.625rem;
}
.seccion_sobre_historia .box_content .text .text_medium {
    font-weight: 500;
}

.seccion_sobre_historia .pastilla {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    line-height: 1;
    color: #A39063;
    font-weight: 500;
    border: 1px solid #A39063;
    text-decoration: none;
    padding: 10px 20px;
    display: table;
    border-radius: 30px;
    transition: all .5s ease;
}

.seccion_sobre_historia .pastilla::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23A39063' d='M8 0L3 8l5 8l5-8z'/%3E%3C/svg%3E");
  margin-right: 10px;
}

.seccion_sobre_historia .pastilla:hover {
    background-color: #A39063;
    color: #fff;
}

.seccion_sobre_historia .pastilla:hover::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M8 0L3 8l5 8l5-8z'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
#   Coaching 
--------------------------------------------------------------*/
.hero_coaching {
    background-image: url('../../assets/img/coaching/hero-coaching.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_imagen_politica {
    background-image: url('../../assets/img/servicios/hero-imagen-politica.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_imagen_lentes {
    background-image: url('../../assets/img/servicios/hero-imagen-lentes.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_imagen_masculina {
    background-image: url('../../assets/img/servicios/hero-imagen-masculina.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_hero.hero_coaching {
    padding: 210px 0 32px;
}

.seccion_hero.hero_coaching .hero_content .title {
    font-family: "Rubik", sans-serif;
    font-size: 2.25rem;
    line-height: 2.688rem;
    font-weight: 500;
    color: #A39063;
    margin-bottom: 24px;
}

.seccion_hero.hero_coaching .hero_content p {
    max-width: 600px;
}

.seccion_servicio_01 {
    padding: 64px 0;
    font-family: "Open Sans", sans-serif;
    color: #434867;
}

.seccion_servicio_01 .title {
    font-family: "Rubik", sans-serif;
    color: #2E294A;
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 500;
}

.list_servis li {
    display: flex;
    align-items: flex-start;
    font-size: 0.938rem;
    line-height: 1.125rem;
    margin-bottom: 16px;
}

.list_servis li::before {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232E294A' d='M8 0L3 8l5 8l5-8z'/%3E%3C/svg%3E");
    margin-right: 10px;
    margin-top: 5px;
}

.seccion_servicio_01 .text_large {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.seccion_servicio_01 .text {
    font-size: 0.938rem;
    line-height: 1.5rem;
}

.seccion_servicio_01 .imgSiQuieres {
    border-radius: 10px;
    position: relative;
    top: -124px;
}

.seccion_servicio_02 {
    font-family: "Open Sans", sans-serif;
    color: #434867;
}

.seccion_servicio_02.seccion_servicio_02_imagenMasc {
    position: relative;
    top: -124px;
}

.box_programa {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
    border-left: 1px solid #2E294A;
    margin-left: 64px;
    position: relative;
}

.box_programa::before {
    content: '';
    position: absolute;
    top: 24px;
    left: -64px;   
    background-size: 100%;
    width: 80px;
    height: 80px;
}

.box_programa.box_programa_01::before {
    background-image: url('../../assets/img/servicio_icon_01.svg');
}
.box_programa.box_programa_02::before {
    background-image: url('../../assets/img/servicio_icon_02.svg');
}
.box_programa.box_programa_03::before {
    background-image: url('../../assets/img/servicio_icon_03.svg');
}
.box_programa.box_programa_04::before {
    background-image: url('../../assets/img/servicio_icon_04.svg');
}
.box_programa.box_programa_05::before {
    background-image: url('../../assets/img/servicio_icon_05.svg');
}
.box_programa.box_programa_06::before {
    background-image: url('../../assets/img/servicio_icon_06.svg');
}
.box_programa.box_programa_07::before {
    background-image: url('../../assets/img/servicio_icon_07.svg');
}
.box_programa.box_programa_08::before {
    background-image: url('../../assets/img/servicio_icon_08.svg');
}
.box_programa.box_programa_09::before {
    background-image: url('../../assets/img/servicio_icon_09.svg');
}
.box_programa.box_programa_10::before {
    background-image: url('../../assets/img/servicio_icon_10.svg');
}
.box_programa.box_programa_11::before {
    background-image: url('../../assets/img/servicio_icon_11.svg');
}

.box_programa h3 {
    font-family: "Rubik", sans-serif;
    color: #2E294A;
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 500;
}

.box_programa h4 {
    font-family: "Open Sans", sans-serif;
    color: #434867;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
}

.box_programa p {
    font-size: 0.938rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
}

.box_programa .cta {
    background-color: #434867;
    border: 1px solid #434867;
    border-radius: 8px;
}

.box_programa .cta:hover {
    background-color: #fff;
    color: #434867;
}

.box_programa_nada {
    border-left: 1px solid transparent;
}

.box_programa_nada::before {
    display: none;
}

.box_programa.box_programa_nada .cta {
    border-radius: 30px;
}

.box_aviso {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #fff;
    background-color: #A39063;
    max-width: 620px;
    border-radius: 10px;
    padding: 30px;
}

.programa_card {
    padding: 33px 32px;
    background-color: #434867;
    border: 2px solid #434867;
    border-radius: 10px;
    color: #fff;
    height: 100%;
    display: grid;
    align-items: center;
}

.programa_card.programa_card_02 {
    background-color: #fff;
    color: #434867;
}

.programa_card h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.938rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.programa_card.programa_card_01 .text_w {
    max-width: 350px;
}

.seccion_servicio_03 {
    padding: 100px 0 64px;
    font-family: "Open Sans", sans-serif;
    color: #434867;
}

.box_servicio_asesoria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background: linear-gradient(0deg, rgb(163 144 99) 0%, rgb(163 144 99) 100%);
    border-radius: 16px;
    overflow: hidden;
}

.box_servicio_asesoria .box_content {
    width: 100%;
    height: 100%;
    padding: 55px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.938rem;
    line-height: 1.5rem;
}

.box_servicio_asesoria .box_content.box_content_01 {
    background-color: #EFEFEF;
}
.box_servicio_asesoria .box_content.box_content_02 {
    color: #fff;
}

.box_servicio_asesoria .box_content .title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.875rem;
    color: #fff;
}

.box_servicio_asesoria .box_content .text_large {
    font-size: 1.375rem;
    line-height: 2rem;
}

.box_servicio_asesoria .box_content .cta {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #000;
    padding: 8px 30px;
}

.box_servicio_asesoria .box_content .cta:hover {
    background-color: #2e294a;
    color: #fff;
}

.box_servicio_asesoria .box_content.box_content_01 .title {
    color: #2E294A;
}

.seccion_servicio_recomendados {
    padding: 90px 0 100px;
}

.seccion_servicio_recomendados .box_content .subTitle {
    color: #2E294A;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.seccion_servicio_recomendados .box_content .title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 16px;
}

/*--------------------------------------------------------------
#   Experiencia
--------------------------------------------------------------*/
.seccion_hero.hero_experiencia {
    background-image: url('../../assets/img/experiencia/hero_experiencia.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_experiencia {
    padding: 90px 0;
}

.box_experiencia {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
    border-left: 1px solid #2E294A;
    margin-left: 64px;
    position: relative;
}

.box_experiencia::before {
    content: '';
    position: absolute;
    top: 24px;
    left: -64px;   
    background-image: url('../../assets/img/icon_experiencia.svg');
    background-size: 100%;
    width: 80px;
    height: 80px;
}

.box_experiencia h3 {
    font-family: "Rubik", sans-serif;
    color: #2E294A;
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 500;
}

.box_experiencia h4 {
    font-family: "Open Sans", sans-serif;
    color: #A39063;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
}

.box_experiencia p {
    font-size: 0.938rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
}

/*--------------------------------------------------------------
#   Contacto
--------------------------------------------------------------*/
.seccion_hero.hero_contacto {
    background-image: url('../../assets/img/contacto/hero_contacto.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_contacto {
    padding: 90px 0;
}

.box_content .title {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
    color: #333333;
}

.linea {
    width: 100%;
    max-width: 100%;
    height: 2px;
    background-color: #EBEBEB;
}

.box_pacientes_form {
    border: 2px solid #E6E6E6;
    border-radius: 16px;
    padding: 32px;
}

.box_pacientes_form h3 {
    color: #333333;
    font-size: 1.375rem;
    line-height: 1.325rem;
    font-weight: 700;
}

.box_pacientes_form h3 .small {
    font-size: 0.75rem;
}

.form_style_02 .btnForm {
    background-color: #2E294A;
    border: 1px solid #2E294A;
    color: #fff;
    width: 190px;
    height: 44px;
    border-radius: 6px;
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: "Open Sans", serif;
}

.form_text {
    color: #2E294A;
    font-size: 0.938rem;
    line-height: 0.938rem;
}

.aside_form {
    padding: 32px;
}

.aside_form a {
    font-size: 1.313rem;
    line-height: 2.125rem;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

.aside_form h3 {
    color: #333333;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
    padding-bottom: 24px;
    border-bottom: 1px solid #AFAFB0;
}

.box_contacto_datos li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.box_contacto_datos li::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('../../assets/img/email.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 16px;
}

.box_contacto_datos li.whatsapp::before {
    background-image: url('../../assets/img/whatsapp.svg');
}
.box_contacto_datos li.email::before {
    background-image: url('../../assets/img/email.svg');
}
.box_contacto_datos li.instagram::before {
    background-image: url('../../assets/img/instagram.svg');
}
.box_contacto_datos li.linkedin::before {
    background-image: url('../../assets/img/linkedin.svg');
}

.box_servicio_asesoria.asesoria_imagenLentes {
    grid-template-columns: 1fr 500px;
}

.box_servicio_asesoria.asesoria_imagenLentes .box_content.box_content_01 {
    padding: 55px 64px;
}

.box_servicio_asesoria.asesoria_imagenLentes .box_content.box_content_02 {
    font-size: 1.125rem;
}

.seccion_servicio_01.seccion_01_imagenLentes .box_content .title {
    color: #2E294A;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
}