@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fuentes/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Calibri';
    src: url(../fuentes/calibri.ttf);
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    width: 100%;
    max-width: 100%;
}

.navbar {
    background-color: #0D0C3D !important;
}

body {
    background-image: url(../imagenes/fondo_login.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.imagen {
    width: 60px;
    height: 60px;
}

.card {
    background-color: #0D0C3D;
    border-radius: 10px;
    border: 1px solid #0D0C3D;
    color: white;
    box-shadow: 0 0 10px #fff, 0 0 2px #fff;
}

.input-group-text {
    background-color: #00A5E0;
}

#enviar {
    background-color: #00A5E0;
    color: white;
    width: 360px !important;
    max-width: 2000px !important;
    font-size: 18px;
    transition: background-color 0.5s color 0.5s;
}

#google{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    width: 200px !important;
    font-size: 16px;
    transition: background-color 0.5s color 0.5s;
    display: flex;
    justify-content: flex-start;
}

#google:hover{
    color: rgb(0, 133, 194);
}

.d-flex {
    display: flex!important;
    justify-content: center;
}

#enviar:hover {
    background-color: #fff;
    color: #00A5E0;
}


#rec-clave {
    text-decoration: none;
    color: #f806a7 !important;
    transition: color 0.5s;
}

#rec-clave:hover {
    text-decoration: none;
    color: #fff !important;
}

#crear {
    background-color: #D40A85;
    color: white;
    width: 200px !important;
    max-width: 2000px !important;
    font-size: 17px;
    transition: background-color 0.5s color 0.5s;
}

#crear:hover {
    background-color: #fff;
    color: #D40A85;
}
.card{
    width: 60rem;
}


/*Registro*/

.iti--allow-dropdown{
    margin-right: 5px;
    width: 100px;
}


.iti__selected-flag{
    
    border-right: #4b4a71 4px solid;
}

#tele::-webkit-input-placeholder  {
    padding-left: 5px !important;
    
}

#phone2::-webkit-input-placeholder{
    padding-left: 5px !important;
    
}

#telefono{
    display: flex;
    color: black;
    width: 100% !important;
}


#defaultUnchecked {
    accent-color: #f806a7;
}


.form{
    background-color: #0D0C3D !important;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    border-radius: 15px;
}

.formulario{
    width: 85%;
    margin: auto;
}

.form-group {
    margin-bottom: 0.8rem !important;
}

.modal-content {
    background-color: #ffffffdf;
    height: 100%;
}

.modal-body, .modal-header{
    background-color: #0d0c3ddf;
    border: none;
}

#row{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;

}

.modal{
    border: none;
    border-radius: none !important;
}

.btn-cerrar{
    background-color: #f41010;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background-color 0.5s color 0.5s;
}	


.boton{
    background: rgb(3,159,199);
    background: linear-gradient(90deg, rgba(3,159,199,1) 9%, rgba(41,196,230,1) 24%, rgba(73,119,215,1) 38%, rgba(97,58,199,1) 48%, rgba(104,57,198,1) 58%, rgba(160,50,188,1) 72%, rgba(205,44,180,1) 82%);
    color: white !important;
    border: none !important;
    cursor: pointer;
    font-weight: bolder !important;
    font-size: 15px !important;
    transform: scale(1.1);
    width: 35%;
}

.boton:hover{
    width: 38%;

}

.cont-left>img{
    width: 100%;
}


#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li{
    display: inline-block;
    width: 42.5%;
    margin-right: -4px;
    text-align: center;
}

#menu ul li a{
    background-color: #ddd;
    color: #222;
    display: block;
    font-size: 15px;
    padding: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
   
}

#border1{
    border-radius: 5px 0px 0px 5px;
}

#border2{  
    border-radius: 0px 5px 5px 0px;
}

#menu ul li a:hover{
    background-color: #eee;
    
}

.active{
    background-color: #F40F69 !important;
    color: white !important;
}

#empresas{
    display: none;
}

@media screen and (max-width: 960px){
    .card{
        width: 40rem !important;
    }

}

@media screen and (max-width: 800px){
    #enviar{
        width: 280px !important;
        max-width: 2000px !important;
    }

   .card{
       width: 40rem !important;
       height: auto;
     
   } 
   #login{
    margin-top: 44px !important;
   }
   .input-group{
         margin-bottom: 40px !important;
   }
    .boton{
    width: 44%;
    }

    .boton:hover{
        width: 46%;

    }
}

@media screen and (max-width: 640px){
    .card{
        width: 30rem !important;
    }

  
}
@media screen and (max-width: 500px){
    .card{
        width: 25rem !important;
    }
}

@media screen and (max-width: 414px){
    .card{
        width: 23rem !important;
    }
}


@media screen and (max-width: 400px) {
    #enviar{
        width: 200px !important;
        max-width: 2000px !important;
    }
    .card{
        width: 20rem !important;
        max-width: 20rem !important;
        font-size: 12px;
    }
    .card-body{
        padding-bottom: 1rem!important;
    }

    .input-group{
        margin-bottom: 40px !important;
    }

    #alias::-webkit-input-placeholder{
        font-size: 12px;
    }
    #clave::-webkit-input-placeholder{
        font-size: 12px;
    }
    	  
}

@media screen and (max-width: 322px) {

    .p-5{
        padding: 2rem !important;
    }



    .card{
        width: 18rem !important;
        max-width: 20rem !important;
        font-size: 13px;
    }
}