@font-face {
	font-family: "Roboto Regular";
	src: url("../fonts/Roboto-Regular.eot?") format("eot"),
		url("../fonts/Roboto-Regular.woff") format("woff"),
		url("../fonts/Roboto-Regular.ttf") format("truetype"),
		url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Decker Bold";
	src: url("../fonts/DeckerB.eot?") format("eot"),
		url("../fonts/DeckerB.woff") format("woff"),
		url("../fonts/DeckerB.ttf") format("truetype"),
		url("../fonts/DeckerB.svg#") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Decker";
	src: url("../fonts/Decker.eot?") format("eot"),
		url("../fonts/Decker.woff") format("woff"),
		url("../fonts/Decker.ttf") format("truetype"),
		url("../fonts/Decker.svg#") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans Light";
	src: url("../fonts/OpenSans-Light.eot?") format("eot"),
		url("../fonts/OpenSans-Light.woff") format("woff"),
		url("../fonts/OpenSans-Light.ttf") format("truetype"),
		url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
	font-weight: normal;
	font-style: normal;
}

#contenedor {
	width: 100%;
	overflow: hidden;
	font-family: "Decker";
	position: relative;
	color: #535453;
}

.pad {
	padding-left: 0px;
	padding-right: 0px;
}

.clear {
	clear: both;
}

.head {
	padding: 30px 15px;
	margin-top: 30px;
}

.head h1{
	font-size: 23px;
}

.head h1 a{
	color: #000;
  text-align: center;
  font-size: 21px;
  line-height: 26px;
  font-family: "Decker Bold";
  background: url(../img/ico-whatsapp2.png) left 3px;
  background-repeat: repeat;
  padding-left: 29px;
  background-repeat: no-repeat;
  display: inline-block;
}

.head p{
	line-height: 26px;
	font-size: 21px;
	/*background: url(../img/ico-tel2.png) left 4px;
  background-repeat:no-repeat;*/
  padding-left: 27px;
}

.point{
	width: 42px;
  height: 50px;
  background: url(../img/point.jpg) left 2px;
  background-repeat: repeat;
  float: left;
  background-repeat: no-repeat;
}

/*
.head h1 {
	margin-left: 10px;
	font-size: 23px;
}*/

#barra-menu {
	z-index: 1;
	background: #89cc29;
	padding: 5px 0px;
}

#menu {
	padding-bottom: none;
	background: transparent;
	width: 100%;
	float: right;
	position: relative;
	margin-bottom: 0;
	border: none;
}

#navbar .menu {
	display: flex;
	align-items: center;
}

#navbar li {
	display: inline-block;
	margin: 0 5px;
}

#navbar a {
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	padding: 22px 26px;
	text-align: center;
	color: #FFF;
	font-family: "Roboto Regular";
}

#navbar a:hover {
	background: #219bcb;
	text-decoration: none;
}

#navbar .selec {
	background: #219bcb;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #219bcb;
	border-color: #337ab7;
}

.dropdown-menu {
	background: #89cc29;
	border: none !important;
	padding: 0px;
	border-radius: 0px;
	margin: 0px;
}

.dropdown-menu>li>a {
	color: #fff !important;
	font-size: 15px !important;
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px !important;
	border-bottom: 1px solid #fff;
}

.sub1 {
	width: 100%;
	margin: 0 !important;
}

nav .me {
	text-align: center;
	margin: auto;
	padding-bottom: 4px;
	display: block;
	color: #fff;
}

.navbar-toggle .icon-bar {
	width: 38px;
	background-color: #fff !important;
}

.redes {
	text-align: center;
	padding: 10px 15px;
}

#fb {
	display: inline-block;
	background: url(../img/redes.png) 0px 0px;
	width: 30px;
	height: 36px;
	margin: 0px 10px;
}

#tw {
	display: inline-block;
	background: url(../img/redes.png) -106px 0px;
	width: 35px;
	height: 36px;
	margin: 0px 10px;
}

#go {
	display: inline-block;
	background: url(../img/redes.png) -192px 0px;
	width: 35px;
	height: 36px;
	margin: 0px 10px;
}

#in {
	display: inline-block;
	background: url(../img/redes.png) 35px 0px;
	width: 35px;
	height: 36px;
	margin: 0px 10px;
}

