
*{
	margin:0;
	padding:0;
}
body a:hover{
  text-decoration: none;
}
html, body {height: 100%}
body{
    width: 100%;
    height: 100%;
		font-family: 'Nunito', sans-serif;
		position: relative;
}
header{
	background: white;
}
header a.logo-link{
    display: block;
        width: 180px;
    margin: 0 auto;
		padding: 20px 0;
}
header a.logo-link img{
	max-width: 100%;
}
header nav{
    text-align: center;
    background: #006278;
		position: relative;
}
header nav a{
    display: inline-block;
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
    color: white;
    font-weight: 300;
		transition: all 0.25s;
}
header nav a.active{
	color: white;
	background: #108FA3;
}
header nav a:hover{
    color: white;
    background: #108FA3;
}
body #carouselExampleFade .carousel-item .slide-text-container{
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    width: 400px;
    text-align: center;
		padding: 0 25px;
}
body #carouselExampleFade .carousel-item .slide-text-container h2{
	font-family: 'Cormorant Garamond', serif;
	font-size: 44px;
	color: #b6f4fd;
	margin-top: 40px;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}
body #carouselExampleFade .carousel-item .slide-text-container p{
	font-weight: 300;
	font-size: 24px;
	color: #e6f1f3;
	margin-top: 40px;
}
@media(max-width:1150px){
	body #carouselExampleFade .carousel-item .slide-text-container h2{
		font-size: 42px;
		margin-top: 40px;
	}
	body #carouselExampleFade .carousel-item .slide-text-container p{
		font-size: 20px;
		margin-top: 40px;
	}
}
@media(max-width:768px){
	body #carouselExampleFade .carousel-item .slide-text-container h2{
		font-size: 38px;
		margin-top: 30px;
	}
	body #carouselExampleFade .carousel-item .slide-text-container p{
		font-size: 18px;
		margin-top: 20px;
	}
}
@media(max-width:630px){
	body #carouselExampleFade .carousel-item .slide-text-container h2{
		font-size: 30px;
		margin-top: 25px;
	}
	body #carouselExampleFade .carousel-item .slide-text-container p{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media(max-width:500px){
	body #carouselExampleFade .carousel-item .slide-text-container{
		position: relative;
		left: 0;
		width: 100%;
		padding-top: 15px;
	}
	body #carouselExampleFade .carousel-item .slide-text-container h2{
		font-size: 30px;
		margin-top: 0;
	}
	body #carouselExampleFade .carousel-item .slide-text-container p{
		font-size: 16px;
		margin-top: 15px;
	}
}

/* SOCIAL MEDIA */
header nav .social-media{
	position: absolute;
	right: 25px;
	top: 0;
}
@media(max-width:768px){
	header nav .social-media{
		position: static;
		display: block;
		text-align: left;
		padding-left: 15px;
	}
	header nav .social-media a{
		display:inline-block;
	}
}
header nav .social-media a{
	font-size: 25px;
  padding: 0 10px;
}
footer .social-media{
	padding-left: 10px;
	margin-top: 10px;
}
footer .social-media a{
	font-size: 30px;
  color: #2d8fa3;
  margin-right: 10px;
}
footer .social-media a:hover{
  color: #006278;
}

header .hamburguer{
	display: none;
}

section#contenedor{
	background: url('../img/background-contact-gradient.png');
background-repeat: no-repeat;
}
.flags{
	position: absolute;
	top: 20px;
	right: 0;
	width: 130px;
	height: 30px;
}
@media(max-width: 480px){
	.flags{
		width: 120px;
	}
}
.flags a{
  width: 35px;
  display: block;
  float: left;
	padding: 3px;
	border: 1px solid white;
	margin-right: 4px;
}
.flags a:hover{
	border: 1px solid #108FA3;
}
.flags a.active{
	border: 1px solid #006278;
	cursor: initial;
}
.flags a img{
	width:100%;
	float: left;
}
/*----------HOME PAGE------*/
section#contenedor.home{
	background: none;
}
.home-description{
	background: #fff;
	z-index: 90000;
	position: relative;
	padding: 50px 15px;
	padding-top: 30px;
}
.home-description h2{
  font-family: 'Cormorant Garamond', serif;
	font-size: 44px;
color: #006278;
text-align: center;
margin-bottom: 15px;
}
.home-description p{
  font-weight: 300;
	font-size: 18px;
}
.home-description h3{
  font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
color: #006278;
text-align: center;
margin-bottom: 15px;
margin-top: 20px;
}
.home-description .staff {
	position: relative;
	text-align: center;
}
.home-description .staff img {
	max-width: 120px;
	border-radius: 50%;
}
.home-description .staff p{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}
.home-description .staff p.title{
  font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	color: #3f8ea4;
}
@media(max-width:1200px){
		.home-description{
			margin-top: 0;
			padding: 20px;
		}
		.home-description h2{
			font-size: 26px;
		}
}

