@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

:focus{
    outline: none;
}

body{
    background: #DBDBDB;
    font-family: 'Open sans';
}

/* FORMULARIO =================================== */

.form_wrap{
    width: 1250px;
    height: auto;
    margin: 25px auto;
    display: flex;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4091EC;
    opacity: 0.9;
}

.cantact_info{
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url('../fondo.jpg');
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2{
    font-size: 35px;
    text-align: center;
}

.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: 62%;
    padding: 30px 40px;
}

form.form_contact h2{
	font-size: 25px;
	font-weight: 600;
	color: #303030;
	
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
}

form.form_contact input,
form.form_contact textarea,
form.form_contact select{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
	color: #5A5A5A;
	font-size: 14px;
	font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="button"]{
    width: 180px;
	background: #4091EC;
	padding: 10px;
	border: none;
	border-radius: 25px;

    align-self: flex-end;

    color: #fff;
	font-family: 'Open sans';
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

form.form_contact input[type="button"]:hover{
    background: #3371B6;
}

/* 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: 500px;
    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;
}
.archivos{
    display: flex;
    
}


.archivos_abajo{
    display: block;
    margin-bottom: 10px;
    width: 50%;
    margin: 5px 5px 0px 10px;

}

.wd100{
    
    margin: 10px;
}
.wd50{
    width: 50%;
}
.documentos{
    border: 2px solid #D1D1D1;
    margin-bottom: 10px;

}
.check{
    display: block;
    align-items: flex-start;

}


/* Formulario de contacto*/
.form_contact{
    width: 62%;
    padding: 30px 40px;
}

.form_contact h2{
    font-size: 25px;
    font-weight: 600;
    color: #303030;
    
}

.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

.form_contact label{
    font-weight: 600;
}

.form_contact input,
.form_contact textarea,
.form_contact select{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}

.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

.form_contact input[type="button"]{
    width: 180px;
    background: #4091EC;
    padding: 10px;
    border: none;
    border-radius: 25px;

    align-self: flex-end;

    color: #fff;
    font-family: 'Open sans';
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.form_contact input[type="button"]:hover{
    background: #3371B6;
}

.form_contact button{
    width: 180px;
    background: #4091EC;
    padding: 10px;
    border: none;
    border-radius: 25px;

    align-self: flex-end;

    color: #fff;
    font-family: 'Open sans';
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.form_contact button:hover{
    background: #3371B6;
}




//formulaio  nuevo
input[type="file"]{
    margin: 0 0 15px;
    padding: 10px 1%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



.principal{
    width: 80%;
    margin: 0 auto;
    padding: 3% 0 6% 0;
    clear: both;
}

.barra{
    background-color: #f3f3f3;
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .2);
    height: 25px;

}

.cancel{
    background: #ed1f3x !important;

}

.barra_azul{
    background-color: #247cc0;
    border-radius: 10px;
    display: block;
    height: 25px;

}

.barra_verde{
    background: #2ea265 !important;

}
.barra_roja{
    background: #de3152 !important;

}


#form_subir{
    margin: 1.5% 0;
    padding: 2%;
}

#barra_estado span{
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}


.mensaje_img p{
    font-size: 16px;
    color: #606060;
}

.mensaje_img p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

.final{
    display: inline-flex;
    margin-bottom: 25px;
}

.final input[type="checkbox"]{

    width: 40%;
    transform: scale(3);
    margin: auto;
  

}
.final p{
    color: black;
   font-family: 'Garamond';
   font-size: 18px;
   text-align: justify;

}

.botones_final{

    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer_final{
    
   position: -webkit-sticky;
   position: sticky;
   top: 500px;
   text-align: center;
   
}

.footer_final p{
    color: #999999;
   font-family: 'Open sans';
   font-size: 18px;
}


.boton_imprimir{
    width: 180px;
    background: #4091EC;
    padding: 10px;
    border: none;
    border-radius: 25px;

    align-self: flex-end;
    color: white;
    color: #fff;
    font-family: 'Open sans';
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;



}


.boton_imprimir:hover{
    background: #3371B6;
}

.archivos_personas{
    display: block;

    
}

.archivos_linea{
    display: flex;
}
.notItemOne option:first-child{
    display: none; 
}

.img_archivos{
    border: 2px solid #000;
    border-collapse: collapse;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
}
