
body{font-family: 'Montserrat', sans-serif;
background-color: #f1f1f1;}


/* Navegacion */

.fixed-top{
	padding-left: 0;
	padding-right: 0;
}
.bg-dark{
	background-color: white !important;
}
.superior{
	height: 32px;
	background-color: #2C3340;
	padding-top: 4px;
}
.superior a{
	color: white;
	font-size: 9px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}
.superior a:hover{
	color: #028F87;
}
.superior i{
	font-size: 16px;
	padding-left: 15px;
}
.nav-item {
  font-size:12px;
  height:82px;
  line-height:44px;
}
.flare {
  background:#028F87;
  padding-right: 0;
  margin-right: -12px;
}
.flare a.nav-link {
  color:white !important;
}
.flare a.nav-link:hover {
  color:#2C3340 !important;
}
.principal{
	margin-top: 109px;
}
.navbar-toggler-icon{
	font-size: 10px !important;
}

@media (min-width: 768px) {
	.navbar-brand img{
	height: 36px;
}
}

@media screen and (max-width:1029px){
  .navbar-nav {
    margin-bottom:15px;
    text-align:center
  }
  .nav-item {
    background : rgba(255,255,255,0.1);
    margin:2px;
  }
}

@media screen and (max-width:991px){
	.nav-item {
  height:36px;
}  
.flare a.nav-link {
  color:black !important;
}
.nav-item img{
	height: 20px;
}
.principal{
	margin-top: 75px;
}
}




.slide h6{
	padding-right: 0;
	padding-left: 0;
}


/* Row Title */
.title{
	background-color: white;
	margin-top: -10px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.title h1{
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
}
.title h2{
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	margin-left: 10%;
	margin-right: 10%;
}
.title h3{
	font-size: 9px;
	text-align: center;
	font-weight: 400;
}
.title h6{
	text-align: center;
	margin-top: 40px;
}
.title img{
		height: 24px;
	}
.title h5{
	text-align: center;
		font-size: 6px;
	}
.verde{
	color: #028F87;
	font-weight: 700;
}

hr{
	border: none;
	height: 3px;
	background: #80475E;
	width: 20%;
	margin: 15px auto 0 auto;
	opacity: 1;
}

@media (min-width: 768px) {
	.title h1{
	font-size: 24px;
}
.title h2{
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin-left: 25%;
	margin-right: 25%;
}
.title h6{
	text-align: center;
	margin-top: 60px;
}
.title img{
		height: 36px;
	}
.title h5{
	text-align: center;
		font-size: 10px;
	}
hr{
	margin: 40px auto 0 auto;
	width: 8%;
}
.title{
	padding-bottom: 60px;
}
}


/* Row Services */
.services{
	background-color: white;
	padding-bottom: 50px;
}
.services h1{
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;

}
.services img{
	margin-top: 20px;
}
.services h2{
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15px;
}
.services h6{
	margin-top: 30px;
	text-align: center;
}
.services img{
	height: 35px;
}

@media (min-width: 768px) {
	.services{
		padding-bottom: 70px;
	}

	.services h1{
	font-size: 18px;
	margin-top: 30px	;
}

.services img{
	height: 50px;
	margin-top: 30px;
}
.services h2{
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin-left: 20%;
	margin-right: 20%;
}
}



/* Row Call */
.call{
	background-color: #2C3340;
	padding-top: 20px;
	padding-bottom: 20px;
}
.call h1{
	text-align: center; 
	color: white;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}
.call h6{
	text-align: center;
	margin-bottom: 30px;
	padding-right: 0;
	padding-left: 0;
}
.call button{
	font-size: 10px;
}
.call h5{
	text-align: center; 
	color: white;
	font-size: 16px;
	font-weight: 300;
	margin-top: 40px;
}
.call h3{
	font-size: 10px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
.call h4{
	font-size: 9px;
	}
.purple{
	color: #80475E;
	font-weight: 700;
}

@media (min-width: 768px) {
	.call h1{
	font-size: 32px;
	line-height: 44px;
	}
	.call h6{
	text-align: center;
	margin-top:20px;	
	}
	.call button{
		font-size: 16px;
	}
	.call h5{
	font-size: 26px;
	}
	.call h3{
		font-size: 16px;
		font-weight: 200;
		text-align: center;
		margin-left: 20%;
		margin-right: 20%;
	}
	.call h4{
		font-size: 11px;
		font-weight: 300;
	}
	.purple{
		color: #80475E;
		font-weight: 700;
	}
}


.slidehom{
	text-align: center;
	padding-bottom: 30px;
}
.slidehom h1{
	font-size: 14px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #028F87;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 22px;
}
.slidehom h2{
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	margin-left: 10%;
	margin-right: 10%;
}
.slblanco{
	background-color: white;
	padding-top: 5px;
}
.slverde{
	background-color: #028F87;
	padding-top: 50px;
	padding-bottom: 40px;
}
.slverde h1{
	color: white;
}
.slverde h2{
	color: white;
}
.slidehom hr{
	margin-top: -15px;
	margin-bottom: 30px;
}
.slazul{
	background-color: #2C3340;
	padding-top: 50px;
	padding-bottom: 40px;
}
.slazul h1{
	color: white;
}
.slazul h2{
	color: white;
}
@media (min-width: 768px){
	.slidehom{
		padding-bottom: 20px;
		padding-top: 60px;
	}
	.slidehom h6{
		margin-left: 25%;
		margin-right: 25%;
	}
	.slidehom h1{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	}
	.slidehom h2{
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
	margin-left: 25%;	
	margin-right: 25%;
	}
	.slazul{
		padding-top: 30px;
	}
	.slverde{
		padding-top: 30px;
	}
}



/* Row HOM */

/* Contacto */
.contacto{
	margin-top: -20px;
	background-color: #028F87;
}

.contacto h1{
	margin-top: 15px;
	font-size: 11px;
	color: white;
	font-weight: 700;
	text-align: center;
}
.contacto h6{
	text-align: center;
	margin-top: 40px;
}

/* Map */
.map{
	background-color: #028F87;
	text-align: center;
	padding-top: 40px;
}
.map h1{
	font-size: 14px;
	color: white;
	margin-top: 30px;
}
.map h2{
	font-size: 18px;
	color: white;
}
.map h6{
	padding-right: 0;
	padding-left: 0;
	height: 290px;
}

.mymap{
	padding-right: 0;
	padding-left: 0;
	margin-top: 40px;
	width: 100%;
	height: 250px;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.map h3{
	font-size: 11px;
	color: white;
	margin: 20px 15%;
	padding-bottom: 40px;
}
@media (min-width: 768px){
	.map h1{
	font-size: 18px;
	color: white;
	margin-top: 40px;
}
.map h2{
	font-size: 24px;
}
.map h3{
	font-size: 14px;
	color: white;
	margin: 20px 25%;
	padding-bottom: 40px;
}
}

.mpt{
	background-color: black;
	height: 30px;
	color: white;
}
.mpt h1{
	font-size: 9px;
	text-align: center;
	margin-top: 10px;
}
.mpt a{
	text-decoration: none;
	color: white;
	font-weight: 700;
}
.mpt a:hover{
	text-decoration: underline;
	color: yellow;
}
.reduce {margin-top: -40px}
.map a{
	text-decoration: none;
}
.map a:hover{
color: #2C3340;
}
