html {
    color: rgba(0,0,0,0);
}
body {
    background-color: #EEF2FC;
    color: #EEF2FC;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}
.btn {
    background: #E3E829;
    border: 0;
    border-radius: 14px;
    box-shadow: rgba(52,69,89,.2) 0 6px 8px 0;
    color: #0033A0;
    cursor: pointer;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 1.325rem;
    font-weight: 800;
    margin-top: 32px;
    padding: 12px;
    transition: all .2s ease;
    transform: scale(1);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    width: 100%;
}
.btn:hover {
    opacity: 0.8;
}
.btn:active {
    box-shadow: rgba(52,69,89,0) 0 6px 8px 0;
    transform: scale(0.9);
}
/*ani*/
.lead__intro, .lead__container, .reviews {
    animation: fadeUp 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
    position: relative;
}
.lead__intro { 
    animation-delay: 0.8s;
}
.lead__container { 
    animation-delay: 1.4s;
}
.reviews { 
    animation-delay: 1.7s;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        top: 15px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}
.lead__logo {
    display: block;
    margin: 60px auto;
    width: 143px;
}
.lead__title {
    color: #0033A0;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
}
.lead__title strong {
    display: block;
}
.reviews .lead__title {
    font-size: 2rem;
}
.lead__title--sub, .lead__title--sub + p {
    color: #0033A0;
    text-align: center;
}
.lead__title--sub {
    font-size: 1.4375rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto 8px;
}
.lead__title--sub + p {
    font-size: 0.9375rem;
    margin-top: 0;
}
.lead__options {
    margin: 40px auto;
    max-width: 1220px;
    width: 100%;
}
.lead__container {
    background: #FFF;
    border-radius: 32px;
    box-shadow: 0px 3.3775744438171387px 6.755148887634277px 0px rgba(114, 121, 129, 0.2);
    color: #496194;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 32px 0;
    height: auto;
}
.lead__group {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    margin: 0 auto;
    height: auto;
}
.lead__group:first-child:after {
    background: #F2F8FE;
    border-radius: 8px;
    content: '';
    margin: 0 auto;
    display: block;
    margin: auto;
    position: absolute;
    top: 0; right: 8px; bottom: 0;
    width: 1px;
    height: 80%;
}
.checklist {
    margin: 0; 
}
.checklist--item {
    display: flex;
    align-items: center;
    font-size: 1.1875rem;
    margin-bottom: 24px;
    line-height: 1.3;
    list-style: none;
}
.checklist--item:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.20394 29.0311C15.4963 33.2413 24.8209 30.7428 29.0311 23.4505C33.2413 16.1582 30.7428 6.83354 23.4505 2.62332C16.1582 -1.5869 6.83354 0.911637 2.62332 8.20395C-1.5869 15.4963 0.911631 24.8209 8.20394 29.0311Z' fill='%23E3E829'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5461 8.79319C26.2126 9.45972 26.2126 10.5404 25.5461 11.2069L12.7798 23.9732L5.7932 16.9866C5.12667 16.3201 5.12667 15.2395 5.7932 14.5729C6.45972 13.9064 7.54038 13.9064 8.2069 14.5729L12.7798 19.1458L23.1324 8.79319C23.7989 8.12667 24.8796 8.12667 25.5461 8.79319Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: contain;    
    content: '';
    display: block;
    margin-right: 16px;
    width: 30px;
    height: 30px;
}
.checklist--item span {
    display: block;
    flex: 1;
}
.checklist--item sup {
    font-size: 10px;
    padding-left: 2px;
}
.checklist--full {
    width: 100%;
}
.lead__disclaimer {
    display: block;
    font-size: 0.75rem;
    margin: auto;
    margin-top: 16px;
    text-align: center;
    width: 85%;
}
.lead__form {
    margin: auto;
}
.lead__required {
    color: #3d4752;
    display: block;
    margin: 16px 0 8px;
}
.form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: inherit;
}
.form__label {
    color: #0033A0;
    display: block;
    font-size: 1.2rem;
    margin-top: 24px;
    position: relative;
    top: 25px;
    transition: 0.3s ease;
    width: 100%;
}
.form__label.focus {
    color: #07f;
    font-size: 1.1rem;
    top: 0;
}
.form__label.error {
    color: #D33C41;
}
.form h3 {
    color: #07f;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-top: 12px;
    text-align: center;
}
.form p {
    color: #0033A0;
    font-size: 1rem;
    line-height: 24px;
    margin: 7px auto;
    text-align: center;
}
.form .lead__data:first-child .form__label {
    margin-top: 0;
}
.form .lead__data:nth-child(3) {
    margin-bottom: 0;
}
.form__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #0033A0;
    border-radius: 0;
    color: #3d4752;
    font-family: inherit;
    font-size: 1.4rem;
    outline: 0;
    padding: 0;
    position: relative;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    height: 36px; width: 100%;
    z-index: 100;
}
.form__input.telefono {
    padding-left: 60px;
}
.form__label.telefono:after {
    content: '+56 9';
    font-size: 1.4rem;
    display: block;
    position: absolute;
    top: 25px;
    transition: opacity 0.3s ease-out;
    width: 100%;
    opacity: 0;
}
.form__label.focus.telefono:after {
    opacity: 1;
}
.form__input.focus {
    border-bottom: 1px solid #07f;
    color: #07f;
}
.form__input.error {
    border-bottom: 1px solid #D33C41;
    color: #D33C41;
}
.form__btn[disabled="disabled"] {
    cursor: default;
    opacity: 0.5;
}
.form__error {
    color: #D33C41;
    display: none;
    font-size: 0.85rem;
    margin-top: 8px;
    opacity: 0;
    user-select: none;
}
.show {
    animation: 0.3s show;
    animation-fill-mode: forwards;
    display: flex !important;
}
@keyframes show {
  from {
    opacity: 0;
  } 
  to {
    opacity: 1;
  }
}
.lead__info {
    color: #0033A0;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 24px auto 0;
    max-width: 80%;
    text-align: center;
}
.reviews {
    padding: 40px;
}
.voluntario .reviews {
    padding-bottom: 0;
}
.reviews .lead__title {
    font-weight: 600;
}
.reviews__disclaimers {
    color: #0033A0;
    display: block;
    font-size: 1rem;
    margin: auto;
    text-align: center;
}
.reviews__disclaimers a { 
    color: inherit;
}
.reviews__disclaimers span {
    display: block;
    margin: 16px auto 0;
    max-width: 80%;
}
.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px rgb(114 121 129 / 20%);
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 291px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}
.card--mini {
 align-items: center;
 flex-direction: row;
 border-radius: 10px;
 height: 164px;
}
.card__avatar {
 background: #F2F7FF;
 border-radius: 32px;
 display: block;
 font-size: 1.25rem;
 line-height: 1.6;
    margin: auto;
 padding: 8px;
    text-align: center;
 width: 48px;
 height: 48px;
}
.footer {
    background: #fff;
}
.testimonial {
 color: #000;
 display: flex;
 flex-direction: column;
 flex-grow: 1;
 align-items: baseline;
 justify-content: space-between;
 padding: 16px;
 text-align: left;
 height: 164px;
}
.testimonial * {
 margin: 0;
}
.testimonial__name {
 font-size: 1.125rem;
 font-weight: 700;
 position: relative;
 width: 100%;
}
.testimonial__opinion {
    font-size: 1rem;
    line-height: 1.3;
}
.testimonial__meta {
 font-size: 0.75rem;
}
.testimonial__meta * {
 color: #000;
}   
.testimonial__meta:before {
 margin-right: 4px;
 width: 16px;
 height: 16px;
}
.testimonial__meta--online:before {
 background-position: 0 -43px !important;
}
.testimonial__meta--phone:before {
 background-position: -24px -45px !important;
}
.rating:after, .testimonial__meta:before {
 background: url('https://alm-marketing-sp.s3-sa-east-1.amazonaws.com/marketing/servicios-beneficios/img/icons.svg') no-repeat;
 content: '';
 display: inline-block;
}
.rating:after {
 background-size: 100%;
 position: absolute;
 right: 0;
 width: 120px;
 height: 24px;
}
.rating-4-5:after {
   background-position: 0 0;
}
.rating-5-5:after {
   background-position: 0 -25px;
}
.carousel {
    cursor: grab;
    margin: 32px auto;
    padding: 16px 0;
    outline: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.carousel:after {
    content: '';
}
.carousel:active {
    cursor: grabbing;
}
.carousel:focus {
 outline: none;
}
.row.carousel {
 display: block !important;
}
.flickity-prev-next-button {
 background: #fff;
 border: none;
 border-radius: 50px;
    box-shadow: 0px 3.5678749084472656px 7.135749816894531px 0px rgba(114, 121, 129, 0.2);
 font-size: 1.2rem;
 display: block;
 font-family: 'Rubik', sans-serif;
 margin: auto;
 position: absolute;
 top: 0; bottom: 0;
 transition: background 0.1s ease;
 height: 46px; width: 46px;
 z-index: 1100;
}
.flickity-prev-next-button path {
 fill: #0064FA;
 transition: fill 0.1s ease;
}
.flickity-prev-next-button svg {
 width: 12px;
}
.flickity-prev-next-button:hover {
 cursor: pointer;
}
.flickity-prev-next-button:hover path {
 fill: #000;
}
.flickity-prev-next-button.previous {
 left: 0;
 transform: translateX(-80px);
}
.flickity-prev-next-button.next {
 right: 0;
 transform: translateX(80px);
}
@media only screen and (max-width: 1199px) {
    .reviews {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .lead__title br {
        display: none;
    }
    .lead__title--sub {
        width: 80%;
    }
    .checklist {
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
    .checklist__title {
        text-align: center;
    }
    .checklist--item {
        width: 100%;
    }
    .lead__info {
        margin-bottom: 32px;
    }
    .lead__group:first-child:after {
        display: none;
    }
    .flickity-prev-next-button.previous, .flickity-prev-next-button.next {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .lead__logo {
        margin: 24px auto;
    }
    .lead__title {
        font-size: 2.25rem;
    }
    .lead__disclaimer {
        margin-top: 8px;
    }
    .lead__disclaimer span, .lead__title--sub span br {
        display: none;
    }
    .lead__title--sub {
        font-size: 1.75rem;
    }
    .lead__title--sub + p {
        font-size: 1.125rem;
    }
    .form__label {
        font-size: 1.1rem;
    }
    .lead__info {
        font-size: 14px;
    }
    .lead__container {
        padding: 24px 0;
    }
    .reviews__disclaimers {
        max-width: 85%;
    }
    .testimonial__opinion {
  font-size: 0.85rem;
 }
    .rating:after {
        top: 2px;
  width: 95px;
  height: 16px;
 }
 .rating-5-5:after {
  background-position: 0 -20px;
 }
    .reviews__disclaimers span {
        max-width: 100%;
    }
}
@media only screen and (max-width: 414px) { 
    .lead__logo {
        width: 110px;
    }
    .lead__form {
        width: 85%;
    }
    .lead__title--sub {
        font-size: 1.5rem;
    } 
    .checklist--item {
        font-size: 1.125rem;
    }
    .reviews .lead__title {
        font-size: 1.5625rem;
    }
    .testimonial__name {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 320px) {
    .lead__title {
        font-size: 1.8rem;
    }
    .lead__title--sub {
        font-size: 1.3rem;
    }    
    .checklist--item {
        font-size: 1rem;
    }
    .checklist--item:before {
        width: 20px;
        height: 20px;
    }
}