body {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Helvetica 55 Roman', sans-serif;
}

a {
    text-decoration: none;
}

.container-middle,
.container-contacto {
    width: inherit;
    max-width: 1366px;
    margin: 0 auto;
}

.container-top {
    width: inherit;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 550px) {
    .container-top {
        display: inherit;
    }
}


.btn-star {
    transition: 0.25s;
    box-shadow: inset 0 0 0 0.09px transparent;
}

.btn-pink:hover {
    box-shadow: inset 425px 0 0 0 #EC86A7;
    color: #fff !important;
}

.btn-whats:hover {
    box-shadow: inset 425px 0 0 0 #25D366;
    color: #fff !important;
}

.loading-testimonials,
.loading-contacto {
    display: none;
    justify-content: center;
}

.loading-testimonials {
    margin: 100px 0;
}

.loading-contacto {
    margin: 100px 35px 100px 0px;
}

@media only screen and (max-width: 1260px) {
    .loading-contacto {
        margin: 100px 0px 100px 0px;
    }
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border-left-color: #F4F4F4;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.errorTxt,
.errorContacto {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #f00;
    margin: 10px 0;
    text-align: center;
}

@media only screen and (max-width: 550px) {
    .errorContacto {
        width: 100%;
    }
}


.errorWS {
    position: absolute;
    top: -35px;
    left: 30px;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #f00;
    margin-top: 10px;
    text-align: center;
}

.testimonial-success,
.contact-success {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.testimonial-success h3,
.contact-success h3 {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 64px;
    letter-spacing: -0.01em;
    color: #EC86A7;
    text-align: center;
    margin: 0px;
}

.testimonial-success p,
.contact-success p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #4A4F54;
    text-align: center;
    margin: 0px;
}

@media only screen and (max-width: 520px) {
    .testimonial-success h3,
    .contact-success h3 {
        font-size: 22px;
        line-height: 44px;
    }
    .testimonial-success p,
    .contact-success p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 700px) {
    .btn-pink:hover {
        box-shadow: none;
        color: #EC86A7 !important;
    }
    .btn-whats:hover {
        box-shadow: none;
        color: #25D366 !important;
    }
    .errorWS {
        left: 35%;
    }
}

header {
    height: 92px;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: 99;
    margin: 0 auto;
    max-width: 1366px;
}

header nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 32px 86px 5px 84px;
}

@media only screen and (max-width: 580px) {
    header nav {
        padding: 32px 30px 5px;
    }
}

@media only screen and (max-width: 480px) {
    header nav {
        justify-content: center;
    }
}

.logo img {
   width: 220px;
}

.slick-slider {
    margin-bottom: 0px;
}

.slide-top {
    max-width: 1366px;
    margin: 0 auto;
    -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
    opacity: 1;
}

.slide-top .slide-m {
    display: none;
}

.slide-top .slick-dots {
    bottom: 0px;
}

@media only screen and (max-width: 580px) {
    .slide-top .slide {
        display: none;
    }
    .slide-top .slide-m {
        display: block;
        width: 100%;
        height: auto;
    }
    .slide-top .slick-dots {
        bottom: -50px;
    }
}

@media only screen and (max-width: 480px) {
    .slide-top .slide-m {
        margin-top: 60px;
    }
}

.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 14px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    outline: 0;
    background: 0 0;
    border: 1px solid #A8A7A8;
    background: transparent;
}

.slick-dots li button::before {
    width: 12px;
    height: 12px;
    content: '';
}

.slick-dots .slick-active button {
    border: none;
    background: #EC86A7;
}

.slide-testimonials {
    background: #F4F4F4;
    height: auto;
    margin: 0 auto;
}

.slide-testimonials #carrousel {
    margin: 0px 0 180px;
    padding: 40px 0 0;
    max-width: 1366px;
    margin: 0 auto;
}

@media only screen and (max-width: 580px) {
    .slide-testimonials {
        height: auto;
    }
    .slide-testimonials #carrousel {
        margin: 0px;
        padding: 84px 0 36px;
    }
}

@media only screen and (max-width: 480px) {
    .slide-top .slick-dots {
        display: none !important;
    }
    .slide-testimonials #carrousel {
        padding: 0px;
    }
}

