@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:"Roboto Light";
	src:url("../fonts/Roboto-Light.eot?") format("eot"),
	url("../fonts/Roboto-Light.woff") format("woff"),
	url("../fonts/Roboto-Light.ttf") format("truetype"),
	url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
	font-weight:normal;
	font-style:normal;
}

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

@font-face {
	font-family:"Pacifico Regular";
	src:url("../fonts/Pacifico.eot?") format("eot"),
	url("../fonts/Pacifico.woff") format("woff"),
	url("../fonts/Pacifico.ttf") format("truetype"),
	url("../fonts/Pacifico.svg#Pacifico-Regular") 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;
 }

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

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

.clear{
	clear:both;
	}

header{
	padding: 0px 15px;
	/*background: url(../imagenes/head.jpg);*/
	background-repeat:repeat-x;
	background-size: cover;
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 15px;
}

#barra-menu{
	z-index: 1;
	background: transparent;
}

#menu{
  min-height: 40px;
  background: transparent;;
  width: 100%;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
  text-align: center;
  border-radius: 0;
}

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

#navbar a{
  color: #00103c;
  display: block;
  padding: 10px;
  padding-top: 37px;
  font-size: 28px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
}

#navbar a:hover{
	color: #00103c;
	border-bottom: solid 3px #00103c;
	border-left: solid 3px #00103c;
	border-right: solid 3px #00103c;
	text-decoration: none;
}

#navbar .selec{
    color:#00103c;
	border-bottom: solid 3px #00103c;
	border-left: solid 3px #00103c;
	border-right: solid 3px #00103c;
}

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

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

.logo-banner{
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 40%;
}

#carousel-home .carousel-indicators{
	bottom: 10px;
}

#carousel-home .carousel-indicators li{
  width: 15px;
  height: 15px;
  background: #c8c8c8;
  border-color: #FFF;
}

#carousel-home .carousel-indicators .active{
  width: 15px;
  height: 15px;
  background: #fca597;
  border-color: #ae1700;
}

#frase{
	background: url(../imagenes/home/bg1.jpg) no-repeat center;
	padding: 172px 15px;
	text-align: center;
	color: #fff;
	background-size: cover;
}

#frase h1{
	font-family:"Decker";
	font-size: 78px;
	line-height: 109px;
}

#home{
	background: url(../imagenes/home/bg2.jpg) no-repeat center;
	padding: 338px 15px;
	text-align: center;
	color: #fff;
	background-size:contain;
}

#home2{
	padding: 68px 15px;
	text-align: center;
	color: #fff;
}

#home2 h2{
	font-family:"Roboto Bold";
	color: #00103C;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: normal;
	font-size: 39px;
}

#home-ser{
	background: url(../imagenes/home/bg3.jpg) no-repeat center;
	padding: 40px 15px;
	padding-top: 299px;
	text-align: center;
	color: #fff;
}

#home-ser h2{
	font-size: 55px;
	font-family:"Decker";
	text-shadow: 3px 4px 2px #000;
	text-transform: uppercase;
	margin: 0;
}

#home-ser h3{
	font-size: 90px;
	font-family:"Roboto Light";
	text-shadow: 3px 4px 2px #000;
	text-transform: uppercase;
	margin: 0;
}

#home-ser p{
	font-family:"Roboto Bold";
	text-shadow: 2px 3px 3px #000;
	text-transform: uppercase;
	font-size: 36px;
}

.comunicacion{
	margin-bottom: 24px;
	border: 1px dotted #00103C;
	padding: 9px 0px;
}

.comunicacion:hover{
	background-color:#00103C1C;
}

.comunicacion p{
	color: #00103C;
	margin-top: 20px;
	font-size: 26px;
	line-height: 31px;
}

.trans{
	margin-top: 70px !important;
}

#tipos-home{
	padding: 40px 0px;
}

#tipos-home h1{
	background:#00103C;
	color: #fff;
	text-transform: uppercase;
	font-size:68px;
	padding: 15px 40px;
	padding-left: 15%;
	float: left;
	position: relative;
	font-family:"Decker";
}

.tipo{
	float: left;
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.tipo h2{
	color: #fff;
	position: absolute;
	width: 100%;
	text-shadow: 1px 3px 3px #030303;
	text-align: center;
	top: 35%;
	font-family:"Roboto Light";
	font-size: 50px;
	text-transform: uppercase;
}

.tipo h3{
	color: #fff;
	position: absolute;
	width: 100%;
	text-shadow: 1px 3px 3px #030303;
	text-align: center;
	top:61%;
	font-family:"Roboto Light";
	font-size: 20px;
	text-transform: uppercase;
	background-color: #ffffff5c;
	padding: 11px 10px;
}

.tipo h3:hover{
	background-color:#00103C;
}

#pisos-home{
	padding: 40px 0px;
}

#pisos-home h1{
	background:#00103C;
	color: #fff;
	text-transform: uppercase;
	font-size: 68px;
	padding: 15px 40px;
	padding-right:15%;
	font-family:"Decker";
	float: right;
	position: relative;
}

.piso{
	float: left;
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.piso .title{
	background:#019b9d;
	padding: 10px;
	float: left;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.piso .title img{
	max-width: 57px;
	border: solid 1px #fff;
	float: left;
	position: relative;
}

.piso .title h2{
	float: left;
	position: relative;
	margin: 0;
	margin-top: 5px;
	margin-left: 10px;
	color: #fff;
	text-transform: uppercase;
	font-family:"Roboto Light";
	font-size: 49px;
}

footer{
	background-color: #00103C;
	padding-top:25px;
	padding-bottom: 5px;
	background-size: cover;
}

footer p{
	color: #FFF;
	background: url(../imagenes/datos.png) no-repeat left top;
	padding-left: 30px;
	font-size: 17px;
	line-height: 22px;
}

#redes{
	text-align: right;
}

#fb{
	background: url(../imagenes/redes.png) no-repeat left;
	width:50px;
	height: 46px;
	display: inline-block;
}

