:root {
    --main: #4425f1;
    --darker: #124d4e;
    --dark: #3a3a3a;
    --grey: #f9f9f9;
    --white: #fff;
    --green: #4ae8a1;
    --orange: #FFB500;
}

body {
font-family:"Roboto", sans-serif;
font-style:normal;
font-weight:400;
font-display:block;
}

.header {
    top: 0px;
    background: var(--main);
}

.header.sticky {
    padding: 5px 0;
}

.h-35 {
    height: 35px;
}
.white {
    color: var(--white) !important;
}

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

.red,
.rojo {
    color: #ba272c !important;
}

.black,
.negro {
    color: #000 !important;
}

.green,
.verde {
    color: #39bb81 !important;
}

.white,
.blanco {
    color: var(--white) !important;
}

.orange,
.naranjado {
    color: var(--orange) !important;
}

.text--base {
    color: #ee912e !important;
}

.text-promission {
    color: #48ff79;
}

.fs-20 {
    font-size: 20px;
}

.block {
    display: block !important;
}

.visible {
    visibility: visible !important;
}

.jc-center {
    justify-content: center !important;
}

.ts-30 {
    font-size: 30px !important;
}

.pt-6 {
    padding-top: 4rem!important;
}

.pt-7 {
    padding-top: 5rem!important;
}

.mt-6 {
    margin-top: 4rem!important;
}

.mt-7 {
    margin-top: 5rem!important;
}

.main-cl {
    color: var(--main) !important;
}

.main-bg {
    background-color: var(--main) !important;
}

.display-block {
    display: block;
}

.bs-g-x {
    --bs-gutter-x: 0.5rem;
}