#carrousel .owl-item {
    height: 400px;
    opacity: 0;
}

#carrousel .big,
#carrousel .mdright,
#carrousel .mdleft {
    opacity: 1;
}

@media only screen and (max-width: 900px) {
    #carrousel .mdright,
    #carrousel .mdleft {
        opacity: 0;
    }
}

#carrousel .owl-item .card-testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 342px;
    height: 400px;
    overflow: hidden;
}

#carrousel .big .card-testimonial {
    background: #FA7598;
}

#carrousel .mdright .card-testimonial {
    background: #FCE6EE;
}

#carrousel .mdleft .card-testimonial {
    background: #FFFFFF;
}

#carrousel .card-testimonial .testimonial {
    padding: 30px 54px 0px 30px;
}

#carrousel .owl-item .card-testimonial .testimonial h2 {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #EC86A7;
    margin: 0px;
    text-align: left;
}

#carrousel .big .card-testimonial .testimonial h2 {
    color: #FCE6EE;
}

#carrousel .card-testimonial .author {
    padding: 0px 30px 32px 30px;
    width: auto;
}

#carrousel .owl-item .card-testimonial .author p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #EC86A7;
    margin: 0px;
    text-align: left;
}

#carrousel .big .card-testimonial .author p {
    color: #FCE6EE;
}

@media (max-width: 768px) {
    #carrousel {
        margin: 70px 0px 0px 0px;
    }
}

@media (max-width: 425px) {
    #carrousel {
        margin: 50px 0px 0px 0px;
    }
}

#carrousel .owl-carousel .owl-item {
    width: 342px;
    height: 400px;
    position: relative;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    transition: all 0.2s;
    -webkit-transform: all 0.2s;
    z-index: 1;
    text-align: -webkit-center;
}

#carrousel .owl-carousel .active {
    width: 342px;
    height: 440px;
}

@media (max-width: 421px) {
    #carrousel .owl-item .card-testimonial {
        width: 420px;
    }
    #carrousel .owl-carousel .owl-item {
        width: 420px;
    }
    #carrousel .owl-carousel .active {
        width: 420px;
    }
    #carrousel .owl-item .card-testimonial .testimonial h2 {
        font-size: 24px;
    }
    #carrousel .card-testimonial .testimonial {
        padding: 40px;
    }
    #carrousel .card-testimonial .author {
        padding: 0px 40px 62px 40px;
    }
}

@media (max-width: 351px) {
    #carrousel .owl-item .card-testimonial {
        width: 350px;
    }
    #carrousel .owl-carousel .owl-item {
        width: 350px;
    }
    #carrousel .owl-carousel .active {
        width: 350px;
    }
}

#carrousel .owl-theme .owl-controls .owl-page {
    display: inline-block;
}

#carrousel .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

#carrousel .owl-dots {
    height: 12px;
    justify-content: center;
    align-items: center;
    margin: 85px 0 0;
    flex-direction: row;
    display: none;
}

#carrousel .owl-dots .owl-dot {
    height: 12px;
    width: 30px;
}

#carrousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 15px;
    display: block;
    transition: opacity .2s ease;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #A8A7A8;
}

#carrousel .owl-dots .active span {
    background: #EC86A7;
    border: 1px solid transparent;
}

@media (max-width: 480px) {
    #carrousel .owl-carousel .owl-item {
        /* height: 200px;*/
        height: 400px;
    }
}

#carrousel .owl-item.big {
    transform: scale(1);
    -ms-transform: scale(1);
    z-index: 3;
}

#carrousel .owl-item.medium {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 2;
}

#carrousel .owl-item.medium.mdright {
    position: relative;
    left: -30px;
}

@media (min-width: 768px) {
    #carrousel .owl-item.medium.mdright {
        left: 0px;
    }
}

#carrousel .owl-item.medium.mdleft {
    position: relative;
    right: -30px;
}

#carrousel .owl-stage .smallLeft,
#carrousel .owl-stage .smallRight {
    opacity: 0;
}

@media (min-width: 768px) {
    #carrousel .owl-item.medium.mdleft {
        right: 0px;
    }
}

#carrousel .owl-item.smallRight.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    left: -30px;
}

#carrousel .owl-item.smallLeft.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    right: -30px;
}

#carrousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    #carrousel .owl-nav {
        display: none;
    }
}

