* {
    font-family: 'Montserrat';
    font-style: normal;
}

.row-dos
{
    display: flex;
    flex-direction: column;
    margin: auto!important;
}

.row>* {-
    padding: 0px!important;
}

:root {
      --color-primary:#5643E5;
}


.main-header {
    border-radius: 0px 350px 0px 0px;
    background-color: var(--color-primary);   
    color:#ffffff;
    height: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.btn-atras-principal {
    width: 40%;
    padding-top: 5rem;
    /*top: 55px;*/
    /*left: 93px;*/
}
/*.btn-atras-principal {*/
/*    top: 55px;*/
/*    left: 93px;*/
/*}*/

.logo-img{
    /*width: 287px;*/
     width: 60%;
    margin-left: 5%;
    display: flex;
/*    width: 75%;*/
/*    margin-left: 5%;*/
/*    display: flex;*/
}

.logo-img img{
    width: 100%;
}

.barra-lateral {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.texto-registrar p {
    color:#52FFB8;
    font-size: 50px;
    font-weight: 800;
    line-height: 78px;
    letter-spacing: 0em;
    text-align: center;
}

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

.img-registrar{
    width: 101px;
    height: 100px;
}

.img-registrar img{
    width: 100%;
}

.link-registrar {
    margin-top: 60px;
    gap: 10px;
}

.contenedor-iterno {
    width: 80%;   
}

.boton-iniciar-sesion {
    border-radius: 100px 0px;
    border: solid ;
    border-color: #46FFB599;
    color: #5643E5;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none ;
    padding: 4px 0px;
    flex-basis: 35%;
}

.contenedor-btn-enviar {
    display: flex;
    justify-content: end;
}

.boton-registrarse {
    background-color: #46FFB5;;
    border-radius: 100px 0px;
    color: var(--color-primary);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border: none;
    padding: 10px;
    width: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form-control {
    height: 56px;
    background-color: #EBEBEB!important;
    font-size: 20px!important;
    border-radius: 20px!important;
    padding-left: 30px!important;
}

.form-check-input {
    height: 25px!important;
    width: 25px!important;
}

.text-terminos {
    color: #818080;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.text-terminos > a {
    color: #5643E5;
}

.img-ver{
    top: 30%;  
    right: 3%;
}

.olvidaste-contrasena {
    margin-top: 10px;
}

.olvidaste-contrasena a {
    color: #818080;
    text-decoration: none;
    border-bottom: 1px solid #818080 ;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.registrar-con {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    color: #818080;
}

/*.btn-redes {*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    padding: 12px;*/
/*    text-decoration: none;*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.contenedor-boton {*/
/*    flex-basis: 25%;*/
/*}*/

/*.contenedor-btn-redes {*/
/*    display: flex;*/
/*    gap: 3%;*/
/*    width: 80%;*/
/*}*/

.contenedor-btn-redes {
    display: flex;
    gap: 3%;
    width: 80%;
}

.btn-redes {
    border: none;
    border-radius: 10px;
    padding: 12px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    width: 100%;
}

.contenedor-boton {
    /*flex-basis: 25%;*/
    width: 33.33%;
}

.btn-redes__twitter {
    color: white;
    background-color: #00A1F6; 
}

.btn-redes__facebook {
    background-color:#574AE2; 
    color: white;
    display: inline-block;
}

.btn-redes__google {
    border: 1px solid #818080;
    color: #818080;
}

.btn-redes img {
    left: 20px;
}

.texto-registrar__movil {
    display: none;
}
    
.img-registrar__movil {
    display: none;
}

    


@media(max-width: 1200px) {
    .contenedor-iterno {
        width: 100%;   
    }
    
    .contenedor-btn-redes {
        width: 100%;
    }
}


@media (max-width: 959px) {
    .btn-atras-principal {
        left: 50px;
    }
    
    .logo-img{
        width: 213px;
    }
}

@media (max-width: 767px) {
    .img-ver{
        top: 20%;  
        right: 3%;
    }
    .btn-atras-principal {
        display: none;
    }
    
    .main-header {
        border-radius: 0px 0px 350px 0px;
        height: 12rem;
    }
    
    .barra-lateral {
    /*justify-content: center;*/
        height: 100%;
        flex-direction: row;
        align-items: end;
        justify-content: start;
        margin-top: 0px;
    }

    .logo-img{
        width: 245px;
    }
    
    .texto-registrar {
        display: none;
    }
    
    .img-registrar {
        display: none;
    }
    
    .contenedor-registrar {
        margin-top: 10px;
    }
    
    .texto-registrar__movil {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    
    .texto-registrar.texto-registrar__movil p {
        font-size: 35px;
    }
    
    .img-registrar__movil {
        display: inline-block;
        align-self: center !important;
        margin-right: 15px;
    }
    
    .link-registrar {
        margin-top: 5rem !important;
    }
    
    .logo-img {
        margin-bottom: 25px;   
    }

    .formulario {
        margin-top: 4rem !important;
    }
    
    .link-registrar {
        margin-top: 2rem !important;
    }
    
    /*.contenedor-boton {*/
        /*flex-basis: 33.33%;*/
    /*    margin: 0 5px;*/
    /*}*/
    
    .btn-redes {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .link-registrar p {
        font-size: 9px;
        margin-bottom: 0px;
    }
    
    .link-registrar div a {
        font-size: 10px;
        margin-right: 5px;
    }
    
    .boton-regisrate {
        flex-basis: 40%;
        margin-left: 5px;
    }
    
    .contenedor-registrar {
        margin-top: 10px;
    }
    
    .boton-iniciar-sesion {
        font-size: 14px;
    }
    
    .form-check-input {
        height: 18px!important;
        width: 18px!important;
    }
    
    .form-control {
        height: 34px;
        font-size: 14px!important;
    }
    
    p {
        font-size: 12px;
    }
    
    .text-terminos {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .botones-redes: {
        justify-content: center !important;   
        margin-bottom: 10px;
    }
    
    .registrar-con: {
        margin-left: 10%;
    }
    
    .contenedor-boton {
        /*flex-basis: 33.33%;*/
        margin: 0 5px;
    }
    
    .boton-iniciar-sesion {
        font-size: 10px;
    }
    
    .logo-img {
        /*height: 245px;*/
        /*width: 245px;*/
        width: 45%;
        margin-bottom: 7%;   
    }
    
    .contenedor-boton {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(max-width: 360px) {
    .logo-img{
        /*margin-top: 10px;*/
        width: 60%;
        /*margin-left: 5%;*/
        /*display: flex;*/
        margin-bottom: 10%;  
    }
    
    .texto-registrar.texto-registrar__movil p {
        font-size: 25px;
    }
    
    .text-terminos {
        font-size: 10px;
    }
    
    .registrar-con {
        font-size: 12px;    
    }
    
    .img-registrar__movil {
        height: 60px;
        width: 45px;
    }
    
    .contenedor-btn-redes {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .img-sesion__movil {
        width: 10%;
    }
    
    .texto-sesion__movil p {
        line-height: 0;
        margin: 0;
    }
    
    .contenedor-boton {
        width: 75%;
    }
    
    .img-sesion {
        height: 100%;
    }
    
    .boton-sesion {
        width: 70%;
    }
    
    .contenedor-btn-enviar {
        justify-content: center;
    }
    
    .btn-rees {
        justify-content: center;
    }
    
}