.bor-b {
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.form-control {
    border-color: var(--main);
}

.tc {
    text-align: center !important;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-48 {
    width: 48px;
    height: 48px;
}

.icon-64 {
    width: 64px;
    height: 64px;
}

.icon-80 {
    width: 80px;
    height: 80px;
}

.icon-96 {
    height: 96px;
    width: 96px;
}

.icon-128 {
    height: 128px;
    width: 128px;
}

.ht-80 {
    height: 80px;
}

.logo img {
    max-width: 120px;
    max-height: 25px;
}

.table>tbody {
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.mix-green {
    background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%);
}

.mix-blue {
    background: linear-gradient( 0deg, #4057e3 14%, #0091ff 73%);
}

.mix-red {
    background: linear-gradient( 0deg, #b31da3 9%, #d63f87 50%, #f9606a 88%);
}

.mix-violet {
    background: linear-gradient( 0deg, #7e2afc 39%, #903df7 70%, #a250f2 88%);
}

.mix-orange {
    background: linear-gradient( 0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

.mix-darkblue {
    background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}

.btn.mix-blue,
.btn.mix-green,
.btn.mix-red,
.btn.mix-orange,
.btn.mix-violet,
.btn.mix-darkblue {
    color: #fff !important;
}

.btn.mix-blue:hover,
.btn.mix-green:hover,
.btn.mix-red:hover,
.btn.mix-orange:hover,
.btn.mix-violet:hover,
.btn.mix-darkblue:hover {
    background: var(--main) !important;
    color: #fff !important;
}


/* Main Page START */

.menu li a.active {
    color: linear-gradient(180deg, #e1a360 30%, #e38e32 67%, #e57904 88%) !important;
}

.gradient-five {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #dc7100), color-stop(70%, #ee912e), color-stop(88%, #f1a452)) !important;
    background: linear-gradient(0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

.gradient-six {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2400f1), color-stop(70%, #4e31ef), color-stop(88%, #6750ea)) !important;
    background: linear-gradient(0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}

div[class*="col"]:nth-of-type(4n+5) .plan-item {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #dc7100), color-stop(70%, #ee912e), color-stop(88%, #f1a452)) !important;
    background: linear-gradient(0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

div[class*="col"]:nth-of-type(4n+6) .plan-item {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2400f1), color-stop(70%, #4e31ef), color-stop(88%, #6750ea)) !important;
    background: linear-gradient(0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}

.how-work-item:hover {
    transform: scale(1.05);
}

.faq-item .faq-title h5.title {
    color: #fff !important;
    font-size: 16px !important;
}

li[class*="has-sub-menu"]:nth-child(odd)>.sub-menu.sub {
    left: 100%;
}

li[class*="has-sub-menu"]:nth-child(even)>.sub-menu.sub {
    left: -100%;
}

.login_btn {
    color: white;
    background: #0f84f9;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 600;
}

.blink_me {
    animation: blinker 1.5s linear infinite;
    color: white;
    background: #0f84f9;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 600;
}
  
.horario {
    color: #fff !important;
    background-color: #378c1a;
    border-radius: 5px;
    padding: 0px 2px;
}

@keyframes blinker {  
    50% { background: #b9950e;
        color: white}
    
}

/* animalito */
.label-date {
text-transform: capitalize !important;
font-size: 20px;
color: var(--main);
padding-right: 20px;
}

div[class*="an-item"]:nth-of-type(n+1) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #4057e3), color-stop(73%, #0091ff));
    background: linear-gradient( 0deg, #4057e3 14%, #0091ff 73%) !important;
}

div[class*="an-item"]:nth-of-type(n+2) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2fbb81), color-stop(70%, #3ad486), color-stop(88%, #52e6a5)) !important;
    background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%) !important;
}

div[class*="an-item"]:nth-of-type(n+3) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #7e2afc), color-stop(70%, #903df7), color-stop(88%, #a250f2)) !important;
    background: linear-gradient( 0deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

div[class*="an-item"]:nth-of-type(n+4) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #dc7100), color-stop(70%, #ee912e), color-stop(88%, #f1a452)) !important;
    background: linear-gradient(0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

div[class*="an-item"]:nth-of-type(n+5) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2400f1), color-stop(70%, #4e31ef), color-stop(88%, #6750ea)) !important;
    background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}

div[class*="an-item"]:nth-of-type(n+6) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #b31da3), color-stop(70%, #d63f87), color-stop(88%, #f9606a)) !important;
    background: linear-gradient( 0deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}

div[class*="an-item"]:nth-of-type(1n+6) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #4057e3), color-stop(73%, #0091ff));
    background: linear-gradient( 0deg, #4057e3 14%, #0091ff 73%) !important;
}

div[class*="an-item"]:nth-of-type(2n+6) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2fbb81), color-stop(70%, #3ad486), color-stop(88%, #52e6a5)) !important;
    background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%) !important;
}

div[class*="an-item"]:nth-of-type(3n+6) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #7e2afc), color-stop(70%, #903df7), color-stop(88%, #a250f2)) !important;
    background: linear-gradient( 0deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

div[class*="an-item"]:nth-of-type(4n+6) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #dc7100), color-stop(70%, #ee912e), color-stop(88%, #f1a452)) !important;
    background: linear-gradient(0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

div[class*="an-item"]:nth-of-type(5n+6) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2400f1), color-stop(70%, #4e31ef), color-stop(88%, #6750ea)) !important;
    background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}

div[class*="an-item"]:nth-of-type(6n+6) .faq-title.an {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #b31da3), color-stop(70%, #d63f87), color-stop(88%, #f9606a)) !important;
    background: linear-gradient( 0deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}


/* triple */

div[class*="tr-item"]:nth-of-type(n+1) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2fbb81), color-stop(70%, #3ad486), color-stop(88%, #52e6a5)) !important;
    background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%) !important;
}

div[class*="tr-item"]:nth-of-type(n+2) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #4057e3), color-stop(73%, #0091ff));
    background: linear-gradient( 0deg, #4057e3 14%, #0091ff 73%) !important;
}

div[class*="tr-item"]:nth-of-type(n+3) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #7e2afc), color-stop(70%, #903df7), color-stop(88%, #a250f2)) !important;
    background: linear-gradient( 0deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

div[class*="tr-item"]:nth-of-type(n+4) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #b31da3), color-stop(70%, #d63f87), color-stop(88%, #f9606a)) !important;
    background: linear-gradient( 0deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}

div[class*="tr-item"]:nth-of-type(n+5) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #dc7100), color-stop(70%, #ee912e), color-stop(88%, #f1a452)) !important;
    background: linear-gradient(0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

div[class*="tr-item"]:nth-of-type(n+6) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2400f1), color-stop(70%, #4e31ef), color-stop(88%, #6750ea)) !important;
    background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}

div[class*="tr-item"]:nth-of-type(1n+6) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2fbb81), color-stop(70%, #3ad486), color-stop(88%, #52e6a5)) !important;
    background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%) !important;
}

div[class*="tr-item"]:nth-of-type(2n+6) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #4057e3), color-stop(73%, #0091ff));
    background: linear-gradient( 0deg, #4057e3 14%, #0091ff 73%) !important;
}

div[class*="tr-item"]:nth-of-type(3n+6) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #7e2afc), color-stop(70%, #903df7), color-stop(88%, #a250f2)) !important;
    background: linear-gradient( 0deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

div[class*="tr-item"]:nth-of-type(4n+6) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #b31da3), color-stop(70%, #d63f87), color-stop(88%, #f9606a)) !important;
    background: linear-gradient( 0deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}

div[class*="tr-item"]:nth-of-type(5n+6) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #dc7100), color-stop(70%, #ee912e), color-stop(88%, #f1a452)) !important;
    background: linear-gradient(0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

div[class*="tr-item"]:nth-of-type(6n+6) .faq-title.tr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2400f1), color-stop(70%, #4e31ef), color-stop(88%, #6750ea)) !important;
    background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}


/* loto */

div[class*="lt-item"]:nth-of-type(n+1) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #7e2afc), color-stop(70%, #903df7), color-stop(88%, #a250f2)) !important;
    background: linear-gradient( 0deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

div[class*="lt-item"]:nth-of-type(n+2) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2fbb81), color-stop(70%, #3ad486), color-stop(88%, #52e6a5)) !important;
    background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%) !important;
}

div[class*="lt-item"]:nth-of-type(n+3) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #4057e3), color-stop(73%, #0091ff));
    background: linear-gradient( 0deg, #4057e3 14%, #0091ff 73%) !important;
}

div[class*="lt-item"]:nth-of-type(n+4) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2400f1), color-stop(70%, #4e31ef), color-stop(88%, #6750ea)) !important;
    background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}

div[class*="lt-item"]:nth-of-type(n+5) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #dc7100), color-stop(70%, #ee912e), color-stop(88%, #f1a452)) !important;
    background: linear-gradient(0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

div[class*="lt-item"]:nth-of-type(n+6) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #b31da3), color-stop(70%, #d63f87), color-stop(88%, #f9606a)) !important;
    background: linear-gradient( 0deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}

div[class*="lt-item"]:nth-of-type(1n+6) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #7e2afc), color-stop(70%, #903df7), color-stop(88%, #a250f2)) !important;
    background: linear-gradient( 0deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

div[class*="lt-item"]:nth-of-type(2n+6) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2fbb81), color-stop(70%, #3ad486), color-stop(88%, #52e6a5)) !important;
    background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%) !important;
}

div[class*="lt-item"]:nth-of-type(3n+6) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #4057e3), color-stop(73%, #0091ff));
    background: linear-gradient( 0deg, #4057e3 14%, #0091ff 73%) !important;
}

div[class*="lt-item"]:nth-of-type(4n+6) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #2400f1), color-stop(70%, #4e31ef), color-stop(88%, #6750ea)) !important;
    background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
}

div[class*="lt-item"]:nth-of-type(5n+6) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #dc7100), color-stop(70%, #ee912e), color-stop(88%, #f1a452)) !important;
    background: linear-gradient(0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

div[class*="lt-item"]:nth-of-type(6n+6) .faq-title.lt {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #b31da3), color-stop(70%, #d63f87), color-stop(88%, #f9606a)) !important;
    background: linear-gradient( 0deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}


/* Main Page END */


/*Banner Section Starts Here*/

.inner-banner {
    position: unset;
}

.banner-section {
    /*padding: 310px 0 364px;*/
    position: relative;
    overflow: hidden;
}

.inner-banner-content .inner-banner-title {
    font-size: 1.5vw !important;
}

.plan-item .plan-inner-part .plan-interest-percent {
    font-size: 1.5vw !important;
}

.inner-banner-thumb {
    position: unset;
}

@media (max-width: 1550px) {
    .inner-banner-content .inner-banner-title {
        font-size: 2.5vw !important;
    }
    .plan-item .plan-inner-part .plan-interest-percent {
        font-size: 2.5vw !important;
    }
}

@media (max-width: 1550px) {
    .inner-banner {
        position: relative;
    }
}

@media (max-width: 991px) {
    .banner-section {
        padding: 250px 0 180px;
    }
    .inner-banner-content .inner-banner-title {
        font-size: 3.5vw !important;
    }
    .plan-item .plan-inner-part .plan-interest-percent {
        font-size: 3.5vw !important;
    }
}

@media (max-width: 767px) {
    .inner-banner-content .inner-banner-title {
        font-size: 4.5vw !important;
        max-width: unset;
    }
    .plan-item .plan-inner-part .plan-interest-percent {
        font-size: 4.5vw !important;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding: 312px 0 180px;
    }
    .inner-banner-content .inner-banner-title {
        font-size: 5.5vw !important;
        max-width: unset;
    }
    .plan-item .plan-inner-part .plan-interest-percent {
        font-size: 5.5vw !important;
    }
    table#resultados {
        display: inline-table !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .ingrid {
        display: inline-grid !important;
        width: 50%;
    }
    .ingrid.chance-abc1,
    .ingrid.chance-abc2,
    .ingrid.chance-abc3 {
        width: 22%
    }
    .ingrid.chance-abc4 {
        width: 34%
    }
}

.banner-content .title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 10px;
}

.banner-content .title span {
    font-weight: 700;
}

@media (max-width: 991px) {
    .banner-content .title {
        letter-spacing: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner-content .title {
        font-size: 50px;
        line-height: 60px;
    }
}

.banner-content p {
    margin: 0;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
}

.banner-content .button-group {
    align-items: center;
}

.banner-content .button-group .custom-button {
    margin-right: 50px;
}

@media (min-width: 576px) {
    .banner-content .button-group .custom-button {
        margin-right: 65px;
    }
}

@media (max-width: 575px) {
    .banner-content .title {
        font-size: 38px;
        line-height: 48px;
    }
    .banner-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-content .button-group {
        margin: -10px;
    }
    .banner-content .button-group a {
        margin: 10px !important;
    }
    .banner-content .button-group a.custom-button {
        font-size: 14px;
    }
    .banner-content .button-group a::after,
    .banner-content .button-group a::before {
        display: none;
    }
}

.banner-bg {
    width: 100%;
    height: 100%;
}

.banner-bg div[class*="chart"] {
    position: absolute;
}

.banner-bg .chart-1 {
    top: 350px;
    right: calc(50% - 50px);
}

@media (max-width: 1199px) {
    .banner-bg .chart-1 {
        display: none;
    }
}

.banner-bg .chart-2 {
    top: 300px;
    right: calc(50% + 206px);
}

.banner-bg .chart-3 {
    top: 290px;
    right: calc(50% + 688px);
}

.banner-bg .chart-4 {
    top: 250px;
    right: calc(50% + 150px);
}

.animation-area {
    position: inherit;
    width: 40%;
    height: 500px;
}

.animation-area .plot {
    position: absolute;
    bottom: 81px;
    right: 193px;
}

.animation-area .element-1 {
    bottom: 211px;
    right: 145px;
}

.animation-area .element-1 img {
    animation: light 6s linear infinite;
    -webkit-animation: light 6s linear infinite;
    -moz-animation: light 6s linear infinite;
}

.animation-area .element-2 {
    bottom: 335px;
    right: 323px;
}

.animation-area .element-2 img {
    animation: jump 6s alternate infinite;
    -webkit-animation: jump 6s alternate infinite;
    -moz-animation: jump 6s alternate infinite;
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
}

.animation-area .element-3 {
    bottom: 250px;
    right: 372px;
}

.animation-area .element-3 img {
    animation: jump 6s alternate infinite;
    -webkit-animation: jump 6s alternate infinite;
    -moz-animation: jump 6s alternate infinite;
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
}

.animation-area .element-4 {
    bottom: 355px;
    right: 260px;
}

.animation-area .element-4 img {
    animation: jump 6s alternate infinite;
    -webkit-animation: jump 6s alternate infinite;
    -moz-animation: jump 6s alternate infinite;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}

.animation-area .element-5 {
    bottom: 182px;
    right: 235px;
}

.animation-area .element-5 img {
    animation: jump 6s alternate infinite;
    -webkit-animation: jump 6s alternate infinite;
    -moz-animation: jump 6s alternate infinite;
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
}

.animation-area .element-6 {
    bottom: 169px;
    right: 458px;
}

.animation-area .element-6 img {
    animation: jump 6s alternate infinite;
    -webkit-animation: jump 6s alternate infinite;
    -moz-animation: jump 6s alternate infinite;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.animation-area .element-7 {
    bottom: 260px;
    right: 230px;
}

.animation-area .element-7 img {
    animation: jump 6s alternate infinite;
    -webkit-animation: jump 6s alternate infinite;
    -moz-animation: jump 6s alternate infinite;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

.animation-area .element-8 {
    bottom: 158px;
    right: 330px;
}

.animation-area .element-8 img {
    animation: jump 6s alternate infinite;
    -webkit-animation: jump 6s alternate infinite;
    -moz-animation: jump 6s alternate infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.animation-area .element-9 {
    bottom: 310px;
    right: 455px;
}

.animation-area .element-9 img {
    animation: jump 6s alternate infinite;
    -webkit-animation: jump 6s alternate infinite;
    -moz-animation: jump 6s alternate infinite;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

.animation-area div[class*="element"] {
    position: absolute;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

.animation-area div[class*="element"].animated {
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

img.wid100 {
    width: 100px;
}

img.wid95 {
    width: 95px;
}

img.wid90 {
    width: 90px;
}

img.wid85 {
    width: 85px;
}

img.wid80 {
    width: 80px;
}

img.wid75 {
    width: 75px;
}

img.wid70 {
    width: 70px;
}

img.wid65 {
    width: 65px;
}

img.wid60 {
    width: 60px;
}

img.wid55 {
    width: 55px;
}

img.wid50 {
    width: 50px;
}

img.wid45 {
    width: 45px;
}

img.wid40 {
    width: 40px;
}

img.wid35 {
    width: 35px;
}


/* thumb custom css dato */

img.special {
    width: 100px;
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: -34%;
    /* display: contents; */
    position: relative;
    bottom: 558px;
}

img.special2 {
    width: 100px;
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: -37%;
    /* display: contents; */
    position: relative;
    bottom: 520px;
}

img.special3 {
    width: 100px;
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: -35%;
    /* display: contents; */
    position: relative;
    bottom: 612px;
}

img.special4 {
    width: 100px;
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: 9%;
    /* display: contents; */
    position: relative;
    bottom: 625px;
    background: transparent;
}

img.special5 {
    width: 100px;
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: 61%;
    /* display: contents; */
    position: relative;
    bottom: 475px;
    background: transparent;
}

img.special6 {
    width: 110px;
    height: 100px;
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: -77%;
    /* display: contents; */
    position: relative;
    bottom: 237px;
    background: transparent;
}

img.special7 {
    width: 125px;
    /* height: 100px; */
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: -80%;
    /* display: contents; */
    position: relative;
    bottom: 480px;
    background: transparent;
}

img.special8 {
    width: 100px;
    /* height: 100px; */
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: 19%;
    /* display: contents; */
    position: relative;
    bottom: 465px;
    background: transparent;
}

img.special9 {
    width: 100px;
    /* height: 100px; */
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: -4%;
    /* display: contents; */
    position: relative;
    bottom: 530px;
    background: transparent;
}

img.special10 {
    width: 100px;
    /* height: 100px; */
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: 47%;
    /* display: contents; */
    position: relative;
    bottom: 370px;
    background: transparent;
}

img.special11 {
    width: 100px;
    /* height: 100px; */
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeIn;
    right: 51%;
    /* display: contents; */
    position: relative;
    bottom: 508px;
    background: transparent;
}

.plan-item .plan-inner-part:nth-child(even) {
    width: 25% !important;
}

.plan-item .plan-inner-part:nth-child(odd) {
    width: 25% !important;
}

.plan-inner-part.w-33:nth-child(odd), .plan-inner-part.w-33:nth-child(even) {
    width: 37% !important;
}

@media (max-width: 991px) {
    .plan-item .plan-inner-part:nth-child(even) {
        width: 100% !important;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .plan-item .plan-inner-part:nth-child(odd) {
        width: 100% !important;
        height: 100%;
        display: inline-block;
    }
}

.counter-item {
    width: 150px !important;
    height: 150px !important;
}

.counter-item.animalito-negro img,
.counter-item.animalito-rojo img,
.counter-item.animalito-verde img {
    border-radius: 50%;
}

.counter-inner {
    width: 160px !important;
    height: 160px !important;
}

.animalito-rojo {
    background-color: #ba272c !important;
}

.animalito-rojo::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/red.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -25px;
    top: -25px;
}

.animalito-negro {
    background-color: #000 !important;
}

.animalito-negro::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/black.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -20px;
    top: -20px;
}

.animalito-verde {
    background-color: #39bb81 !important;
}

.animalito-verde::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/green.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -15px;
    top: -15px;
}

.animalito1 {
    background-color: #083206 !important;
}

.animalito1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/lottoactivo.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -30px;
    top: -30px;
}

.animalito2 {
    background-color: #5cb85c !important;
}

.animalito2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/lagranjita.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -30px;
    top: -30px;
}

.animalito3 {
    background-color: #1a43b0 !important;
}

.animalito3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/lottorey.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -30px;
    top: -30px;
}

.animalito4 {
    background-color: #2e85d6 !important;
}

.animalito4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/selvaplus.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -30px;
    top: -30px;
}

.animalito5 {
    background-color: #bb0012 !important;
}

.animalito5::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/chancedeanimalitos.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -30px;
    top: -30px;
}

.animalito6 {
    background-color: #cc8f25 !important;
}

.animalito6::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/counter/junglamillionaria.png) no-repeat center;
    background-size: contain;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: custom-rotate 12s linear infinite;
    animation: custom-rotate 12s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: -30px;
    top: -30px;
}

.faq-wrapper .faq-item .faq-title .title.index {
    width: calc(100% - 100px) !important;
}

.counter-item img {
    height: 135px;
    width: auto;
}

@media (max-width: 576px) {
    .counter-item {
        width: 110px !important;
        height: 110px !important;
        margin: 0 auto 10px;
    }
    .animalito1::before,
    .animalito2::before,
    .animalito3::before,
    .animalito4::before,
    .animalito5::before,
    .animalito6::before,
    .animalito-red::before,
    .animalito-black::before,
    .animalito-green::before {
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        left: unset;
        top: unset;
    }
    .animalito1>img,
    .animalito2>img,
    .animalito3>img,
    .animalito4>img,
    .animalito5>img,
    .animalito6>img,
    .animalito-red>img,
    .animalito-rojo>img,
    .animalito-black>img,
    .animalito-negro>img,
    .animalito-green>img,
    .animalito-verde>img {
        width: 100px;
        height: 100px;
    }
    .counter-item img {
        height: 100px;
        width: auto;
    }

    .animalito-negro::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/counter/black.png) no-repeat center;
        background-size: contain;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-animation: custom-rotate 12s linear infinite;
        animation: custom-rotate 12s linear infinite;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        left: -15px;
        top: -15px;
    }
    .animalito-rojo::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/counter/red.png) no-repeat center;
        background-size: contain;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-animation: custom-rotate 12s linear infinite;
        animation: custom-rotate 12s linear infinite;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        left: -16px;
        top: -15px;
    }
}

.pro--btn {
    display: inline-block;
    padding: 13px 35px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-weight: 500;
    border-radius: 30px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 20px 7px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px 7px rgb(0 0 0 / 56%);
    background: none;
}

.pro--btn span {
    position: relative;
    z-index: 1;
}

.pro--btn.active {
    background: var(--main);
    color: #fff;
}

.pro--btn.active:hover {
    color: #fff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.65);
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.65);
}

.pro--btn:hover,
.pro--btn.active {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.65);
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.65);
    color: #fff;
}