#carrousel .owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 40px !important;
}

#carrousel .owl-carousel .owl-prev.disabled,
#carrousel .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

#carrousel .owl-carousel .owl-nav.disabled {
    display: inherit;
}

#carrousel .owl-carousel .prev-slide {
    background: url('https://image.mail.starmedica.com/lib/fe2911737164047d7c1d78/m/1/83c7356d-9673-461e-8f52-588b2b6dc05f.png') no-repeat;
    left: 130px;
}

#carrousel .owl-carousel .next-slide {
    background: url('https://image.mail.starmedica.com/lib/fe2911737164047d7c1d78/m/1/21b7425a-0794-49a4-841c-f6fa78f95ce3.png') no-repeat;
    right: 130px;
}

@media only screen and (max-width: 1230px) {
    #carrousel .owl-carousel .prev-slide {
        left: 80px;
    }
    #carrousel .owl-carousel .next-slide {
        right: 80px;
    }
}

@media only screen and (max-width: 1150px) {
    #carrousel .owl-carousel .prev-slide {
        left: 40px;
    }
    #carrousel .owl-carousel .next-slide {
        right: 40px;
    }
}

@media only screen and (max-width: 1090px) {
    #carrousel .owl-carousel .prev-slide {
        left: 20px;
    }
    #carrousel .owl-carousel .next-slide {
        right: 20px;
    }
}

@media only screen and (max-width: 900px) {
    #carrousel .owl-carousel .prev-slide {
        left: 140px;
    }
    #carrousel .owl-carousel .next-slide {
        right: 140px;
    }
}

@media only screen and (max-width: 750px) {
    #carrousel .owl-carousel .prev-slide {
        left: 100px;
    }
    #carrousel .owl-carousel .next-slide {
        right: 100px;
    }
}

@media only screen and (max-width: 650px) {
    #carrousel .owl-carousel .prev-slide {
        left: 70px;
    }
    #carrousel .owl-carousel .next-slide {
        right: 70px;
    }
}

@media only screen and (max-width: 580px) {
    #carrousel .owl-carousel .prev-slide {
        left: 50px;
    }
    #carrousel .owl-carousel .next-slide {
        right: 50px;
    }
}

@media only screen and (max-width: 550px) {
    #carrousel .owl-carousel .prev-slide {
        left: 36px;
    }
    #carrousel .owl-carousel .next-slide {
        right: 36px;
    }
}

.form-testimonials {
    background: #FFFFFF;
    height: auto;
    padding: 60px 0px 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.form-testimonials .left-form,
.form-testimonials .right-form {
    width: 50%;
}

.form-testimonials .left-form {
    padding: 0px 0px 0px 87px;
}

.form-testimonials .left-form .title-form,
.form-testimonials .left-form .text-form {
    max-width: 513px;
}

.form-testimonials .left-form .title-form h2 {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    color: #EC86A7;
    font-size: 46px;
    font-weight: 500;
    line-height: 50px; 
    letter-spacing: -1.84px;
    margin: 0px 0px 40px;
}

.form-testimonials .left-form .text-form p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #4A4F54;
    margin: 0px 0px 24px;
    letter-spacing: -0.2px;
}

.form-testimonials .left-form .copy-form p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #EC86A7;
    margin: 16px 0px 0px;
}

@media only screen and (max-width: 1130px) {
    .form-testimonials {
        padding: 90px 30px;
        box-sizing: border-box;
    }
    .form-testimonials .left-form .text-form p {
        text-align: center;
    }
}

@media only screen and (max-width: 850px) {
    .form-testimonials .left-form .title-form h2 {
        margin: 0px 0px 35px;
    }
    .form-testimonials .left-form .text-form p {
        margin: 0px 0px 40px;
    }
    .form-testimonials .left-form .copy-form p {
        margin: 0 0 72px;
        text-align: center;
    }
}