#fb:hover{
	background: url(../imagenes/redes-h.png) no-repeat left;
}

#tw{
	background: url(../imagenes/redes.png) no-repeat right;
	width: 51px;
	height: 46px;
	display: inline-block;
}

#tw:hover{
	background: url(../imagenes/redes-h.png) no-repeat right;
}

#web{
	background: url(../imagenes/web.png) no-repeat right;
	padding-right: 145px;
	float: right;
	color:#ffffff36 ;
	text-decoration: none !important;
	margin-top: 65px;
	font-size: 13px;
}

#web:hover{
	background: url(../imagenes/web-h.png) no-repeat right;
}

#titulo{
    padding-bottom:19px;
    background-size: cover;
	text-align:right;
	margin-top: 45px;
}

#titulo h1{
  font-family:"Decker";
  font-size: 60px;
  color: #00103C;
  text-transform: uppercase;
  display: inline-block;
}

#titulo h1 span{
	font-family:"Decker";
	font-size: 60px;
}

.bg-1{
  background: url(../imagenes/bg1.jpg) no-repeat center top;
}

#quienes{
	text-align:center;
	padding:58px 15px;
	/*background: url(../imagenes/bg.jpg);*/
}

#quienes .col-md-10{
	border-top: solid 1px #828282;
	padding-top: 30px;
	text-align: center;
}

#quienes h1{
	color: #019c99;
	border: #019c99 solid 3px;
	padding: 10px 15px;
	display: inline-block;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 46px;
}

#quienes h2{
	font-family:"Roboto Bold";
	font-size: 42px;
	color: #000;
}

#quienes p{
	font-size: 19px;
	font-family: "Roboto Light";
	text-align: center;
	color: #000;
	line-height: 26px;
}

#quienes h3{
	font-family:"Pacifico Regular";
	font-size: 48px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
}

#quienes h3 span{
	background: #029799;
	color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: inline-block;
}

#quienes-frase{
	background: url(../imagenes/quienes-somos.jpg) no-repeat;
	background-size: cover;
}

#quienes-frase .frase{
	background: rgba(28, 172, 173, 0.85);
	padding: 100px  20px;
}

#quienes-frase h1{
	color: #fff;
	font-family:"Roboto Bold";
	font-size: 48px;
}

#quienes-frase h1 span{
	font-family:"Roboto Light";
}

.item-quienes{
	display: flex;
}

.gris{
	background-color:rgba(255, 206, 159, 0.18);
	padding: 58px 30px;
	border-radius: 23px;
}

.bg-2{
  background: url(../imagenes/bg2.jpg) no-repeat center top;
}

#productos{
	padding: 40px 15px;
    /*background: url(../imagenes/bg.jpg);*/
}

#productos h1{
	color: #019b9a;
	border: #019b9a solid 3px;
	padding: 10px 15px;
	display: inline-block;
	font-size:54px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#productos p{
	margin-top: 15px;
	color: #00103C;
	line-height:32px;
	font-size: 24px;
	text-align: justify;
	font-family:"Roboto Light";
}

#productos p span{
	font-family:"Roboto Bold";
	font-size: 26px;
}

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

.producto h2{
	background:#009b9d;
	padding: 12px;
	width: 100%;
	float: left;
	position: relative;
	font-size: 41px;
	color: #FFF;
	font-family:"Decker";
	font-weight: normal;
}

.p1{
	font-size: 48px;
	font-family:"Roboto Light";
}

.producto span{
	position: absolute;
	width: 66px;
	height: 66px;
	background: #009b9d;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-family:"Roboto Light";
}

.triangulo{
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #009b9d;
	position: absolute;
	left: 15px;
	top: -20px;
}

.producto:hover h2{
	background: #00203b;
}

.producto:hover .triangulo{
	border-bottom: 20px solid #00203b;
}

.producto:hover span{
	background: #00203b;
}

#prev{
	background: none;
	position: relative;
	float: right;
	opacity: 1;
	color: #00103C;
	font-size: 34px;
	text-shadow: none;
	z-index: 9;
	width: auto;
	margin-right: 10px;
}

#prev:hover{
	color: #48b5ba;
}

#next{
	background: none;
	position: relative;
	float: right;
	opacity: 1;
	color:#00103C;
	font-size:34px;
	text-shadow: none;
	z-index: 9;
	width: auto;
}

#next:hover{
	color: #48b5ba;
}

.bg-3{
  background: url(../imagenes/bg3.jpg) no-repeat center top;
}

.bg-3a{
  background: url(../imagenes/bg3a.jpg) no-repeat center top;
}

.bg-3b{
  background: url(../imagenes/bg3b.jpg) no-repeat center top;
}


.bg-3c{
  background: url(../imagenes/bg3c.jpg) no-repeat center top;
}

.bg-3d{
  background: url(../imagenes/bg3d.jpg) no-repeat center top;
}

.bg-3e{
  background: url(../imagenes/bg3e.jpg) no-repeat center top;
}

.bg-3f{
  background: url(../imagenes/bg3f.jpg) no-repeat center top;
}

.bg-3g{
  background: url(../imagenes/bg3g.jpg) no-repeat center top;
}

.bg-3h{
  background: url(../imagenes/bg3h.jpg) no-repeat center top;
}

.bg-3i{
  background: url(../imagenes/bg3i.jpg) no-repeat center top;
}

.bg-3j{
  background: url(../imagenes/bg3j.jpg) no-repeat center top;
}

.img_interna{
	margin: auto;
	-webkit-flex: 2;
	align-self: stretch;
	background-color:#0f0;
}

#titulo-interna h2{
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
      text-shadow: 2px 4px 4px #000;
	top: 45%;
	font-family:"Roboto Bold";
	color: #fff;
	font-size:72px;
	text-transform: uppercase;
}

