header {
    max-width: 100%;
}

* {
    max-width: 100%;
}

img {
    max-width: 100%;
}

h4 {
    font-weight: bold;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}

h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}



#seccion12 .slider-slides3 p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.content-exitos {
    max-width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 5em;
}

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 26.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 100%;
    margin: 0 auto;
}

.cabecera-img-container {
    max-width: 100%;
    width: 100%;
    display: flex;
    margin: 0 auto;
    position: relative
}

.cabecera-img {

    margin: 0 auto;
}

.cabecera-text {
    position: absolute;
    left: 20%;
    top: 75%;
    display: flex;
    margin: 0 auto;

    color: #fff;
    min-width: 800px;

}

.cabecera-text h1 {
    position: absolute;
    font-size: 55px;
    ;


}

.first-image {
    align-self: center;
}

.cta {
    position: absolute;
    bottom: 20%;
    left: 20%;
    /*top: 98%;*/
}

.cta#cta-cabecera {
    top: calc(100% - 4%);
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:disabled {
    opacity: .65;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

.btn {
    text-transform: uppercase;
}

* {
    font-family: "LG Smart", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

.btn {
    padding: 0;
    border-radius: 0;
}

.btn {
    display: inline-block;
    min-width: 80px;
    padding: 11px 23px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    background-color: transparent;
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 .1rem #7fbdff !important;
    box-shadow: 0 0 0 .1rem #7fbdff !important;
}

.btn.btn-primary {
    color: #fff !important;
    border-color: #a50034 !important;
    background: #a50034 !important;
}

.btn.btn-primary:active,
.btn.btn-primary:link,
.btn.btn-primary:visited {
    color: #fff !important;
    border-color: #a50034 !important;
    background: #a50034 !important;
}

.btn.btn-primary:not([disabled]):focus,
.btn.btn-primary:not([disabled]):hover {
    color: #fff !important;
    border-color: #cc0041 !important;
    background: #cc0041 !important;
}

.btn:active,
.btn:focus,
.btn:hover,
.btn:link,
.btn:visited {
    text-decoration: none;
}

.btn:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: .4;
    cursor: default;
}

a:focus {
    -moz-outline-style: none;
}

.btn-box {
    max-width: 700px;
}

@media (max-width:767px) {
    .btn-box {
        max-width: 100%;
    }
}

.btn-box .btn {
    margin: 0 6px 10px 0;
}

.btn-box {
    margin-left: auto;
    margin-right: auto;
}

.btn-box .btn {
    margin: 0 3px 10px 3px;
}



.content-wrapper {

    max-width: 90%;
    margin: 0 auto;
}

.content-first {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;


}

.first-left {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 45%;
    padding-top: 24px;
}

.first-left .cta {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 1em;
}

.first-title h3 {
    color: #a50034;
    font-size: 40px;
    text-align: center;
}

.first-title p {

    text-align: center;
    margin-bottom: 2em;
}

.content-second {
    display: flex;
    width: 100%;
    margin-top: 5%;

}

.second-title {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.second-title h3 {
    color: #a50034;
    font-size: 40px;
    text-align: center;
}

.second-title p {
    max-width: 90%;
    text-align: center;
}

.second-title .cta,
.content-third .cta,
.title-last .cta {
    position: relative;
    bottom: 0;
    left: 0;

    margin: 0 auto;
    padding-top: 1em;
}

.second-image {
    width: 50%;
    display: flex;

}

.second-image img {
    width: 80%;
    margin: 0 auto;
}

.content-third {
    background-color: #E8E9E5;
    padding-bottom: 1em;
    border-radius: 30px;
}

.content-third h3 {
    color: #a50034;
    font-size: 40px;
    text-align: center;
    padding-top: 1em;
}

.container-icons {
    display: flex;
    max-width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    flex: 1;

}

.icon-inner {
    display: flex;
    flex-direction: column;
    width: 250px;
    text-align: center;
}

.icon-inner img {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}

.title-last {
    color: #a50034;
    font-size: 40px;
    text-align: center;
    padding-top: 1em;
    max-width: 70%;
    margin: 0 auto;
}

.two-images-last {
    display: flex;
    margin: 0 auto;
    width: 75%;
    justify-content: space-around;
    padding-bottom: 35px;

}

.two-images-last img {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
}

.title-last.bottom {
    padding-bottom: 2em;
}

@media(max-width: 768px) {
    .content-exitos {
        max-width: 100%;
    }

    .container-iframe {

        padding-top: 56.25%;
    }


    .responsive-iframe {

        width: 100%;
        height: 100%;
        margin: 0 auto;

    }

    #seccion12 .slider-slides3 p {
        width: 90%;
    }

    .cabecera-text {

        max-width: 100%;
        top: 35%;
        left: 8%;
        min-width: 220px;


    }

    .cabecera-text h1 {
        position: absolute;
        font-size: 35px;
        max-width: 100%;

    }

    .cta {
        position: absolute;
        top: 60%;
        left: 10%;
    }

    .cta#cta-cabecera {
        top: 70%;
    }

    .content-wrapper {
        flex-direction: column;
    }

    .content-first {
        width: 100%;
        flex-direction: column;
    }

    .first-left {

        width: 100%;
    }

    .first-title h3 {
        color: #a50034;
        font-size: 20px;
        text-align: center;
    }

    .first-title p {

        text-align: center;
        margin-bottom: 2em;
    }

    .content-second {
        display: flex;
        width: 100%;
        margin-top: 5%;
        flex-direction: column;

    }

    .second-title {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .second-title h3 {
        color: #a50034;
        font-size: 20px;
        text-align: center;
    }

    .second-title p {
        max-width: 100%;
        text-align: center;
    }


    .second-image {
        width: 100%;
        display: flex;

    }

    .second-image img {
        width: 100%;
        margin: 0 auto;
    }


    .content-third {
        background-color: #E8E9E5;
        padding-bottom: 1em;
        border-radius: 30px;
        max-width: 100%;
        margin-top: 2em;
    }

    .content-third h3 {
        color: #a50034;
        font-size: 20px;
        text-align: center;
        padding-top: 1em;

        max-width: 70%;
        margin: 0 auto;
    }

    .container-icons {
        display: flex;
        max-width: 100%;
        margin: 0 auto;
        justify-content: space-evenly;
        flex: 1;
        flex-direction: column;
        align-items: center;
        margin-top: 2em;

    }

    .icon-inner {
        display: flex;
        flex-direction: column;
        width: 250px;
        text-align: center;

    }

    .icon-inner img {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }




    .title-last {
        font-size: 20px;
        max-width: 90%;

    }

    .two-images-last {
        flex-direction: column;
        width: 90%;
    }

    .two-images-last img {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2em;

    }

}

/*CARRUSEL DE PRODUCTOS*/
/* **********     Reset CSS     ********** */

.flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*#carousel-left{
  align-self: center;
  }*/