.form-testimonials .right-form {
    padding: 0px 84px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-testimonials .right-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-testimonials .right-form .input-form {
    position: relative;
}

.form-testimonials .right-form .input-form span {
    transform-origin: left center;
    pointer-events: none;
    position: absolute;
    left: 24px;
    top: 19px;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #A9A8A9;
    transition: all 0.5s ease;
}

.form-testimonials .right-form textarea {
    width: 598px;
    height: 362px;
    background: #F4F4F4;
    border: 1px solid #EC86A7;
    padding: 19px 23px;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #4A4F54;
    margin-bottom: 23px;
    box-sizing: border-box;
    resize: none;
}

.form-testimonials .right-form input {
    width: 598px;
    height: 56px;
    background: #F4F4F4;
    border: 1px solid #EC86A7;
    box-sizing: border-box;
    padding: 19px 24px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4A4F54;
    font-family: 'Helvetica 55 Roman', sans-serif;
}

@media only screen and (max-width: 1320px) {
    .form-testimonials .right-form textarea {
        width: 500px;
    }
    .form-testimonials .right-form input {
        width: 500px;
    }
}

@media only screen and (max-width: 1230px) {
    .form-testimonials .right-form textarea {
        width: 450px;
    }
    .form-testimonials .right-form input {
        width: 450px;
    }
}

.form-testimonials .right-form .input-form .input-testimonial:focus~span,
.form-testimonials .right-form .input-form .input-testimonial:valid~span {
    transform: translate(0, -40px);
}

.form-testimonials .right-form button {
    box-sizing: border-box;
    width: 214px;
    height: 42px;
    border: 2px solid #FA7598;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FA7598;
    background-color: transparent;
    cursor: pointer;
    margin-top: 3px;
}

.form-testimonials .right-form textarea:focus-visible {
    outline: none;
}

.form-testimonials .right-form input:focus-visible {
    outline: none;
}

.form-testimonials .right-form .counter {
    position: relative;
}

.form-testimonials .right-form .counter .limit-count {
    position: absolute;
    right: 23px;
    bottom: 36px;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #A8A7A8;
}

@media only screen and (max-width: 1130px) {
    .form-testimonials {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
    .form-testimonials .left-form,
    .form-testimonials .right-form {
        width: 100%;
        padding: 0px;
    }
    .form-testimonials .left-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 0px 0px 0px;
    }
    .form-testimonials .right-form textarea {
        width: 598px;
    }
    .form-testimonials .right-form input {
        width: 598px;
    }
}

@media only screen and (max-width: 700px) {
    .form-testimonials .right-form form {
        position: relative;
        width: inherit;
    }
    .form-testimonials .right-form .input-form {
        position: relative;
        width: inherit;
    }
    .form-testimonials .right-form textarea {
        width: 100%;
    }
    .form-testimonials .right-form input {
        width: 100%;
    }
    .form-testimonials .right-form button {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .form-testimonials {
        padding: 34px 23px 37px;
    }
    .form-testimonials .left-form .title-form h2 {
        font-size: 32px;
        margin: 0px 0px 17px;
line-height: 38px;
    }
    .form-testimonials .left-form .text-form p {
        font-size: 16px;
        margin: 0px 0px 25px;
    }
    .form-testimonials .left-form .copy-form p {
        font-size: 16px;
        margin: 0 0 17px;
    }
    .form-testimonials .right-form {
        padding: 0px;
    }
}

.video-testimonials {
    width: 100%;
    height: auto;
    background: #F4F4F4;
    padding: 20px 84px;
    box-sizing: border-box;
}

.video-testimonials .video-container {
    width: inherit;
    max-width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
}

.video-testimonials .video-container .head-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 38px;
}

.video-testimonials .video-container .head-video .title-video h2 {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #EC86A7;
    margin: 0 0 34px;
}

.video-testimonials .video-container .head-video .description-video p {
    max-width: 854px;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #4A4F54;
    margin: 0 0 34px;
}

.video-testimonials .video-container .head-video .hashtags-video {
    display: flex;
    flex-direction: row;
}

.video-testimonials .video-container .head-video .hashtags-video span {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #EC86A7;
    margin: 0 10px;
}

.video-testimonials .video-container .iframe-video {
    max-width: 1195px;
    margin: 0 auto;
}

@media only screen and (max-width: 1050px) {
    .video-testimonials .video-container .iframe-video iframe {
        height: 550px;
    }
}

@media only screen and (max-width: 800px) {
    .video-testimonials .video-container .iframe-video iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 700px) {
    .video-testimonials {
        padding: 100px 30px 100px;
    }
    .video-testimonials .video-container .iframe-video iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .video-testimonials .video-container .head-video .hashtags-video {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 570px) {
    .video-testimonials .video-container .iframe-video iframe {
        height: 350px;
    }
}

@media only screen and (max-width: 520px) {
    .video-testimonials .video-container .iframe-video iframe {
        height: 260px;
    }
}

@media only screen and (max-width: 480px) {
    .video-testimonials {
        padding: 35px 23px 62px;
    }
    .video-testimonials .video-container .head-video .title-video h2 {
        font-size: 32px;
        margin: 0 0 14px;
    }
    .video-testimonials .video-container .head-video .description-video p {
        font-size: 16px;
        margin: 0 0 32px;
    }
    .video-testimonials .video-container .head-video .hashtags-video span {
        font-size: 14px;
        line-height: 18px;
        margin: 0 10px;
    }
    .video-testimonials .video-container .iframe-video iframe {
        height: 220px;
    }
}

@media only screen and (max-width: 360px) {
    .video-testimonials .video-container .iframe-video iframe {
        height: 170px;
    }
}

.contacto {
    background: #F4F4F4;
}

.container-contacto {
    height: auto;
    background: #F4F4F4;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.container-contacto .contact-form {
    order: 1;
    width: 50%;
    padding: 32.5px 10px 58px 85px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    box-sizing: border-box;
}

.container-contacto .contact-form .contact-title h2 {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -1.84px;
    color: #EC86A7;
    margin: 0 0 17px;
}

.container-contacto .contact-form .contact-description p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    max-width: 499px;
    margin: 0 0 22px;
    font-size: 18px;
    letter-spacing: -0.18px;
}

.container-contacto .contact-form .contact-instructions p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #EC86A7;
    max-width: 499px;
    margin: 0 0 53px;
    font-size: 20px;
    line-height: 31.5px; 
    letter-spacing: -0.2px;
}