#titulo-interna h2 span{
	font-family:"Roboto Light";
	font-weight:normal;
}

#volver{
	padding: 20px 0px;
}

#volver a{
	color: #000;
	float: right;
	font-size: 15px;
}

#volver a:hover{
	color: #459a9b;
	text-decoration: none;
}

.producto-interno{
	float: left;
	position: relative;
	width: 100%;
}

.producto-interno h3{
	background: #000;
	padding: 10px;
	color: #fff;
	float: left;
	position: relative;
	width: 100%;
	font-size: 24px;
}

.producto-interno h3 span{
	font-family:"Roboto Light";
	}

.producto-interno h3:hover{
	background-color:#00203b;
}

.triangulo2{
	width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #000;
	position: absolute;
	left: 15px;
	top: -15px;
}

/*Box*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index:9999;
	}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
	}
.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	}
.fancybox-opened {
	z-index: 999999;
	}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
.fancybox-outer, .fancybox-inner {
	position: relative;
	}
.fancybox-inner {
	overflow: hidden;
	}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
	}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../imagenes/fancybox_sprite.png');
	}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
	}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../imagenes/fancybox_loading.gif') center center no-repeat;
	}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
	}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 999999;
	}
.fancybox-prev {
	left: 0;
	}
.fancybox-next {
	right: 0;
	}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
	}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
	}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
	}
.fancybox-nav:hover span {
	visibility: visible;
	}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
	}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
	}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background: rgba(0, 0, 0, 0.9);
	}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	}
.fancybox-opened .fancybox-title {
	visibility: visible;
	}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -25px;
	margin-left: -15px;
	z-index:99999;
	}
.fancybox-title-float-wrap .child {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: #000;
	color: #4286b0;
	line-height: 24px;
	white-space: nowrap;
	}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
	}
.fancybox-title-inside-wrap {
	padding-top: 10px;
	}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	}
/**/
.bg-4{
  background: url(../imagenes/bg4.jpg) no-repeat center top;
}

#servicios{
	padding: 40px 15px;
	/*background: url(../imagenes/bg.jpg);*/
}

#servicio{
	background-color: #00103c12;
	margin-bottom: 65px;
}

.servicio{
	padding:133px 65px;
}

.servicio h1{
	display: inline-block;
	font-size: 32px;
	font-family:"Roboto Regular";
	margin-bottom: 10px;
	text-transform: uppercase;
	color:#000000ad;
	line-height: 38px;
}

.servicio h1 span{
	font-family: "Roboto Bold";
	color: #00073B;
}

.servicio p {
    margin-top: 15px;
    color:#303235;
    line-height: 28px;
    font-size:24px;
    font-family: "Roboto Light";
}

.servicio2{
	border: 1px dotted #002c3b47;
	padding:19px 32px;
	min-height: 166px;
}

.servicio2 h1{
	color: #029b9c;
	border: #029b9c solid 3px;
	padding: 10px 15px;
	display: inline-block;
	font-size:54px;
	font-family: "Roboto Light";
	margin-bottom: 10px;
	text-transform: uppercase;
}

.servicio2 p {
    margin-top: 15px;
    color: #000;
    line-height: 28px;
    font-size:19px;
    text-align:center;
    font-family: "Roboto Light";
}

.naranja{
	background: #e1590f;
	height: 490px;
	float: left;
	position: relative;
	width: 100%;
}

.azul{
	background:#009a9a;
	height: 490px;
	float: left;
	position: relative;
	width: 100%;
}

#servicios h2{
	color: #fff;
	position:absolute;
	top: 45%;
	left: 0px;
	text-align: center;
	font-size: 72px;
	width: 100%;
	font-family:"Decker";
	text-shadow: 2px 3px 4px #000;
}

#servicios h2 span{
	font-family:"Decker";
}

.bg-5{
  background: url(../imagenes/bg5.jpg) no-repeat center top;
}

#contacto{
	padding: 40px 15px;
	/*background: url(../imagenes/bg.jpg);*/
}

#contacto .col-md-10{
	border-top: solid 1px #828282;
	padding-top: 30px;
}

#contacto h1{
	color: #04969d;
	border: #04969d solid 2px;
	padding: 10px 15px;
	display: inline-block;
	font-size: 54px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family:"Decker";
}

#contacto p{
	text-align: justify;
	line-height:27px;
	color: #000;
	margin-top: 15px;
	font-size:20px;
	font-family:"Roboto Light";
}

#contacto a{
	background-color: #04969d;
	text-shadow: 1px 1px 1px #000;
      color: #FFF;
      text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
      text-decoration: none !important;
	padding: 10px 30px;
	float: left;
	margin-top: 100px;
}

#contacto a:hover{
	background: #000;
}

#formulario{
	margin-top: 27px;
}

#formulario h2{
	font-size:19px;
	color: #000 !important;
      margin-left: 5px;
	text-transform:uppercase;
	margin-top: 5px;
      font-weight: normal;
}

#formulario .formulario input{
	width:100%;
	background-color:transparent;
	color:#000;
	border:solid 1px #04969d;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
	font-family: 'Roboto', sans-serif;
}

#formulario .formulario textarea{
	width:100%;
      background-color:transparent;
	border:solid 1px #04969d;
	color:#000;
	font-size:14px;
	padding:10px;
	margin-top: 5px;
      height: 120px;
	font-family: 'Roboto', sans-serif;
}

#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:15px !important;
	padding:10px 0px !important;
	background: #04969d !important;
      border: none !important;
      z-index:1;
}

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

#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:24px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:15px!important;
	padding:10px 0px !important;
	background: #04969d !important;
      border: none !important;
      z-index:1;
	margin-left: 15px;
}

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

#map{
	height:400px;
	}

