.row>* {
    padding: 0!important;
}
    
* {
    font-family: 'Montserrat';
    font-style: normal;
    padding: 0;
    margin: 0;
}


:root {
  --color-primary:#5643E5;
  --background-card: #F0EFEF;
  --white: #FFFFFF;
  --button-primary:#46FFB5;
  --button-secondary: #FFD400;
}

    
    /*.main-header {*/
    /*background-color: #5643E5;   */
    /*color:#ffffff;*/
    /*height: 171px;*/
    /*font-family: 'Montserrat';*/
    /*font-style: normal;*/
    /*font-weight: 500;*/
    /*font-size: 20px;*/
    /*line-height: 24px;*/
    /*text-align: justify;*/
    /*display: flex;*/
    /*flex-wrap: flex-wrap;*/
    /*position: fixed;*/
    /*width: 100%;*/
    
    /*top: 0;*/
    /*        left: 0;*/
    
    
    
    /*}*/
    
    
    .main-header {
        background-color: var(--color-primary);   
        color:var(--white);
        height: 171px;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-align: justify;
        display: flex;
        flex-wrap: flex-wrap;
    
    

    }
    .icon-atras img{
        width: 25px;
    }
    .links {
        font-size: 14px;
    }
    
    .nav-item > div{
        display: flex;
        margin-left: 2rem;
        margin-right: 1rem;
    }
    
    
    .navbar-brand > img{
        width: 100%;
        margin-left: 10%;
    }
    .card-ayudame{
        background: #F3F3F3;
        border: 1px solid rgba(180, 180, 180, 0.56);
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 100px 0px;
        height: 16.5rem;
    }
    .cards {
        gap: 1.5rem;
    }
    .card-body > p{
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
    }
    
    .titulo {
        color: #5643E5;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 38px;
        line-height: 46px;
        text-align: center;
    }
    
    .card-body > img{
        width: 127px;
        height: 127px;
    }
    .contenido h2 {
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: center;
        color: #5643E5;
        margin-bottom: 1.5rem;
    }
    
    .contenido {
        margin-top: 7rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .texto-ayudame{
        max-width: 705px;
    }
    .texto-ayudame > p{
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: justify;
    }
    
    .btn-principal {
        color: #5643E5;
        padding: 30px 0px;
        background-color: #46FFB5;
        box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.38);
        border-radius: 100px 0px;
        display: inline-block;
        text-decoration: none;
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: center;
        width: 28%;
    }
    
    .boton-atras {
        position: absolute;
        top: 220px;
        left: 5%;
        cursor: pointer;
    }
     .boton-atras p {
        margin-top: 6px;
        font-size: 12px;
        color: #B3B3B3;
    }

    .buscar {
        border-radius: 25px;
        background: #EBEBEB;
        padding: .2rem 1rem;
        margin: 1rem auto;
        width: 40%;
    }
    .titulo {
    color: #5643E5;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
}



    /*.icon-atras{*/
    /*    width: 25px;*/
    /*    height: 44px;*/
    /*    margin-left: 30%;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*}*/
    
    /*.icon-atras img{*/
    /*    width: 100%;*/
    /*    margin-top: 78px;*/
    /*}*/
    
    
   
@media(max-width: 960px) {
    .icon-atras {
        width: 13px;
        height: 23px;
    }
    
    .icon-atras p {
        font-size: 10px;
    }
    
    .btn-principal {
        width: 35%;
    }
}

@media(max-width: 768px) {
    .btn-principal {
        width: 50%;
    }
    
    .main-container {
        padding-left: 10%;
        padding-right: 10%;
    }
}


@media(max-width: 576px) {
      .btn-principal{
        width: 80%;
        padding: 20px 0;
    }
    .buscar{
        width: 80%;
    }
    .navbar>.container-fluid{
        justify-content: center!important;
    }
    .navbar-brand > img {
        width: 80%;
    }
    .titulo{
        font-size: 28px;
    }
    
}

@media(max-width: 360px) {
    .icon-atras {
        display: none;
    }
      .btn-principal{
        font-size: 25px;
        padding: 10px 0;
    }
    .navbar-brand{
        display: flex;
        justify-content: center;
        margin-right: 0;
    }
    .navbar-brand img{
        width: 80%;
    }
}









.logo {
    width: 287px;
    height: 92px;
}

.logo img {
    height: 100%;
    width: 100%;
}
    
    .app-header {
    background-color: #5643E5;
    padding: 2rem 0;
}

.nav-item > a {
    color: white;
}




.form-control {
    background-color: #EBEBEB !important;
    border: none !important;
    /*width: 35rem !important;*/
}

.card.ayudame {
    background: #F3F3F3;
    border: 1px solid rgba(180, 180, 180, 0.56);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px 0px;;
}

.ayudame img {
    display: block;
    margin-bottom: 2rem;
}

.card-imagen {
}

.card-text {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 1.5rem;
}







.footer {
    margin-top: 4rem;
}



  
    
  