.pro--btn.btn--sm {
    padding: 5px 10px 5px;
    font-size: 14px;
}


/* resultados de los animalitos START */

.table-animalitos {
    vertical-align: middle;
    text-align: center;
    max-width: 90px;
}

.animalitos-header {
    text-transform: capitalize !important;
    max-width: none !important;
}

table#historial>thead>tr>th,
table#historial>thead>tr,
table#historial>tbody>tr>td,
table#historial>tbody>tr {
    vertical-align: middle !important;
    text-align: center !important;
}

#estadisticas td,
#estadisticas2 td,
#estadisticas3 td {
    padding-top: unset !important;
    padding-bottom: unset !important;
}

.title-center {
    text-align: center;
    margin-bottom: -35px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    /*background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;*/
    color: #000;
}

.table-striped>tbody>tr:nth-of-type(odd):hover {
    background: #5cb85c !important;
    /*background: linear-gradient( 0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;*/
    color: #fff !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
    /*background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%) !important;*/
    color: #000;
}

.table-striped>tbody>tr:nth-of-type(even):hover {
    background: #5cb85c !important;
    /*background: linear-gradient(45deg, #2fbb81 19%, #3ad486 58%, #52e6a5 81%) !important;*/
    color: #fff !important;
}

.affiliate-content .affilate-tab-menu .affiliate-tab-item .item-inner .percentage.active {
    display: block;
    position: relative;
    text-align: center;
}