#ampliar{
	background-color: #429999;
	text-shadow: 1px 1px 1px #000;
      color: #FFF;
      text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
      text-decoration: none !important;
	bottom:30px;
	left:10%;
	padding: 10px 15px;
	}

#ampliar:hover{
	background: #000;
	}

.flex-container2 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
}

.flex-item3{
	display:flex;
	align-items: stretch;
}

#back-top {
  background-image: url(../imagenes/whatsapp.png);
  width: 51px;
  height: 51px;
  position: fixed;
  right: 15px;
  z-index: 900;
  bottom: 18px;
}

.prod_item {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 29px;
}

.hover{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
}
    
.prod_item:hover .hover{
	display: block;
}

#home1{
	padding: 25px 0px;
}

.text-visitas{
	margin-top: 8%;
	padding-left: 131px;
}

.text-visitas h1{
	color: #00013A;
	font-size: 105px;
	font-family:"Roboto Regular";
}

.text-visitas h1 span{
	font-family:"Roboto Bold";
}

.text-visitas p{
	color:#0A0A0AB5;
	font-size: 35px;
	font-family:"Roboto Light";
	line-height: 38px;
}
    


/*-------------------------------------------------******-----------------------------------------------*/

@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 {
   		 margin-top: 5px;
		padding-bottom: 0;
  	}

	.menu {
    		flex-direction: column;
	}

	.navbar-header {
	    float: none;
	}

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

	.navbar-toggle {
	    display: block;
		background: #03233e !important;
		border-radius: 0px;
		border: none;
	}

	.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%;
		 margin: 0 5px;
	 }

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

}


@media (max-width:609px) and (min-width:300px){

	.caption {
		bottom: 30px;
		right: 10%;
		width: 80%;
	}

	.logo-banner {
		position: absolute;
		width: 50%;
		z-index: 1;
		top: 25%;
		left: 25%;
	}

	#frase h1 {
		font-size: 27px;
		line-height: 30px;
	}

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


	#home-ser h3 {
		font-size: 34px;
	}

	.trans {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	#tipos-home h1 {
		font-size: 25px;
	}

	#pisos-home h1 {
		font-size: 19px;
	}

	.piso .title h2 {
		font-size: 27px;
	}

	footer p{
		font-size: 14px;
	}

	#redes {
		text-align: center;
		margin-top: 10px;
	}

	#quienes h1 {
		font-size: 40px;
	}

	#productos h1 {
		font-size: 30px;
	}
	.producto h2 {
		padding: 10px;
		font-size: 24px;
	}

	#web {
		margin-top: 15px;
	}

	#titulo-interna h2 {
		font-size: 33px;
	}
	.naranja {
		height: auto;
		padding: 50px 10px;
	}
	.azul {
		height: auto;
		padding: 50px 10px;
	}

	#servicios h2 {
		top: auto;
		left: auto;
		font-size: 27px;
		position: relative;
	}

	.servicio {
		min-height: 10px;
		padding: 20px 30px;
	}

	#contacto a {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#quienes p{
		font-size:17px;
		line-height: 23px;
	}

	#titulo h1{
		font-size:40px;
	}

	.item-quienes{
		display: block;
	}

	.gris{
		margin-bottom: 19px;
		padding: 41px 17px;
	}

	#quienes{
		padding: 23px 15px;
	}

	#titulo h1 span{
		font-size:40px;
	}

	#quienes-frase h1{
		font-size: 36px;
	}

	#navbar a{
		font-size: 21px;
	}

	.text-visitas{
		padding-left: 15px;
	}

	.text-visitas p{
		font-size: 23px;
		line-height:29px;
	}

	.text-visitas h1{
		font-size: 56px;
	}

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

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

	#home-ser h2{
		font-size: 31px;
	}

	.comunicacion p{
		text-align: center;
		font-size: 15px;
		line-height: 21px;
	}

	.tipo h2{
		font-size: 29px;
	}

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

	#productos p{
		line-height: 23px;
		font-size: 18px;
	}

	#productos p span{
		font-size: 19px;
	}

	#prev{
		font-size: 20px;
	}

	#next{
		font-size: 20px;
	}

	

	

}


@media (max-width:766px) and (min-width:610px){

	.caption {
		bottom: 30px;
		right: 10%;
		width: 80%;
	}

	.logo-banner {
		position: absolute;
		width: 50%;
		z-index: 1;
		top: 25%;
		left: 25%;
	}

	#frase h1 {
		font-size: 27px;
		line-height: 30px;
	}

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

	#home-ser h3 {
		font-size: 34px;
	}

	.trans {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	#tipos-home h1 {
		font-size: 25px;
	}

	#pisos-home h1 {
		font-size: 19px;
	}

	.piso .title h2 {
		font-size: 27px;
	}

	footer p{
		font-size: 14px;
	}

	#redes {
		text-align: center;
		margin-top: 10px;
	}

	#quienes h1 {
		font-size: 40px;
	}

	#productos h1 {
		font-size: 30px;
	}
	.producto h2 {
		padding: 10px;
		font-size: 24px;
	}

	#web {
		margin-top: 15px;
	}

	#titulo-interna h2 {
		font-size: 33px;
	}
	.naranja {
		height: auto;
		padding: 50px 10px;
	}
	.azul {
		height: auto;
		padding: 50px 10px;
	}

	#servicios h2 {
		top: auto;
		left: auto;
		font-size: 27px;
		position: relative;
	}

	.servicio {
		min-height: 10px;
		padding: 20px 30px;
	}

	#contacto a {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#quienes p{
		font-size:17px;
		line-height: 23px;
	}

	#titulo h1{
		font-size:40px;
	}

	#titulo h1 span{
		font-size:40px;
	}

	#quienes-frase h1{
		font-size: 36px;
	}

	#navbar a{
		font-size: 21px;
	}

	.text-visitas{
		padding-left: 16px;
	}

	.text-visitas h1{
		font-size: 57px;
	}

	.text-visitas p{
		font-size: 23px;
		line-height: 30px;
	}

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

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

	#home-ser h2{
		font-size: 31px;
	}

	.comunicacion p{
		text-align: center;
		font-size: 15px;
		line-height: 21px;
	}

	.tipo h2{
		font-size: 29px;
	}

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

	#productos p{
		line-height: 23px;
		font-size: 18px;
	}

	#productos p span{
		font-size: 19px;
	}

	#prev{
		font-size: 20px;
	}

	#next{
		font-size: 20px;
	}

	.item-quienes{
		display: block;
	}

	.gris{
		margin-bottom: 18px;
	}

}