.caption {
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 30px;
	text-align: center;
	background: #89cc29;
}

.caption p {
	color: #fff;
	font-size: 36px;
	line-height: 39px;
	font-family: "Decker";
	text-align: justify;
}

#prev {
	background: #89cc29;
	color: #fff;
	padding: 5px 14px;
	position: absolute;
	opacity: 1;
	top: auto;
	bottom: 20px;
	width: auto;
	left: auto;
	right: 25%;
	font-size: 25px;
}

#next {
	background: #89cc29;
	color: #fff;
	padding: 5px 14px;
	position: absolute;
	opacity: 1;
	top: auto;
	width: auto;
	left: auto;
	bottom: 20px;
	right: 21%;
	font-size: 25px;
}

#contenido {
	padding-top: 30px;
}

.titulo {
	text-align: center;
	margin-top: 30px;
}

.titulo h1 {
	text-align: center;
	font-size: 40px;
	color: #000;
	font-family: "Decker Bold";
}

.titulo h2 {
	color: #98B834;
	text-align: center;
	font-size: 40px;
}

.line1 {
	margin-top: 10px;
	background: #219BCB;
	height: 10px;
	display: inline-block;
	width: 50px;
}

.line2 {
	margin-top: 15px;
	margin-bottom: 10px;
	background: #219BCB;
	height: 12px;
	display: inline-block;
	width: 150px;
}

.marcas {
	text-align: center;
	margin-top: 20px;
}

.marcas h1 {
	text-align: center;
	font-family: "Decker Bold";
	font-size: 22px;
	margin-top: 15px;
	color: #000;
}

.marcas p {
	margin-top: 20px;
	text-align: center;
	line-height: 23px;
	font-size: 19px;
}

.marcas a {
	display: inline-block;
	padding: 15px 20px;
	border: solid 1px #98B834;
	color: #98B834;
	margin-top: 8px;
	font-size: 20px;
	font-family: "Decker Bold";
}

footer {
	text-align: center;
	padding: 20px 15px;
	background: #89cc29;
}

footer p {
	color: #fff;
	font-size: 18px;
	line-height:24px;
	font-family: "Decker Bold";
	text-shadow:1px 1px 1px #00000059;
}

footer h1 a{
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-family: "Decker Bold";
	text-shadow: 1px 1px 1px #00000059;
	background: url(../img/ico-whatsapp.png) left;
	padding-left: 29px;
  background-repeat:no-repeat;
  display: inline-block;
}

footer h1 a:hover{
	color: #fff;
}


.ico-whatsap{
	width: 50px;
	height: 50px;
	display: inline list-item;
	
}

#back-top {
	position: fixed;
	bottom: 75px;
	right: 50px;
}

#back-top a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #bdd49d;
	color: #fff;
	padding: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #000;
}

.fondo {
	padding-bottom: 53px;
	background: #e3f2d5;
	margin-top: 30px;
}

.fondo2 {
	padding-bottom: 40px;
	background: #fff;
	margin-top: 30px;
}

.nosotros {
	padding: 30px 0px;
}

.nosotros p {
	margin-top: 50px;
	text-align: center;
	font-size: 28px;
	line-height: 33px;
}

.nosotros img {
	margin-top: 50px;
}

#vision {
	padding: 30px 0px;
}

.producto {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	position: relative;

}

.producto img {
	position: relative;
	z-index: 1;
}

.producto span {
	padding-top: 30px;
	margin-top: -195px;
	width: 70%;
	margin-left: 15%;
	text-align: center;
	color: #fff;
	float: left;
	position: relative;
	font-size: 31px;
	font-family: "Open Sans Light";
	z-index: 9;

}

.interna {
	text-align: center;
	padding-bottom: 30px;
}

.interna p {
	line-height: 20px;
	font-size: 20px;
	margin-top: 30px;
}

.interna h2 {
	line-height: 30px;
	font-size: 30px;
	font-family: "Decker Bold";
	margin-top: 30px;
}

.interna h3 {
	padding: 10px;
	color: #fff;
	background: #89cc29;
	font-size: 30px;
	margin-top: 37px;
	font-family: "Open Sans Light";
}