.container-contacto .contact-form .contact-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container-contacto .contact-form .contact-fields .contact-field {
    display: flex;
    flex-direction: column;
    position: relative;
}

.container-contacto .contact-form .contact-fields .contact-field span {
    transform-origin: left center;
    pointer-events: none;
    position: absolute;
    left: 24px;
    top: 15px;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #A9A8A9;
    transition: all 0.5s ease;
}

.container-contacto .contact-form .contact-fields .contact-field-button {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: start;
    align-items: flex-start;
    margin-left: 152px;
    margin-bottom: 16px;
}

.container-contacto .contact-form .contact-fields .contact-field-or {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-left: 220px;
    margin-bottom: 16px;
}

.container-contacto .contact-form .contact-fields .contact-field-or span {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.container-contacto .contact-form .contact-fields .contact-field input,
.container-contacto .contact-form .contact-fields .contact-field select,
.container-contacto .contact-form .contact-fields .contact-field select option {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: 8px 24px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #EC86A7;
    width: 100%;
    max-width: 513px;
    height: 38px;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #4A4F54;
    margin-bottom: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.container-contacto .contact-form .contact-fields .contact-field .last-input{
     margin-bottom: 13px;
}

.container-contacto .contact-form .contact-fields .contact-field .input-contact:focus~span,
.container-contacto .contact-form .contact-fields .contact-field .input-contact:valid~span {
    transform: translate(0, -30px);
}

.container-contacto .contact-form .contact-fields .contact-field-button button {
    box-sizing: border-box;
    width: 214px;
    height: 42px;
    border: 2px solid #FA7598;
    background: transparent;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FA7598;
    cursor: pointer;
}

.container-contacto .contact-form .contact-fields .contact-field-button .whats {
    box-sizing: border-box;
    width: 214px;
    height: 42px;
    border: 2px solid #25D366;
    background: transparent;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #25D366;
    cursor: pointer;
}

.container-contacto .contact-form .contact-fields .contact-field input:focus,
.container-contacto .contact-form .contact-fields .contact-field select:focus {
    outline: none;
}

.container-contacto .contact-slider {
    width: 50%;
    order: 2;
    padding-right: 87px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1180px) {
    .container-contacto .contact-form .contact-fields .contact-field-button {
        margin-left: 142px;
    }
    .container-contacto .contact-form .contact-fields .contact-field-or {
        margin-left: 210px;
    }
}

@media only screen and (max-width: 1100px) {
    .container-contacto .contact-form .contact-fields .contact-field-button {
        margin-left: 132px;
    }
    .container-contacto .contact-form .contact-fields .contact-field-or {
        margin-left: 200px;
    }
}

@media only screen and (max-width: 1020px) {
    .container-contacto .contact-form .contact-fields .contact-field-button {
        margin-left: 112px;
    }
    .container-contacto .contact-form .contact-fields .contact-field-or {
        margin-left: 180px;
    }
}

@media only screen and (max-width: 1000px) {
    .container-contacto {
        flex-direction: column;
    }
    .container-contacto .contact-form {
        width: 100%;
        order: 2;
        padding: 62px 30px 65px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .container-contacto .contact-slider {
        width: 100%;
        order: 1;
        max-width: 683px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .container-contacto .contact-form .contact-fields,
    .container-contacto .contact-form .contact-fields form {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .container-contacto .contact-form .contact-fields .contact-field-button {
        margin-left: 0px;
    }
    .container-contacto .contact-form .contact-fields .contact-field-or {
        margin-left: 0px;
    }
    .container-contacto .contact-form .contact-fields .contact-field {
        width: 513px;
    }
    .container-contacto .contact-form .contact-description p {
        text-align: center;
    }
    .container-contacto .contact-form .contact-instructions p {
        text-align: center;
    }
}

@media only screen and (max-width: 700px) {
    .container-contacto .contact-form .contact-fields .contact-field-button,
    .container-contacto .contact-form .contact-fields .contact-field-button button,
    .container-contacto .contact-form .contact-fields .contact-field-button .whats {
        width: 513px;
    }
}

@media only screen and (max-width: 570px) {
.container-contacto .contact-slider {
    padding-right: 0px;
}
    .container-contacto .contact-form .contact-fields .contact-field {
        width: 100%;
    }
    .container-contacto .contact-form .contact-fields .contact-field-button,
    .container-contacto .contact-form .contact-fields .contact-field-button button,
    .container-contacto .contact-form .contact-fields .contact-field-button .whats {
        width: 100%;
    }
}

.slide-promos {
    -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
    opacity: 1;
}

.slide-promos .slick-dots {
    bottom: 34px;
    margin: 0px;
}

.slide-promos .banner-img-m {
    display: none;
}

@media only screen and (max-width: 550px) {
    .slide-promos .banner-img {
        display: none;
    }
    .slide-promos .banner-img-m {
        display: block;
    }

    .slide-promos {
       display:none;
    }
}

@media only screen and (max-width: 480px) {
    .slide-promos .banner-img-m {
        width: 100%;
        height: auto;
    }
    .slide-promos .slick-dots {
        bottom: -20px;
    }
    .container-contacto .contact-form {
        padding: 26px 23px 50px 23px;
    }
    .container-contacto .contact-form .contact-title h2 {
        font-size: 32px;
        margin: 0 0 15px;
    }
    .container-contacto .contact-form .contact-description p {
        font-size: 16px;
        margin: 0 0 16px;
    }
    .container-contacto .contact-form .contact-instructions p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 48px;
    }
}

.downloads {
    width: 100%;
    background: url('https://image.mail.starmedica.com/lib/fe2911737164047d7c1d78/m/1/64be8d5c-e821-4e48-9f46-984831b2753b.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    background-attachment: fixed;
}

.downloads .container-downloads {
    padding: 33px 78px 40px;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.downloads .container-downloads .intructions-downloads {
    max-width: 248px;
}

.downloads .container-downloads .intructions-downloads h2 {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0 0 13px;
}

.downloads .container-downloads .intructions-downloads p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0 0 13px;
}

.downloads .container-downloads .items-downloads {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 77%;
}

.downloads .container-downloads .item-download {
    display: flex;
    flex-direction: column;
}

.downloads .container-downloads .item-download .img-item {
    width: 213px;
    height: 243px;
    background: #FFFFFF;
    margin-bottom: 18px;
}

.downloads .container-downloads .item-download .img-item img{
    width: inherit;
}

.downloads .container-downloads .item-download .detail-item a p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
}

.downloads .container-downloads .item-download .detail-item a {
    cursor: pointer;
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1280px) {
    .downloads .container-downloads .items-downloads {
        width: 60%;
        gap: 25px 30px;
    }
}

@media only screen and (max-width: 932px) {
    .downloads .container-downloads {
        padding: 77px 30px 82px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .downloads .container-downloads .intructions-downloads {
        max-width: 366px;
        margin-bottom: 53px;
        text-align: center;
    }
    .downloads .container-downloads .items-downloads {
        width: 70%;
    }
}

@media only screen and (max-width: 740px) {
    .downloads .container-downloads .items-downloads {
        width: 80%;
    }
}

@media only screen and (max-width: 650px) {
    .downloads .container-downloads .items-downloads {
        width: 90%;
    }
}

@media only screen and (max-width: 590px) {
    .downloads .container-downloads .items-downloads {
        width: 100%;
    }
}

@media only screen and (max-width: 518px) {
    .downloads .container-downloads .item-download .img-item {
        width: 140px;
        height: 160px;
        margin-bottom: 15px;
    }
    .downloads .container-downloads .item-download .img-item img {
        width: 140px;
        height: 160px;
    }
    .downloads .container-downloads .item-download .detail-item {
        max-width: 140px;
    }
    .downloads .container-downloads .items-downloads {
        justify-content: center;
    }
    .downloads .container-downloads .item-download .detail-item a p {
        font-size: 10px;
    }
    .downloads .container-downloads .item-download .detail-item a img {
        width: 15px;
        height: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .downloads .container-downloads .intructions-downloads h2 {
        font-size: 32px;
    }
    .downloads .container-downloads .items-downloads {
        gap: 24px 21px;
    }
    .downloads .container-downloads {
        padding: 62px 23px 58px;
    }
    .downloads .container-downloads .intructions-downloads {
        margin-bottom: 30px;
    }
}

.footer {
    height: auto;
    width: 100%;
    background-color: #F4F4F4;
}

.footer .container-footer {
    max-width: 1366px;
    margin: 0 auto;
    padding: 74px 85px 63px;
}

.footer .container-footer .top-footer {
    margin-bottom: 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer .container-footer .top-footer .redes a {
    cursor: pointer;
}

.footer .container-footer .top-footer .redes a img {
    margin-left: 5px;
}

.footer .container-footer .down-footer p {
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #4A4F54;
    margin: 0px;
    max-width: 1209px;
}

.footer .container-footer .down-footer .bold-text {
    font-weight: 700;
}

@media only screen and (max-width: 700px) {
    .footer .container-footer {
        padding: 59px 30px 95px;
    }
}

@media only screen and (max-width: 550px) {
    .footer .container-footer .top-footer {
        margin-bottom: 69px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .container-footer .top-footer .redes {
        order: 1;
    }
    .footer .container-footer .top-footer .espacio {
        order: 2;
    }
    .footer .container-footer .down-footer {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .footer .container-footer {
        padding: 75px 23px 45px;
    }
    .footer .container-footer .top-footer {
        margin-bottom: 46px;
    }
    .footer .container-footer .down-footer p {
        font-size: 10px;
        line-height: 12px;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.slider-promociones {
    max-width: 1366px;
    margin: 20px auto 50px;
    
}

.slider-promociones .top-section .title{
    display:flex;
    flex-direction:row;
    justify-content:center;
    padding-inline: 87px;
}

@media only screen and (max-width: 480px){
  .slider-promociones .top-section .title {
      padding-inline: 23px;;
  }
}


.slider-promociones .top-section .title h2{
     font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -0.01em;
    color: #EC86A7;
    margin: 0px 0px 40px;
}

@media only screen and (max-width: 480px){
    .slider-promociones .top-section .title h2{
         font-size: 32px;
        margin: 0 0 15px;
        line-height: 24px;
    }
}

.slider-promociones .top-section .description {
    padding-inline: 87px;
    margin: 0px 0px 25px;
}

@media only screen and (max-width: 480px){
  .slider-promociones .top-section .description {
      padding-inline: 23px;;
  }
}


.slider-promociones .top-section .description p{
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #000000;
    margin:0px;
}

@media only screen and (max-width: 480px){
  .slider-promociones .top-section .description p{
      font-size: 16px;
      margin: 0 0 16px;
      line-height: 18px;
      text-align:center;
  }
}

.slider-promociones .slider_promos_2023{
    padding-inline: 87px;
}

@media only screen and (max-width: 480px){
  .slider-promociones .slider_promos_2023 {
      padding-inline: 23px;;
  }
}

.slider-promociones .slider_promos_2023  .card-promos{
    cursor:pointer;
   box-sizing: border-box 
}

.slider-promociones .slider_promos_2023 .slick-slide {
   box-sizing: border-box 
}

.slider-promociones .slider_promos_2023 .slick-next {
      right: 45px !important;
      z-index: 9;
}

.slider-promociones .slider_promos_2023 .slick-next::before{
      content: ''!important;
}
                    
.slider-promociones .slider_promos_2023 .slick-prev {
      left: 45px !important;
      z-index: 9;
}

.slider-promociones .slider_promos_2023 .slick-prev::before{
      content: ''!important;
}

.slider-promociones .slider_promos_2023 .slick-next {
    display: block;
    height: 44px;
    width: 26px;
    background: url('https://image.mail.starmedica.com/lib/fe2911737164047d7c1d78/m/1/21b7425a-0794-49a4-841c-f6fa78f95ce3.png') no-repeat;
}

.slider-promociones .slider_promos_2023 .slick-prev{
    display: block;
    height: 44px;
    width: 26px;
    background: url('https://image.mail.starmedica.com/lib/fe2911737164047d7c1d78/m/1/83c7356d-9673-461e-8f52-588b2b6dc05f.png') no-repeat;
}

.slider-promociones .slider_promos_2023 .slick-active, .slider-promociones .slider_promos_2023 .slick-slide{
    text-align: -webkit-center;
}

.slider-promociones .slider_promos_2023 .slick-dots {
      position:initial;
}

.slider-promociones .slider_promos_2023 .slick-dots li, .slider-promociones .slider_promos_2023 .slick-dots li button{
      width: 52px !important;
      height: 4px !important;
      border: none;
      background: #D9D8D6;
}

.slick-dots .slick-active button {
    border: none;
    background: #EC86A7 !important;
}

@media only screen and (max-width: 520px){
    .slider-promociones .slider_promos_2023 .slick-dots li, .slider-promociones .slider_promos_2023 .slick-dots li button{
        width: 45px !important;
  }
  .slider-promociones .slider_promos_2023 .slick-dots li {
      margin: 0 5px;
  }
}

@media only screen and (max-width: 430px){
    .slider-promociones .slider_promos_2023 .slick-dots li, .slider-promociones .slider_promos_2023 .slick-dots li button{
        width: 40px !important;
  }
  .slider-promociones .slider_promos_2023 .slick-dots li {
      margin: 0 4px;
  }
}

@media only screen and (max-width: 380px){
    .slider-promociones .slider_promos_2023 .slick-dots li, .slider-promociones .slider_promos_2023 .slick-dots li button{
        width: 35px !important;
  }
}


.slider-promociones .slider_promos_2023 .card-promos a{
    width: 285px;
   box-sizing: border-box;
   display: block;
}

.slider-promociones .slider_promos_2023 .card-promos img{
    width: 285px;
    height: 156px;
    box-sizing: border-box;
    border: 0.5px solid #D9D8D6;
    border-bottom: none;
}

.slider-promociones .slider_promos_2023 .card-promos .info-card {
    display:flex;
    flex-direction:column;
    padding:12px;
    width: 285px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    border: 0.5px solid #D9D8D6;
}

.slider-promociones .slider_promos_2023 .card-promos .info-card  h4{
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #A9A8A9;
    margin: 0px 0px 12px;
}

.slider-promociones .slider_promos_2023 .card-promos .info-card  p{
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin: 0px 0px 20px;
    height:100px;
}

.slider-promociones .slider_promos_2023 .card-promos .info-card  span{
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: right;
    color: #EC86A7;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition: all ease-in-out, transform 200ms ease-in-out;
}

.slider-promociones .slider_promos_2023 .card-promos .info-card  span:hover{
    transform: translateX(0.5rem);
}

.slider-promociones .slider_promos_2023 .card-promos .info-card  span img{
     width: 18px;
     height: 18px;
     border:none;
     margin-left:8px;
}