@media (max-width:767px) and (min-width:700px){

	.caption {
		bottom: 30px;
		right: 10%;
		width: 80%;
	}

	.logo-banner {
		position: absolute;
		width: 50%;
		z-index: 1;
		top: 25%;
		left: 25%;
	}

	#frase h1 {
		font-size: 27px;
		line-height: 30px;
	}

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

	#home-ser h3 {
		font-size: 34px;
	}

	.trans {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	#tipos-home h1 {
		font-size: 25px;
	}

	#pisos-home h1 {
		font-size: 19px;
	}

	.piso .title h2 {
		font-size: 27px;
	}

	footer p{
		font-size: 14px;
	}

	#redes {
		text-align: center;
		margin-top: 10px;
	}

	#quienes h1 {
		font-size: 40px;
	}

	#productos h1 {
		font-size: 30px;
	}
	.producto h2 {
		padding: 10px;
		font-size: 24px;
	}

	#web {
		margin-top: 15px;
	}

	#titulo-interna h2 {
		font-size: 33px;
	}
	.naranja {
		height: auto;
		padding: 50px 10px;
	}
	.azul {
		height: auto;
		padding: 50px 10px;
	}

	#servicios h2 {
		top: auto;
		left: auto;
		font-size: 27px;
		position: relative;
	}

	.servicio {
		min-height: 10px;
		padding: 20px 30px;
	}

	#contacto a {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#quienes p{
		font-size:17px;
		line-height: 23px;
	}

	#titulo h1{
		font-size:40px;
	}

	#titulo h1 span{
		font-size:40px;
	}

	#quienes-frase h1{
		font-size: 36px;
	}

	#navbar a{
		font-size: 21px;
	}

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

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

	#home-ser h2{
		font-size: 31px;
	}

	.comunicacion p{
		text-align: center;
		font-size: 15px;
		line-height: 21px;
	}

	.tipo h2{
		font-size: 29px;
	}

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

	#productos p{
		line-height: 23px;
		font-size: 18px;
	}

	#productos p span{
		font-size: 19px;
	}

	#prev{
		font-size: 20px;
	}

	#next{
		font-size: 20px;
	}

	.item-quienes{
		display: block;
	}

	.gris{
		margin-bottom: 18px;
	}

}


@media (max-width:900px) and (min-width:768px){
	
	#navbar a{
		padding:4px;
		padding-top:12px;
		font-size:17px;
	}

	#productos p{
		font-size: 18px;
		line-height: 25px;
	}

	#productos p span{
		font-size: 21px;
	}

	#prev{
		font-size: 25px;
	}

	.servicio {
		padding: 35px 24px;
	}

	#next{
		font-size: 25px;
	}
	
	#frase h1{
		font-size:46px;
		line-height:63px;
	}

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

	.comunicacion p{
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	

	#home h2{
		font-size:23px;
	}
	
	#home-ser h3{
		font-size:36px;
	}
	
	#tipos-home h1{
		font-size:29px;
	}

	#pisos-home h1{
		font-size: 29px;
	}

	.item-quienes{
		display: block;
	}

	.gris{
		margin-bottom: 16px;
	}

	#quienes p{
		font-size: 19px;
		line-height: 24px;
	}
	
	.piso .title h2{
		font-size:23px;
		margin-top:10px;
	}
	
	#titulo h1{
		font-size:50px;
	}
	
	#titulo h1 span{
		font-size:50px;
	}
	
	#servicios p{
		font-size:18px;
		line-height: 24px;
	}
	
	#servicios p span{
		font-size:21px;
	}


	.producto h2{
		font-size:27px;
	}

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

	.servicio h1{
		font-size: 23px;
		line-height: 31px;
	}

	.text-visitas h1{
		font-size: 40px;
	}

	.text-visitas{
		margin-top: 4%;
		padding-left: 9px;
	}

	.text-visitas p{
		font-size: 17px;
		line-height: 22px;
	}


}


@media (max-width:991px) and (min-width:901px){
	
	#navbar a{
		padding:7px;
		padding-top:37px;
		font-size:18px;
	}
	
	#frase h1{
		font-size:46px;
		line-height:63px;
	}
	
	#home h2{
		font-size:23px;
	}
	
	#home-ser h3{
		font-size:41px;
	}
	
	#tipos-home h1{
		font-size:36px;
	}

	#pisos-home h1{
		font-size: 36px;
	}

	#quienes p{
		font-size: 19px;
		line-height: 25px;
	}

	#quienes-frase h1{
		font-size: 35px;
	}
	
	.piso .title h2{
		font-size:23px;
		margin-top:10px;
	}
	
	#titulo h1{
		font-size:50px;
	}
	
	#titulo h1 span{
		font-size:50px;
	}

	.item-quienes{
		display: block;
	}

	.gris{
		margin-bottom: 18px;
	}

	#servicios p span{
		font-size:21px;
	}
	
	#quienes-frase .frase{
		width:50%;
	}

	.producto-interno h3{
		font-size: 20px;
	}

	.producto h2{
		font-size: 34px;
	}

	#home2 h2{
		font-size: 24px;
	}

	.comunicacion p{
		font-size: 21px;
		line-height: 25px;
		text-align: center;
	}

	.servicio {
		padding: 37px 39px;
	}

	.servicio h1{
		font-size: 26px;
		line-height: 34px;
	}

	.servicio p{
		font-size: 20px;
	}

	.text-visitas h1{
		font-size: 49px;
	}

	.text-visitas{
		margin-top: 4%;
		padding-left: 9px;
	}

	.text-visitas p{
		font-size: 21px;
		line-height: 28px;
	}

}