.botones {
	padding-top: 50px;
}

#atras {
	float: left;
	background: #89cc29;
	color: #fff;
	position: relative;
	font-size: 25px;
	padding: 8px 30px;
	font-family: "Open Sans Light";
}

#prev2 {
	background: #98B834;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	opacity: 1;
	top: auto;
	bottom: 5px;
	width: auto;
	left: auto;
	right: 60px;
	font-size: 25px;
}

#next2 {
	background: #98B834;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	opacity: 1;
	top: auto;
	width: auto;
	left: auto;
	bottom: 5px;
	right: 5px;
	font-size: 25px;
}

.pie {
	padding-bottom: 40px;
	background: #fff;
	margin-top: 26px;
}

.pie h2 {
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

#video {
	height: 400px;
}

#contacto {
	padding: 30px 15px;
	padding-bottom: 19px;
	margin-top: 40px;
	text-align: center;
}

#contacto h1 {
	color: #98B834;
	font-size: 40px;
	font-family: "Open Sans Light";
}

#contacto p {
	line-height: 20px;
	font-size: 20px;
	margin-top: 30px;
	font-family: "Decker Bold";
}

#contacto h2 {
	color: #517CB8;
	font-size: 33px;
	font-family: "Open Sans Light";
	margin-top: 100px;
}

#contacto h3 {
	font-size: 18px;
	font-family: "Decker Bold";
	margin-top: 20px;
}

#contacto h3 span {
	color: #98B834;
}

#formulario {
	background: #c8e79c;
	padding: 50px 30px;
	margin-top: 40px;
}

#formulario h2 {
	color: #98B834 !important;
	padding: 10px;
	background: #fff;
	text-transform: none;
	margin-top: 5px;
	font-weight: normal;
	width: 20%;
	float: left;
	position: relative;
	text-transform: uppercase;
}

.radio {
	margin-top: 25px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	width: 100%;
	margin-top: 15px;
}


.radio h3 {
	width: 100%;
	color: #000 !important;
	padding: 10px;
	text-transform: none;
	margin-top: 5px;
	font-weight: normal;
	float: left;
	position: relative;
	text-transform: uppercase;
}

.campo {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 15px;
	background: #fff;
}

#formulario input {
	width: 80%;
	background-color: #fff;
	color: #000;
	border: none;
	font-size: 14px;
	padding: 9px;
	margin-top: 5px;
	float: left;
	position: relative;
}

#formulario textarea {
	width: 80%;
	background-color: #fff;
	color: #000;
	border: none;
	font-size: 14px;
	padding: 10px;
	margin-top: 5px;
	float: left;
	position: relative;
	height: 100px;
}

#enviar {
	width: 150px !important;
	cursor: pointer;
	position: relative;
	float: right !important;
	font-size: 19px !important;
	color: #fff !important;
	text-align: center;
	margin-top: 25px !important;
	padding: 10px 30px !important;
	background: #89cc29 !important;
	margin-right: 15px;
	border: none !important;
	text-transform: uppercase;
	z-index: 1;
}

#enviar:hover {
	background: #000 !important;
	color: #FFF !important;
}

#formulario h4 {
	text-align: left;
	margin-top: 10px;
	color: #000 !important;
	float: left;
}

#formulario h5 {
	float: left;
	font-size: 18px;
	text-align: right;
	margin-top: -4px;
	padding: 13px 10px;
}

#formulario .check {
	text-align: left;
	float: none;
	display: inline-block;
	width: auto;
}

#map {
	height: 400px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.politicas {
	text-align: right;
	margin-top: 15px;
	color: #98B834;
}

.caption-politicas {
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 30px 60px;
	text-align: center;
	background: #89cc29;
	z-index: 1;
}

.caption-politicas p {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
}

.caption-politicas p span {
	font-size: 45px;
}

.agencias {
	text-align: center;
	padding-bottom: 30px;
}

.agencias p {
	margin-top: 15px;
	font-size: 20px;
	line-height: 27px;
}

.agencia {
	margin-top: 30px;
}

#video-agencia {
	margin-top: 30px;
	height: 583px;
}

#video-agencia a {
	display: inline-block;
}

