.pregunta{
    font-family: 'Lato Bold';
}
h3,span{
    font-family: 'Lato-Light';
}

.logo{
    width: 200px;
    height: 60px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.contenedor{
    padding: 10px;
    max-width: 1100px;
    margin: auto;
}
h2{
    
    text-align: center;
}
.img{
    text-align: center;
}
/*
input{
    width: 90%;
    justify-content: center;
    font-size: 15pt;
    margin-bottom: 20px;
    padding:10px 10px 10px 10px;
   
}*/

#combo{
    margin-top: 7px;
    margin-bottom: 7px;
}

.boton{
    background-color: #279ac8;
    border: 2px solid white;
    border-radius: 20px;
    width: 250px;
    color: white;
    height: 40px;
    margin-bottom: 20px;
}
.boton:hover{
    background-color: white;
    border: 2px solid #279ac8;
    color: #279ac8;
    
}
.computer{
    width: 300px;
    height: 300px;
    
}
.col-50{
    text-align: center;
}

span{
    color: #279ac8;
    font-weight: bold;
    font-size: 37px;

}

.datos{
    border-radius: 0.3rem;
    box-shadow: 0 2px 3px rgba(0 0 0 / 0.15);
    text-align: center;
    width: 80%;
    border: 1px solid #279ac8;
    padding: 0.85em 0.6em;
    margin-bottom: 10px;
}


/*
.icono-placeholder::placeholder{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
    font-weight: 300;
}*/

.pregunta{
    color: #279ac8;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;

}


#icono-celular::placeholder{
    background-image: url(../img/registrar/celular.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    /*background-position: left center;*/
    background-position: 1rem center;
}
#icono-nombre::placeholder{
    background-image: url(../img/registrar/nombre.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    /*background-position: left center;*/
    background-position: 1rem center;
}

#icono-apellido::placeholder{
    background-image: url(../img/registrar/apellido.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    /*background-position: left center;*/
    background-position: 1rem center;
}

#icono-ruc::placeholder{
    background-image: url(../img/registrar/nombre1.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    /*background-position: left center;*/
    background-position: 1rem center;
}

#icono-correo::placeholder{
    background-image: url(../img/registrar/correo.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    /*background-position: left center;*/
    background-position: 1rem center;
}

.cont{
    margin-bottom: 15px; 
}
h3{
    font-size: 28px;
}


@media (min-width: 900px){
    .contenedor_columnas{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .col-50{
        width: 50%;
    }/*
    .col-50:nth-child(1){
        background-color: red;
        padding-top: 30px;
    }
    .col-50:nth-child(2){
        background-color: green;
    }*/
    .computer{
        width: 400px;
        height: 400px;
    }
    /******************/
    .dat{
        width: 90%;
    }
    
}
