@font-face {
    font-family: "Flexo Bold";
    src: url("../fonts/Flexo-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Flexo Regular";
    src: url("../fonts/Flexo-Regular.ttf") format("truetype");
    font-weight: normal;
}

:root {
    --main-color-one: #127df1;
    --secondary-color: #ff4fa2;
    --blue-color: #2534a1;
    --blue-color-two: #11367d;
    --secondary-color-two: #434142;
    --secondary-color-four: #8f8884;
    --secondary-color-three: #0089c9;
    --secondary-background: #e6e6e6;
    --background-grey: #f4f4f4c2;
    --color-whatsapp: #00a900;
    --main-font: "Flexo Regular", Arial, sans-serif;
    --main-font-bold: "Flexo Bold", Arial, sans-serif;
    --main-title-size: 21px;
}

.d-flex {
    display: flex;
}
.c-white {
    color: white !important;
}

.b-white {
    background-color: white !important;
}

.titulo-paso h3 {
    font-family: var(--main-font) !important;
    color: var(--main-color-one) !important;
}

.backward.button {
    background-color: #dddddd !important;
    color: #464646 !important;
}

.titulo-paso span {
    display: none;
}

.color-black {
    color: var(--secondary-color-two) !important;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.pt-6 {
    padding-top: 6px;
}

.pb-6 {
    padding-bottom: 6px;
}

.mt-6 {
    margin-top: 6px;
}

.mb-6 {
    margin-bottom: 6px;
}

.pt-7 {
    padding-top: 7px;
}

.pb-7 {
    padding-bottom: 7px;
}

.mt-7 {
    margin-top: 7px;
}

.mb-7 {
    margin-bottom: 7px;
}

.pt-8 {
    padding-top: 8px;
}

.pb-8 {
    padding-bottom: 8px;
}

.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.pt-9 {
    padding-top: 9px;
}

.pb-9 {
    padding-bottom: 9px;
}

.mt-9 {
    margin-top: 9px;
}

.mb-9 {
    margin-bottom: 9px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-11 {
    padding-top: 11px;
}

.pb-11 {
    padding-bottom: 11px;
}

.mt-11 {
    margin-top: 11px;
}

.mb-11 {
    margin-bottom: 11px;
}

.pt-12 {
    padding-top: 12px;
}

.pb-12 {
    padding-bottom: 12px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-12 {
    margin-bottom: 12px;
}

.pt-13 {
    padding-top: 13px;
}

.pb-13 {
    padding-bottom: 13px;
}

.mt-13 {
    margin-top: 13px;
}

.mb-13 {
    margin-bottom: 13px;
}

.pt-14 {
    padding-top: 14px;
}

.pb-14 {
    padding-bottom: 14px;
}

.mt-14 {
    margin-top: 14px;
}

.mb-14 {
    margin-bottom: 14px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pt-16 {
    padding-top: 16px;
}

.pb-16 {
    padding-bottom: 16px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.pt-17 {
    padding-top: 17px;
}

.pb-17 {
    padding-bottom: 17px;
}

.mt-17 {
    margin-top: 17px;
}

.mb-17 {
    margin-bottom: 17px;
}

.pt-18 {
    padding-top: 18px;
}

.pb-18 {
    padding-bottom: 18px;
}

.mt-18 {
    margin-top: 18px;
}

.mb-18 {
    margin-bottom: 18px;
}

.pt-19 {
    padding-top: 19px;
}

.pb-19 {
    padding-bottom: 19px;
}

.mt-19 {
    margin-top: 19px;
}

.mb-19 {
    margin-bottom: 19px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-21 {
    padding-top: 21px;
}

.pb-21 {
    padding-bottom: 21px;
}

.mt-21 {
    margin-top: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.pt-22 {
    padding-top: 22px;
}

.pb-22 {
    padding-bottom: 22px;
}

.mt-22 {
    margin-top: 22px;
}

.mb-22 {
    margin-bottom: 22px;
}

.pt-23 {
    padding-top: 23px;
}

.pb-23 {
    padding-bottom: 23px;
}

.mt-23 {
    margin-top: 23px;
}

.mb-23 {
    margin-bottom: 23px;
}

.pt-24 {
    padding-top: 24px;
}

.pb-24 {
    padding-bottom: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.pt-26 {
    padding-top: 26px;
}

.pb-26 {
    padding-bottom: 26px;
}

.mt-26 {
    margin-top: 26px;
}

.mb-26 {
    margin-bottom: 26px;
}

.pt-27 {
    padding-top: 27px;
}

.pb-27 {
    padding-bottom: 27px;
}

.mt-27 {
    margin-top: 27px;
}

.mb-27 {
    margin-bottom: 27px;
}

.pt-28 {
    padding-top: 28px;
}

.pb-28 {
    padding-bottom: 28px;
}

.mt-28 {
    margin-top: 28px;
}

.mb-28 {
    margin-bottom: 28px;
}

.pt-29 {
    padding-top: 29px;
}

.pb-29 {
    padding-bottom: 29px;
}

.mt-29 {
    margin-top: 29px;
}

.mb-29 {
    margin-bottom: 29px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-31 {
    padding-top: 31px;
}

.pb-31 {
    padding-bottom: 31px;
}

.mt-31 {
    margin-top: 31px;
}

.mb-31 {
    margin-bottom: 31px;
}

.pt-32 {
    padding-top: 32px;
}

.pb-32 {
    padding-bottom: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.pt-33 {
    padding-top: 33px;
}

.pb-33 {
    padding-bottom: 33px;
}

.mt-33 {
    margin-top: 33px;
}

.mb-33 {
    margin-bottom: 33px;
}

.pt-34 {
    padding-top: 34px;
}

.pb-34 {
    padding-bottom: 34px;
}

.mt-34 {
    margin-top: 34px;
}

.mb-34 {
    margin-bottom: 34px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.pt-36 {
    padding-top: 36px;
}

.pb-36 {
    padding-bottom: 36px;
}

.mt-36 {
    margin-top: 36px;
}

.mb-36 {
    margin-bottom: 36px;
}

.pt-37 {
    padding-top: 37px;
}

.pb-37 {
    padding-bottom: 37px;
}

.mt-37 {
    margin-top: 37px;
}

.mb-37 {
    margin-bottom: 37px;
}

.pt-38 {
    padding-top: 38px;
}

.pb-38 {
    padding-bottom: 38px;
}

.mt-38 {
    margin-top: 38px;
}

.mb-38 {
    margin-bottom: 38px;
}

.pt-39 {
    padding-top: 39px;
}

.pb-39 {
    padding-bottom: 39px;
}

.mt-39 {
    margin-top: 39px;
}

.mb-39 {
    margin-bottom: 39px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-41 {
    padding-top: 41px;
}

.pb-41 {
    padding-bottom: 41px;
}

.mt-41 {
    margin-top: 41px;
}

.mb-41 {
    margin-bottom: 41px;
}

.pt-42 {
    padding-top: 42px;
}

.pb-42 {
    padding-bottom: 42px;
}

.mt-42 {
    margin-top: 42px;
}

.mb-42 {
    margin-bottom: 42px;
}

.pt-43 {
    padding-top: 43px;
}

.pb-43 {
    padding-bottom: 43px;
}

.mt-43 {
    margin-top: 43px;
}

.mb-43 {
    margin-bottom: 43px;
}

.pt-44 {
    padding-top: 44px;
}

.pb-44 {
    padding-bottom: 44px;
}

.mt-44 {
    margin-top: 44px;
}

.mb-44 {
    margin-bottom: 44px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.pt-46 {
    padding-top: 46px;
}

.pb-46 {
    padding-bottom: 46px;
}

.mt-46 {
    margin-top: 46px;
}

.mb-46 {
    margin-bottom: 46px;
}

.pt-47 {
    padding-top: 47px;
}

.pb-47 {
    padding-bottom: 47px;
}

.mt-47 {
    margin-top: 47px;
}

.mb-47 {
    margin-bottom: 47px;
}

.pt-48 {
    padding-top: 48px;
}

.pb-48 {
    padding-bottom: 48px;
}

.mt-48 {
    margin-top: 48px;
}

.mb-48 {
    margin-bottom: 48px;
}

.pt-49 {
    padding-top: 49px;
}

.pb-49 {
    padding-bottom: 49px;
}

.mt-49 {
    margin-top: 49px;
}

.mb-49 {
    margin-bottom: 49px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-51 {
    padding-top: 51px;
}

.pb-51 {
    padding-bottom: 51px;
}

.mt-51 {
    margin-top: 51px;
}

.mb-51 {
    margin-bottom: 51px;
}

.pt-52 {
    padding-top: 52px;
}

.pb-52 {
    padding-bottom: 52px;
}

.mt-52 {
    margin-top: 52px;
}

.mb-52 {
    margin-bottom: 52px;
}

.pt-53 {
    padding-top: 53px;
}

.pb-53 {
    padding-bottom: 53px;
}

.mt-53 {
    margin-top: 53px;
}

.mb-53 {
    margin-bottom: 53px;
}

.pt-54 {
    padding-top: 54px;
}

.pb-54 {
    padding-bottom: 54px;
}

.mt-54 {
    margin-top: 54px;
}

.mb-54 {
    margin-bottom: 54px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.pt-56 {
    padding-top: 56px;
}

.pb-56 {
    padding-bottom: 56px;
}

.mt-56 {
    margin-top: 56px;
}

.mb-56 {
    margin-bottom: 56px;
}

.pt-57 {
    padding-top: 57px;
}

.pb-57 {
    padding-bottom: 57px;
}

.mt-57 {
    margin-top: 57px;
}

.mb-57 {
    margin-bottom: 57px;
}

.pt-58 {
    padding-top: 58px;
}

.pb-58 {
    padding-bottom: 58px;
}

.mt-58 {
    margin-top: 58px;
}

.mb-58 {
    margin-bottom: 58px;
}

.pt-59 {
    padding-top: 59px;
}

.pb-59 {
    padding-bottom: 59px;
}

.mt-59 {
    margin-top: 59px;
}

.mb-59 {
    margin-bottom: 59px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-61 {
    padding-top: 61px;
}

.pb-61 {
    padding-bottom: 61px;
}

.mt-61 {
    margin-top: 61px;
}

.mb-61 {
    margin-bottom: 61px;
}

.pt-62 {
    padding-top: 62px;
}

.pb-62 {
    padding-bottom: 62px;
}

.mt-62 {
    margin-top: 62px;
}

.mb-62 {
    margin-bottom: 62px;
}

.pt-63 {
    padding-top: 63px;
}

.pb-63 {
    padding-bottom: 63px;
}

.mt-63 {
    margin-top: 63px;
}

.mb-63 {
    margin-bottom: 63px;
}

.pt-64 {
    padding-top: 64px;
}

.pb-64 {
    padding-bottom: 64px;
}

.mt-64 {
    margin-top: 64px;
}

.mb-64 {
    margin-bottom: 64px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.pt-66 {
    padding-top: 66px;
}

.pb-66 {
    padding-bottom: 66px;
}

.mt-66 {
    margin-top: 66px;
}

.mb-66 {
    margin-bottom: 66px;
}

.pt-67 {
    padding-top: 67px;
}

.pb-67 {
    padding-bottom: 67px;
}

.mt-67 {
    margin-top: 67px;
}

.mb-67 {
    margin-bottom: 67px;
}

.pt-68 {
    padding-top: 68px;
}

.pb-68 {
    padding-bottom: 68px;
}

.mt-68 {
    margin-top: 68px;
}

.mb-68 {
    margin-bottom: 68px;
}

.pt-69 {
    padding-top: 69px;
}

.pb-69 {
    padding-bottom: 69px;
}

.mt-69 {
    margin-top: 69px;
}

.mb-69 {
    margin-bottom: 69px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pt-71 {
    padding-top: 71px;
}

.pb-71 {
    padding-bottom: 71px;
}

.mt-71 {
    margin-top: 71px;
}

.mb-71 {
    margin-bottom: 71px;
}

.pt-72 {
    padding-top: 72px;
}

.pb-72 {
    padding-bottom: 72px;
}

.mt-72 {
    margin-top: 72px;
}

.mb-72 {
    margin-bottom: 72px;
}

.pt-73 {
    padding-top: 73px;
}

.pb-73 {
    padding-bottom: 73px;
}

.mt-73 {
    margin-top: 73px;
}

.mb-73 {
    margin-bottom: 73px;
}

.pt-74 {
    padding-top: 74px;
}

.pb-74 {
    padding-bottom: 74px;
}

.mt-74 {
    margin-top: 74px;
}

.mb-74 {
    margin-bottom: 74px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.pt-76 {
    padding-top: 76px;
}

.pb-76 {
    padding-bottom: 76px;
}

.mt-76 {
    margin-top: 76px;
}

.mb-76 {
    margin-bottom: 76px;
}

.pt-77 {
    padding-top: 77px;
}

.pb-77 {
    padding-bottom: 77px;
}

.mt-77 {
    margin-top: 77px;
}

.mb-77 {
    margin-bottom: 77px;
}

.pt-78 {
    padding-top: 78px;
}

.pb-78 {
    padding-bottom: 78px;
}

.mt-78 {
    margin-top: 78px;
}

.mb-78 {
    margin-bottom: 78px;
}

.pt-79 {
    padding-top: 79px;
}

.pb-79 {
    padding-bottom: 79px;
}

.mt-79 {
    margin-top: 79px;
}

.mb-79 {
    margin-bottom: 79px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-81 {
    padding-top: 81px;
}

.pb-81 {
    padding-bottom: 81px;
}

.mt-81 {
    margin-top: 81px;
}

.mb-81 {
    margin-bottom: 81px;
}

.pt-82 {
    padding-top: 82px;
}

.pb-82 {
    padding-bottom: 82px;
}

.mt-82 {
    margin-top: 82px;
}

.mb-82 {
    margin-bottom: 82px;
}

.pt-83 {
    padding-top: 83px;
}

.pb-83 {
    padding-bottom: 83px;
}

.mt-83 {
    margin-top: 83px;
}

.mb-83 {
    margin-bottom: 83px;
}

.pt-84 {
    padding-top: 84px;
}

.pb-84 {
    padding-bottom: 84px;
}

.mt-84 {
    margin-top: 84px;
}

.mb-84 {
    margin-bottom: 84px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.pt-86 {
    padding-top: 86px;
}

.pb-86 {
    padding-bottom: 86px;
}

.mt-86 {
    margin-top: 86px;
}

.mb-86 {
    margin-bottom: 86px;
}

.pt-87 {
    padding-top: 87px;
}

.pb-87 {
    padding-bottom: 87px;
}

.mt-87 {
    margin-top: 87px;
}

.mb-87 {
    margin-bottom: 87px;
}

.pt-88 {
    padding-top: 88px;
}

.pb-88 {
    padding-bottom: 88px;
}

.mt-88 {
    margin-top: 88px;
}

.mb-88 {
    margin-bottom: 88px;
}

.pt-89 {
    padding-top: 89px;
}

.pb-89 {
    padding-bottom: 89px;
}

.mt-89 {
    margin-top: 89px;
}

.mb-89 {
    margin-bottom: 89px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.pt-91 {
    padding-top: 91px;
}

.pb-91 {
    padding-bottom: 91px;
}

.mt-91 {
    margin-top: 91px;
}

.mb-91 {
    margin-bottom: 91px;
}

.pt-92 {
    padding-top: 92px;
}

.pb-92 {
    padding-bottom: 92px;
}

.mt-92 {
    margin-top: 92px;
}

.mb-92 {
    margin-bottom: 92px;
}

.pt-93 {
    padding-top: 93px;
}

.pb-93 {
    padding-bottom: 93px;
}

.mt-93 {
    margin-top: 93px;
}

.mb-93 {
    margin-bottom: 93px;
}

.pt-94 {
    padding-top: 94px;
}

.pb-94 {
    padding-bottom: 94px;
}

.mt-94 {
    margin-top: 94px;
}

.mb-94 {
    margin-bottom: 94px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.mt-95 {
    margin-top: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.pt-96 {
    padding-top: 96px;
}

.pb-96 {
    padding-bottom: 96px;
}

.mt-96 {
    margin-top: 96px;
}

.mb-96 {
    margin-bottom: 96px;
}

.pt-97 {
    padding-top: 97px;
}

.pb-97 {
    padding-bottom: 97px;
}

.mt-97 {
    margin-top: 97px;
}

.mb-97 {
    margin-bottom: 97px;
}

.pt-98 {
    padding-top: 98px;
}

.pb-98 {
    padding-bottom: 98px;
}

.mt-98 {
    margin-top: 98px;
}

.mb-98 {
    margin-bottom: 98px;
}

.pt-99 {
    padding-top: 99px;
}

.pb-99 {
    padding-bottom: 99px;
}

.mt-99 {
    margin-top: 99px;
}

.mb-99 {
    margin-bottom: 99px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.h-60 {
    height: 60px !important;
    display: block;
}

.cta-derecha {
    i.fa {
        position: absolute;
        font-size: 65px;
    }

    p {
        font-size: 2.5rem;
        font-weight: 600;
        padding-left: 60px;
    }
}

.flip-banner-content {
    top: 36%;

    .texto {
        color: var(--secondary-color-four) !important;
        border-right-color: var(--secondary-color-four) !important;
    }

    img {
        margin-top: -10px !important;
    }
}

.bold {
    font-weight: 600;
}

#header {
    .w-auto {
        width: auto !important;
    }

    &.cloned #logo img {
        width: 150px !important;
        max-width: 200px !important;
        margin-top: -6px;
    }
}

.font-main {
    font-family: var(--main-font);
}

.c-main {
    color: var(--blue-color-two) !important;
}

.c-sec {
    color: var(--secondary-color) !important;
}

.banner-clientes {
    padding: 25px 0px 15px 0px;

    &.grey-background {
        background: var(--secondary-background);
    }
}

@media (max-width: 690px) {
    .cta-derecha p {
        font-size: 1.8rem;
    }
}

@media (max-width: 500px) {
    .banner-clientes {
        padding: 0px 0px 15px 0px;
    }
}

/*==========================
            CHECKOUT
===========================*/
.row-checkout{
    & h1{
        font-family: var(--main-font-bold)!important;
        color: var(--blue-color-two)!important;
        font-size: 3.5rem;
    }
    & h1.regular{
        font-family: var(--main-font)!important;
        color: var(--blue-color-two)!important;
    }
    & hr{
        border-top: 1px solid var(--blue-color-two)!important;
    }
    #img-visa{
        width: 20%;
    }
    #img-pe{
        width: 24%;
    }
    small{
        color: var(--blue-color-two)!important;
    }
}

label{
    font-family: var(--main-font-bold)!important;
}
label.regular{
    font-family: var(--main-font)!important;
}
.img-billetera{
    text-align: end;
}
.info-resumen {
    small{
        font-size: 18px;
        font-family: var(--main-font-bold);
        color: var(--blue-color-two);
    }
    label{
        color: var(--blue-color-two);
    }
}
.bg-declaracion{
    background-color: #E5F2F5;
    padding: 50px;
    border-radius: 15px;
    text-align: center;
}
.bg-declaracion label{
    font-size: 18px;
}
.checkboxes{
    column-count: 2!important;
}
.checkboxes
label:before {
    color: #1FE4FF;
}
.checkboxes input[type="checkbox"]:checked + label:before{
    background-color:var(--blue-color-two);
    border-color:var(--blue-color-two);
}
.info-incluye{
    padding:0 100px;

    label{
        color: var(--blue-color-two);
    }
}
.info-juramento{
    padding:0 100px
}
#regProt{
    width: 3%!important;
}
.info-comprobante{
    display: flex;
    align-items: center;
    justify-content: center;
    label{
        color: var(--blue-color-two);
    }
}
.img-method{
    cursor: pointer;
    filter: grayscale(1);
}
.img-method:hover{
    border:3px solid var(--main-color-one);
    filter: grayscale(0);
}
.img-method.active{
    border:3px solid var(--main-color-one);
    filter: grayscale(0);
    padding: 2px;
    border-radius: 10px;
}
@media (max-width:768px) {
    .info-incluye{
        padding:0
    }
    .info-juramento{
        padding:0
    }
    .img-billetera{
        text-align: center;
    }
    #regProt{
        width: 6%!important;
    }
    .row-checkout{
        #img-visa{
            width: 35%!important;
        }
        #img-pe{
            width: 32%!important;
        }
    }
}

/*==========================
      BANNER HOME
===========================*/

.row-more-info img {
    height: 90px;
    opacity: 0.5;
    transition: opacity 0.2s;
    margin-left: 24px;

    &:hover {
        opacity: 1;
        transition: opacity 0.2s;
    }
}

.banner-more-info {
    padding: 25px 0px 15px 0px;
    text-align: -webkit-center;

    &.grey-background {
        background: var(--secondary-background);
    }
}

.row-more-info {
    /* width: 90%; */
    font-family: var(--main-font-bold);
    height: 100%;
    display: flex;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
}

.text-more-info {
    color: #7f8fa4;
    position: relative;
    font-size: 16px;
    margin-right: 20px;
    margin: 0;
    font-weight: 500;
    padding-right: 40px;

    /* border-right: 1px solid grey; */

    &::after {
        top: -10px;
        right: 0px;
        width: 1px;
        height: 40px;
        content: "";
        position: absolute;
        background-color: #7f8fa4;
    }
}

.btn-principal {
    background: var(--main-color-one) !important;
    border-color: var(--main-color-one) !important;
    color: white !important;
    font-family: var(--main-font);
}

.btn-home {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: white !important;
    font-family: var(--main-font);
    font-weight: 100 !important;
    border-radius: 0 !important;
    display: inline-flex !important;

    & span {
        margin-right: 10px;
    }
}

.btn-home-img {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: white !important;
    font-family: var(--main-font);
    font-weight: 100 !important;
    border-radius: 0 !important;
    display: none;

    & span {
        margin-right: 10px;
    }
}

.btn-whatsapp {
    background-color: var(--color-whatsapp) !important;
    border-color: var(--color-whatsapp) !important;
    color: white !important;
}

.btn-banner {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: white !important;
}

.btn-alt {
    background-color: var(--blue-color) !important;
    border-color: var(--blue-color) !important;
    color: white !important;
}

.btn-w-alt {
    background-color: var(--secondary-color-two) !important;
    border-color: var(--secondary-color-two) !important;
    color: white !important;
}

.card {
    font-family: var(--main-font) !important;
    // -webkit-box-shadow: 0 2px 5px 1px #4848482e;
    // box-shadow: 0 2px 5px 1px #4848482e;
    padding: 20px;
    margin-top: 20px;

    &.card-clean {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .mt-20 {
        margin-top: 20px;
    }

    &.card-principal {
        .card-title {
            color: var(--main-color-one);
            font-family: var(--main-font);
            font-size: var(--main-title-size);
            font-weight: 600;
        }

        small {
            color: var(--main-color-one);
        }

        .card-title {
            &.title-alt {
                color: var(--secondary-color) !important;
            }

            &.title-marca {
                font-size: 35px !important;
                color: var(--secondary-color-two);
            }
        }
    }
}

.sec-marcas .titulo {
    color: var(--main-color-one);
}

.sec-plan {
    font-family: var(--main-font) !important;
    background: var(--background-grey);

    .title-plan {
        color: var(--secondary-color-two) !important;
        padding-top: 0px;
        margin-top: 0px;
        font-weight: 600;
        font-size: 3em !important;
    }

    .text-precio {
        font-size: 1.5em;
        color: var(--color-whatsapp);
        font-weight: 500;
    }

    .icon-plan {
        position: relative;
        width: 120px;
        left: 0%;
        top: 0;
    }

    .box-plan {
        padding-bottom: 100px;
    }

    .background-box {
        width: auto;
        position: relative;

        .floating-img {
            position: absolute;
            right: 0;
            top: 100;
            width: 30%;
        }
    }

    .content-plan {
        h4 {
            font-weight: 500;
            font-size: 1.6em;
        }

        .text-marca i {
            color: var(--color-whatsapp);
        }

        .btn-banner {
            background-color: var(--color-whatsapp) !important;
            border-color: var(--color-whatsapp) !important;
        }
    }
}

.sec-details {
    font-family: var(--main-font) !important;
    background: var(--main-color-one);
    color: white;

    .title-main {
        color: white !important;
        padding-top: 0px;
        margin-top: 0px;
        font-weight: 600;
        font-size: 3em !important;
        margin-bottom: 25px;
    }

    .text-content-main {
        font-size: 21px !important;
    }

    .card-body {
        padding-top: 110px;
    }
}

.respaldados {
    .texto {
        margin-top: 0px !important;
    }

    img {
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }
}
@keyframes slideOnY {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slideOnX {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.slide-one {
    text-align: center;

    .div-title {
        text-align: left;
        justify-content: flex-end;
        animation: slideOnX 1.5s ease;
        & div {
            padding-top: 35px;
        }
    }

    .div-img {
        text-align: -webkit-left;
        img {
            width: 85%;
            animation: slideOnY 1.5s ease;
        }
    }

    p {
        color: var(--blue-color-two);
        font-family: var(--main-font);
    }

    h1 {
        font-size: 60px;
        color: var(--blue-color-two);

        .t-bold {
            display: block;
            font-weight: 700;
        }

        font-family: var(--main-font-bold);
    }
}

.slide-two {
    text-align: center;
    background-color: var(--main-color-one);
    margin: 20px 20px 20px 20px;
    padding: 40px 0;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    top: -240px;
    align-items: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);

    .div-title {
        text-align: left;
        justify-content: flex-start;
        // & div {
        //     padding-top: 70px;
        // }
    }

    .div-img {
        text-align: -webkit-center;
        img {
            width: 50%;
        }
    }

    h1 {
        font-size: 50px;
        color: white;

        .t-bold {
            display: block;
            font-weight: 700;
        }

        font-family: var(--main-font);
        & strong {
            font-family: var(--main-font-bold);
        }
    }
}
.slide-tienda {
    background-image: url("../../../redising/abr-2024/background_store.png");
    min-height: 400px!important;
    // max-height: 330px!important;
    // background-position: right!important;
    background-size: cover;
    text-align: center;
    margin: 20px 20px 20px 20px;
    padding: 40px 0;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    top: -75px;
    align-items: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);

    .div-title {
        left: 100px;
        text-align: left;
        justify-content: flex-start;
    }

    h1 {
        font-size: 50px;
        color: white;

        .t-bold {
            display: block;
            font-weight: 700;
        }

        font-family: var(--main-font);
        & strong {
            font-family: var(--main-font-bold);
        }
    }
}
.slide-services {
    top: -180px;
    position: relative;
    & h1 {
        font-size: 50px;
        font-family: var(--main-font-bold);
        color: var(--blue-color-two);
    }
    & p {
        font-family: var(--main-font);
        color: var(--blue-color-two);
    }
}
.slide-services-icons {
    // padding: 0 200px;
    top: -155px;
    position: relative;

    & .card {
        border-radius: 20px;
        background-color: #f0f7f7;
        padding: 0;
        transition: transform 0.5s ease, box-shadow 0.5s ease;
        // min-height: 410px;
        // max-height: 410px;
        // align-content: center;
        margin-top: 0px;
        &.renuncia{
            background-image: url("../../../redising/abr-2024/renuncia.svg");
            background-repeat: no-repeat;
            background-position: right;
            background-position-y: bottom;
            min-height: 415px;
            max-height: 415px;
        }
        & .card-body.registro-de-marca{
            background-image: url("../../../redising/abr-2024/registro-marca.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: top;
            background-size: cover;
            min-height: 330px;
            max-height: 330px;
            border-radius: 20px;
        }
        & .card-body.transferencia{
            background-image: url("../../../redising/abr-2024/transferencia.svg");            
            background-size: 85%;
        }
        & .card-body.estatutos{
            background-image: url("../../../redising/abr-2024/estatutos.svg");
            background-size: 60%;
        }
        & .card-body.transferencia , .card-body.estatutos{
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: center;
            min-height: 320px;
            max-height: 320px;
            border-radius: 20px;
        }
        &.ver-mas {
            margin-top: 20px;
            min-height: 405px;
            max-height: 405px;
            background-color: var(--blue-color-two);
            & i {
                font-size: 30px;
                color: var(--main-color-one);
            }
            & .title {
                transform: none !important;
                left: 0;
                top: 100px;
            }
            & small,
            h3 {
                color: white;
                text-align: center;
            }
            & small {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 10px;
            }
        }        
        & .title {
            // transform: translate(5%, 30%);
            position: relative;
            top: 35px;
            left: 35px;
            & h3{
                line-height: 25px;
            }
        }
        & h3 {
            font-family: var(--main-font-bold);
            color: var(--blue-color-two);
            text-align: left;
        }
        & span {
            font-family: var(--main-font);
            color: var(--blue-color-two);
        }
        & img {
            width: auto;
        }
        & .arrow {
            position: absolute;
            bottom: 0;
            right: 15px;
        }
    }

    & .card:hover {
        box-shadow: 0px 0px 20px 12px rgba(19, 128, 207, 0.25);
        cursor: pointer;
        background-color: white;
        transform: scale(1.05);
        & .arrow{
            right: 0px;
        }
        &.ver-mas {
            & small,
            h3 {
                color: rgb(0, 0, 0);
            }
        }
    }
}
.slide-services-icons-carousel {
    display: none;
}

@media (max-width: 1367px) {
    .slide-services-icons {
        padding: 0 45px!important;
    }
}
@media (min-width: 1240px){
    .slide-services-icons {
        & .card {
            &.renuncia{
                & .title{
                    h3{
                        font-size: 35px;
                        line-height: 35px;
                    }
                }
            }
        }
    }
}
@media (min-width: 992px) {
    .slide-services-icons {
        & .col-md-4{
            width: 33.333333%!important;
        }
    }
}

.slide-empresas {
    padding: 0 200px;

    & .d-flex {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    &   .img-text,
        .img-empresa {
        flex-basis: calc(18% - 10px);
        margin-bottom: 40px;
        & img {
            filter: grayscale(100%);
            opacity: 0.5;
        }
    }

    & h3 {
    font-size: 50px;
        color: var(--blue-color-two);
        font-family: var(--main-font);
    }
    & span {
        color: var(--main-color-one);
        font-family: var(--main-font-bold);
    }
}
.slide-asesores{
    margin-top: 50px;
    background-color: black;
    & .d-flex{
        justify-content: center;
    }
}
.rev_slider_wrapper {
    display: none;
}
.div-asesor{
    position: relative;
}

.name-asesor{
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    & h3{
        color: white;
        font-size: 1.5vw;
        font-family: var(--main-font-bold);
    }
    & span{
        color: white;
        font-size: 1.5vw;
        font-family: var(--main-font);
    }
}


@media (max-width: 1400px) {
    .sec-plan .background-box .floating-img {
        top: 160px;
        width: 40%;
    }
    .sec-details .card-body {
        padding-top: 60px;
    }
}
@media (max-width: 1120px) {
    .slide-two {
        top: -160px !important;
    }
    .slide-tienda {
        top: -80px !important;
    }
    .slide-services {
        top: -155px !important;
    }
}
@media (max-width: 991px) {
    .card {
        text-align: center;
    }
    .slide-two .div-title {
        display: contents !important;
        text-align: center !important;
        & div {
            padding-top: 0px !important;
        }
        & p {
            font-size: 30px !important;
        }
        & a.btn-home {
            display: none !important;
        }
    }
    .container-fluid-home{
        .slide-one .div-title{
            display: contents !important;
            text-align: center !important;
            & a.btn-home {
                display: none !important;
            }
        }
    }
    .div-img {
        text-align: -webkit-center !important;
        position: relative;

        & a.btn-home-img {
            display: inline-flex !important;
            position: absolute;
            left: 50%;
            z-index: 1;
        }
        & img {
            width: 60% !important;
        }
    }

    .slide-one .div-img {
        & a.btn-home-img {
            top: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .slide-two .div-img {
        & a.btn-home-img {
            top: 100%;
            transform: translate(-50%, 100%);
            width: 150px;
        }
    }
    .slide-two {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 150px;
        top: -150px !important;
    }
    .slide-tienda {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 150px;
        top: -100px !important;
        .div-title {
            left: 0;
        }
    }
    .slide-services {
        top: -140px !important;

        .title-web {
            display: none !important;
        }
        .title-mobile {
            display: initial !important;
        }
        & h1 {
            font-size: 50px;
            font-family: var(--main-font-bold);
            color: var(--blue-color-two);
        }
        & p {
            font-family: var(--main-font);
            color: var(--blue-color-two);
            font-size: 30px !important;
        }
    }
    .slide-services-icons {
        display: none !important;
    }
    .slide-services-icons-carousel {
        display: initial;
        top: -150px;
        position: relative;
        & .testimonial-author {
            display: block;
            width: 100%;
            padding-left: 15px;
            text-align: center;
            margin: 0 auto;
        }

        & .card {
            border-radius: 20px;
            position: relative;
            // box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            background-color: #f0f7f7;
            padding: 0;
            // max-height: 550px;
            // min-height: 515px;
            max-height: 550px;
            min-height: 380px;
            max-width: 300px;

            &.ver-mas {
                align-content: center;
                background-color: var(--blue-color-two) !important;
                & i {
                    font-size: 20px;
                    color: var(--main-color-one);
                }
                & .title {
                    transform: none !important;
                    left: 0;
                    top: -15px!important;
                }
                & small,
                h3 {
                    color: white;
                    text-align: center;
                }
                & small {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 10px;
                }
            }

            & .image-container {
                // position: absolute;
                bottom: 0;
                width: 100%; /* Para que ocupe todo el ancho del contenedor */
                text-align: center; /* Para centrar horizontalmente la imagen */
            }
            & .title {
                // transform: translate(10%, 30%);
                margin-bottom: 25px;
                position: relative;
                top: 20px;
                left: 20px;
                & h3{
                    line-height: 29px;
                }
            }

            & h3 {
                font-size: 30px !important;
                font-family: var(--main-font-bold);
                color: var(--blue-color-two);
                text-align: left;
            }
            & span {
                font-family: var(--main-font);
                color: var(--blue-color-two);
            }
            & .arrow {
                position: absolute;
                bottom: 0;
                right: 0;
            }
        }

        & .card:hover {
            cursor: pointer;
            background-color: white !important;
            box-shadow: 0px 0px 20px 12px rgba(19, 128, 207, 0.25);
            &.ver-mas {
                & small,
                h3 {
                    color: rgb(0, 0, 0);
                }
            }
        }
    }
    .slide-empresas {
        padding: 0 100px;
        & .d-flex {
            flex-wrap: wrap;
            justify-content: space-evenly;
        }
        &   .img-text,
            .img-empresa {
            flex-basis: calc(25% - 10px);
            margin-bottom: 40px;
            & img {
                filter: grayscale(100%);
                opacity: 0.5;
            }
        }
    }
    .name-asesor{
        position: absolute;
        bottom: 25px;
        right: 0;
        left: 0;
        text-align: center;
        & h3{
            margin-bottom: 0px;
            font-size: 2.2vw!important;            
        }
        & span{
            font-size: 1.5vw;
        }
    }
}

@media (max-width: 959.95px) {
    .row-more-info {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(3, 1fr);
    }

    .text-more-info {
        grid-column: 1 / 4;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 0;
        border-right: 0;

        /* border-bottom: 1px solid grey; */
        /* padding-bottom: 10px; */

        &::after {
            top: 30px;
            right: calc(50% - 20px);
            width: 60px;
            height: 1px;
            content: "";
            position: absolute;
            background-color: #7f8fa4;
        }
    }

    .row-more-info img {
        height: 60px;
        margin-left: 5px;
    }
}

@media (max-width: 930px) {
    .respaldados .texto {
        text-align: center;
        border-right: none !important;
    }
}

@media (max-width: 580px) {
    .sec-plan .background-box .floating-img {
        display: none;
    }
    .div-title {
        & div {
            padding-top: 0px !important;
        }
        & h1 {
            font-size: 30px !important;
        }
        & p {
            font-size: 15px !important;
        }
    }

    .slide-empresas {
        padding: 0 50px;
        margin-top: -100px;
    }
    .slide-one .div-img,
    .slide-two .div-img {
        & img {
            width: 100% !important;
        }
    }

    & .img-text {
        flex-basis: calc(100%)!important;
        margin-bottom: 50px!important;
        & h3{
            font-size: 45px;
        }
    }
    & .img-empresa {
        flex-basis: calc(35% - 20px)!important;
        margin-bottom: 50px!important;        
    }

    .rev_slider_wrapper {
        display: block!important;
        & .tp-bgimg{
            background-position: top center!important;
        }
        & .name-asesor{
            position: absolute;
            bottom: 25px;
            right: 0;
            left: 0;
            text-align: center;
            & h3{
                font-size: 25px!important;
            }
            & span{
                font-size: 25px!important;
            }
        }
    }
    .slide-asesores{
        display: none!important;
    }

    .slide-two {
        margin: 20px 0px;
        & .div-img img.asesor{
            width: 190px!important;
        }
    }
    .slide-tienda {
        background-position-x:-100px;
        margin: 20px 0px;
        & .div-img img.asesor{
            width: 190px!important;
        }
    }
   
}

@media (max-width: 500px) {
    .mb-none {
        display: none !important;
    }
    .center-resp {
        text-align: center !important;
        padding-top: 0px;
    }
}

/* ==========================
        SLIDER BCP 
=============================*/

.slider-bcp {
    font-family: var(--main-font);
    background-image: url("../../redising/fondo_bcp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.border-container {
    border-left: solid #ff7800 12px;
    height: 30vw;
    position: absolute;
    top: 100px;
    margin-left: -15px;
    border-radius: 15px;
}

.slider-bcp {
    .description {
        margin-left: 150px;
    }

    h1 {
        font-weight: 700;
        font-family: var(--main-font-bold);
        margin-top: 7%;
        font-size: 4.2vw;
    }

    h4 {
        font-family: var(--main-font);
        font-size: 1.5vw;
    }

    .border-down {
        border: solid #ff7800 5px;
        width: 85px;
        display: inline-table;
        margin-top: auto;
    }
}

.slider-bcp-two {
    font-family: var(--main-font);

    /* background-size: contain; */
    background-image: url("../../redising/fondo_bcp_dos.jpg");
    background-repeat: no-repeat;

    /* height:550px; */
    background-size: 100%;

    /* height: 90%; */
    height: auto;

    .row {
        margin-top: 11%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 10.5vw;
    }

    .sec-two-check {
        h4 {
            margin-left: 20vw;

            /* margin-left: 300px; */
            font-weight: 700;
            font-family: var(--main-font-bold);

            /* font-size: 55px; */
            font-size: 2.5vw;
        }

        h3 {
            /* margin-left: 330px; */
            margin-left: 22vw;
            font-weight: 700;
            font-family: var(--main-font-bold);
            font-size: 2vw;

            sup {
                font-weight: 700;
                font-family: var(--main-font-bold);
                font-size: 1vw;
            }
        }

        ul {
            list-style: none;

            /* margin-left: 300px; */
            margin-left: 20vw;

            li {
                text-align: justify;
                max-width: 275px;
                font-family: var(--main-font);
                font-weight: 600;
                color: black;
            }
        }

        li::before {
            font-family: "Font Awesome 5 Free";
            content: "\f00c";
            display: inline-block;
            margin-left: -1.3em;
            color: #ff7800;
        }

        a {
            /* margin-left: 300px; */
            margin-left: 20vw;
            background-color: #ff7800;
            color: white;
            font-family: var(--main-font);
            padding: 10px 20px 10px 20px;
            border-radius: 5px;
            border: 0;
        }
    }

    .sec-two-code {
        padding-top: 80px;
        background-color: white;
        border-radius: 15px;
        padding: 15px 30px 0px 30px;

        h4 {
            font-weight: 700;
            font-family: var(--main-font);
        }

        h1 {
            font-weight: 700;
            font-family: var(--main-font-bold);
            color: #ff7800;
        }
    }
}

.slider-bcp-three {
    background-image: url("../../redising/fondo_bcp_tres.jpg");
    background-repeat: no-repeat;

    /* height:550px; */
    background-size: 100%;
    height: auto;

    .section-images {
        margin-top: 80px;
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        align-items: center;
    }
}

.border-container-three {
    border-right: solid var(--main-color-one) 12px;
    height: 49vw;
    position: absolute;
    margin-top: 180px;
    right: 0;
    border-radius: 15px;
}

.slider-bcp-three {
    i {
        color: #ff7800;
    }

    .h3-anuncio {
        font-family: var(--main-font-bold);
        font-weight: 600;
        margin-top: 100px;
    }

    h1 {
        position: absolute;
        font-family: var(--main-font-bold);
        font-weight: 600;
        font-size: 150px;
        color: #f7f7f7;
        z-index: 1;
    }

    h2 {
        position: relative;
        font-family: var(--main-font-bold);
        font-weight: 600;
        margin-top: 130px;
        z-index: 2;
    }

    h4 {
        font-family: var(--main-font-bold);
        font-weight: 600;
        margin-top: 30px;
    }

    ul {
        list-style: none;
    }

    li::before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        display: inline-block;
        margin-left: -1.3em;
        color: #ff7800;
    }

    ul li {
        text-align: justify;
        max-width: 275px;
        font-family: var(--main-font);
        font-weight: 600;
        color: black;
    }
}

.slider-bcp-four {
    .row {
        display: flex;
        margin-top: 80px;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .description {
        margin-left: 20px;
    }

    h1 {
        position: absolute;
        font-family: var(--main-font-bold);
        font-weight: 600;
        margin-top: 50px;
        font-size: 150px;
        color: #f7f7f7;
        z-index: 1;
    }

    h2 {
        position: relative;
        font-family: var(--main-font-bold);
        font-weight: 600;
        margin-top: 130px;
        z-index: 2;

        /* font-size: 120px; */
    }

    ul {
        list-style: none;
    }

    li::before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        display: inline-block;
        margin-left: -1.3em;
        color: #ff7800;
    }

    ul li {
        text-align: justify;
        max-width: 275px;
        font-family: var(--main-font);
        font-weight: 600;
        color: black;
    }
}

@media (max-width: 768px) {
    .slider-bcp-two {
        .row {
            flex-direction: column;
            padding-bottom: 10px;
        }

        background-size: cover !important;

        .sec-two-check {
            background-size: cover !important;
            padding-bottom: 15px;
        }
    }

    .slider-bcp {
        .description {
            margin-left: 50px !important;
        }

        h4 {
            font-family: var(--main-font);
            font-size: 2.5vw;
        }
    }

    .border-container {
        display: none !important;
    }

    .slider-bcp .border-down {
        margin-bottom: 0 !important;
    }

    .slider-bcp-three {
        .h3-anuncio {
            padding: 20px;
        }

        .section-images {
            flex-direction: column-reverse;
        }

        .border-container-three {
            display: none;
        }

        .section-images .description {
            padding: 0 !important;
        }
    }

    .slider-bcp-four {
        .row {
            flex-direction: column;
            align-items: center;
        }

        .description {
            margin-left: 0 !important;
        }
    }
}

@media (max-width: 991px) {
    .border-container {
        top: 77px !important;
    }
}

/* FIN BCP */

/* ==========================
        SLIDER MI BANCO YEVO 
=============================*/
.slider-yevo {
    font-family: var(--main-font);
    background-size: cover;

    .container {
        position: absolute;
        top: 35%;

        .body {
            padding: 20px;
        }
    }

    .imagen img {
        margin: auto;
    }

    h1 {
        color: white;
        font-weight: 500;
        font-size: 2em;

        .t-bold {
            display: block;
            font-weight: 700;
        }

        color: white;
        font-family: var(--main-font);
    }

    p {
        color: white;
        font-family: var(--main-font);
    }
}

.sec-logos {
    font-family: var(--main-font);

    .normal-heading-text {
        font-weight: 500;
        font-size: 1.4em;
        text-align: center;
    }

    .btn-cupon {
        border-color: var(--color-whatsapp) !important;
        border-width: 2px !important;
        border-radius: 30px !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        color: var(--color-whatsapp) !important;

        &:hover {
            background-color: #9bfcc5 !important;
        }
    }
}

.banner-lista {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: var(--main-font);

    h2 {
        font-family: var(--main-font);
        font-size: 35px;
        color: white;
    }

    &.back-main {
        background: var(--main-color-one);
    }
}

.rangeslider__fill,
.testimonial-carousel .slick-slide.slick-active .testimonial-box {
    background-color: var(--main-color-one) !important;
}

.testimonial:after {
    color: white !important;
}

.slick-slide.slick-active .testimonial:before {
    color: var(--main-color-one) !important;
}

.testimonial-author img {
    border-radius: 0px !important;
    width: auto;
}

span.blog-item-tag {
    background-color: var(--secondary-color) !important;
}

@media (min-width: 1500px) {
    .slider-yevo {
        padding-bottom: 300px;
    }
    .slider-yevo .container {
        top: 38%;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .slider-yevo .container {
        top: 3%;
    }
}

@media (max-width: 990px) {
    .slider-yevo .container {
        top: 2%;
    }
}

@media (max-width: 580px) {
    .sec-logos img {
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .slider-yevo {
        padding-bottom: 260px;
    }
}

@media (min-width: 500px) {
    .only-web {
        display: block;
    }

    .only-cel {
        display: none;
    }
}

@media (max-width: 499px) {
    .only-web {
        display: none;
    }

    .only-cel {
        display: block;
    }
}