#btn-video {
	margin-top: 15px;
	display: inline-block;
	border: solid 1px #98B834;
	padding: 10px 40px;
	color: #98B834;
	text-decoration: none !important;
}

#btn-video span {
	font-size: 55px;
}

.copy{
	text-align: right;
}

.copy a {
	color: #fff;
	background: url(../img/web.png) no-repeat right;
	padding-right: 165px;
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
}

.bt_mas {
	background-color: #8fb658;
	margin-bottom: 8px;
	color: #fff;
	float: right;
	padding: 8px;
	width: 100%;
	text-align: center;
}

.bt_mas:hover {
	text-decoration: underline;
	color: #fff;
}



@media (max-width: 800px) {
	header {
		position: relative;
		top: 0;
		height: auto;
	}

	.pin {
		font-size: 11px;
		float: left;
	}

	.telefono {
		font-size: 11px;
		float: left;
		margin-left: 14px;
		margin-right: 0;
	}

	#menu {
		background-color: #89cc29;
	}

	.menu {
		flex-direction: column;
	}

	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
		background: #219bcb !important;
		margin-top: 0px;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
		margin-left: 0;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

	#navbar li {
		width: 100%;
	}

	#navbar a {
		width: 100%;
		text-align: left;
		padding: 5px;
		margin-top: 2px;
		border: none;
	}

	.head {
		display: flex;
		padding: 10px 15px;
		margin-top: 10px;
	}

	.caption {
		position: absolute;
		bottom: 10px;
		left: 0;
		padding: 10px;
		text-align: center;
		background: #98B834;
	}

	.caption p {
		color: #fff;
		font-size: 12px;
		line-height: 10px;
	}

	#prev {
		padding: 5px 10px;
		bottom: 0px;
		right: 40px;
		font-size: 15px;
	}

	#next {
		padding: 5px 10px;
		bottom: 0px;
		right: 0;
		font-size: 15px;
	}

	#back-top {
		right: 5px;
		bottom: 127px;
	}

	.titulo h1 {
		font-size: 25px;
	}

	.pie {
		margin-top: 0px;
	}

	.caption-politicas {
		bottom: 0px;
		left: 0;
		padding: 5px 15px;
	}

	.caption-politicas p {
		font-size: 19px;
		line-height: 19px;
	}

	.caption-politicas p span {
		font-size: 25px;
	}

	#formulario h2 {
		width: 100%;
	}

	#formulario input {
		width: 100%;
	}

	#formulario textarea {
		width: 100%;
	}

	#contacto {
		padding: 15px 15px;
		margin-top: 10px;
	}

	#contacto h2 {
		font-size: 16px;
		margin-top: 20px;
	}

	.sub1 a {
		font-size: 10px;
	}

	.nosotros p {
		font-size: 17px;
		line-height: 24px;
	}

	.redes {
		background-color: #89cc29;
	}

	.head h1 {
		font-size: 15px;
	}

	#fb {
		margin: 0px -1px;
	}

	#tw {
		margin: 0px -1px;
	}

	#go {
		margin: 0px -1px;
	}

	#in {
		margin: 0px -1px;
	}

	.marcas p {
		font-size: 15px;
		line-height: 20px;
		min-height: 403px;
	}

	.marcas h1 {
		font-size: 21px;
	}

	.producto span {
		margin-top: -171px;
		font-size: 24px;
	}

}



@media (max-width: 900px) and (min-width:800px) {

	#navbar a {
		font-size: 13px;
		padding: 16px 9px;
	}

	#fb {
		margin: 0px -1px;
	}

	#tw {
		margin: 0px -1px;
	}

	#go {
		margin: 0px -1px;
	}

	#in {
		margin: 0px -1px;
	}

	.caption {
		padding: 13px;
		bottom: 13px;
	}

	.caption p {
		font-size: 17px;
		line-height: 27px;
	}

	.marcas p {
		font-size: 14px;
		line-height: 17px;
		min-height: 302px;
	}

	.nosotros p {
		font-size: 19px;
		line-height: 27px;
	}

	.dropdown-menu>li>a {
		font-size: 13px !important;
	}

	.titulo h1 {
		font-size: 35px;
	}

	.producto span {
		padding-top: 47px;
		font-size: 26px;
	}

	.interna h2 {
		font-size: 21px;
	}

	.interna h3 {
		font-size: 25px;
	}

	.head {
		margin-bottom: 22px;
		margin-top: 12px;
	}

	.head h1 {
		font-size: 15px;
	}

}


