@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */


img{border:0;}

* { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; box-sizing: border-box;}


a, input, nav ul{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body{
	background:#fff;
	color:#666;
	}


main {
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	}


nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	padding-right: 2%;
}


nav ul{
	list-style: none;
	padding-top: 30px;
}

nav ul li{
	display: inline-block;
}


nav ul li a{
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	color: white;
	margin: 0 20px;
	font-weight: 700;
}

nav ul li:nth-child(6) a, nav ul li:nth-child(7) a, nav ul li:nth-child(8) a, nav ul li:nth-child(9) a, nav ul li:nth-child(10) a{
	margin: 0 5px;
}

nav ul li a:hover, nav ul li a.active{
	color: #d7c5c1;
}

nav ul li a img{
	margin-bottom: -4px;
}

#menuiphone{
	display: none;
}

.slide{
	overflow: hidden;
}


.item{
	position: relative;
}

.frase{
	width: 40%;
	background: url("images/plecas-19.svg") no-repeat top right;
	background-size: 116%;
	position: absolute;
	height: 100%;
}

.naranja{
	background: url("images/plecas-20.svg") no-repeat top right;
	background-size: 116%;
	position: absolute;
	height: 100%;
}

.blue{
	background: url("images/plecas-21.svg") no-repeat top right;
	background-size: 116%;
	position: absolute;
	height: 100%;
}

.telefono{
		display: none;
	}

.frase h1{
	font-size: 50px;
	line-height: 55px;
	color: white;
	font-weight: 700;
}

.frase h2{
	font-size: 24px;
	line-height: 30px;
	color: white;
	font-weight: 300;
	margin-top: 15px;
}

.frase h3{
	font-size: 24px;
	line-height: 30px;
	color: #02adba;
	font-weight: 700;
	margin-top: 15px;
}

.frase h4{
	font-size: 40px;
	line-height: 45px;
	color: #8d1a60;
	font-weight: 700;
	margin-top: 15px;
}

.frase a{
	display: inline-block;
	padding: 10px 20px;
	background: #f1f2f2;
	border-radius: 30px;
	letter-spacing: 2px;
	color: #999;
}

.flecha{
	display: inline-block;
	width: 30px;
	margin-bottom: -10px;
}

.frase a:hover{
	transform: scale(1.1);
}

hr{
	border-top: 10px solid #02adba;
	border-bottom: 0;
	margin: 10px 0;
}

.naranja .textosF{
	background: url("images/x-w.svg") no-repeat top left;
	background-size: 100px;
}

.blue .textosF{
	background: url("images/x-m.svg") no-repeat top left;
	background-size: 100px;
}

.naranja hr{
	border-top: 10px solid #8d1a60;
	border-bottom: 0;
	margin: 10px 0;
}

.blue hr{
	border-top: 10px solid #e53d51;
	border-bottom: 0;
	margin: 10px 0;
}

.textosF{
	padding: 5%;
	position: absolute;
	bottom: 100px;
	background: url("images/x.svg") no-repeat top left;
	background-size: 100px;
	margin-left: 30px;
}