.section {
    width: 100%;
    max-width: calc(100% - 10%);
    height: calc(736px);
    align-self: center;
    box-shadow: 0px 5px 5px 4px rgb(0 0 0 / 30%);
    border-radius: 1em;
    padding: 0 40px;
}

/* **********     Responsive Slider     ********** */
.slider,
.slider1,
.slider2,
.slider3 {
    position: relative;
    width: 100%;
    margin: 6rem auto;
    text-align: center;
}

.span-slider {
    text-align: -webkit-center;
    color: #fff !important;
    border-color: #a50034 !important;
    background: #a50034 !important;
    width: 10em !important;
    height: 1.75em !important;
    border-radius: 0.25rem;
}

.slider-slides,
.slider-slides1,
.slider-slides2,
.slider-slides3 {
    position: relative;
    height: 400px;
}

.slider-slide,
.slider-slide1,
.slider-slide2,
.slider-slide3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    /* transition: opacity 1s ease;*/
}

.slider-slide img,
.slider-slide1 img,
.slider-slide2 img,
.slider-slide3 img {
    height: 263px;
    width: 428px;
    object-fit: cover;
    object-position: 50% 0%;
}

.slider-slide.active,
.slider-slide1.active,
.slider-slide2.active,
.slider-slide3.active {
    opacity: 1;
    visibility: visible;
}

/*.slider-btns {
    position: absolute;
    width: 100%;
    top: calc(50% - -12rem);
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
    font-weight: bold;
  } */