@media (max-width: 1000px) and (min-width:900px) {

	#navbar a {
		font-size: 15px;
		padding: 16px 9px;
	}

	.caption {
		bottom: 16px;
		padding: 16px;
	}

	.caption p {
		font-size: 18px;
		line-height: 26px;
	}

	#fb {
		margin: 0px -1px;
	}

	#tw {
		margin: 0px -1px;
	}

	#go {
		margin: 0px -1px;
	}

	#in {
		margin: 0px -1px;
	}

	.marcas p {
		font-size: 16px;
		line-height: 21px;
		min-height: 362px;
	}

	.nosotros p {
		font-size: 20px;
		line-height: 26px;
	}

	.titulo h1 {
		font-size: 34px;
	}

	.producto span {
		margin-top: -190px;
		font-size: 28px;
	}

	.interna h2 {
		font-size: 23px;
	}

	.interna h3 {
		font-size: 24px;
	}

	.head h1 {
		font-size: 16px;
	}

	.head {
		margin-bottom: 17px;
	}


}


@media (max-width: 1100px) and (min-width:1000px) {

	#navbar a {
		font-size: 18px;
		padding: 16px 9px;
	}

	.caption {
		bottom: 16px;
		padding: 16px;
	}

	.caption p {
		font-size: 21px;
		line-height: 30px;
	}

	#fb {
		margin: 0px 2px;
	}

	#tw {
		margin: 0px 2px;
	}

	#go {
		margin: 0px 2px;
	}

	#in {
		margin: 0px 2px;
	}

	.marcas p {
		font-size: 16px;
		line-height: 21px;
		min-height: 316px;
	}

	.nosotros p {
		font-size: 23px;
		line-height: 28px;
	}

	.titulo h1 {
		font-size: 36px;
	}

	.producto span {
		margin-top: -190px;
	}

	.interna h2 {
		font-size: 23px;
	}

	.interna h3 {
		font-size: 24px;
	}

	.head h1 {
		font-size: 19px;
	}

	.head {
		margin-bottom: 17px;
	}

	.agencias p {
		font-size: 18px;
	}
}


@media (max-width: 1200px) and (min-width:1100px) {

	#navbar a {
		padding: 16px 16px;
	}

	.caption {
		bottom: 16px;
		padding: 24px;
	}

	.caption p {
		font-size: 23px;
		line-height: 31px;
	}

	.marcas p {
		font-size: 16px;
		line-height: 21px;
		min-height: 286px;
	}

	.producto span {
		margin-top: -190px;
	}

	.interna h3 {
		font-size: 24px;
	}

	.head {
		margin-bottom: 27px;
	}

	.agencias p {
		font-size: 18px;
	}
}


@media (max-width: 1300px) and (min-width:1200px) {

	#navbar a {
		padding: 20px 8px;
	}

	.caption {
		bottom: 16px;
		padding: 24px;
	}

	.caption p {
		font-size: 25px;
		line-height: 31px;
	}

	.marcas p {
		font-size: 16px;
		line-height: 21px;
		min-height: 429px;
	}

	.producto span {
		margin-top: -190px;
		font-size: 28px;
	}

	.interna h3 {
		font-size: 24px;
	}

	.head {
		margin-bottom: 27px;
	}

	.agencias p {
		font-size: 18px;
	}

	#fb {
		margin: 0px 2px;
	}

	#tw {
		margin: 0px 2px;
	}

	#go {
		margin: 0px 2px;
	}

	#in {
		margin: 0px 2px;
	}

	.head h1 {
		font-size: 17px;
	}

	.nosotros p {
		font-size: 23px;
		line-height: 27px;
	}

	.dropdown-menu>li>a {
		font-size: 13px !important;
	}

	#contacto h2 {
		font-size: 23px;
	}

	#contacto h1 {
		font-size: 27px;
	}

	#contacto p {
		font-size: 16px;
	}

	#formulario h2 {
		font-size: 11px;
	}

	.radio h3 {
		font-size: 14px;
	}

}




