@import url("../css/fonts.css");

*{
    padding: 0;
    margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
}

body {
    font-family: 'montserratRegular', sans-serif;
}

#contactos{
    background: url("../img/fondoafiliate.jpg");
    background-size: cover;
    background-repeat: no-repeat;    
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.contenedor-afiliate{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.form-contenedor{
    position: relative;
    overflow: hidden;
    left: 50%;
    /* top: 0; */
    background: white;
    padding: 60px;
    border-radius: 9px;
    transform: translateX(-50%);
    width: 40%;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#0698fa;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #0698fa;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #0698fa;
}
.form-control::-moz-placeholder { /* Firefox 18- */
  color: #0698fa;
}
.form-control {
    border: 1px solid #0698fa;
}
.form-row {
    margin-bottom: 1rem;
}

#nacimiento, #licencia, #telefono{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

#dni, #categoria, #email{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-submit{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 3em;
}

#enviar{
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.contacto-text{
    font-family: 'montserratBold';
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    width: max-content;
    margin-bottom: 3em;
}
.contacto-text p{
    font-size: 5em;
    color: #de5337;
    margin: 0;   
}
.contacto-imagen{
    position: absolute;
    bottom: 0;
}

.contacto-imagen img{
    width: 75%;
}

.custom-file {
    margin-bottom: 5rem;
    width: 94%;
}
.custom-file-second{
    left: 15px;
    position: relative;
}
#file, #file-vehiculo{
    display: none;
}
.input-fotoconductor{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #0698fa;
    border: 1px solid #0698fa;
    cursor: pointer;
}

.col-left{
    padding-right: 0!important;
}
.col-right{
    padding-left: 0!important;
}
/***********************************/
@media(max-height:826px){
    #contactos {
        height: 62em;
        overflow: inherit;
    }
} 
@media(max-width:1600px){
    .contenedor-afiliate {
        top: 53%;
    }
    .contacto-text p {
        font-size: 4em;
    }
}
@media(max-width:1400px){
    .form-contenedor {
        width: 40em;
    }
}
@media(max-width:1199px){
    .contacto-imagen img {
        width: 70%;
    }
    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 13px;
    }
    .form-control::-moz-placeholder { /* Firefox 19+ */
        font-size: 13px;
    }
    .form-control:-ms-input-placeholder { /* IE 10+ */
        font-size: 13px;
    }
    .form-control::-moz-placeholder { /* Firefox 18- */
        font-size: 13px;
    }
}
@media(max-width:991px){    
    .contacto-text {
        margin-bottom: 2em;
    }
    .contacto-text p {
        font-size: 50px;
    }
}
@media(max-width:767px){
    #contactos {
        height: 58em;
    }
    .form-contenedor {
        width: 90%;
    }
    .contacto-text {
        width: auto;
    }
    .contacto-text p {
        font-size: 45px;
        line-height: 45px;
    }
    .contacto-text br{
        display: none;
    }
    .contacto-imagen img {
        display: none;
    }
    #fotoconductor-span, #fotovehiculo-span{
        font-size: 13px;
    }
}
@media(max-width:575px){
    .custom-file {
        width: 100%;
        margin-bottom: 1rem;
    }
    .custom-file-second {
        left: 0;
        position: inherit;
        margin-bottom: 2rem;
    }
    .input-submit {
        margin-bottom: 7em;
    }
    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 11px;
    }
    .form-control::-moz-placeholder { /* Firefox 19+ */
        font-size: 11px;
    }
    .form-control:-ms-input-placeholder { /* IE 10+ */
        font-size: 11px;
    }
    .form-control::-moz-placeholder { /* Firefox 18- */
        font-size: 11px;
    }
    .form-contenedor {
        margin-top: 3em;
    }
    .form-contenedor {
        padding: 40px;
        padding-top: 65px;
    }
    .contacto-text {
        line-height: 2em;
    }
    .contacto-text p {
        font-size: 40px;
    }
    .input-mensaje {
        margin-bottom: 3rem;
    }
    .col-left-responsive,.col-right-responsive{
        flex: 100%; 
    }
    .col-left-responsive{
        margin-right: 5px;
    }
    .col-right-responsive{
        padding-right: 0;
        padding-left: 5px!important;
    }
}
@media(max-width:400px){
    .form-contenedor {
        padding: 40px 20px;
        padding-top: 65px;
    }
}
/********REFERENCIALES**************/

@media(min-width: 1545px){

}

/* @media(max-height:750px){
    #contactos {
        height: 52rem;
    }
} */