@media (max-width:1000px) and (min-width:992px){
	
	#navbar a{
		padding:7px;
		padding-top:37px;
		font-size:18px;
	}

	#navbar li{
		margin: 0 13px;
	}
	
	#frase h1{
		font-size:46px;
		line-height:63px;
	}
	
	#home h2{
		font-size:23px;
	}
	
	#home-ser h3{
		font-size:41px;
	}
	
	#tipos-home h1{
		font-size:36px;
	}

	#pisos-home h1{
		font-size: 36px;
	}

	#quienes p{
		font-size: 19px;
		line-height: 25px;
	}

	#quienes-frase h1{
		font-size: 35px;
	}
	
	.piso .title h2{
		font-size:23px;
		margin-top:10px;
	}
	
	#titulo h1{
		font-size:50px;
	}
	
	#titulo h1 span{
		font-size:50px;
	}

	.item-quienes{
		display: block;
	}

	.gris{
		margin-bottom: 18px;
	}

	#servicios p span{
		font-size:21px;
	}
	
	#quienes-frase .frase{
		width:50%;
	}

	.producto-interno h3{
		font-size: 20px;
	}

	.producto h2{
		font-size: 34px;
	}

	#home2 h2{
		font-size: 24px;
	}

	.comunicacion p{
		font-size: 21px;
		line-height: 25px;
		text-align: center;
	}

	.servicio {
		padding: 37px 39px;
	}

	.servicio h1{
		font-size: 26px;
		line-height: 34px;
	}

	.servicio p{
		font-size: 20px;
	}

}




@media (max-width:1100px) and (min-width:1001px){
	
	#navbar a{
		padding:7px;
		padding-top:37px;
		font-size:18px;
	}
	
	#frase h1{
		font-size:46px;
		line-height:63px;
	}
	
	#home h2{
		font-size:23px;
	}
	
	#home-ser h3{
		font-size:41px;
	}
	
	#tipos-home h1{
		font-size:36px;
	}

	#pisos-home h1{
		font-size: 36px;
	}

	#home2 h2{
		font-size: 26px;
	}
	
	.piso .title h2{
		font-size:23px;
		margin-top:10px;
	}
	
	#titulo h1{
		font-size:50px;
	}
	
	#titulo h1 span{
		font-size:50px;
	}
	
	#servicios p{
		font-size:18px;
	}

	.servicio{
		padding: 88px 65px;
	}

	.servicio h1{
		font-size: 26px;
		line-height: 33px;
	}
	
	#servicios p span{
		font-size:21px;
	}
	
	#quienes-frase .frase{
		width:50%;
	}

	.producto-interno h3{
		font-size: 20px;
	}

	#titulo-interna h2{
		font-size: 56px;
		top: 36%;
	}

	.producto h2{
		font-size: 29px;
	}

	.tipo h2{
		font-size: 30px;
	}

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

	#quienes p{
		font-size: 16px;
		line-height: 21px;
	}

	#quienes-frase h1{
		font-size: 37px;
	}

	.gris{
		padding: 46px 16px;
	}

	.text-visitas{
		padding-left: 15px;
		margin-top: 5%;
	}

	.text-visitas h1{
		font-size: 57px;
	}

	.text-visitas p{
		font-size: 24px;
		line-height:29px;
	}


}

@media (max-width:1200px) and (min-width:1100px){
	
	#navbar a{
		padding:7px;
		padding-top:23px;
		font-size:19px;
	}
	
	#frase h1{
		font-size:46px;
		line-height:63px;
	}

	#productos p{
		font-size: 21px;
	}

	#prev{
		font-size: 26px;
	}

	#next{
		font-size: 26px;
	}
	
	#home h2{
		font-size:23px;
	}
	
	#home-ser h3{
		font-size:41px;
	}

	#home2 h2{
		font-size: 26px;
	}

	.comunicacion p{
		font-size: 20px;
		line-height: 26px;
	}
	
	#tipos-home h1{
		font-size:39px;
	}

	#pisos-home h1{
		font-size: 39px;
	}

	#quienes-frase h1{
		font-size: 40px;
	}

	.servicio {
		padding: 90px 53px;
	}

	.producto h2{
		font-size: 33px;
	}
	
	.piso .title h2{
		font-size:23px;
		margin-top:10px;
	}
	
	#titulo h1{
		font-size:50px;
	}
	
	#titulo h1 span{
		font-size:50px;
	}
	
	#servicios p{
		font-size:17px;
		line-height:24px;
	}
	
	#servicios p span{
		font-size:21px;
	}
	
	#quienes-frase .frase{
		width:50%;
	}
	
	.tipo h2{
		font-size:33px;
	}
	
	#servicios h2{
		font-size:56px;
	}
	
	#contacto h1{
		font-size:34px;
	}
	
	#contacto p{
		font-size:20px;
	}

	.producto-interno h3{
		font-size: 22px;
	}

	#navbar li{
		margin: 0 20px;
	}

	.gris{
		padding: 36px 19px;
	}

	#quienes p{
		font-size: 17px;
		line-height: 23px;
	}

	.text-visitas{
		margin-top: 6%;
		padding-left: 37px;
	}

	.text-visitas h1{
		font-size: 58px;
	}

	.text-visitas p{
		font-size: 27px;
		line-height: 34px;
	}
	

}


