@charset "UTF-8";

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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'stolzlbold';
    src: url('../../assets/fonts/stolzl_bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/stolzl_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'stolzlmedium';
    src: url('../../assets/fonts/stolzl_medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/stolzl_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'stolzlregular';
    src: url('../../assets/fonts/stolzl_regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/stolzl_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: "Poppins", sans-serif;
    background: #fff;
    color: #000;
    font-size: 16px;
    position: relative;
    padding-right: 0 !important;
}

p {
    font-weight: 400;
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: "Poppins", 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: #000;
  font-size: 16px;
  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%;
    color: #000;
    border: none;
    background: transparent;
    border-bottom: 1px solid #a4a4a4;
    padding: 8px 10px;
    box-sizing: border-box;
    outline: none;
    font-size: 1rem;
    font-weight: 300;
}

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: #000;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #a4a4a4;
}

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

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

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

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

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
/*--------------------------------------------------------------
# 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;
    overflow: hidden;
}

.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 {
    font-family: 'stolzlmedium';
    border: 2px solid #67ba8a;
    background-color: transparent;
    padding: 7px 49px;
    color: #000;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 50px;
    position: relative;
    text-transform: uppercase;
}

/*.cta::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 16 9"%3E%3Cpath fill="white" d="M12.5 5h-9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h9c.28 0 .5.22.5.5s-.22.5-.5.5"%2F%3E%3Cpath fill="white" d="M10 8.5a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71l3.15-3.15l-3.15-3.15c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l3.5 3.5c.2.2.2.51 0 .71l-3.5 3.5c-.1.1-.23.15-.35.15Z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    transform: translateY(-12px);
    right: 24px;
    line-height: normal;
}*/

.cta:hover{
    color: #000;
    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: 11;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

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

.box_info h2 {
    font-size: 1.625rem;
    line-height: 2.063rem;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    padding: 20px 0;
    width: 100%;
    background: #fff;
}

.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.3;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-header_center {
    flex-grow: 0.6;
    justify-content: center;
}

.header-row .col-header.col-header_left,
.header-row .col-header.col-header_right {
    flex-grow: 0.2;
}

.header-row .col-header.col-header_right {
    justify-content: flex-end;
    align-items: center;
}

.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: 600;
    font-size: 0.875rem;
    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;
    height: 100%;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #112b27;
    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;
    text-transform: uppercase;
}

.menu-burger {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-burger .menu-burger_inner {
    position: relative;
    width: 44px;
    max-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-left: 32px;
    cursor: pointer;
    padding: 0px;
}

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

.header_social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header_social li {
        line-height: 1;
}
.header_social li a {}

.ic-facebook {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23112b27' d='M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4z'/%3E%3C/svg%3E");
}

.ic-instagram {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23112b27' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}

.logo {
    width: 121px;
    max-width: 100%;
    height: auto;
}

.ic--baseline-whatsapp {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19.05 4.91A9.816 9.816 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.264 8.264 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.183 8.183 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07c0 1.22.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
}

.cta-wsp {
    border: 1px solid #0BD561;
    background-color: #0BD561;
}

.navigation-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    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;
    padding: 10px 0;
}

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

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 432px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    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;
    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: #112b27;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #e8e7dd;
    text-decoration: none;
    /* font-size: 1rem; */
    /* line-height: 0.9rem; */
}
.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}
.side-panel-redes > a {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: #e8e7dd;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    padding: 32px 0 64px;
}

.widget-footer-1 {
    border-top: 1px solid #ccc;
    padding-top: 90px;
}

.footer_wsp {}
.footer_wsp .link_numero {
    font-family: 'stolzlmedium';
    font-size: 3.188rem;
    line-height: 1;
    text-decoration: none;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.footer_wsp .link_numero .small {
    font-size: 1.875rem;
    display: inline-block;
    vertical-align: 0.15em;
}

.footer_wsp .cta.cta_wsp {
    font-size: 0.938rem;
    padding: 8px 41px;
}

.footer_wsp .cta.cta_wsp::before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2367ba8a' d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.26 8.26 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.18 8.18 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07s.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
  margin-right: 10px;
}