h3.percentage.active::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 40px;
    top: 175%;
    transform: translate(-50%, -50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 36%, 0 0, 100% 0);
    clip-path: polygon(50% 36%, 0 0, 100% 0);
    opacity: 1;
    text-align: center;
}

h3.percentage.active.res::before {
    background: #39ba7a;
}

h3.percentage.active.his::before {
    background: #d63f87;
}

h3.percentage.active.est::before {
    background: #2869dd;
}

h3.percentage.active.dat::before {
    background: #cc6a04;
}

.inner-banner-content {
    max-width: 600px !important;
}

@media (min-width: 1200px) {
    .inner-banner-thumb {
        right: 50px;
    }
}

@media (max-width: 1199px) {
    .inner-banner-thumb {
        max-width: 350px !important;
    }
    .inner-banner-content {
        max-width: 550px !important;
    }
}

@media (max-width: 991px) {
    .inner-banner-thumb {
        max-width: 300px !important;
    }
    .inner-banner-content {
        max-width: 500px !important;
    }
}

.inner-banner-thumb {
    bottom: unset !important;
}

.counter-wrapper .info2 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    display: block !important;
}

@media (min-width: 576px) {
    .col-md-6.lot {
        flex: 0 0 auto;
        width: 46% !important;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .col-md-6.lot {
        flex: 0 0 auto;
        width: 46% !important;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .col-lg-12.lot {
        flex: 0 0 auto;
        width: 100% !important;
        margin-right: unset !important;
        margin-left: unset !important;
    }
}

.lot1 {
    width: 10% !important;
    text-align: left;
}

.lot2 {
    width: 50% !important;
    text-align: center;
}

.lot3 {
    width: 50% !important;
    text-align: center;
}

.maxwidth {
    width: 100% !important;
}

.btn-sticky-left {
    background: linear-gradient(0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%) !important;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 25px rgb(37 37 37 / 40%);
    left: 0;
    position: fixed;
    top: 20%;
    z-index: 99;
}

.btn-sticky-left a i {
    color: #252525;
    font-size: 18px;
}

.btn-sticky-left>a {
    padding: 10px;
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
    transition: all 250ms ease-in-out;
}

.btn-sticky-left li i {
    color: #252525;
    font-size: 18px;
}

.btn-sticky-left>li {
    /*padding: 10px;*/
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
    transition: all 250ms ease-in-out;
}

.btn-sticky-left span {
    width: 30px;
    height: 3px;
    background: #fff;
    position: relative;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.btn-sticky-left span::after,
.btn-sticky-left span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.btn-sticky-left span::before {
    top: -10px;
}

.btn-sticky-left span::after {
    bottom: -10px;
}

.submenu.active {
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: var(--main);
}

ul.responsive-menu.sub-menu.active {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    padding-left: unset;
}
@media (max-width: 992px){
.sub-menu-phone {
    border-top: 2px solid var(--main);
    border-bottom: 2px solid var(--main);
    visibility: hidden;
    opacity: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 0px 20px 5px rgb(238 145 46 / 15%);
    box-shadow: 0px 0px 20px 5px rgb(238 145 46 / 15%);
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    z-index: 1;
}
}
section#ani-res .invest-table-area:hover {
    /* transform: scale(1.02); 
    background-color: rgb(245 250 255);*/
    box-shadow: 0px 0px 15px 0px rgb(14 35 107 / 30%);
}


/* resultados de los animalitos END */


/* date picker style START */

.fecha {
    width: 50%;
}

.dropdown-menu {
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .fecha {
        width: 75%;
    }
    .dropdown-menu {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .fecha {
        width: 100%;
    }
    .dropdown-menu {
        font-size: 1rem;
    }
    .counter-wrapper .info2 {
        margin-top: 0px;
    }
    .counter-wrapper .info {
        margin-top: 5px;
    }    
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 10px;
    background-color: var(--main);
    border-radius: 10px;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    padding: 5px;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #FFF;
    color: var(--main);
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #ef744d;
}

.datepicker table tr td.today {
    color: #000000;
    background-color: #FFA953;
    border-color: #FFB76F;
}

.datepicker table tr td.today:hover {
    color: #FFFFFF;
    background-color: #884400;
    border-color: #f59e00;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #ffffff;
    background-color: #419841;
    border-color: #285e8e;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted.focus {
    color: #ffffff;
    background-color: #285e8e;
    border-color: #193c5a;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted.focus {
    color: #ffffff;
    background-color: #285e8e;
    border-color: #193c5a;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #50A2C9;
}


/* Date picker style END */


/* Resultados de las loterias START */

.lot-header {
    margin-top: 30px;
    margin-bottom: unset;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 26px !important;
    }
}


/* Resultados de las loterias END */


/* Resultados del loto START */

.loto-profit.theme-four {
    color: #4ae8a1 !important;
}

.loto-results {
    overflow: initial !important;
    margin-top: 140px;
    position: relative;
    z-index: 1;
}

.loto-results-wrapper {
    /*background: linear-gradient(0deg, #2400f1 39%, #4e31ef 70%, #6750ea 88%);*/
    padding: 50px 55px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 35px 5px rgb(126 42 252 / 15%);
    box-shadow: 0px 0px 35px 5px rgb(126 42 252 / 15%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.loto-results-wrapper .title {
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.loto-results-wrapper .form--group .nice-select {
    border: none;
    background: rgba(126, 42, 252, 0.1);
    height: 70px;
    color: #777;
    font-weight: 700;
}

h5.daily-loto.theme-four {
    text-align: center;
    margin-bottom: 20px;
}

.loto-results-wrapper .line {
    width: 215px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 25px auto;
}

ul.numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    text-align: center;
    padding-right: 25%;
    padding-left: 25%;
}

.loto-results-wrapper .numbers li {
    padding: 10px 10px;
    width: calc((100% / 3) - 25px);
    background-image: -moz-linear-gradient(86deg, #ec038b 0%, #fb6468 44%, #fbb936 100%);
    background-image: -webkit-linear-gradient( 86deg, #ec038b 0%, #fb6468 44%, #fbb936 100%);
    background-image: -ms-linear-gradient(86deg, #ec038b 0%, #fb6468 44%, #fbb936 100%);
    box-shadow: 0px 17px 40px 0px rgb(243 42 126 / 35%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 35px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

span.draw-date {
    position: absolute;
    right: -56px;
    top: 42px;
    background: #e62e7c;
    width: 250px;
    text-align: center;
    height: 53px;
    line-height: 50px;
    color: #fff;
    transform: rotate( 45deg);
    z-index: 2;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .loto-results-wrapper .form--group .nice-select {
        height: 60px;
    }
    span.draw-date {
        position: absolute;
        right: -39px;
        top: 34px;
        background: #e62e7c;
        width: 180px;
        text-align: center;
        height: 34px;
        line-height: 34px;
        color: #fff;
        transform: rotate( 45deg);
        z-index: 2;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 991px) {
    .loto-results-wrapper .form--group .nice-select {
        height: 50px;
    }
    ul.numbers {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
        text-align: center;
        padding-right: 5%;
        padding-left: 5%;
    }
    .loto-results-wrapper .numbers li {
        font-size: 25px;
    }
}

.loto-results-wrapper .form--group ::-webkit-input-placeholder {
    color: #777 !important;
}

.loto-results-wrapper .form--group .form--control {
    background: rgba(126, 42, 252, 0.1);
    border: none;
    height: 70px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777 !important;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .loto-results-wrapper .form--group .form--control {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .loto-results-wrapper .form--group .form--control {
        height: 50px;
    }
}

.loto-results-wrapper .loto-title-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.invest-range-area .custom-button {
    color: #ffffff;
    background: -webkit-linear-gradient( -103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    padding: 0 20px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    border-radius: 25px;
    max-width: 180px;
    width: 180px;
}

@media (min-width: 992px) {
    .invest-range-area .custom-button {
        padding: 4px 20px;
    }
}

.loto-results-wrapper .numbers li.dos {
    font-size: 25px;
    padding-top: 17px;
}

.loto-results-wrapper .numbers li.solo {
    width: calc((100%) - 10px);
}

@media (max-width: 991px) {
    .invest-range-area .custom-button {
        margin-top: 30px;
    }
    .invest-range-area .custom-button {
        max-width: 160px;
        font-size: 16px;
    }
    .loto-results-wrapper .numbers li.dos,
    .loto-results-wrapper .numbers li.tres {
        padding-top: 14px;
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .loto-results-wrapper .loto-title-wrapper .daily-loto {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .loto-results-wrapper .loto-title-wrapper {
        display: block;
    }
    .loto-results-wrapper .loto-title-wrapper .daily-loto {
        font-size: 16px !important;
        margin-bottom: 15px;
    }
    .loto-results-wrapper .numbers li.uno {
        width: calc((100% / 2) - 10px);
    }
    .loto-results-wrapper .numbers li.dos {
        width: calc((100% / 3.5) - 10px);
        font-size: 20px;
    }
    .loto-results-wrapper .numbers li.tres {
        width: calc((100% / 4.5) - 10px);
        font-size: 20px;
    }
    .invest-range-area .custom-button {
        max-width: 140px;
        font-size: 15px;
    }
    span.draw-date {
        /* display: none; */
        position: absolute;
        right: -26px;
        top: 17px;
        background: #e62e7c;
        width: 110px;
        text-align: center;
        height: 26px;
        line-height: 26px;
        color: #fff;
        transform: rotate( 45deg);
        z-index: 2;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
    }
    .loto-results-wrapper {
        padding: 45px 25px;
    }
}

@media (max-width: 575px) {
    .loto-results-wrapper {
        padding: 30px 15px;
    }
    .invest-range-area .custom-button {
        max-width: 120px;
        font-size: 13px;
    }
}


/* Resultados del loto END */


/* Sponser START */

.brand-item {
    max-width: 130px;
    max-height: 130px;
    margin: 0 auto;
}


/* Sponser END */


/* Footer START */

.footer-section {
    padding-top: 200px;
}

.social-icons li a {
    font-size: 30px;
}

/* Footer END */


/* Ayuda START */

.ayuda {
    width: 40px;
    height: 40px;
    border: 50%;
    color: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e1a360), color-stop(67%, #e38e32), color-stop(88%, #e57904));
    background: linear-gradient( 180deg, #e1a360 30%, #e38e32 67%, #e57904 88%);
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 31.2px 8.8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 31.2px 8.8px rgb(0 0 0 / 10%);
}

.faq-item .faq-title {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}

.faq-item .faq-title.faq::before {
    content: "";
    position: absolute;
    left: 0;
    color: #4a61ff;
    width: 38px;
    height: 40px;
    background: url(/assets/css/img/faqblue.png) no-repeat center center;
    background-size: contain;
    margin-left: 8px;
}

.faq-title h6.title {
    padding-left: 30px;
}

.faq-wrapper .faq-item .faq-title .arrow {
    background: -webkit-linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
}


/* Ayuda END */


/* Sidebar privacy sticky START */

.privacy-policy-sidebar-menu li a.active {
    border-right: 3px solid var(--main);
    color: #ee912e;
}

div.content-item.active {
    padding-top: 180px;
}


/* Sidebar privacy sticky END */

@media (min-width: 2000px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1920px;
    }
}

@media (min-width: 1200px) {
    .sex {
        max-width: 1160px;
        margin-right: unset;
    }
}

@media (min-width: 1400px) {
    .sex {
        max-width: 1561px;
        margin-right: unset;
    }
}

.faq-tab-menu .item {
    padding: 20px 15px;
}


/* Loterias START */

div[class*="col"]:nth-child(3)>.affiliate-tab-item {
    border-radius: 50px 0 50px 50px;
    background: linear-gradient( 45deg, #4057e3 14%, #0091ff 73%);
}

div[class*="col"]:nth-child(4)>.affiliate-tab-item .item-inner {
    background: linear-gradient( 0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

div[class*="col"]:nth-child(4)>.affiliate-tab-item {
    border-radius: 0 50px 50px 50px;
    background: linear-gradient( 0deg, #dc7100 39%, #ee912e 70%, #f1a452 88%) !important;
}

.affiliate-item-content p {
    font-size: 18px;
    font-weight: 500;
}

.affiliate-content .affilate-tab-menu .affiliate-tab-item .item-inner {
    /*width: 125px;
    height: unset;*/
    width: 100%;
    height: 170%;
}

.affiliate-content .affilate-tab-menu .affiliate-tab-item .item-inner h3 {
    font-size: 22px !important;
}

.cmn--btn.mt-3 {
    display: inline-block;
    padding: 0px 20px;
}

.plan-item .plan-inner-part .plan-interest-percent {
    font-size: 2.5vw;
    font-weight: 700;
}


/* Loterias END */


/* Loto START */

img.lotocoin {
    display: block;
    height: 150px;
    position: absolute;
}

img.pegamax {
    display: block;
    height: 125px;
    position: absolute;
    top: 20px;
    left: 15px;
}

@media (max-width: 1200px) {
    img.pegamax {
        display: block;
        height: 100px;
        position: absolute;
    }
}

@media (max-width: 991px) {
    img.lotocoin {
        display: block;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
    }
    img.pegamax {
        display: block;
        height: 80px;
        position: absolute;
        top: 15px;
        left: 10px;
    }
}

@media (max-width: 767px) {
    img.lotocoin {
        display: none;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
    }
    img.pegamax {
        display: none;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
    }
}


/* Loto END */


/* Date Range Picker START */

.date-picker-wrapper {
    box-shadow: none;
    background: white;
    border-radius: 4px;
    border-color: #4425f1;
    margin-top: 15px;
    width: min-content;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    background: var(--main);
    border: none;
    padding: 5px 10px;
}

.date-picker-wrapper table .caption {
    color: #231280 !important;
}

.date-picker-wrapper .month-wrapper table .week-name {
    color: var(--main);
}

.date-picker-wrapper .month-wrapper .week-name th {
    font-weight: normal;
    padding-bottom: 20px;
}

.date-picker-wrapper tbody {
    padding-top: 10px;
}

.date-picker-wrapper .month-wrapper {
    border: none;
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 8px;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
    background-color: #231280 !important;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background: var(--main);
    color: #fff !important;
}


/* Date Range Picker END */

.invest-table-area {
    position: relative;
    z-index: 9;
    margin-top: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


/* .invest-table-area::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 50%;
    height: 100%;
    width: calc(100% - 36px);
    background-color: #fff;
    opacity: 1;
    box-shadow: 0px 5px 10px 0px rgb(14 35 107 / 30%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -10;
}


.invest-table-area::after {
    position: absolute;
    content: '';
    top: -23px;
    left: 50%;
    height: 100%;
    width: calc(100% - 70px);
    background-color: rgb(238, 244, 251);
    opacity: 0.502;
    box-shadow: 0px 5px 10px 0px rgb(14 35 107 / 30%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -10;
} */

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

.section-header.text-center.title-ani {
    width: 100%;
    display: inline-block;
    margin: unset;
    vertical-align: middle;
    justify-content: center;
    justify-items: center;
}

.title.one {
    display: inline-block;
    float: left;
    color: #fff;
    padding: 1%;
    margin: unset !important;
    padding-left: 20px;
}

.title.two {
    display: inline-block;
    color: #fff;
    padding: 1%;
    margin: unset !important;
}

.title.three {
    display: inline-block;
    float: right;
    color: #fff;
    padding: 1%;
    margin: unset !important;
    padding-right: 20px;
}

.anim-icon {
    font-weight: 900;
    font-size: 30px;
    vertical-align: middle;
    padding-left: 10px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1160px;
    }
    .title.one {
        padding-left: 17%;
    }
    .title.three {
        padding-right: 10%;
    }
}

.logo-result {
    position: absolute;
    height: 80px;
    width: auto;
    margin-left: 20px;
    margin-top: -14px;
    max-width: 170px;
}

.logo-ani-header {
    display: flex;
}

@media (max-width: 1200px) {
    .logo-result {
        display: none;
    }
}

@media (max-width: 576px) {
    .anim-icon {
        font-weight: 600;
        font-size: 20px;
    }
    .title.one {
        display: inline-block;
        float: left;
        color: #fff;
        padding: 1%;
        margin: unset !important;
        font-size: 18px !important;
        padding-left: 0px;
        width: 100%;
    }
    .title.two {
        display: inline-block;
        color: #fff;
        padding: 1%;
        margin: unset !important;
        width: 100%;
    }
    .title.three {
        display: inline-block;
        float: right;
        color: #fff;
        padding: 1%;
        margin: unset !important;
        font-size: 18px !important;
        padding-right: 0px;
        width: 100%;
    }
}

/* Mega animal 40 Start */

.has-mega {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    margin: -22% 0 0 60%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.has-patronus {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    margin: -7% 0 0 55%;
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
    top: 0;
}

.has-patronus img,
.has-mega img {
    width: 6rem;
    height: auto;
    margin-right: -40%;
    margin-top: -15%;
    transition: transform 2.0s;
    transform-style: preserve-3d;
    border-radius: unset !important;
}

.ganador {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15%;
    left: 20%;
    right: unset;
}

.ganador img {
    width: 9rem;
    height: auto;
    margin-right: -42%;
    margin-top: -15%;
    transition: transform 2.0s;
    transform-style: preserve-3d;
    border-radius: unset !important;
}
@media (max-width: 1199px) {
    .ganador {
        top: 15%;
        left: 33%;
        right: unset;
    }
}


@media (max-width: 991px) {
    .ganador {
        top: 10%;
        left: 16%;
        right: unset;
    }
}

@media (max-width: 767px) {
    .ganador {
        top: 8%;
        right: 4%;
        left: unset;
    }
}
/* Mega animal 40 End */

/* terminal resultados START */

table#resultados {
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 5px;
    transition: .3s;
    border-radius: 3px;
    padding: 10px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 992px) {
    table#resultados {
        display: block;
    }
}

@media (max-width: 575px) {
    .section-header.text-center.title-ani {
        margin-bottom: 0px !important;
    }
    h3.text-center.pb-3 {
        font-size: 20px !important;
    }
    .has-patronus img,
    .has-mega img {
        width: 4rem;
    }
}


/* terminal resultados END */


/* ANIMATION ICON START */

@-webkit-keyframes myAnimation {
    0% {
        opacity: 0;
    }
    8.33% {
        opacity: 1;
    }
    16.66% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    33.32% {
        opacity: 1;
    }
    41.65% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    58.31% {
        opacity: 1;
    }
    66.64% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    83.3% {
        opacity: 1;
    }
    91.63% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.myDiv {
    background-size: 100% 100%;
    -webkit-animation: myAnimation 5s linear infinite;
    -moz-animation: myAnimation 5s linear infinite;
    -o-animation: myAnimation 5s linear infinite;
}

@-moz-keyframes myAnimation {
    0% {}
    50% {}
    100% {}
}

@-o-keyframes myAnimation {
    0% {}
    50% {}
    100% {}
}

/* ANIMATION ICON END */

.section-header .title {
    text-transform: unset;
    margin-bottom: 27px;
    max-width: 550px;
}

.section-header .title::first-letter,
.plan-inner-part p.pb-2::first-letter,
.loto-profit span.ammount.text--secondary::first-letter {
    text-transform: capitalize;
}

.plan-inner-part.abc-chance {
    height: auto;
}

/* ADS PEGA5 START */


.line1 {
    width: 100%;
    /*height: 3rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 29% 0 0 0;
}

.line2 {
    width: 100%;
    /*height: 3rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: -1% 0 0 0;
}

.line3 {
    width: 100%;
    /*height: 3rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 9% 0 0 0;
}

.num1 {
    width: 2rem;
    /*height: 2rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 0% 0 0 0%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.num2 {
    width: 2rem;
    /*height: 2rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 0% 0 0 15%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.num3 {
    width: 2rem;
    /*height: 2rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 0% 0 0 15%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.num4 {
    width: 2rem;
    /*height: 2rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 0% 0 0 15%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.image1 {
    width: 2.6rem;
    /*height: 2.6rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 0% 0 0 0%;
    color: #fff;
}

.image2 {
    width: 2.6rem;
    /*height: 2.6rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 0% 0 0 10%;
    color: #fff;
}

.image3 {
    width: 2.6rem;
    /*height: 2.6rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    margin: 0% 0 0 10%;
    color: #fff;
}

.outline {
    width: 280px;
    height: 280px;
    display: inline-block;
    border: none;
    margin: 5% 0 0 5%;
    background-size: contain;
}

.trio-res {
    width: 4.5rem;
}

.trio-num {
    width: 2.5rem;
}

@media (max-width: 576px) {
    .line1 {
        /*height: 2rem;*/
    }

    .line2 {
        /*height: 2.6rem;*/
    }

    .line3 {
        margin: 11% 0 0 0;
    }

    .num2,
    .num4 {
        margin: 0% 0 0 30%;
        ;
    }
    .num3 {
        margin: 0% 0 0 0%;
        ;
    }

    .image2,
    .image3 {
        margin: 0% 0 0 4%;
        ;
    }

    .outline {
        width: 300px;
        height: 300px;
        display: inline-block;
        border: none;
        margin: 5% 0 0 5%;
        background-size: contain;
    }

    .trio-res {
        width: 3.6rem;
    }

    .trio-num {
        width: 2rem;
    }
}
@media (max-width: 350px) {
    .outline {
        width: 270px;
        height: 270px;
        display: inline-block;
        border: none;
        margin: 0% 0 0 0%;
        background-size: contain;
    }
    .line3 {
        margin: 10% 0 0 0;
    }
}
/*#main-trio .line1 {
    height: 2rem;
}

#main-trio .line2 {
    height: 2.6rem;
}*/

#main-trio .num2,
#main-trio .num3 {
    margin: 0% 0 0 10%;
    ;
}

#main-trio .image2,
#main-trio .image3 {
    margin: 0% 0 0 4%;
    ;
}

#main-trio .outline {
    width: 280px;
    height: 280px;
    display: inline-block;
    border: none;
    margin: 0% 0 0 0%;
    background-size: contain;
}

#main-trio .trio-res {
    width: 3.6rem;
}

#main-trio .trio-num {
    width: 2rem;
}

.pega-ads {
    height: 251px;
}

.line4,
.line5 {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
}
.line4 {
    /* height: 3rem; */
    margin-top: 1.5%;
}
.line5 {
    /* height: 3rem; */
    margin-top: -66px;
}

.num5,
.num6,
.num7,
.num8 {
    width: 2rem;
    /*height: 2rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.num5 {
    margin-top: 90px;
    margin-left: 1.5%;
}
.num6 {
    margin-top: 90px;
    margin-left: 14%;
}
.num7 {
    margin-top: 90px;
    margin-left: 12%;
}
.num8 {
    margin-top: 90px;
    margin-left: 13%;
}
@media (max-width: 991px) {
    .pega-ads {
        height: 180px;
    }
    .line4 {
        /* height: 3rem; */
        margin-top: -21px;
    }
    .line5 {
        /* height: 3rem; */
        margin-top: -82px;
    }
    .num2,
    .num4 {
        margin-left: 31%;
    }
    .num1,
    .num3 {
        margin: 0;
    }
    .num5 {
        /* height: 3rem; */
        margin-left: 4.5%;
    }
    .num6 {
        /* height: 3rem; */
        margin-left: 12.5%;
    }
    .num7 {
        /* height: 3rem; */
        margin-left: 11%;
    }
    .num8 {
        /* height: 3rem; */
        margin-left: 11%;
    }
}

@media (max-width: 767px) {
    .pega-ads {
        height: 140px;
    }
    .line4 {
        /* height: 3rem; */
        margin-top: -54px;
    }
    .line5 {
        /* height: 3rem; */
        margin-top: -88px;
    }
    .num2,
    .num4 {
        margin-left: 31%;
    }
    .num1,
    .num3 {
        margin: 0;
    }

    .num5 {
        /* height: 3rem; */
        margin-left: 6.5%;
    }
    .num6 {
        /* height: 3rem; */
        margin-left: 10.5%;
    }
    .num7 {
        /* height: 3rem; */
        margin-left: 10%;
    }
    .num8 {
        /* height: 3rem; */
        margin-left: 10%;
    }
}
/* ADS PEGA5 END */

