
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url("http://img.uflo.edu.ar/a/formulario/formularioprueba.css");

@font-face {
  font-family: "Gilroy";
  src: url("http://img.uflo.edu.ar/a/formulario/gilroyb.otf");
}

html {
  font-family: 'Gilroy', Arial, sans-serif;
  -ms-text-size-adjust: 190%;
  -webkit-text-size-adjust: 190%;
}

body {
  background-image: url(http://img.uflo.edu.ar/a/formulario/fondo.jpg);
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  border: solid 3px #FFF;
  border-radius: 20px 20px 20px 20px;
  background-color:#FFF;
  max-width: 800px;
  margin: 30px auto;
  position: relative;
}

form {
  padding: 0px 50px 10px 50px;
  margin: 50px 0;
  
}

h1 {
  color: #355da7;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  }

.underline {
  border-bottom: solid 2px #62b88c;
  margin: -0.712em auto;
  padding-top: 30px;
  width: 90px;
}

.logo {
	padding-top: 30px;
	alignment-adjust:central;
	text-align:center;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	width: 100%;
}

.subtitulo {
	padding-top:10px;
	font-size: 14px;
	font-weight:800;
	color: #5d5d5d;
	}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #adadad;
	color: #474544;
	font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 30px 0;
	padding: 0 0 0.875em 0;
  text-transform: none;
  	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
	border-bottom: solid 2px #767878;
}

.message {
	float: none;
}

.nombre {
	width: 100%;
}

.apellido {
	width: 100%;
}

.documento {
  display: grid;
  grid-template-columns: 25% 25% 40%;
  grid-gap: 5%;
}

.nacionalidad {
	width: 100%;
	grid-row-line: 1;
}

.tipodoc {
	width: 100%;
	grid-row-line: 2;
}

.numdoc {
	width: 100%;
	grid-row-line: 3;
}

.telefono {
  display: grid;
  grid-template-columns: 15% 15% 15% 40%;
  grid-gap: 5%;
}

.tipotel {
	width: 100%;
	grid-row-line: 1;
}

.prefijo {
	width: 100%;
	grid-row-line: 2;
}

.prefijo2 {
	width: 100%;
	grid-row-line: 3;
}

.numtel {
	width: 100%;
	grid-row-line: 4;
}

.sede {
	width: 100%;
}

.oferta {
	width: 100%;
}

.carrera {
	width: 100%;
}

.fecha {
  display: grid;
  grid-template-columns: 47% 47%;
  grid-gap: 6%;
}

.inicio {
	width: 100%;
	grid-row-line: 1;
}

.turno {
	width: 100%;
	grid-row-line: 2;
}

select {
  background: url('http://img.uflo.edu.ar/a/formulario/flecha.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #365da7;
  color: #365da7;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  margin-top: 45px;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background-image:url(http://img.uflo.edu.ar/a/formulario/botonhover.jpg);
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}/* CSS Document */