@media (max-width:1300px) and (min-width:1201px){
	
	#navbar a{
		padding:7px;
		padding-top:37px;
		font-size:18px;
	}

	#navbar li{
		margin: 0 11px;
	}

	#frase h1{
		font-size:46px;
		line-height:63px;
	}
	
	#home h2{
		font-size:23px;
	}
	
	#home-ser h3{
		font-size:41px;
	}

	#home2 h2{
		font-size: 25px;
	}

	.comunicacion p{
		font-size: 21px;
		line-height: 28px;
	}
	
	#tipos-home h1{
		font-size:41px;
	}

	#pisos-home h1{
		font-size:41px;
	}
	
	.piso .title h2{
		font-size:23px;
		margin-top:10px;
	}
	
	#titulo h1{
		font-size:41px;
	}
	
	#titulo h1 span{
		font-size:34px;
	}
	
	#servicios p{
		font-size:16px;
		line-height:23px;
	}
	
	#servicios p span{
		font-size:21px;
	}
	
	#quienes-frase .frase{
		width:36%;
	}
	
	.tipo h2{
		font-size:27px;
	}
	
	#quienes-frase h1{
		font-size: 30px;
	}

	#quienes p{
		line-height: 23px;
		font-size: 19px;
	}

	#productos p{
		font-size: 19px;
		line-height: 27px;
	}
	
	.producto h2{
		font-size: 27
		px;
	}

	#prev{
		font-size: 27px;
	}

	#next{
		font-size: 27px;
	}
	
	#servicios h2{
		font-size:56px;
	}
	
	#contacto h1{
		font-size:34px;
	}
	
	#contacto p{
		font-size:17px;
		line-height: 23px;
	}

	.producto-interno h3{
		font-size: 21px;
	}

	.servicio {
		padding: 56px 37px;
	}
	
	.servicio h1{
		font-size: 23px;
		line-height: 32px;
	}

	.gris{
		padding: 36px 19px;
	}

	#quienes p{
		font-size: 17px;
		line-height: 23px;
	}

	.text-visitas{
		margin-top: 2%;
  		padding-left: 18px;
	}

	.text-visitas h1{
		font-size: 57px;
	}

	.text-visitas p{
		font-size: 22px;
		line-height: 30px;
	}

	
}




@media (max-width:1400px) and (min-width:1301px){
	
	#navbar a{
		padding:7px;
		padding-top:37px;
		font-size:20px;
	}

	.servicio{
		padding: 82px 24px;
	}

	.servicio h1{
		font-size: 22px;
		line-height: 29px;
	}
	
	#frase h1{
		font-size:67px;
		line-height:103px;
	}
	
	#home h2{
		font-size:32px;
	}

	#prev{
		font-size: 27px;
	}

	#next{
		font-size: 27px;
	}

	.comunicacion p{
		font-size: 22px;
	}
	
	#home-ser h3{
		font-size:41px;
	}
	
	#tipos-home h1{
		font-size:45px;
	}
	
	.piso .title h2{
		font-size:23px;
		margin-top:10px;
	}

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

	#quienes-frase h1{
		font-size: 34px;
	}

	.producto h2{
		font-size: 36px;
	}

	#titulo{
		margin-top: 32px;
	}

	#quienes p{
		font-size: 17px;
		line-height: 21px;
	}

	.gris{
		padding: 58px 18px;
	}

	#pisos-home h1{
		font-size: 44px;
	}
	
	#titulo h1{
		font-size:42px;
	}
	
	#titulo h1 span{
		font-size:38px;
	}
	
	#servicios p{
		font-size:16px;
		line-height:22px;
	}
	
	#servicios p span{
		font-size:21px;
	}
	
	#quienes-frase .frase{
		width:30%;
	}
	
	.tipo h2{
		font-size:34px;
	}
	
	#servicios h2{
		font-size:56px;
	}
	
	#contacto h1{
		font-size:34px;
	}
	
	#contacto p{
		font-size:20px;
	}

	#navbar li{
		margin: 0 11px;
	}

	.text-visitas{
		margin-top: 2%;
  		padding-left: 25px;
	}

	.text-visitas h1{
		font-size: 56px;
	}

	.text-visitas p{
		font-size: 21px;
		line-height: 28px;
	}
}


@media (max-width:1500px) and (min-width:1401px){
	
	#navbar a{
		padding:12px;
		padding-top:37px;
		font-size:22px;
	}

	.servicio h1{
		line-height: 34px;
		font-size: 26px;
	}

	#navbar li{
		margin: 0 9px;
	}

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

	.comunicacion p{
		font-size: 22px;
	}
	
	#home h2{
		font-size:32px;
	}
	
	#home-ser h3{
		font-size:53px;
	}
	
	#tipos-home h1{
		font-size:42px;
	}

	#pisos-home h1{
		font-size: 42px;
	}
	
	.piso .title h2{
		font-size:30px;
	}
	
	#servicios p{
		font-size:17px;
		line-height:23px;
	}

	#titulo h1{
		font-size: 48px;
	}

	#titulo h1 span{
		font-size: 42px;
	}
	
	#servicios p span{
		font-size:21px;
	}
	
	#quienes-frase .frase{
		width:36%;
	}
	
	.tipo h2{
		font-size:35px;
	}

	#quienes-frase h1{
		font-size: 39px;
	}

	#quienes p{
		font-size: 17px;
	}

	.gris{
		padding: 51px 18px;
	}

	.producto h2{
		font-size: 36px;
	}

	#prev{
		font-size: 27px;
	}

	#next{
		font-size: 27px;
	}
	
	#servicios h2{
		font-size:56px;
	}
	
	#contacto h1{
		font-size:34px;
	}
	
	#contacto p{
		font-size:20px;
	}

	.servicio h1{
		font-size: 26px;
		line-height: 35px;
	}

	.servicio {
		padding: 99px 36px;
	}

	.text-visitas{
		margin-top: 4%;
 		padding-left: 41px;
	}

	.text-visitas h1{
		font-size: 56px;
	}

	.text-visitas p{
		line-height:27px;
		font-size: 22px;
	}

	.prod_item{
		margin-top: 7px;
	}
}