.next,
.next1,
.next2,
.next3 {
    border-radius: 100% 0% 0% 100% / 50% 100% 0% 50%;
    position: absolute;
    width: 100%;
    right: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: 50px;
}

.prev,
.prev1,
.prev2,
.prev3 {
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: -40px;
    border-radius: 0% 100% 100% 0% /100% 50% 50% 0%;
    width: 50px;
    height: 100px;
    cursor: pointer;
    font-size: 50px;
}

.slider a,
.slider1 a,
.slider2 a,
.slider3 a {
    display: block;
    width: 4rem;
    height: 4rem;

    text-decoration: none;
    color: #000;
    /*transition: all 0.3s ease;*/
}

.slider a:hover,
.slider1 a:hover,
.slider2 a:hover,
.slider3 a:hover {
    color: grey;
}


@media(max-width: 768px) {
    .section {
        max-width: calc(100% - -3%);
        padding: 0 17px;
    }

    .prev,
    .prev1,
    .prev2,
    .prev3 {
        font-size: 46px;
        left: -25px;
    }

    .slider a,
    .slider1 a,
    .slider2 a,
    .slider3 a {
        width: calc(11%);

    }

    .next,
    .next1,
    .next2,
    .next3 {
        right: -16px;
        font-size: 46px;
    }

    .slider-btns,
    .slider-btns3,
    .slider-btns2,
    .slider-btns1 {
        position: absolute;
        width: 100%;
        top: calc(25% - -6rem);
        display: flex;

        font-size: 3rem;
        font-weight: bold;
    }

    .section {
        margin-block-start: 0em;
    }

    .slider-container {
        position: relative;
        margin: 0 auto;
        /* width: 800px; */
        height: 0px;
        min-height: 44vh;
    }

    .slider-container .bullet-container {

        bottom: -51vh !important;

    }

    .slider-slides,
    .slider-slides1,
    .slider-slides2,
    .slider-slides3 {

        min-height: 97vh;
    }
}

.slider-container {
    position: relative;
    margin: 0 auto;
    /* width: 800px; */
    height: 0px;
    min-height: 44vh;
}

/*carousel prob*/
.slider-container {
    position: relative;
    margin: 0 auto;
    /*  width: 800px;
      height: 566px;*/
}

.slider-container .bullet-container {
    position: absolute;
    bottom: -103px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-container .bullet-container .bullet {
    margin-right: 14px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: black;
    opacity: 0.5;
}

.slider-single p,
.slider-single h4 {
    text-align: center;
}

.slider-container .bullet-container .bullet:last-child {
    margin-right: 0px;
}

.slider-container .bullet-container .bullet.active {
    opacity: 1;
}

.slider-container .slider-content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 60%;
    transform: translate(-50%, -50%);
}

.slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* transition: z-index 0ms 250ms;*/
}

.slider-container .slider-content .slider-single .slider-single-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    /*transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);*/
    transform: scale(0);
    opacity: 0;
}

.slider-container .slider-content .slider-single .slider-single-download {
    position: absolute;
    display: block;
    right: -22px;
    bottom: 12px;
    padding: 15px;
    color: #333333;
    background-color: #fdc84b;
    font-size: 18px;
    font-weight: 600;

    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    /*transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);*/
    opacity: 0;
}

.slider-container .slider-content .slider-single .slider-single-download:hover,
.slider-container .slider-content .slider-single .slider-single-download:focus {
    outline: none;
    text-decoration: none;
}

.slider-container .slider-content .slider-single .slider-single-title {
    display: block;
    /*float: left;*/
    margin: 16px 0 0 20px;
    font-size: 20px;
    font-family: "karla";
    font-weight: 400;
    color: black;
    /*transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);*/
    opacity: 0;
}

.slider-container .slider-content .slider-single .slider-single-likes {
    display: block;
    float: right;
    margin: 16px 20px 0 0;
    /*transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);*/
    opacity: 0;
}

.slider-container .slider-content .slider-single .slider-single-likes i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff6060;
    /*transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);*/
    transform: scale(0);
}

.slider-container .slider-content .slider-single .slider-single-likes p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: black;
}