.footer_copy {}
.footer_copy p {
    font-weight: 500;
}
.footer_copy p .bold {
    font-weight: 700;
}

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
.carrusel_image {
    width: 100%;
    height: 733px;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100px;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.hero_container {
    width: 100%;
    max-width: 1224px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
    border: 0;
    border-radius: 50%;
    background: #67b989;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators .active {
    background: #fff;
}

.hero_content .title {
    color: #67b989;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}

.hero_content p {
    font-size: 1.25rem;
    line-height: 2.063rem;
}

/*--------------------------------------------------------------
## PopUp
--------------------------------------------------------------*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1155;
    /* display: none; */
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgb(17 43 39 / 90%);
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
/*    transform: translateY(100%);*/
}

.popup.active {
    visibility: visible;
    opacity: 1;
/*    transform: translateY(0%);*/
}

.popup_inner {
    position: relative;
    width: auto;
    max-width: 474px;
    margin: auto;
    /* pointer-events: none; */
    margin-top: 24px;
    margin-bottom: 24px;
    min-height: calc(100vh - 48px);
    display: flex;
}

.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper_form {
    background-color: #fff;
    border-radius: 20px;
    padding: 80px 32px 64px;
    position: relative;
    margin: 0 12px;
}

.popupClose {
    position: absolute;
    top: -144px;
    right: -48px;
    z-index: 5;
}

.logo_flotante {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #67ba8a;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.logo_flotante .logo_flotante_inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.logo_flotante .logo_flotante_inner .icon_float_wsp {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
}

.popup_head {}
.popup_head p {
    color: #67ba8a;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}

.btn_popup_form {
    background-color: #67ba8a;
    color: #232323;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 44px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 2rem;
    font-weight: 500;
    border: 0;
}

.btn_popup_form i {
    font-size: 20px;
    margin-left: 10px;
}

.btn_popup_form[disabled] {
    border: 1px solid #c1c1c1;
    background-color: #c1c1c1;
}

@media (max-width: 767px) {
    .popupClose {
        right: 0px;
    }
}

@media (max-width: 575px) {
    .logo_flotante .logo_flotante_inner .icon_float_wsp {
        top: -20px;
        right: -20px;
    }
    .btn_popup_form {
        font-size: 0.875rem;
    }
    .logo_flotante {
        top: -40px;
        width: 80px;
        height: 80px;
    }
    .wrapper_form {
        padding: 80px 32px 48px;
    }
}

/*--------------------------------------------------------------
## Intro
--------------------------------------------------------------*/
.seccion_asesores {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 65%, rgba(103, 185, 137, 1) 65%);
}

.prop-section {
    display: flex;
    justify-content: center;
    position: relative;
    top: -100px;
    z-index: 1;
}

.prop-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    background-color: #f9f9f9;
    border-radius: 16px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
    padding: 56px 56px;    
}

.prop-texto {
    width: 43%;
}

.prop-texto h2 {
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 600;
}

.linea {
    width: 100px;
    height: 4px;
    background-color: #67b989;
    margin-bottom: 24px;
}

.prop-texto p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.btn-verde {
    display: inline-block;
    background: linear-gradient(90deg, rgba(103, 185, 137, 1) 0%, rgba(17, 43, 39, 1) 100%);
    color: white;
    padding: 11px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
}

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

.prop-imagen {
    width: 53%;
    text-align: right;
}

.prop-imagen img {
    border-radius: 6px;
}

/*--------------------------------------------------------------
## Proyectos
--------------------------------------------------------------*/
.seccion_proyectos {
    padding: 90px 0;
    background-color: #67b989;
}

.seccion_proyectos .linea {
    background-color: #000;
    margin: auto;
    margin-bottom: 24px;
}

.wrapper_carrusel .slider_proyectos {
    padding: 20px 0;
}

.card_proyecto {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all .5s ease;
    width: 100%;
    max-width: 354px;
    padding-bottom: 30px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
    min-height: 552px;
}

.card_proyecto_image {
    position: relative;
}

.card_proyecto .image {
    width: 100%;
    height: 272px;
    object-fit: cover;
}