.titulos{
	width: 100%;
	padding: 100px 0 0 0;
	text-align: center;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.col25{
	width: 23%;
}

.col60{
	width: 66%;
}

.razones .col25{
	text-align: center;
}

.plecaX img, .plecaX h1{
	display: inline-block;
}

.plecaX img{
	width: 5vw;
	margin: 0 1vw -1.5vw 0;
	max-width: 90px;
}
.planos .F-lex, .caracteristicas .F-lex{
	align-items: center;
}

.planos a{
	padding: 5px 20px;
	display: inline-block;
	border-radius: 18px;
	background: #ccc;
	margin-bottom: 10px;
	font-weight: 700;
	color: white;
}

.planos a:hover, .planos a.active{
	background: #fc7f40;
	color: white;
}

.slide2{
	width: 100%;
	max-width: 1250px;
	margin: 50px auto;
	border-radius: 20px;
	border: 10px solid white;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
}

.slide2 img{
	object-fit: fill;
	border-radius: 15px;
}

.caracteristicas{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

.caracteristicas .col60{
	margin-left: 1%;
}

.caracteristicas .col30{
	padding-left: 1%;
}

.caracteristicas .F-lex .col60 img{
	object-fit: fill;
	border-radius: 20px;
	border: 10px solid white;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
}

.marcas img{
	width: 200px;
	margin: 10px 50px;
}

.marcas{
	justify-content:space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}

.fondo1{
	background: url("images/fondo1.svg") no-repeat;
	background-size: 15%;
	background-position: 0 43%; 
}

.fondo2{
	background: url("images/fondo2.svg") no-repeat;
	background-size: 100%;
	background-position: top center; 
}

.fondo3{
	background: url("images/fondo3.svg") no-repeat;
	background-size: 20%;
	background-position: top left; 
}

.fondo4{
	background: url("images/fondo4.svg") no-repeat;
	background-size: 25%;
	background-position: top right; 
}


.mapa{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}

.mapa iframe{
	width: 100%;
	height: 550px;
	border-radius: 20px;
	border: 10px solid white;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
}

.contacto{
	list-style: none;
	margin-top: 40px;
}

.contacto li{
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}


footer{
	width: 100%;
	padding: 100px 0 50px 0;
	background: #002855 url("images/pleca-footer.svg") no-repeat top center;
	background-size: 110%; 
	text-align: center;
}


footer a, footer p{
	color: white;
	font-size: 13px;
	line-height: 20px;
}

	
h1{
	font-size: 45px;
	line-height: 52px;
	color: #8d1a60;
	font-weight: 700;
	letter-spacing: 2px;
	}

h2{
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
}

h3{
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

	
p {
	font-size:15px;
	line-height:21px;
	color:#333;
	font-weight: 300;
	}

	
a {
	font-size:15px;
	line-height:21px;
	color:#333;
	text-decoration:none;
	font-weight: 300;
	}
	
a:hover {
	color:#000;
	}

.Cazul{
	color: #02adba;
}

.Crojo{
	color: #e53d51;
}

.Cnaranja{
	color: #fc7f40;
}

.Cmorado{
	color: #8d1a60;
}



.cleare {
	display: block;
	clear: both;
}


input{
	background: #e6e6e6;
	padding: 20px 3%;
	width: 100%;
	border: 0;
	outline: none;
	margin-bottom: 10px;
	color: white;
}

textarea{
	background: #e6e6e6;
	padding: 20px 3%;
	width: 100%;
	border: 0;
	outline: none;
	margin-bottom: 10px;
	color: white;
	height: 100px;
}

input:focus, textarea:focus{
	background: #cccccc;
}

input[type=submit]{
	background: #8d1a60;
	padding: 20px 3%;
	width: 100%;
	border: 0;
	outline: none;
	margin-bottom: 10px;
	color: white;
	cursor: pointer;
}

input[type=submit]:hover{
	background: #70154c;
}



@media only screen and (min-width:0px) and (max-width:767px){

nav ul{
	padding-top: 25px;
	overflow: hidden;
	height: 60px;
}
	
	nav ul.active{
		height: 210px;
	}

nav ul li{
	display: block;
	text-align: right;
}


nav ul li a{
	font-size: 14px;
	line-height: 30px;
	margin: 0 12px;
}

nav ul li:nth-child(6) a, nav ul li:nth-child(7) a, nav ul li:nth-child(8) a, nav ul li:nth-child(9) a, nav ul li:nth-child(10) a{
	margin: 0 3px;
	display: inline-block;
	float: right;
}


#menuiphone{
	display: block;
}

.logo img{
	width: 60px;
}
	
.frase{
	width: 100%;
	background: url("images/plecas-19.svg") no-repeat top right;
	background-size: cover;
	height: 300px;
	position: relative;
	padding-top: 30px;
	display: none;
}
	
.item .ocultar{
	display: none !important;
}

.telefono{
	display: block;
}

.naranja{
	background: url("images/plecas-20.svg") no-repeat top right;
	background-size: 116%;
	height: 300px;
}

.blue{
	background: url("images/plecas-21.svg") no-repeat top right;
	background-size: 116%;
	height: 300px;
}

.frase h1{
	font-size: 20px;
	line-height:25px;
}

.frase h2{
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.frase h3{
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}

.frase h4{
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}

.frase a{
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 30px;
}

.flecha{
	width: 20px;
	margin-bottom: -7px;
}
	
hr{
	border-top: 6px solid #02adba;
	border-bottom: 0;
	margin: 10px 0;
	width: 60%;
}


.naranja .textosF{
	background: url("images/x-w.svg") no-repeat top left;
	background-size: 80px;
}

.blue .textosF{
	background: url("images/x-m.svg") no-repeat top left;
	background-size: 80px;
}


.textosF{
	padding: 5%;
	bottom: 20px;
	background-size: 80px;
	margin-left: 30px;
	position: relative;
}

.titulos{
	padding: 60px 5% 0 5%;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	padding: 60px 7%;
}

.col30{
	width: 100%;
	margin-bottom: 20px;
}

.col50{
	width: 100%;
	margin-bottom: 20px;
}

.col25{
	width: 23%;
}

.col60{
	width: 100%;
	margin-bottom: 20px;
}
	
.slide{
	padding-top: 98px;
}
	
	.razones .col25{
		width: 48%;
	}


.plecaX img{
	width: 5vw;
	margin: 0 1vw -1.5vw 0;
	max-width: 90px;
	display: none;
}

.planos a{
	padding: 5px 20px;
	border-radius: 18px;
	margin-bottom: 10px;
}
	
	.planos .col30{
		text-align: center;
	}


.slide2{
	max-width: 650px;
	margin: 50px auto;
	border-radius: 0px;
	width: 100%;
	padding: 0 5%;
	border:0;
	box-shadow: none;
	overflow:visible;
}

.slide2 img{
	border-radius: 15px;
	border: 5px solid #f1f2f2;
	box-shadow: 0;
	object-fit: fill;
}

.caracteristicas{
	width: 100%;
	max-width: 650px;
	padding: 0 7%;
}

.caracteristicas .col60{
	margin-left: 1%;
}

.caracteristicas .col30{
	padding-left: 1%;
}

.caracteristicas .F-lex .col60 img{
	border-radius: 10px;
	border: 5px solid #f1f2f2;
	box-shadow: none;
}
	
.caracteristicas .F-lex{
	padding: 80px 1%;
}

.marcas img{
	width: 100px;
	margin: 10px 50px;
}

.marcas{
	justify-content:space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 0;
}

.fondo1{
	background: url("images/fondo1.svg") no-repeat;
	background-size: 15%;
	background-position: 0 43%; 
}

.fondo2{
	background: url("images/fondo2.svg") no-repeat;
	background-size: 100%;
	background-position: top center; 
}

.fondo3{
	background: url("images/fondo3.svg") no-repeat;
	background-size: 20%;
	background-position: top left; 
}

.fondo4{
	background: url("images/fondo4.svg") no-repeat;
	background-size: 25%;
	background-position: top right; 
}


.mapa{
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 7%;
}

.mapa iframe{
	width: 100%;
	height: 400px;
	border-radius: 20px;
}

.contacto{
	margin-top: 40px;
}

.contacto li{
	margin-right: 10px;
}


footer{
	padding: 80px 0 50px 0;
	background: #002855 url("images/pleca-footer.svg") no-repeat top center;
	background-size: 110%; 
}


footer a, footer p{
	font-size: 13px;
	line-height: 20px;
}

	
h1{
	font-size: 30px;
	line-height: 35px;
	}

h2{
	font-size: 17px;
	line-height: 23px;
}

h3{
	font-size: 14px;
	line-height: 20px;
}

	
p {
	font-size:13px;
	line-height:19px;
	}

	
a {
	font-size:13px;
	line-height:19px;
	}


}

@media only screen and (min-width:768px) and (max-width:1023px){

nav ul{
	padding-top: 25px;
}

nav ul li{
	display: inline-block;
}


nav ul li a{
	font-size: 12px;
	line-height: 20px;
	margin: 0 12px;
}

nav ul li:nth-child(6) a, nav ul li:nth-child(7) a, nav ul li:nth-child(8) a, nav ul li:nth-child(9) a, nav ul li:nth-child(10) a{
	margin: 0 3px;
}


#menuiphone{
	display: none;
}

.logo img{
	width: 70px;
}
	
.frase{
	width: 45%;
	background: url("images/plecas-19.svg") no-repeat top right;
	background-size: 102%;
	height: 100%;
}

.naranja{
	background: url("images/plecas-20.svg") no-repeat top right;
	background-size: 116%;
	height: 100%;
}

.blue{
	background: url("images/plecas-21.svg") no-repeat top right;
	background-size: 116%;
	height: 100%;
}

.frase h1{
	font-size: 30px;
	line-height:35px;
}

.frase h2{
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}

.frase h3{
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
}

.frase h4{
	font-size: 20px;
	line-height: 25px;
	margin-top: 15px;
}

.frase a{
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 30px;
}

.flecha{
	width: 30px;
	margin-bottom: -10px;
}
	
hr{
	border-top: 6px solid #02adba;
	border-bottom: 0;
	margin: 10px 0;
}


.naranja .textosF{
	background: url("images/x-w.svg") no-repeat top left;
	background-size: 80px;
}

.blue .textosF{
	background: url("images/x-m.svg") no-repeat top left;
	background-size: 80px;
}


.textosF{
	padding: 5%;
	bottom: 40px;
	background-size: 80px;
	margin-left: 30px;
}

.titulos{
	padding: 60px 0 0 0;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	padding: 60px 7%;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.col25{
	width: 23%;
}

.col60{
	width: 66%;
}
	
.slide{
	padding-top: 110px;
}


.plecaX img{
	width: 5vw;
	margin: 0 1vw -1.5vw 0;
	max-width: 90px;
}

.planos a{
	padding: 5px 20px;
	border-radius: 18px;
	margin-bottom: 10px;
}


.slide2{
	max-width: 650px;
	margin: 50px auto;
	border-radius: 20px;
}

.slide2 img{
	border-radius: 15px;
}

.caracteristicas{
	width: 100%;
	max-width: 650px;
}

.caracteristicas .col60{
	margin-left: 1%;
}

.caracteristicas .col30{
	padding-left: 1%;
}

.caracteristicas .F-lex .col60 img{
	border-radius: 20px;
}
	
	.caracteristicas .F-lex{
		padding: 80px 1%;
	}

.marcas img{
	width: 120px;
	margin: 10px 50px;
}

.marcas{
	justify-content:space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 0;
}

.fondo1{
	background: url("images/fondo1.svg") no-repeat;
	background-size: 15%;
	background-position: 0 43%; 
}

.fondo2{
	background: url("images/fondo2.svg") no-repeat;
	background-size: 100%;
	background-position: top center; 
}

.fondo3{
	background: url("images/fondo3.svg") no-repeat;
	background-size: 20%;
	background-position: top left; 
}

.fondo4{
	background: url("images/fondo4.svg") no-repeat;
	background-size: 25%;
	background-position: top right; 
}


.mapa{
	max-width: 1250px;
	margin: 0 auto;
	padding: 60px 7%;
}

.mapa iframe{
	width: 100%;
	height: 400px;
	border-radius: 20px;
}

.contacto{
	margin-top: 40px;
}

.contacto li{
	margin-right: 10px;
}


footer{
	padding: 80px 0 50px 0;
	background: #002855 url("images/pleca-footer.svg") no-repeat top center;
	background-size: 110%; 
}


footer a, footer p{
	font-size: 13px;
	line-height: 20px;
}

	
h1{
	font-size: 35px;
	line-height: 41px;
	}

h2{
	font-size: 20px;
	line-height: 25px;
}

h3{
	font-size: 16px;
	line-height: 22px;
}

	
p {
	font-size:13px;
	line-height:19px;
	}

	
a {
	font-size:13px;
	line-height:19px;
	}


}

@media only screen and (min-width:1024px) and (max-width:1299px){
	
nav ul{
	padding-top: 30px;
}

nav ul li{
	display: inline-block;
}


nav ul li a{
	font-size: 13px;
	line-height: 20px;
	margin: 0 20px;
}

nav ul li:nth-child(6) a, nav ul li:nth-child(7) a, nav ul li:nth-child(8) a, nav ul li:nth-child(9) a, nav ul li:nth-child(10) a{
	margin: 0 5px;
}


#menuiphone{
	display: none;
}

	.logo img{
		width: 80px;
	}
.frase{
	width: 45%;
	background: url("images/plecas-19.svg") no-repeat top right;
	background-size: 102%;
	height: 100%;
}

.naranja{
	background: url("images/plecas-20.svg") no-repeat top right;
	background-size: 116%;
	height: 100%;
}

.blue{
	background: url("images/plecas-21.svg") no-repeat top right;
	background-size: 116%;
	height: 100%;
}

.frase h1{
	font-size: 35px;
	line-height:40px;
}

.frase h2{
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}

.frase h3{
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
}

.frase h4{
	font-size: 25px;
	line-height: 30px;
	margin-top: 15px;
}

.frase a{
	font-size: 14px;
	padding: 8px 15px;
	border-radius: 30px;
}

.flecha{
	width: 30px;
	margin-bottom: -10px;
}


.naranja .textosF{
	background: url("images/x-w.svg") no-repeat top left;
	background-size: 80px;
}

.blue .textosF{
	background: url("images/x-m.svg") no-repeat top left;
	background-size: 80px;
}


.textosF{
	padding: 5%;
	bottom: 40px;
	background-size: 80px;
	margin-left: 30px;
}

.titulos{
	padding: 80px 0 0 0;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	padding: 80px 7%;
}

.col30{
	width: 31%;
}

.col50{
	width: 49%;
}

.col25{
	width: 23%;
}

.col60{
	width: 66%;
}


.plecaX img{
	width: 5vw;
	margin: 0 1vw -1.5vw 0;
	max-width: 90px;
}

.planos a{
	padding: 5px 20px;
	border-radius: 18px;
	margin-bottom: 10px;
}


.slide2{
	max-width: 850px;
	margin: 50px auto;
	border-radius: 20px;
}

.slide2 img{
	border-radius: 15px;
}

.caracteristicas{
	width: 100%;
	max-width: 850px;
}

.caracteristicas .col60{
	margin-left: 1%;
}

.caracteristicas .col30{
	padding-left: 1%;
}

.caracteristicas .F-lex .col60 img{
	border-radius: 20px;
}
	
	.caracteristicas .F-lex{
		padding: 80px 1%;
	}

.marcas img{
	width: 170px;
	margin: 10px 50px;
}

.marcas{
	justify-content:space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
}

.fondo1{
	background: url("images/fondo1.svg") no-repeat;
	background-size: 15%;
	background-position: 0 43%; 
}

.fondo2{
	background: url("images/fondo2.svg") no-repeat;
	background-size: 100%;
	background-position: top center; 
}

.fondo3{
	background: url("images/fondo3.svg") no-repeat;
	background-size: 20%;
	background-position: top left; 
}

.fondo4{
	background: url("images/fondo4.svg") no-repeat;
	background-size: 25%;
	background-position: top right; 
}


.mapa{
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 7%;
}

.mapa iframe{
	width: 100%;
	height: 450px;
	border-radius: 20px;
}

.contacto{
	margin-top: 40px;
}

.contacto li{
	margin-right: 10px;
}


footer{
	padding: 80px 0 50px 0;
	background: #002855 url("images/pleca-footer.svg") no-repeat top center;
	background-size: 110%; 
}


footer a, footer p{
	font-size: 13px;
	line-height: 20px;
}

	
h1{
	font-size: 40px;
	line-height: 46px;
	}

h2{
	font-size: 25px;
	line-height: 30px;
}

h3{
	font-size: 18px;
	line-height: 24px;
}

	
p {
	font-size:14px;
	line-height:20px;
	}

	
a {
	font-size:14px;
	line-height:20px;
	}

}

@media only screen and (min-width:1300px) and (max-width:1600px){


.frase{
	width: 40%;
	background: url("images/plecas-19.svg") no-repeat top right;
	background-size: 116%;
	height: 100%;
}

.naranja{
	background: url("images/plecas-20.svg") no-repeat top right;
	background-size: 116%;
	height: 100%;
}

.blue{
	background: url("images/plecas-21.svg") no-repeat top right;
	background-size: 116%;
	height: 100%;
}

.frase h1{
	font-size: 45px;
	line-height: 50px;
}

.frase h2{
	font-size: 21px;
	line-height: 27px;
	margin-top: 15px;
}

.frase h3{
	font-size: 21px;
	line-height: 27px;
	margin-top: 15px;
}

.frase h4{
	font-size: 35px;
	line-height: 40px;
	margin-top: 15px;
}

.frase a{
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 30px;
}

.flecha{
	width: 30px;
	margin-bottom: -10px;
}


.naranja .textosF{
	background: url("images/x-w.svg") no-repeat top left;
	background-size: 100px;
}

.blue .textosF{
	background: url("images/x-m.svg") no-repeat top left;
	background-size: 100px;
}


.textosF{
	padding: 5%;
	bottom: 60px;
	background-size: 100px;
	margin-left: 30px;
}

.titulos{
	padding: 100px 0 0 0;
}


.F-lex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	padding: 100px 7%;
}


.plecaX img{
	width: 5vw;
	margin: 0 1vw -1.5vw 0;
	max-width: 90px;
}

.planos a{
	padding: 5px 20px;
	border-radius: 18px;
	margin-bottom: 10px;
}


.slide2{
	max-width: 1050px;
	margin: 50px auto;
	border-radius: 20px;
}

.slide2 img{
	border-radius: 15px;
}

.caracteristicas{
	width: 100%;
	padding: 0 7%;
}

.caracteristicas .col60{
	margin-left: 1%;
}

.caracteristicas .col30{
	padding-left: 1%;
}

.caracteristicas .F-lex .col60 img{
	border-radius: 20px;
}

.marcas img{
	width: 200px;
	margin: 10px 50px;
}

.marcas{
	justify-content:space-between;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 0;
}


.mapa{
	max-width: 1250px;
	margin: 0 auto;
	padding: 100px 7%;
}

.mapa iframe{
	width: 100%;
	height: 550px;
	border-radius: 20px;
}


}

@media only screen and (min-width:1700px) and (max-width:2500px){
	
.frase{
	width: 45%;
}

.frase h1{
	font-size: 60px;
	line-height: 65px;
}

.frase h2{
	font-size: 34px;
	line-height: 40px;
	margin-top: 15px;
}

.frase h3{
	font-size: 34px;
	line-height: 40px;
	margin-top: 15px;
}

.frase h4{
	font-size: 50px;
	line-height: 55px;
	margin-top: 15px;
}

.frase a{
	font-size: 20px;
	padding: 10px 20px;
}

.flecha{
	width: 30px;
	margin-bottom: -10px;
}


}



.disclaimer{
	width: 100%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	color: #999;
	padding: 15px 0;
}

.disclaimer a{
	font-size: 12px;
	color: #2f1c51;
}

.disclaimer a img{
	margin-bottom: -5px;
	display: inline-block;
}