/*----------MENU RESPONSIVO------*/
@media(min-width:768px){
	header nav{
		display: block !important;
	}
}
@media(max-width:768px){
	header{
		position: relative;
		border-bottom: 2px solid #2d8fa2;
	}
	header nav{
    display: none;
	}
	header nav a{
		display: block;
		text-align: left;

	}
	header a.logo-link{
      width: 100px;
			padding: 15px 0;
	}
	header .hamburguer{
		display: inline-block;
    position: absolute;
    left: 15px;
    top: 25px;
    font-size: 25px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-align: center;
	}
	.home-description p{
		font-size: 16px;
	}
	.home-description h3{
		font-size: 26px;
	}
	.home-description .staff p{
		font-size: 15px;
	}
	.home-description .staff p.title{
		font-size: 20px;
	}
}


/*--------------------------BOTONES------*/
.btn-1{
	padding: 0 50px;
	line-height: 40px;
	cursor: pointer;
	/* border-radius: 3px; */
	border: none;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 16px;
	background: #5e8c9b;
	color: white;
	border-bottom: 1px solid #006278;
	-webkit-transition: all 0.2s; /* Safari */
transition: all 0.2s;
}
.btn-1:hover{
	background:#006278;
}
@media(max-width:580px){
	.btn-1{
		width: 100%;
	}
}

/*--------------------------ALL PAGES------*/
.bg-img{
	position: absolute;
	z-index: -1;
}
.bg-img img{
	width: 100%;
	opacity: 0.5;
}

/*--------------------------CONTACTO PAGE------*/

.general-page{
	background: #ffffff6e;
	border-left: 1px solid #c6d7dc;
	border-right: 1px solid #c6d7dc;
	padding-bottom: 0;
}
.general-page h5{
	text-align: center;
	color: #1e6278;
font-weight: 300;
}
.general-page h1.title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 34px;
	color: #006278;
	margin: 25px 0;
	display: inline-block;
	width: 100%;
text-align: center;
}
.general-page .left-section{

}
.general-page .left-section .content p{
	color: #464646;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 15px;
	background: #ffffff85;
	    box-shadow: 1px 1px 5px #e4e4e4;
}
.general-page .left-section .content span{
	font-size: 14px;
	margin-left: 30px;
	display: inline-block;
	font-weight: 400;
}
.general-page .left-section .content p i{
	float: left;
	margin-right: 10px;
	color: #108FA3;
	line-height: 24px;
	font-size: 20px;
	min-width: 20px;
}