.card_proyecto_image .proyecto_logo {
    position: absolute;
    bottom: -16px;
    left: 10px;
    background-color: #f2f2f2;
    width: 110px;
    height: 110px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.card_proyecto_image .proyecto_logo img {}

.card_proyecto .card_proyecto_content {
    padding: 32px 22px 0 22px;
}

.card_proyecto .card_proyecto_content .titulo {
    font-size: 1.188rem;
    font-weight: 600;
    line-height: 1.563rem;
}

.card_proyecto .card_proyecto_content .texto {
    font-size: 0.875rem;
    line-height: 1.313rem;
}

.card_proyecto .cta {
    font-family: "Poppins", sans-serif;
    color: #67b989;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0 22px;
    transition: all .5s ease;
    border: 0;
    text-decoration: underline;
    text-transform: none;
}

.tns-nav {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    gap: 20px;
}

.tns-nav button {
    width: 8px;
    height: 12px;
    background-color: #e2e2e2;
    border-radius: 50%;
    border: 0;
    display: inline-block;
}

button.tns-nav-active {
    background-color: #67ba8a;
}

/*--------------------------------------------------------------
## Comentarios
--------------------------------------------------------------*/
.seccion_comentarios {
    padding: 64px 0;
}

.seccion_comentarios .linea {
    background-color: #000;
    margin: auto;
    margin-bottom: 24px;
}

.cards_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.box_card {
    background-color: #f8f8f8;
    padding: 24px;
    border-radius: 8px;
}
.box_card .card_perfil {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}
.card_foto {
    position: relative;
}
.card_foto::after {
    position: absolute;
    bottom: -5px;
    right: -5px;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23ffc107' d='M43.611 20.083H42V20H24v8h11.303c-1.649 4.657-6.08 8-11.303 8c-6.627 0-12-5.373-12-12s5.373-12 12-12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C12.955 4 4 12.955 4 24s8.955 20 20 20s20-8.955 20-20c0-1.341-.138-2.65-.389-3.917'/%3E%3Cpath fill='%23ff3d00' d='m6.306 14.691l6.571 4.819C14.655 15.108 18.961 12 24 12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C16.318 4 9.656 8.337 6.306 14.691'/%3E%3Cpath fill='%234caf50' d='M24 44c5.166 0 9.86-1.977 13.409-5.192l-6.19-5.238A11.9 11.9 0 0 1 24 36c-5.202 0-9.619-3.317-11.283-7.946l-6.522 5.025C9.505 39.556 16.227 44 24 44'/%3E%3Cpath fill='%231976d2' d='M43.611 20.083H42V20H24v8h11.303a12.04 12.04 0 0 1-4.087 5.571l.003-.002l6.19 5.238C36.971 39.205 44 34 44 24c0-1.341-.138-2.65-.389-3.917'/%3E%3C/svg%3E");
    background: #fff;
    border-radius: 50%;
}
.card_perfil_user .card_user a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #111111 !important;
    position: relative;
}
.card_perfil_user .card_user a::after {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.325em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19.965 8.521Q20 8.26 20 8c0-2.379-2.143-4.288-4.521-3.965C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.035C6.138 3.712 4 5.621 4 8q0 .26.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A4 4 0 0 0 4 16c0 2.379 2.138 4.283 4.521 3.965C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.035C17.857 20.283 20 18.379 20 16q0-.26-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479m-9.01 7.895l-3.667-3.714l1.424-1.404l2.257 2.286l4.327-4.294l1.408 1.42z'/%3E%3C/svg%3E");
    margin-left: 5px;
}
.card_perfil_user .card_fecha {
    font-size: 14px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
}
.box_card .card_estrellas {
    padding-left: 5px;
}
.star::after {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fdbf05' d='m12 17.27l4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72l3.67-3.18c.67-.58.31-1.68-.57-1.75l-4.83-.41l-1.89-4.46c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18l-1.1 4.72c-.2.86.73 1.54 1.49 1.08z'/%3E%3C/svg%3E");
    margin-left: -5px;
}
.box_card .card_comentario {
    font-size: 14px;
}
.box_card .card_comentario p {
    margin-bottom: 0;
}
.box_card .card_comentario a {
    color: rgba(17, 17, 17, 0.5);
    text-decoration: none;
}
.box_card .card_comentario a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .cards_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .cards_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .seccion_comentarios .box-heading h2 {
        font-size: 1.2rem;
        line-height: 1.575rem;
    }
    .cards_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}

/*--------------------------------------------------------------
## Proyectos
--------------------------------------------------------------*/
.grid_proyectos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.grid_proyectos .card_proyecto {
    max-width: 100%;
}