@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*=============== GOOGLE FONTS ===============*/
:root {
    --header-height: 3.5rem;
  
    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --first-color: hsl(230, 75%, 56%);
    --title-color: hsl(230, 75%, 15%);
    --text-color: hsl(230, 12%, 40%);
    --body-color: hsl(230, 100%, 98%);
    --container-color: hsl(230, 100%, 97%);
    --border-color: hsl(230, 25%, 80%);
  
    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: "Baloo2-VariableFont_wght", sans-serif;
    --h2-font-size: 1.25rem;
    --normal-font-size: .938rem;
  
    /*========== Font weight ==========*/
    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
  
    /*========== z index ==========*/
    --z-fixed: 100;
    --z-modal: 1000;
}


@font-face{
    font-family: "Baloo-Regular";
    src: url('../../fonts/promo/Baloo-Regular.ttf');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


@font-face{
    font-family: "Raleway-ExtraBold";
    src: url('../../fonts/promo/Raleway-ExtraBold.ttf');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "Baloo2-VariableFont_wght";
    src: url('../../fonts/promo/Baloo2-VariableFont_wght.ttf');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

.raleway-extrabold {
    font-family: "Raleway-ExtraBold", sans-serif;
}

.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
  
 
/* style.css */
body {
    margin: 0;
    padding: 0;
}
*{
    /* font-family: var(--body-font); */
    font-family: "Baloo2-VariableFont_wght",serif;
}

.d-flex{
    display: flex;
}
.text-white{
    color: white;
}

.w-100{
    width: 100%;
}
.w-90{
    width: 90%;
}
.w-70{
    width: 70%;
}
.mw-95{
    max-width: 95%;
}
.mw-90{
    max-width: 90%;
}
.m-auto{
    margin: auto;
}
.mw-100{
    max-width: 100%;
}
.d-none{
    display: none !important;
}
.background-purple{
    background-color: #60539D;
}
.text-center{
    text-align: center;
}
.text-decoration-none{
    text-decoration: none;
}

.c-pointer{
    cursor: pointer;
}

.p-0-20px{
    padding: 0 20px;
}
.button-design{
    display: inline-block;
    line-height: 2;
    color: white;
    /* padding: 8px 10px; */
    font-size: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    /*height: 1.9em;*/
}
.button-orange{
    background-color: #F6971D;
    -webkit-box-shadow: 5px 5px 0px 1px rgba(224,128,37,1);
    -moz-box-shadow: 5px 5px 0px 1px rgba(224,128,37,1);
    box-shadow: 5px 5px 0px 1px rgba(224,128,37,1);
}

.button-orange:hover,.button-purple:active  {
    background-color: #e78f1b;
}

.button-purple{
    background-color: rgb(199, 58, 50);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(131, 38, 33, 1);
    -moz-box-shadow: 5px 5px 0px 1px rgba(131, 38, 33, 1);
    box-shadow: 5px 5px 0px 1px rgba(131, 38, 33, 1);
}

.button-purple:hover,.button-purple:active  {
    background-color: rgb(131, 38, 33);
}

.button-green{
    background-color: #60ab38;
    -webkit-box-shadow: 5px 5px 0px 1px #447d25;
    -moz-box-shadow: 5px 5px 0px 1px #447d25;
    box-shadow: 5px 5px 0px 1px #447d25;
}

.button-green:hover,.button-green:active  {
    background-color: #447d25;
}
.button-yellow{
    background-color: rgb(250, 233, 105);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(161, 149, 67,1);
    -moz-box-shadow: 5px 5px 0px 1px rgba(161, 149, 67,1);
    box-shadow: 5px 5px 0px 1px rgba(161, 149, 67,1);
    color: rgb(56, 126, 148);
}

.button-yellow:hover,.button-yellow:active  {
    background-color: rgb(210, 193, 85);
}


.p-lr-10p{
    padding-left: 1.8em;
    padding-right: 1.8em;
}

.mt-3em{
    margin-top: 3em;
}
.justify-space-evenly{
    display: flex;
    justify-content: space-evenly;
}

.banner-principal-left-image{

}

.hidden-images-md{
    display: none ;
}


.background-image-segundo-panel{
    position: relative;
    background-color: #5f50a8;
}
.background-image-segundo-panel .content{
    z-index: 1;
    position: relative;
    /* background-image: url(../../img/promo/lineas-moradas.png); */
}
.background-image-segundo-panel .content::before{
    content: '';
    z-index: 1;
    position: absolute;
    background-image: url(../../img/promo/lineas-opacas.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    top: -34px;
}
.background-image-segundo-panel::before{
    z-index: 0;
    content: '';
    background-color: #5f50a8;
    position: absolute;
    height: 51px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    top: -43px;
}


.margin-t-sm-img{
    margin-top: 15px;
}
.pb-3em{
    padding-bottom: 3em;
}
.hidden-images-sm{
    display: initial;
}
.relative{
    position: relative;
}
.z-idx-2{
    z-index: 2;
}

.card-item-steps::before{
    content: '';
    background-image: url(../../img/promo/cuadro-pasos.png);
    width: 90%;
    position: absolute;
    top: -42px;
    height: 112%;
    background-size: 100% 100%;
    z-index: -1;
}
.m-0{
    margin: 0;
}

.card-item-steps{
    width: 90%;
    margin: 0 auto;
}
.d-center{
    display: flex;
    justify-content: center;
}
.card-item-important{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    content: '';
    background-image: url(../../img/promo/cuadro-largo-importante.png);
    width: 90%;
    position: relative;
    top: 0px;
    height: 208px;
    background-size: 100% 100%;
    z-index: -1;
}

.card-item-important .text-description{
    width: 80%;
    margin: 0 auto;
}

.text-purple{
    color: #60539D;
}


.card-item-title{
    font-family: "Arboria-Black";
    font-size: 3em;
}
.card-item-description{
    font-size:1.2em;
}
.f-sans-serif{
    font-family: sans-serif;
}

.text-shadow-purple{
    text-shadow: 2px 0 #A64788, -2px 0 #A64788, 0 2px #A64788, 0 -2px #A64788,
    1px 1px #A64788, -1px -1px #A64788, 1px -1px #A64788, -1px 1px #A64788;
    color: #FFCE61;
}

.text-arboria{
    font-family: "Arboria-Black";
}

.card-purple-element-promo::after{
    content: '';
    background: #A64788;
    position: absolute;
    width: 91%;
    height: 81%;
    z-index: -1;
    top: 29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 60px;
}
.card-purple-element-promo::before{
    content: '';
    position: absolute;
    bottom: -18px;
    width: 71%;
    height: 50px;
    background: #A64788;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2;
}

.card-purple-element-promo .superior-title, .card-purple-element-promo .secondary-title{
    font-size: 2em;
}
.card-purple-element-promo .premio-text{
    font-size: 1.2em;
}


.nav__logo_foot img{
    margin-top: -35px;
    width: 17rem;
    display: inline-block;
}

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

.yellow-bck{
    background-color: #F3C910;
}

.animate-efect-to-top-element{
    position: relative;
    top: -100px;
    /* transition: top 1s; */
    animation: animato-to-top 1s ease-out;
}

.animate-efect-to-bottom-element{
    position: relative;
    top: 0px;
    animation: animato-to-bottom 1s ease-out;
}


.fs-1-5em{
    font-size: 1.2em;
}
@keyframes animato-to-top {
    0% {
        top: 0;
    }
    to {
        top: -100px;
    }
}

@keyframes animato-to-bottom {
    0% {
        top: -100px;
    }
    to {
        top: 0;
    }
}
/* For large devices */
@media screen and (min-width: 768px) {
    .fs-1-5em{
        font-size: 1.5em;
    }
    .hidden-images-sm{
        display: none !important;
    }
    .hidden-images-md{
        display: initial;
    }
    .animate-efect-to-top-element, .animate-efect-to-bottom-element{
        animation: none;
        position: relative;
        top: initial;
    }
    .link-social-network-header.more-size-icons{
        padding: 5px;
        font-size: 2em;
    }
    .btn-lg-2em{
        font-size: 2em;
    }
    
    .link-social-network-header.more-size-icons::after {
        top: 0;
        left: -9px;
        width: 54px;
        height: 54px;
    }
    .link-social-network-header.yt-icon-menu.more-size-icons::after {
        left: -5px;
    }

    .card-purple-element-promo::after{
        content: '';
        background: #A64788;
        position: absolute;
        width: 91%;
        height: 130px;
        z-index: -1;
        top: 29px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 60px;
    }

    .card-purple-element-promo .superior-title{
        font-size: 55px;
    }
    .card-purple-element-promo .secondary-title{
        font-size: 43px;
    }
    .card-purple-element-promo .premio-text{
        font-size: 1.7em;
    }

    .card-purple-element-promo::after{
        top: 39px;
        height: 143px;

    }
    .card-purple-element-promo::before{
        bottom: -36px;
    }
    .nav__logo_foot img{
        margin-top: -36px;
        width: 17em;
    }
}

@media  (min-width: 917px) {
    .button-design{
        font-size: 2em;
    }
}
@media  (min-width: 1510px) {

    .nav__logo_foot img{
        width: 20em;
    }
}