/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


body{
  background-color: #f8f8f8;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Questrial' !important;
	font-weight: 400;
}
p, label, span{
	font-family: 'Mulish' !important;
	font-weight: 400;
}
nav{
  height: 100px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
nav img{
  height:60px;
}
h4 {
	color: #193C87 !important;
	font-weight: bold;
}
label {
	font-weight: 600 !important;
	font-family: 'Mulish' !important;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.is-required:after {
	color: #193C87 !important;
}
label, input{
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	color: #193C87;
}
span {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #525252;
}
input, textarea, select{
  background-color: white !important;
	font-family: 'Mulish' !important;
	border-radius: 12.5px !important;
	border: 1px solid #d9d6d6 !important;
}
.form-control::placeholder {
	color: #525252 !important;
}
.form-control{
	height: 45px;
	min-height: 45px;
	color: #525252 !important;
	font-weight: 400 !important;
	font-size: 15px;
	line-height: 20px;
}
.form-control:focus {
	box-shadow: none;
	outline: none;
}
.portada{
  background-image: url("./img/imglibro.jpg");
  color: #fff;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
.portada:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	background: rgb(25 60 135 / 50%);
	z-index: ;
}
.portada p{
  font-size: 16px;
  font-weight: 500;
	position: relative;
  
}
.portada h1{
  font-size: 40px;
	position: relative;
}
.formulario{
  background-color: #fff;
  border-radius: 20px;
  padding-top: 100px;
  padding-left: 200px;
  padding-right: 200px;
}

#formulario.load{
    opacity: .5;
    pointer-events: none;
}

.formulario form h2{
  color: #212121;
}
.checkbox{
  margin-right: 20px;
}
.detalle{
  font-size: 13px;
    color: #909090;
    text-align: justify;
}
.terminos{
  font-size: 15px !important;
  color: #909090;
}
.enviar{
  background-color: #193C87 !important;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  max-width: 174px;
  width: 100%;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  border: none !important;
  height: 45px;
  font-family: 'Mulish' !important;
  font-weight: 700;
  border-radius: 10px !important;
}
.is-required:after {
  content: '*';
  margin-left: 3px;
  color: red;
  font-weight: bold;
}
input[type=file]{
  width: 100% !important;
  padding: 20px;
  background-color: #fff !important;
  border-radius: 0px !important;
  outline: none;
  border: 2px solid transparent !important;
}
input[type=file]::file-selector-button{
  border: none;
  color: #fff;
  border: 2px solid transparent !important;
  border-radius: 20px;
  padding: 0 20px;
  margin-right: 20px;
  background-color: #193C87;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  outline: none;
  cursor: pointer;
	height: 45px !important;
	font-size: 15px;
	border-radius: 12.5px;
}

.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap .conta {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.wrap .conta input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.wrap .checkmark {
  position: absolute;
  border: 2px solid red !important;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border-color: #193C87 !important;
}

/* On mouse-over, add a grey background color */
.wrap .conta:hover input ~ .checkmark {
  background-color: #f8f8f8;
}

/* When the radio button is checked, add a blue background */
.wrap .conta input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.wrap .conta input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.wrap .conta .checkmark:after {
 	top: 2px;
 	left: 2px;
 	width: 8px;
 	height: 8px;
 	border-radius: 50%;
 	background: #193C87;
}
select{
  background: url("./img/img-arrow-menu.svg") no-repeat right #ddd;
  -webkit-appearance: none;
  background-size: 10px;
  background-position-x: 95%;
}


@media only screen and (max-width: 1179px) {
  .formulario{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 639px) {

  nav img{
    height:45px;
  }
    .portada h1{
    font-size: 8vw;
  }
  .formulario{
    padding-left: 20px;
    padding-right: 20px;
	border-radius: 0;
  }
  .terminos{
    padding-left: 20px;
    padding-right: 20px;
  }
  .portada{
      border-radius: 0px;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
	.portada:before {
		border-radius: 0;
	}
	.terminos {
		padding: 10px !important;
	}
}
.terminos {
	color: #525252 !important;
}