
@font-face {
	font-family: 'CenturyGothic';
    src: url('../fonts/original_century-gothic-593ecb7219838.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_century-gothic-593ecb7219838.woff') format('woff'),
         url('../fonts/original_century-gothic-593ecb7219838.ttf') format('truetype'),
         url('../fontsoriginal_century-gothic-593ecb7219838.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Code-Light';
    src: url('../fonts/original_CODE_Light.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_CODE_Light.woff') format('woff'),
         url('../fonts/original_CODE_Light.ttf') format('truetype'),
         url('../fonts/original_CODE_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.nav1{
	display: none;
	transition: all 1s;
}
.menu{
	background: transparent;
	border-color: transparent;

}
.navbar-default .navbar-nav > li > a{
	color:#fff;
	font-weight: bold;
	position: relative;
}
.navbar-default .navbar-nav > li > a:hover{
	color:rgb(58,122,156);
	font-weight: bold;
}
a.current:before {
	content: "";
	display: block;
	height: 6px;
	width: 20%;
	position: absolute;
	left: 40%;
	top: 3.4em;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)center / contain no-repeat;


}
.linea{
	border-bottom: 2px solid #fff;
}
.fondo{
	background: rgba(58,122,156,.5);
	color: #fff !important;
	transition: all 1s;
}

.fondo li a {
	color: #fff !important;
}
.navbar {
 
    border: 0px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
}
.banner{
	background: url(../img/bg-index.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 768px;
	width: 100%;
}
.banner{
	background: url(../img/bg-index.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 468px;
	width: 100%;
}

.pets{
	background: #3A7596;
	color: #fff;


}
#pet{
	padding-top: 3em;
}
.boton{
	cursor: pointer;
}

.infopet img{
	
	height: 0px !important; 
	transition: all .5s;
}

.mostrar img{
	height: 300px !important;
	transition: all .5s;
}
.icon-pet{
	padding: 47px;
	cursor: pointer;

}
.icon-pet h2{
	font-size: 20px;
}
.f-pet{
	transition: 1s;
}
.f-pet:hover{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#hospedaje,.section2, .section3,.section5, .descripccion, .section6{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
}
section.section2{

	width: 100%;
	color: #fff;
	
}


#slide3 {
  background: url(../img/bg2.png) no-repeat center;
  /*transform: translateZ(-1px) scale(2);*/
  z-index:-10;
}
.slidet {
  position: relative;
padding-top: 20px;
	padding-bottom: 20px;
  min-height: 400px;
  width: 100vw;
  box-sizing: border-box;
  
	transform-style: inherit;
}
.slidet, .slidet:before {
    
}
.slidet:{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}



.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.ifpet{
	 position: relative;
  width: 100%;
}
.ifpet:hover .overlay {
  bottom: 0;
  height: 100%;
}
section.section3{
	
	background: url(../img/bg3.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 450px;
	width: 100%;
}
.info-kao{
	height: 380px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px

}

@media screen and (max-width: 1680px){
	.info-kao{
	height: 380px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 60px

}
}

.texto h1{
	line-height: 300px;
	text-align: center;
}
section.section4{
	margin-top: 2%;
	
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	
	width: 100%;
}
section.descripccion{
	text-align: center;
}
section.logoinfo{

	
	
text-align: center;
}
section.section5{
	text-align: center;
}
section.section6{
	
	
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	
	width: 100%;
}
.map{
	margin-top: 30px;
	margin-bottom: -5px;
	width: 100%;
}
.footer{
	background: #3A7A9C;
	text-align: center;
	color: #fff;

}

.form_reservar{
	text-align: center;
}
.link{
	color: #fff !important;
    text-decoration: none;
}
.social{
	text-align: center;
	margin: 0 auto;
	padding-left: 20%;
		
}
.social a {
	text-align: center;
	font-size: 20px;
	color: #3A7A9C !important;
	border-radius: 50%;
	display: block;
	float: left;
	margin: 5px;
	width: 30px;
	height: 30px;
	
	
	background: #fff;

}
hr{
	color: 4D4D4D;
	border-style: inset;
    border-width: 1px;
}
.inicio{
	position: absolute;
	top :80%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;

}
.slogan{
	font-family: "CenturyGothic";
	color: #fff;
}
.reservar{
	font-family: "CenturyGothic";
	font-size: 1.5em;
	background: transparent;
	border-radius: 0px;
	margin-top: 10%;
	color: #fff;
}
.reservar:hover{
	font-family: "CenturyGothic";
	font-size: 1.5em;
	background: rgba(58,122,156,.5);
	border-radius: 0px;
	margin-top: 10%;
	color: #fff;
}
.logo{
	width: 100%;

}
.logo img{
	width:200px;
	margin-right:70px;
}
.logof{
	margin-right:40px;
}
.titulo1{
	font-family: "CenturyGothic";
	color: #fff;

}
.infosec{
	color: #3A7A9C;
	font-family: "CenturyGothic";
	font-size: 30px;
}
.infosecres{
	color: #3A7A9C;
	font-family: "CenturyGothic";
	font-size: 16px;
}

.section3 .titulo1{
	display: block;
	top: 50%;
	left: 50%;
}
.input_form{
	height: 30px;
	font-size: 13px;
}
.input_form, .input_area{
	border-radius: 0px !important;
	border: 1px solid #4D4D4D;
	
}
.button_form{
	margin-top: 20px;
	background: #3A7A9C;
	height: 35px;
	width: 250px;
	color: #fff;
	border-radius: 0px;
}
.res{
	border-bottom: 1px solid #000;
	width: 100%;
	height: 30px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.bannerres{
	background: url(../img/fondo2.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 968px;
	width: 100%;
	position: relative;
}
.logores{
	position: absolute;
	top: 40%;
	left: 48%;
	transform: translate(-50%, -50%);

}
.logores img{
	width: 250px;
}

@media only screen and (max-width: 1900px) {
	.inicio{
	position: absolute;
	top :80%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;

}

.banner{
	background: url(../img/bg-index.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 968px;
	width: 100%;
}
.bannerres{
	background: url(../img/fondo2.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 768px;
	width: 100%;
}
}

@media only screen and  (max-width: 1920px) {
	.inicio{
	position: absolute;
	top :70%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;

}	

.banner{
	background: url(../img/bg-index.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 968px;
	width: 100%;
}
.logo img{
	width:250px;
}
}
@media only screen and (max-width: 1200px) {
	.infosec{
	color: #3A7A9C;
	font-size: 12px !important;
}

.social{
	text-align: center;
	margin: 0 auto;
	padding-left: 30%;
		
}
.bannerres{
	background: url(../img/fondo2.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 568px;
	width: 100%;
}
.social a {
	text-align: center;
	font-size: 25px;
	color: #3A7A9C !important;
	border-radius: 50%;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	
	
	background: #fff;

}


@media only screen and (max-width: 900px) {
	.infosec{
	color: #3A7A9C;
	font-size: 12px !important;
}
.social{
	text-align: center;
	margin: 0 auto;
	padding-left: 30%;
		
}
.social a {
	text-align: center;
	font-size: 25px;
	color: #3A7A9C !important;
	border-radius: 50%;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	
	
	background: #fff;

}
}
@media only screen and  (max-width: 768px) {
	.infosec{
	color: #3A7A9C;
	font-size: 12px !important;
}
.social{
	text-align: center;
	margin: 0 auto;
	padding-left: 43%;
		
}
.social a {
	text-align: center;
	font-size: 25px;
	color: #3A7A9C !important;
	border-radius: 50%;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	
	
	background: #fff;

}
}

.qhcr{
	padding-top: 1em;
}