.slider-container .slider-content .slider-single .slider-single-likes:hover,
.slider-container .slider-content .slider-single .slider-single-likes:focus {
    outline: none;
    text-decoration: none;
}

.slider-container .slider-content .slider-single.preactivede .slider-single-image {
    transform: translateX(-50%) scale(0);
}

.slider-container .slider-content .slider-single.preactive {
    z-index: 1;
}

.slider-container .slider-content .slider-single.preactive .slider-single-image {
    opacity: 0.3;
    transform: translateX(-25%) scale(0.8);
}

.slider-container .slider-content .slider-single.preactive .slider-single-download {
    transform: translateX(-150px);
}

.slider-container .slider-content .slider-single.preactive .slider-single-title {
    transform: translateX(-150px);
}

.slider-container .slider-content .slider-single.preactive .slider-single-likes {
    transform: translateX(-150px);
}

.slider-container .slider-content .slider-single.proactive {
    z-index: 1;
}

.slider-container .slider-content .slider-single.proactive .slider-single-image {
    opacity: 0.3;
    transform: translateX(25%) scale(0.8);
}

.slider-container .slider-content .slider-single.proactive .slider-single-download {
    transform: translateX(150px);
}

.slider-container .slider-content .slider-single.proactive .slider-single-title {
    transform: translateX(150px);
}

.slider-container .slider-content .slider-single.proactive .slider-single-likes {
    transform: translateX(150px);
}

.slider-container .slider-content .slider-single.proactivede .slider-single-image {
    transform: translateX(50%) scale(0);
}

.slider-container .slider-content .slider-single.active {
    z-index: 2;
}

.slider-container .slider-content .slider-single.active .slider-single-image {
    opacity: 1;
    transform: translateX(0%) scale(1);
}

.slider-container .slider-content .slider-single.active .slider-single-download {
    opacity: 1;
    /* transition-delay: 100ms;*/
    transform: translateX(0px);
}

.slider-container .slider-content .slider-single.active .slider-single-title {
    opacity: 1;
    /*  transition-delay: 200ms;*/
    transform: translateX(0px);
}

.slider-container .slider-content .slider-single.active .slider-single-likes {
    opacity: 1;
    /* transition-delay: 300ms;*/
    transform: translateX(0px);
}

/* .slider-container .slider-content .slider-single.active .slider-single-likes i {
      animation-name: heartbeat;
      animation-duration: 500ms;
      animation-delay: 900ms;
      animation-interation: 1;
      animation-fill-mode: forwards;
    }*/
.slider-container .slider-left {
    position: absolute;
    z-index: 3;
    display: block;
    right: 85%;
    top: 50%;
    color: black;
    transform: translateY(-50%);
    padding: 20px 15px;
    border-top: 2px solid #fdc84b;
    border-right: 2px solid #fdc84b;
    border-bottom: 2px solid #fdc84b;
    border-left: 2px solid #fdc84b;
    margin-right: -2px;
}

.slider-container .slider-right {
    position: absolute;
    z-index: 3;
    display: block;
    left: 85%;
    top: 50%;
    color: black;
    transform: translateY(-50%);
    padding: 20px 15px;
    border-top: 2px solid #fdc84b;
    border-right: 2px solid #fdc84b;
    border-bottom: 2px solid #fdc84b;
    border-left: 2px solid #fdc84b;
    margin-left: -2px;
}

.slider-container .not-visible {
    display: none !important;
}

@media screen and (min-width: 1800px) {

    .slider-slide img,
    .slider-slide1 img,
    .slider-slide2 img,
    .slider-slide3 img {
        height: auto;
        width: calc(563px - 5px);
    }

    .slider-slides,
    .slider-slides1,
    .slider-slides2,
    .slider-slides3 {

        min-height: 47vh;
    }

    .cabecera-text {
        top: calc(27vw + 2px);

    }

    .cta#cta-cabecera {
        top: calc(35vw + 2px);
    }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
    .cabecera-text {
        top: 27%;
        min-width: 691px;
    }

    .cabecera-text h1 {
        font-size: 46px;
    }

    .cta#cta-cabecera {
        top: calc(54vw + 2px);
    }
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    .cabecera-text {
        top: calc(27vw + 2px);

    }

    .cta#cta-cabecera {
        top: calc(40vw + 2px);
    }
}