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

.header{
	background-color: #262626;
}

.header img{
	height: 80px;
	width: auto;
	margin-left: 20px;
	padding: 5px 10px;
}

.btn-hub{
	color: #fff;
	font-size: 1.2em;
	display: block;
	margin-top: 20px;
	background-color: #0C61AD;
	width: 150px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.txt-3{
	margin-bottom: 50px;
}

.txt-3 p{
	text-align: center;
	font-size: 1.3em;
	color: #163D75;
	font-weight: bold;
}

.txt-3 a{
	margin: auto;
	margin-top: 30px;
}

.btn-hub:hover{
	color: #fff;
	text-decoration: none;
	background-color: #0C5184;
	transition: all ease .3s;
}

.btn-descarga{
	color: #fff;
	font-size: 1.2em;
	display: block;
	margin: auto;
	background-color: #0C61AD;
	width: 150px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.btn-descarga:hover{
	color: #fff;
	text-decoration: none;
	background-color: #0C5184;
	transition: all ease .3s;
}

.bg-gracias{
	background-image: url(../imagenes/iqf2.jpg);
	height: 100%; 
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg{
	position:static;
	width: 100%;
	
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: center 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(../imagenes/iqf2.jpg);
}

.bg2{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../imagenes/iqf2.jpg);
}

:focus{
	outline: none;
}

.form-news div{
	margin-top: 25px;
}

.form-news div label{
	color: #bdbebe;
}

.form-news div .email{
	margin-top: 30px;
	width: 200px;
}

.form-news div .button{
	width: 150px;
}

.icon-circle-right{
	display: inline-block;
	font-size: 25px;
	color: #2CAAFF;
	padding-top: 15px;
	margin-right: 10px;
}

.btn2{
	display: block;
	margin-top: 10px;
	color: #0C61AD;
	text-align: center;
}

.txt h2{
	margin-top: 150px;
	font-size: 2.5em;
	color: #b2e3ff;
	text-align: left;
	text-shadow: 1px 2px #000;
}

.txt h3{
	margin-top: 15px;
	color: #2CAAFF;
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 2px #000;
}

.txt2 h2{
	margin-top: 30px;
	font-size: 2.1em;
	color: #0C61AD;
	text-align: center;
	text-shadow: 1px 2px #000;
}

.txt2 h3{
	margin-top: 15px;
	color: #2CAAFF;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 2px #000;
}

.txt4 h2{
	margin-top: 50px;
	font-size: 2.3em;
	color: #b2e3ff;
	text-align: center;
	text-shadow: 1px 2px #000;
}

.txt4 h3{
	margin-top: 15px;
	color: #2CAAFF;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 1px 2px #000;
}

.form-hub{
	background-color: rgba(255,255,255,.5);
	max-width: 500px;
	padding: 10px 10px 10px 10px;
	margin-top: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
}

.wrapper-info{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(238,238,238) 0%, rgb(238,238,238) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(238,238,238) 0%,rgb(238,238,238) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.title-produccion{
	text-transform: uppercase;
	text-align: center;
	font-size: 1.9em;
	margin-top: 50px;
	margin-bottom: 50px;
}

.brochure{
	margin-top: 70px;
	margin-bottom: 70px;
}

.brochure p{
	font-size: 2em;
	text-align: center;
	color: #000;
	font-weight: 400;
}

.movil{
	display: none;
}

.gris-fuerte{
	color: #6F6F70;
	font-weight: 400;
}

.gris-claro{
	color: #969798;
	font-weight: 400;
}

.sub-con1{
	color: #52AFE8;
}

.sub-con2{
	color: #385672;
	font-size: 1em;
	margin-bottom: 15px;
}

.puntos-info{
	margin-left: 20px;
}

.info1{
	margin-top: 100px;
}


.btn-cotiza{
	display: block;
	width: 150px;
	padding: 10px 0px 10px 0px;
	color: #fff;
	background-color: #163D75;
	text-align: center;
	border-radius: 5px;
	margin-left: 15%;
}

.btn-cotiza2{
	position: relative;
	display: block;
	width: 150px;
	padding: 10px 0px 10px 0px;
	color: #fff;
	background-color: #163D75;
	text-align: center;
	border-radius: 5px;
	float: right;
	margin-right: 15%;
	margin-top: -40px;
}

.btn-cotiza3{
	position: relative;
	display: block;
	width: 150px;
	padding: 10px 0px 10px 0px;
	color: #fff;
	background-color: #163D75;
	text-align: center;
	border-radius: 5px;
	margin-left: 15%;
	margin-top: -40px;
}

.btn-cotiza4{
	margin: auto;
	margin-top: 30px;
	display: block;
	width: 150px;
	padding: 10px 0px 10px 0px;
	color: #fff;
	background-color: #163D75;
	text-align: center;
	border-radius: 5px;
}

.btn-cotiza5{
	position: relative;
	display: block;
	width: 150px;
	padding: 10px 0px 10px 0px;
	color: #fff;
	background-color: #163D75;
	text-align: center;
	border-radius: 5px;
	float: right;
	margin-right: 15%;
	margin-top: -10px;
}

.btn-cotiza:hover, .btn-cotiza2:hover, .btn-cotiza3:hover, .btn-cotiza4:hover {
	text-decoration: none;
	color: #fff;
	background-color:#1D4B82;
}

.btn-pdf{
	display: block;
	color: #fff;
	width: 150px;
	margin: auto;
}

.pdf{
	height: 15px;
	width: auto;
	padding-right: 5px;
}

.btn-pdf:hover{
	color:#fff;
}

.btn-pdf2{
	margin-left: 17%;
	margin-bottom: 10px;
	display: block;
}

.btn-pdf3{
	display: block;
	float: right;
	margin-right: 17%;
	margin-top: -65px;
}

.btn-pdf4{
	position: absolute;
	display: block;
	margin-left: 17%;
	margin-top: -65px;
}

.btn-pdf5{
	display: block;
	float: right;
	margin-right: 17%;
	margin-top: -45px;
}

.info4{
	margin-bottom: 50px;
}

.descripcion{
	text-align: center;
	font-size: 1.4em;
	color: #72A0C1;
	font-weight: 400;
	margin-bottom: 20px;
}

.collage{
	margin: auto;
	margin-bottom: 60px;
}

.title-marcas{
	text-align: center;
	color: #163D75;
	font-size: 2.5em;
	margin-bottom: 15px;
	padding-top: 60px;
}

.title-marcas2{
	text-align: center;
	margin-bottom: 20px;
	color: #b8b8b9;
	font-size: 1.8em;
}

.color-congelacion{
	color: #004687;
}

.img-iqf{
	background-color: #232323;
	padding-top: 50px;
	padding-bottom: 100px;
}

.img-iqf2{
 background: rgb(238,238,238);
background: linear-gradient(90deg, rgba(225,235,238,1) 0%, rgba(216,222,229,1) 100%);
background: -moz-linear-gradient(90deg, rgba(225,235,238,1) 0%, rgba(216,222,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(90deg, rgba(225,235,238,1) 0%, rgba(216,222,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(90deg, rgba(225,235,238,1) 0%, rgba(216,222,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.margen-camaras{
	margin-top: 100px;
}

.camara{
	margin: auto;
}

.btn-masinfo{
	display: block;
	margin: auto;
	text-align: center;
	font-size: 16px;
}

/* -- APLICACIONES --*/

.wrap-iqf{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}

.wrap-iqf img{
	margin: auto;
}

.wrap-iqf .txt-iqf{
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.wrap-iqf .txt-iqf h2{
	color: #fff;
	font-size: 1.2em;
	text-shadow: 1px 2px #000;
	font-weight: 400;
}

.wrap-iqf .txt-iqf p{
	font-size: 1.15em;
}

/* -- FORMULARIO PRINCIPAL -- */

.cont-form{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.margen{
	margin-top: 50px;
	margin-bottom: 50px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-100 {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
}

.col-25,
.col-50,
.col-75,
.col-100{
  padding: 0 16px;
}

.bg-form {
  background-color: rgba(255, 255, 255, .7);
	padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select{
	width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
  border-radius: 3px;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #1265DD;
  color: white;
  padding: 12px;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #1d4b6b;
	transition: 1s all ease;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .cont-form {
    flex-direction: column;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}


/* -- TERMINA FORMULARIO -- */

.pie{
	background-color: #000;
	width: 100%;
	height: 60px;
}

.pie p{
	color: #fff;
	text-align: center;
	padding-top: 20px;
}

/*-- WHATSAPP --*/

.boton-whats{
	color: #fff;
	background: #56ba4a;
	text-align: center;

	position: fixed;
	right: 15px;
	bottom:60px;
	z-index: 999999999;
	font-size: 35px;

	width: 35px;
    height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: -1px 2px 14px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 14px -3px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 14px -3px rgba(0,0,0,0.75);
}

.boton-whats:hover{
	text-decoration: none;
	color: #fff;
	/*transform: scale(1.05);
	transition: transform 1s;*/
}

.boton-whats:active{
	text-decoration: none;
	color: #fff;
}

.boton-whats span{
	margin-top: 0;
	margin-left: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.confirmacion{
	margin: auto;
	width: 50%;
	display: block;
	border: 2px solid #fff;
	border-radius: 5px;
	background-color: rgba(255,255,255, 0.7);
}

.confirmacion h2{
	text-align: center;
	color: #004687;
	margin-top: 30px;
	padding-bottom: 10px;
}

/* FOOTER */

footer{
	background-color:#232323;
	height: 100%;
	padding-top: 100px;
}

.dudas{
	margin-top: 100px;
}

.dudas .title-dudas1{
	color: #fff;
	font-size: 2.2em;
}

.title-dudas2{
	color: #2CAAFF;
}

.txt-dudas{
	font-size: 1.5em;
	color: #fff;
	margin-top: 20px;
}

.asesores-dudas{
	color: #fff;
	font-size: 1.1em;
	margin-top: 20px;
}

.title-iqf{
	font-size: 1.3em;
	float: right;
	margin-top:40px;
	color:#ededed;
	margin-right: 40px;
}

/* -- COLLAGE RESPONSIVO --*/

.row1{
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column1{
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column1 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column1{
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column1{
    flex: 100%;
    max-width: 100%;
  }
}



/*RESPONSIVO */

@media screen and (max-width: 991px){
	.form-wrap{
	width: 90%;}

	.form-wrap1{
	width: 90%;}
}

@media screen and (max-width: 742px){
	.title-iqf{
		margin-right: 8px;
		font-size: 1em;
	}
}

@media screen and (max-width: 680px){
	.web{
		display: none;
	}
	.movil{
		display: block;
	}

	.espacio{
		margin-bottom: 50px;
	}
}


@media screen and (max-width: 615px){
	.title-iqf{
		margin-top: 0;
		text-align: center;
		float: none;
		margin-bottom: 0;
	}

	.header img{
		display: block;
		margin: auto;
	}
}