.general-page .right-section .contenedor{
	padding: 15px;
	background: #ffffff85;
	    box-shadow: 1px 1px 5px #e4e4e4;
	margin-left: -15px;
}
.general-page .right-section h5{
	color: #006278;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
.general-page .right-section form{
	margin: 0 auto;
}
.general-page .right-section form > div{
	padding: 0;
}
.general-page .right-section form > div.le{
	padding-right:calc(15px / 2);
}
.general-page .right-section form > div.ri{
	padding-left:calc(15px / 2);
}
.general-page .right-section form .parent{
	position: relative;
	margin-bottom: 15px;
}
.general-page .right-section form .parent input[type=text],
.general-page .right-section form .parent textarea{
	width: 100%;
border: none;
padding: 10px 15px;
padding-top: 30px;
background: #0061780d;
border-bottom: 1px solid #00617826;
}
.general-page .right-section form .parent.error input[type=text],
.general-page .right-section form .parent.error textarea{
	border-bottom:1px solid #ff3b00 ;
	 background:#ffe9e2;
}
.general-page .right-section form .parent.error label{
	color:#ff3b00 ;
}

.general-page .right-section form .parent textarea{
	height: 228px;
}
.general-page .right-section form .parent input[type=text]:focus,
.general-page .right-section form .parent textarea:focus{
	outline: none;

	background: white;
}

.general-page .right-section form .parent label{
	position: absolute;
	top: 20px;
	left: 15px;
	font-size: 15px;
	pointer-events: none;
	color: #1e6177;
	margin: 0;
	opacity: 0.7;
	-webkit-transition: all 0.25s; /* Safari */
transition: all 0.25s;
font-weight: 600;
}
.general-page .right-section form .parent label.label-to-top{
	top: 5px;
	font-size: 13px;
	opacity: 1;
}
.general-page .map-container{
	padding: 15px;
	padding: 15px;
background: #ffffff85;
/* border: 1px solid #c6d7dd; */
/* border-radius: 3px; */
box-shadow: 1px 1px 5px #e4e4e4;
margin-top: 10px;
height:500px;
}
.general-page .map-container iframe{
	width: 100%;
}
@media(max-width:992px){
	.general-page .left-section .content{
		margin-bottom: 15px;
	}
	.general-page .left-section .content p{
		margin-bottom: 0;
	}
	.general-page .right-section .contenedor{
		margin-left: 0;
	}
}
@media(max-width:576px){
	.general-page .right-section form > div.le{
		padding-right: 0;
	}
	.general-page .right-section form > div.ri{
		padding-left: 0;
	}

}
/*----------------FIN CONTACTO PAGE------*/




/*----------------NUESTRA CASA------*/

.nuestra-casa 	a.fancybox{
		opacity: 1;
		transition: all 0.3s;
		margin-bottom: 30px;
}
.nuestra-casa 	a.fancybox:hover{
		opacity: 0.8;
}

.nuestra-casa 	a.fancybox img{
		width: 100%;
		padding: 10px;
background: #ffffff85;
box-shadow: 1px 1px 5px #bfbfbf;
}



/*----------------NUESTROS SERVICIOS-------------*/
.servicios .servicios-img{
	width: 100%;
	height: 100%;
}
.servicios .lista-servicios h2{
	color: #2d8fa3;
	font-size: 22px;
	border-bottom: 1px solid #cececeb0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.servicios .lista-servicios ul{
padding: 0 15px;
list-style: none;
height: 100%;
}
.servicios .lista-servicios ul > div{
	padding: 15px 50px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 1px 1px 5px #cccccc;
}
.servicios .lista-servicios ul img{
	width: 100%;
	float: left;
}
.servicios .lista-servicios ul > div li i{
	font-size: 10px;
	line-height: 34px;
	margin-right: 10px;
	float: left;
}
.servicios .lista-servicios ul > div li{
	line-height: 30px;
	font-size: 16px;
	color: #1e6177;
	list-style: circle;
}

@media(max-width: 992px){
	.servicios .lista-servicios h2{
		font-size: 20px;
	}
	.servicios .lista-servicios ul > div{
		padding: 15px 25px;
	}
	.servicios .lista-servicios ul > div li{
		font-size: 14px;
	}
}

/*--------------------------BOOTSTRAP PISADO------*/

@media(min-width:992px){
	.carousel-control-prev,
	.carousel-control-next {
	  width: 5%;
	}
}
@media(max-width:992px){
	.carousel-control-prev span,
	.carousel-control-next span{
    transform: scale(0.8);
	}
}
@media(max-width:768px){
	.carousel-control-prev span,
	.carousel-control-next span{
    transform: scale(0.5);
	}
}
.carousel-control-prev{
	left: 15px !important;
}
.carousel-control-next{
	right: 15px !important;
}
.carousel-control-prev span,
.carousel-control-next span{
	width: 60px;
	height: 60px;
	background: red;
	display: block;
	position: relative;
}
.carousel-control-prev span{
	background: url('../img/arrow-l.png')
}
.carousel-control-next span{
	background: url('../img/arrow-r.png')
}
.carousel-control-prev span.sr-only,
.carousel-control-next span.sr-only{
	display: none;
}
.carousel-control-prev span i,
.carousel-control-next span i {
	display: none;
}


/*--------------------------FOOTER----------------*/
footer{
	background: white;
	border-top: 1px solid #b9d2d8;
}
footer .top{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;

}
footer .top ul{
	float: left;
	list-style: none;
	margin: 0;
}
footer .top ul.direccion{
	margin-top: 16px;
	text-align: center;
	width: 100%;
}
footer .top ul.direccion li span{
	font-size: 14px;
	color: #006278;
	font-weight: 400;
	display: block;
}
footer .top ul.direccion li div{
	line-height: normal;
	padding: 0;
	height: auto;
	color: #2d8fa3;
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
}
footer .top ul li{
	display: block;
}
footer .top ul li a{
	line-height: 20px;
  height: 20px;
  display: inline-block;
  color: #00637a;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
}
footer .top ul li a:hover{
	color: #006278;
}
footer .top a.logo-link{
	width: 130px;
	display: inline-block;
	float: right;
	margin-top: 10px;
}
footer .bottom{
	text-align: center;
	background: #006278;
	color: white;
	font-weight: 300;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
}
@media(max-width:768px){
	footer .top ul{
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #b9d2d8;
		padding-bottom: 20px;
	}
	footer .top .dire{
		border:none;
	}
	footer .top a.logo-link {
		width: 130px;
		display: block;
		float: none;
		margin: 10px auto;
		margin-bottom: 0;
	}
}