@media (max-width:1600px) and (min-width:1501px){
	
	#navbar a{
		padding:12px;
		padding-top:37px;
		font-size:22px;
	}

	.servicio {
		padding: 97px 65px;
	}

	.servicio h1{
		line-height: 34px;
		font-size: 26px;
	}

	#navbar li{
		margin: 0 9px;
	}

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

	.comunicacion p{
		font-size: 22px;
	}
	
	#home h2{
		font-size:32px;
	}
	
	#home-ser h3{
		font-size:53px;
	}
	
	#tipos-home h1{
		font-size:42px;
	}

	#pisos-home h1{
		font-size: 42px;
	}
	
	.piso .title h2{
		font-size:30px;
	}
	
	#servicios p{
		font-size:18px;
		line-height:25px;
	}

	#titulo h1{
		font-size: 48px;
	}

	#titulo h1 span{
		font-size: 42px;
	}
	
	#servicios p span{
		font-size:21px;
	}
	
	#quienes-frase .frase{
		width:36%;
	}
	
	.tipo h2{
		font-size:35px;
	}

	#quienes-frase h1{
		font-size: 39px;
	}

	.gris{
		padding: 54px 18px;
	}

	#quienes p{
		font-size: 18px;
	}

	.producto h2{
		font-size: 36px;
	}

	#prev{
		font-size: 27px;
	}

	#next{
		font-size: 27px;
	}
	
	#servicios h2{
		font-size:56px;
	}
	
	#contacto h1{
		font-size:34px;
	}
	
	#contacto p{
		font-size:20px;
	}

	.text-visitas{
		margin-top: 4%;
 		padding-left: 41px;
	}

	.text-visitas h1{
		font-size:60px;
	}

	.text-visitas p{
		line-height:29px;
		font-size:23px;
	}

	.prod_item{
		margin-top: 7px;
	}
}


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

	.tipo h2{
		font-size: 37px;
	}

	.piso .title h2{
		font-size: 40px;
	}

	.producto h2{
		font-size: 40px;
	}

	#prev{
		font-size: 28px;
	}

	#next{
		font-size: 28px;
	}

	#navbar li{
		margin: 0 10px;
	}

	.servicio{
		padding: 108px 65px;
	}

	.servicio h1{
		font-size: 25px;
		line-height: 36px;
	}

	#navbar a{
		font-size: 25px;
	}

	#quienes-frase h1{
		font-size: 36px;
	}

	#tipos-home h1{
		font-size: 52px;
	}

	#pisos-home h1{
		font-size: 52px;
	}

	.text-visitas{
		margin-top: 4%;
 		padding-left: 41px;
	}

	.text-visitas h1{
		font-size: 63px;
	}

	.text-visitas p{
		line-height:28px;
		font-size: 24px;
	}

	.prod_item{
		margin-top: 7px;
	}

	#home2 h2{
		font-size: 29px;
	}


}


@media (max-width:1800px) and (min-width:1701px){

	.tipo h2{
		font-size: 37px;
	}

	.piso .title h2{
		font-size: 40px;
	}

	.producto h2{
		font-size: 40px;
	}

	#prev{
		font-size: 28px;
	}

	#next{
		font-size: 28px;
	}

	#navbar li{
		margin: 0 10px;
	}

	.servicio{
		padding: 108px 65px;
	}

	.servicio h1{
		font-size: 30px;
	}

	#navbar a{
		font-size: 25px;
	}

	#quienes-frase h1{
		font-size: 36px;
	}

	#tipos-home h1{
		font-size: 52px;
	}

	#pisos-home h1{
		font-size: 52px;
	}

	.text-visitas{
		margin-top: 3%;
  		padding-left: 56px;
	}

	.text-visitas p{
		font-size:24px;
		line-height: 32px;
	}

	.text-visitas h1{
		font-size:66px;
	}

	#home2 h2{
		font-size: 29px;
	}



}


@media (max-width:1999px) and (min-width:1801px){

	.tipo h2{
		font-size: 37px;
	}

	.piso .title h2{
		font-size: 40px;
	}

	.producto h2{
		font-size: 40px;
	}

	#prev{
		font-size: 28px;
	}

	#next{
		font-size: 28px;
	}

	#navbar li{
		margin: 0 10px;
	}

	.servicio{
		padding: 108px 65px;
	}

	.servicio h1{
		font-size: 30px;
	}

	#navbar a{
		font-size: 25px;
	}

	#quienes-frase h1{
		font-size: 36px;
	}

	#tipos-home h1{
		font-size: 52px;
	}

	#pisos-home h1{
		font-size: 52px;
	}

	.text-visitas{
		margin-top: 3%;
  		padding-left: 110px;
	}

	.text-visitas p{
		font-size:27px;
		line-height: 30px;
	}

	.text-visitas h1{
		font-size: 69px;
	}

	#home2 h2{
		font-size: 31px;
	}




}


@media (max-width:2200px) and (min-width:2000px){

	.servicio {
		padding: 178px 97px 0px;
	}

	#tipos-home h1{
		font-size: 58px;
	}

	.tipo h2{
		font-size: 44px;
	}

	#pisos-home h1{
		font-size: 58px;
	}

	.piso .title h2{
		font-size: 43px;
	}

	#home2 h2{
		font-size: 34px;
	}

	.text-visitas{
		margin-top:5%;
	}

	.text-visitas p{
		font-size: 29px;
		line-height: 34px;
	}

	.text-visitas h1{
		font-size: 72px;
	}

}


@media (max-width:2600px) and (min-width:2201px){

	.servicio {
		padding: 236px 110px;
	}

	.text-visitas h1{
		font-size: 84px;
	}

}