

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

:focus{
    outline: none;
}



/* FORMULARIO =================================== */

.form_wrap{
    width: 100%;
    height: 600px;
    margin: -65px 0px 0px 0px;
    display: flex;

    background: #1A0C55;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	background-image: url("../img/fondo2.png");
	/*background-image: url( "../img/fondoBolsaTrabajo.png");
    /*background-size: cover;*/
    background-position: center center;
}

/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #b38d01;
    opacity: 0.8;
}

.cantact_info{
    width: 35%;
	top: -25px;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

	background-image: url("../img/SalvaModeloSeguro/ModeloHibrido.png");
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 0px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2{
    font-size: 60px;
    text-align: center;
	color:#213967;
	font-weight: bold;
	text-shadow: 0px 0px 5px white; 
	margin-top: -10%; 
	margin-bottom: -5%;
}

.info_items p{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span{
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}


/* Formulario de contacto*/
form.form_contact{
    width: 65%;
    padding: 5px 40px;	
}

form.form_contact h2{
	font-size: 35px;
	font-weight: 600;
	color: white; 
	margin-bottom: 30px;
	margin-top: 20px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
	font-size: 18px;
	color: white;
}

form.form_contact input,
form.form_contact textarea{
    width: 100%;
    padding: 1px 0px 1px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
	color: #5A5A5A;
	font-size: 18px;
	font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 50px;
}

form.form_contact input[type="button"]{
    width: 250px;
	background: #b38d01;
	padding: 10px;
	border: none;
	border-radius: 5px 5px 5px 5px;
    align-self: flex-end;

    color: #fff;
	font-family: 'Open sans';
	font-size: 20px;
	font-weight: 800;
	cursor: pointer;
}

form.form_contact input[type="button"]:hover{
    background: #213967;
	border: 2px solid white;
}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;
	background: #E25151;
	color: #fff;
	border: 2px solid #B14141;
	cursor: pointer;

	float: right;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 2px solid white;
	background-color: #213967;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	width: 25%;
	margin-bottom: 3%;
	text-align:center; 
}

.custom-file-upload:hover{
   background: #b38d01;
   border: 2px solid #b38d01;
}


@media (max-width: 1000px) {
	/* FORMULARIO =================================== */

	.form_wrap{
		width: 100%;
		height: 760px;
		margin: -150px 0px 0px 0px;
	}

	.text-centerBolsaEmpleoCel h3 {
		font-weight:bold;
		color: white;
		line-height: 90%;
		text-align:center;
		font-family:'Roboto', arial;
		font-size:320%;
		margin-top: -1%;
		margin-bottom: 5%;
	}

	/* Formulario de contacto*/
	form.form_contact{
		width: 100%;
		padding: 5px 40px;	
	}

	form.form_contact h2{
		color: #E0B000;
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 30px;
		margin-top: 20px;
		text-align: center;
	}

	form.form_contact input[type="button"]{
		width: 200px;
		padding: 10px;
		border: none;
		font-size: 16px;
		font-weight: 700;
		align-self:center;
		margin-bottom: 15%;
	}

	.custom-file-upload {
		padding: 6px 12px;
		width: 100%;
		margin-bottom: 6%;
		text-align:center; 
	}

	.cantact_info::before, .cantact_info, .info_title,
	.info_items, .info_title, .info_title span, .info_title h2, .info_items p, .info_items p:nth-child(1) span, .info_items p:nth-child(2) span {
	   display: none;
	}
}
@media (orientation: landscape) and (min-width:1001px) and (max-width:1024px){
	.text-centerBolsaEmpleoCel{
   		display: none;
	}
	.form_wrap{
		width: 100%;
		height: 600px;
		margin: -125px 0px 0px 0px;
	}
	.cantact_info{
		width: 75%;
		top: -45px;
	}

	/* Formulario de contacto*/
	form.form_contact{
		width: 70%;
		padding: 5px 40px;	
	}

	form.form_contact h2{
		color: #E0B000;
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 30px;
		margin-top: -5px;
		text-align: center;
	}

	form.form_contact input[type="button"]{
		width: 200px;
		padding: 10px;
		border: none;
		font-size: 16px;
		font-weight: 700;
		align-self:center;
		margin-bottom: 15%;
	}

	.custom-file-upload {
		padding: 6px 12px;
		width: 100%;
		margin-bottom: 6%;
		text-align:center; 
	}
}
@media screen and (min-width:1025px) and (max-width:1366px){
	.form_wrap{
		margin: -170px 0px 0px 0px;
	}
	.cantact_info{
		width: 45%;
		top: -32px;
	}
	.custom-file-upload {
		width: 45%;
		margin-bottom: 3%;
		text-align:center; 
	}
	.form_wrap{
		height: 560px;
	}

/* Formulario de contacto*/
	form.form_contact h2{

		margin-bottom: 30px;
		margin-top: 5px;
	}

	.text-centerBolsaEmpleoCel{
		display: none;
	}
}
@media (min-width:1367px){
	
	.text-centerBolsaEmpleoCel{
   		display: none;
	}
}