@media (max-width: 1400px) and (min-width:1300px) {

	#navbar a {
		padding: 20px 8px;
		font-size: 15px;
	}

	.caption {
		bottom: 16px;
		padding: 24px;
	}

	.caption p {
		font-size: 27px;
		line-height: 37px;
	}

	.marcas p {
		font-size: 16px;
		line-height: 21px;
		min-height: 402px;
	}

	.producto span {
		margin-top: -190px;
	}

	.interna h3 {
		font-size: 24px;
	}

	.head {
		margin-bottom: 27px;
	}

	.agencias p {
		font-size: 18px;
	}

	#fb {
		margin: 0px 2px;
	}

	#tw {
		margin: 0px 2px;
	}

	#go {
		margin: 0px 2px;
	}

	#in {
		margin: 0px 2px;
	}

	.head h1 {
		font-size: 17px;
	}

	.nosotros p {
		font-size: 23px;
		line-height: 27px;
	}

	.dropdown-menu>li>a {
		font-size: 13px !important;
	}

	#contacto h2 {
		font-size: 27px;
	}

	#contacto h1 {
		font-size: 27px;
	}

	#contacto p {
		font-size: 16px;
	}

	#formulario h2 {
		font-size: 11px;
	}
}


@media (max-width: 1500px) and (min-width:1400px) {

	#navbar a {
		padding: 20px 9px;
		font-size: 17px;
	}

	.caption {
		bottom: 26px;
		padding: 24px;
	}

	.caption p {
		font-size: 29px;
		line-height: 37px;
	}

	.marcas p {
		font-size: 17px;
		min-height: 402px;
	}

	.producto span {
		margin-top: -190px;
	}

	.interna h3 {
		font-size: 24px;
	}

	.head {
		margin-bottom: 27px;
	}

	.agencias p {
		font-size: 18px;
	}

	#fb {
		margin: 0px 2px;
	}

	#tw {
		margin: 0px 2px;
	}

	#go {
		margin: 0px 2px;
	}

	#in {
		margin: 0px 2px;
	}

	.head h1 {
		font-size: 19px;
	}

	.nosotros p {
		font-size: 23px;
		line-height: 27px;
	}

	#contacto h2 {
		font-size: 30px;
	}

	#contacto h1 {
		font-size: 30px;
	}

	#contacto p {
		font-size: 19px;
	}

	#formulario h2 {
		font-size: 11px;
	}

}


@media (max-width: 1600px) and (min-width:1500px) {

	#navbar a {
		padding: 20px 9px;
	}

	.caption {
		bottom: 20px;
	}

	.caption p {
		font-size: 32px;
		line-height: 44px;
	}

	.marcas p {
		font-size: 17px;
		line-height: 21px;
		min-height: 354px;
	}

	.producto span {
		margin-top: -190px;
	}

	.interna h3 {
		font-size: 24px;
	}

	.head {
		margin-bottom: 27px;
	}

	.agencias p {
		font-size: 18px;
	}

	#fb {
		margin: 0px 2px;
	}

	#tw {
		margin: 0px 2px;
	}

	#go {
		margin: 0px 2px;
	}

	#in {
		margin: 0px 2px;
	}

	.head h1 {
		font-size: 20px;
	}

	#contacto p {
		font-size: 19px;
	}

}

@media (max-width: 1700px) and (min-width:1600px) {

	#navbar a {
		padding: 20px 12px;
	}

	.caption p {
		font-size: 33px;
		line-height: 41px;
	}

	.producto span {
		margin-top: -190px;
	}

	.interna h3 {
		font-size: 24px;
	}

	.head {
		margin-bottom: 27px;
	}

	#fb {
		margin: 0px 2px;
	}

	#tw {
		margin: 0px 2px;
	}

	#go {
		margin: 0px 2px;
	}

	#in {
		margin: 0px 2px;
	}

	.marcas p {
		min-height: 393px;
	}


}


@media (max-width: 1900px) and (min-width:1700px) {

	#navbar a {
		padding: 20px 19px;
	}

	.producto span {
		margin-top: -190px;
	}

	.head {
		margin-bottom: 27px;
	}

	.marcas p {
		min-height: 354px;
	}

}
