*{
text-decoration: none !important;
outline: 0 !important;

}

.muestra-modal{
    border-radius: 10% !important;
}
.row {
    margin: 0 !important;
    padding: 0;
    justify-content: center;
}

.logo-modal{
    width: 50%;
    margin: auto;
    margin-bottom: 45px;
    
}

.logo-modal img{
    width: 60%;
    margin: auto;
}

.content-modal{
    text-align: center;
    margin: 10px;
    margin-bottom: 45px;
}


.btn-close-modal{
    margin: 10px 0;
    background: #fab719;
    padding: 10px 40px;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    font-family: 'speedeBold'; 
}

@font-face {
    font-family: "speedeBold"; /* black */
    src: url("/fonts/Speedee_Bd.woff2") format("woff2"),
        url("/fonts/Speedee_Bd.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "speedeLite"; /* medium */
    src: url("/fonts/Speedee_Lt.woff2") format("woff2"),
        url("/fonts/Speedee_Lt.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "speedeRegular"; /* regular */
    src: url("/fonts/Speedee_Rg.woff2") format("woff2"),
        url("/fonts/Speedee_Rg.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
.container-in {
    max-width: 1100px;
    margin: 0 auto;
}
.desktop{
    display: block;
}
.responsive{
    display: none;
}
.banner {
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.fundaciones {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    top: -40px;
    border-radius: 50px 50px 0 0;
}
.fundacionesContent {
    padding: 70px 0;
    text-align: center;
}
.sliderFundaciones.slick-initialized.slick-slider {
    padding: 50px 0;
    z-index: 9;
}
.item {
    margin: auto;
    border: 1px solid #F1F2F2;
    border-radius: 40px;
}
.logo {
    width: 60%;
    margin: auto;
}
.logo img{
    width: 100%;
}
.content {
    padding: 0 30px;
    font-size: 14px;
    font-family: 'speedeRegular';
    color: #000;
}
.more {
    background: #ED1C29;
    border-radius: 0 0px 40px 40px;
    margin-top: 30px;
    transition: all 0.3s;
}
.more:hover {
    border-radius: 0 0px 0px 0px;
    transition: all 0.3s;
}
.more a {
    font-size: 14px;
    font-family: 'speedeBold';
    color: #fff;
    width: 100%;
    display: block;
    padding: 20px;
    transition: all 0.3s;
}
.more a:hover{
    color: #fff;
    transition: all 0.3s;
}
.fundacionesContent h1 {
    font-size: 36px;
    font-family: 'speedeBold';
    color: #000;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 10px;
}
.arrowsSlider {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.left {
    position: absolute;
    left: 70px;
    float: left;
    width: 40px;
    cursor: pointer;
}
.right {
    position: absolute;
    right: 70px;
    float: right;
    width: 40px;
    cursor: pointer;
}
.left img, .right img{
    width: 100%;
}
.impacto {
    position: relative;
    top: 0px;
    background: #ED1C2B;
    padding: 60px 0 100px;
    border-radius: 50px 50px 0 0;
}
.impactoContent h1 {
    font-size: 36px;
    font-family: 'speedeBold';
    color: #fff;
    text-align: center;
}
.impactoItemsContent {
    position: relative;
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.impactoItemsContent > * {
    flex: 0 0 calc(25% - 20px); /* Ajusta el ancho restando el margen */
    margin: 0 10px; /* Margen de 10px a los lados */
}
.headerImpacto {
    background: #A1131D;
    text-align: center;
    padding: 20px;
    border-radius: 30px 30px 0 0;
}
.impactoImg {
    width: 40%;
    margin: auto;
    text-align: center;
}
.impactoImg img{
    width: 100%;
}
.impactoTitle h1 {
    font-size: 46px;
}
.footerImpacto {
    padding: 30px 10px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerImpacto p {
    font-size: 14px;
    font-family: 'speedeRegular';
    width: 70%;
    margin: auto;
    line-height: 15px;
}
.aliados {
    position: relative;
    top: 0;
    background: #ED1C2B;
    padding: 230px 0;
}
.aliadosContent h1{
    font-size: 66px;
    font-family: 'speedeRegular';
    color: #fff;
    text-align: center;
    line-height: 65px;
}
.aliadosContent h1 span {
    font-family: 'speedeBold';
}
.desktopContent .btnConvierte {
    position: absolute;
    width: 330px;
    padding: 40px 30px;
    right: 0;
}
.desktopContent .btnConvierte a{
    position: relative;
    transition: all 0.3s;
    top: 0;
}
.desktopContent .btnConvierte a:hover{
    transition: all 0.3s;
    top: -5px;
}
.responsive .btnConvierte {
    background: #fff;
    padding: 20px 20px;
    width: 100%;
    position: relative;
    float: right;
}
.responsive .btnConvierte a{
    width: 70%;
    display: block;
    float: right;
}
.aliadosBody {
    position: relative;
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: center;
}
.aliadosBody > * {
    flex: 0 0 calc(33% - 20px);
    margin: 0 10px 20px;
}
.itemAliados {
    background: #fff;
    padding: 20px 50px;
    border-radius: 50px;
}
.bannerBM {
    position: relative;
    padding: 100px 0;
}
.imgTokenBM {
    width: 240px;
    margin: auto;
}
.imgTokenBM img{
    width: 100%;
}
.BMtext {
    text-align: center;
    padding: 60px 0;
}
.BMtext h1 {
    font-size: 56px;
    font-family: 'speedeBold';
    letter-spacing: -4px;
}
.BMtext h2{
    font-size: 20px;
    font-family: 'speedeRegular';
    letter-spacing: 0px;
}
.total {
    width: 50%;
    margin: 50px auto;
    padding: 0px;
    background: #fdbd0f;
    border-radius: 60px;
}
.total p{
    font-size: 86px;
    font-family: 'speedeBold';
    letter-spacing: 5px;
    margin: 0;
}
.tokensCTA {
    padding: 100px 0 170px;
    background: #ED1C2B;
    border-radius: 50px 50px 0 0;
    position: relative;
}
.tokensBody {
    position: relative;
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.tokensBody > * {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px;
    position: relative;
}
.tokensBody .top {
    background: #F4F4F5;
    border-radius: 50px 50px 0 0;
    height: 210px;
    display: flex;
    align-items: center;
}
.tokensBody .bottom {
    background: #fff;
    height: 120px;
    border-radius: 0 0 50px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 100px;
}
.imgTopToken {
    width: 60%;
    margin: auto;
    height: 210px;
}
.imgTopToken img{
    width: 100%;
}
.textBottomToken p{
    font-size: 14px;
    font-family: 'speedeRegular';
    color: #000;
    line-height: 15px;
}
.textBottomToken p span{
    font-size: 6px;
    position: relative;
    top: -5px;
}
.agradecimiento h1 {
    font-size: 36px;
    font-family: 'speedeBold';
    color: #fff;
    margin-bottom: 70px;
}
.agradecimientoTop {
    border: 1px solid #fff;
    padding: 50px;
    border-radius: 30px 30px 0 0;
}
.agradecimientoTop p {
    font-size: 16px;
    font-family: 'speedeRegular';
    color: #fff;
    line-height: 15px;
}
.agradecimientoBottom {
    border: 1px solid #fff;
    padding: 30px;
    border-radius: 0 0 30px 30px;
    background: #fff;
    text-align: right;
}
.agradecimientoBottom p {
    font-size: 16px;
    font-family: 'speedeBold';
    color: #000;
}
@media (min-width: 320px) and (max-width: 484px){

.desktop{
    display: none;
}
.responsive{
    display: block;
}

.impactoItemsContent > * {
    flex: 0 0 calc(50% - 20px); /* Ajusta el ancho restando el margen */
    margin: 0 10px 20px; /* Margen de 10px a los lados */
}
.impactoTitle h1 {
    font-size: 36px;
}
.footerImpacto {
    height: 90px;
}
.footerImpacto p {
    font-size: 12px;
    width: 100%;
    line-height: 10px;
}
.headerImpacto {
    padding: 0px 0 10px;
}
.aliadosContent h1 {
    font-size: 46px;
    line-height: 45px;
}
.aliados {
    padding: 120px 0 200px;
}
.logo-modal {
    width: 50%;
    margin: 0 auto;
}
.logo-modal img {
    width: 100%;
    margin: auto;
}
.itemAliados {
    background: #fff;
    padding: 10px 10px;
    border-radius: 20px;
}

.aliadosBody > * {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 0px;
}

.tokensBody > * {
    flex: 0 0 calc(100% - 20px);
    margin: 0 10px 10px;
    position: relative;
}
.desktopContent .btnConvierte {
    width: 60%;
    right: 0;
    position: absolute;
    margin: 20px;
    z-index: 9;
    padding: 0;
}
.BMtext h1 {
    font-size: 36px;
    font-family: 'speedeBold';
    letter-spacing: -2px;
}
.total {
    width: 90%;
    margin: 50px auto;
    padding: 0px;
    background: #fdbd0f;
    border-radius: 60px;
}
.total p {
    font-size: 46px;
    font-family: 'speedeBold';
    letter-spacing: 5px;
    margin: 0;
}
.BMtext h2 {
    font-size: 12px;
    font-family: 'speedeRegular';
    letter-spacing: 0px;
}
.bannerBM {
    position: relative;
    padding: 100px 0 0px;
}
}


@media (min-width: 568px) and (max-width: 736px){
.fundaciones {
    top: -20px;
    border-radius: 20px 20px 0 0;
}
.footerImpacto {
    height: 90px;
    padding: 20px 10px;
}
.footerImpacto p {
    width: 100%;
    line-height: 12px;
}
.headerImpacto {
    padding: 10px;
}
.aliados {
    padding: 50px 0 170px;
}
.itemAliados {
    background: #fff;
    padding: 10px 10px;
    border-radius: 20px;
}

.tokensBody > * {
    flex: 0 0 calc(100% - 20px);
    margin: 0 10px 10px;
    position: relative;
}
.desktopContent .btnConvierte {
    width: 30%;
    right: 0;
    position: absolute;
    margin: 20px;
    z-index: 9;
    padding: 0;
}
.BMtext h1 {
    font-size: 36px;
    font-family: 'speedeBold';
    letter-spacing: -2px;
}
.total {
    width: 90%;
    margin: 50px auto;
    padding: 0px;
    background: #fdbd0f;
    border-radius: 60px;
}
.total p {
    font-size: 46px;
    font-family: 'speedeBold';
    letter-spacing: 5px;
    margin: 0;
}
.BMtext h2 {
    font-size: 12px;
    font-family: 'speedeRegular';
    letter-spacing: 0px;
}
.bannerBM {
    position: relative;
    padding: 100px 0 0px;
}
.imgTopToken {
    width: 30%;
    margin: auto;
    height: 210px;
}
}


@media (min-width: 768px) and (max-width: 800px){
 
.fundaciones {
    top: -20px;
    border-radius: 20px 20px 0 0;
}
.footerImpacto {
    height: 90px;
    padding: 20px 10px;
}
.footerImpacto p {
    width: 100%;
    line-height: 12px;
}
.headerImpacto {
    padding: 10px;
}
.aliados {
    padding: 50px 0 170px;
}
.itemAliados {
    background: #fff;
    padding: 10px 10px;
    border-radius: 20px;
}
.total p {
    font-size: 46px;
    font-family: 'speedeBold';
    letter-spacing: 5px;
    margin: 0;
}
.total {
    width: 70%;
    margin: 50px auto;
    padding: 0px;
    background: #fdbd0f;
    border-radius: 60px;
}
.tokensBody {
    position: relative;
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.tokensBody > * {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 20px;
    position: relative;
    width: 100%;
    text-align: center;
}
}


@media (min-width:800px) and (max-width: 1050px){
.fundaciones {
    top: -20px;
    border-radius: 20px 20px 0 0;
}
.footerImpacto {
    height: 90px;
    padding: 20px 10px;
}
.footerImpacto p {
    width: 100%;
    line-height: 12px;
}
.headerImpacto {
    padding: 10px;
}
.aliados {
    padding: 50px 0 170px;
}
.itemAliados {
    background: #fff;
    padding: 10px 10px;
    border-radius: 20px;
}

.total p {
    font-size: 46px;
    font-family: 'speedeBold';
    letter-spacing: 5px;
    margin: 0;
}
.total {
    width: 70%;
    margin: 50px auto;
    padding: 0px;
    background: #fdbd0f;
    border-radius: 60px;
}
}
