/*
Theme Name: Adopetur
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #4379AA;
	--yellow: #FBA81A;
	--black: #111111;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: normal;
}
@media(max-width:991px) {
	body {
		font-size: 17px;
	}
}
.container, .container-fluid {
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.yellow {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-yellow {
	background: var(--yellow);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--yellow);
	border: 1px solid var(--yellow);
	padding: 9px 15px;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 24px;
	min-width: 150px;
	text-align: center;
}
.boton:hover, .boton:focus {
	color: #ffffff;
	background: var(--yellow);
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--blue);
	background: var(--white);
	border: 1px solid var(--white);
	padding: 9px 30px;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 24px;
}
.boton2:hover, .boton2:focus {
	color: var(--blue);
	background: var(--white);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color:var(--blue);
}
.h2, h2 {
  font-size: 37px;
  font-weight: 600;
}
h2 strong {
	font-weight: 700;
}

/**** HEADER ****/
header  {
	position: absolute;
	top: 0;
	left: 0;
	color:#fff;
	width: 100%;
	background: transparent;
	z-index: 1000;
}
.top {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top .redes  {
	margin-right: 15px;
}
.top .redes a {
	margin-right: 5px;
}
.top .redes img {
	width: 15px;
}
.top .redes, .top .idioma {
	display: inline-block;
	vertical-align: top;
}

.gt_switcher .gt_selected {
  background: transparent !important;
  position: relative;
  z-index: 9999;
  border: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.gt_switcher {
	cursor: pointer;
  	line-height: 0;
  	font-family: 'Montserrat', sans-serif;
  	color: #fff !important;
  	font-size: 14px !important;
  	background: transparent !important;
  	width: 120px !important;
}
.gt_switcher .gt_option {
  width: 120px !important;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
}
.gt_switcher .gt_selected a {
  border: none !important;
  color: #fff !important;
  padding: 3px;
  width: 120px;
  font-size: 14px !important;
  background: transparent !important;
}
.gt_switcher .gt_option a {
  color: #fff !important;
  padding: 3px 5px;
}
.gt_switcher a {
  font-size: 14px !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  background:transparent !important;
}
.gt_switcher .gt_selected a::after {
  display: none !important;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 128px;
    margin-top:-40px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	font-size: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 4px 3px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #ffffff;
	border-bottom: 3px solid #85C228;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    border-bottom: 3px solid #85C228;
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 20px;
}

.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: transparent !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid #85C228;
	background: fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: #85C228;
}
.carousel-home .item {
	/* height: 680px; */
}
.imagendesktop {
	display: block !important;
}
.imagenresponsive {
	display: none !important;
}
.tags {
	text-align: center;
}
.tags a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff !important;
	background: transparent;
	padding: 6px 9px;
	border-radius: 20px;
	margin: 2px 1px;
	font-size: 15px;
	font-weight: 500;
}
.tags a:hover, .tags a.active {
	background:var(--yellow);
	border: 1px solid var(--yellow);
	color:#fff;
}
.ficha {
	display: block;
	height: 360px;
	border-radius: 24px;
	position: relative;
}
.ficha .pie {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	transition: all .2s;
	opacity: 1;
}
.ficha:hover .pie {
	opacity: 0;
}
.ficha .pie span {
	display: block;
	width: 300px; 
	max-width: 100%;
	background:#fff;
	color: #333;
	border-radius: 8px;
	padding: 10px 15px;
	text-align: center;
	font-weight:600;
	font-size: 15px;
	margin-left: auto;
	margin-right:auto;
}
.ficha .over {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 150px 15px 0 15px;
	background:rgba(0,0,0,0.7);
	text-align: center;
	border-radius: 24px;
	opacity: 0;
	transition: all .2s;
}
.ficha:hover .over {
	opacity:1;
}
.ficha .boton, .ficha .boton2 {
	width: 300px;
	max-width: 100%;
	margin-left: auto;
	margin-right:auto;
}
.ficha .boton {
	margin-bottom: 6px;
}
.owl1 {
	padding-left: 50px;
	padding-right: 50px;
}
.owl1 .owl-dots {
	display: none !important;
}
.owl1 .owl-nav {
	display: block !important;
}
.owl-carousel.owl1 .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: none;
    border: none;
    position: absolute;
    top: 140px;
    left: 0;
    opacity: 0.7;
}
.owl-carousel.owl1 .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: none;
    border: none;
    position: absolute;
    top: 140px;
    right: 0;
    opacity: 0.7;
    transition: all .2s;
}
.owl-carousel.owl1 .owl-nav button.owl-prev:hover, .owl-carousel.owl1 .owl-nav button.owl-next:hover {
	opacity: 1;
}
@media(min-width:767px) {
	.pright {
		padding-right: 30px;
	}
	.pleft {
		padding-left: 30px;
	}
	.intro {
		padding-top: 50px;
	}
}
.bg-grey {
	background: #f8f8f8;
}
.logos img {
	margin: 8px 15px 15px 15px;
	height: 96px;
}
.owl2 {
	padding-left: 50px;
	padding-right: 50px;
}
.owl2 .owl-dots {
	display: none !important;
}
.owl2 .owl-nav {
	display: block !important;
}
.owl-carousel.owl2 .owl-nav button.owl-prev {
    background: url(images/left2.png) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: none;
    border: none;
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0.7;
}
.owl-carousel.owl2 .owl-nav button.owl-next {
    background: url(images/right2.png) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: none;
    border: none;
    position: absolute;
    top: 30px;
    right: 0;
    opacity: 0.7;
    transition: all .2s;
}
.owl-carousel.owl2 .owl-nav button.owl-prev:hover, .owl-carousel.owl2 .owl-nav button.owl-next:hover {
	opacity: 1;
}
.owl-carousel.owl2 .item {
	text-align: center;
}
.owl-carousel.owl2 img {
	width: auto !important;
	height: 96px;
	margin-left:auto;
	margin-right:auto;
}
.noticia {
	box-shadow: -1px -2px 8px 0px rgba(0,0,0,0.13);
	-webkit-box-shadow: -1px -2px 8px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: -1px -2px 8px 0px rgba(0,0,0,0.13);
	margin-bottom: 35px;
	border: 1px solid #f0f0f0;
}
.noticia .img {
	display: block;
	width: 100%;
	height: 250px;
}
.noticia .tont {
	padding: 0 15px 15px 15px;
}
.noticia .linea1 {
	display: block;
	float: right;
	width: 180px;
	max-width: 90%;
	height: 5px;
	border-radius: 4px;
	margin-bottom: 15px;
	background: var(--yellow);
	position:relative;
	top:-3px;
}
.noticia .linea2 {
	display: block;
	float: right;
	width: 180px;
	max-width: 90%;
	height: 5px;
	border-radius: 4px;
	margin-bottom: 15px;
	background: #4379AA;
	position:relative;
	top:-3px;
}
.noticia .linea3 {
	display: block;
	float: right;
	width: 180px;
	max-width: 90%;
	height: 5px;
	border-radius: 4px;
	margin-bottom: 15px;
	background: #85C228;
	position:relative;
	top:-3px;
}
.noticia em {
	text-transform: capitalize;
	font-size: 13px;
	color:#777;
}
.noticia a {
	color:#555 !important;
}
.noticia .tont {
	min-height: 130px;
}
.mirow {
	margin: 0 -6px;
}
.mirow .col-sm-4 {
	padding: 0 6px;
}
.logoinstagram  {
	width: 300px;
	max-width: 90%;
	margin-bottom: 10px;
}
footer {
	background: url(images/footer.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 40px;
	color:#fff;
}
.logofooter {
	width: 120px;
	margin-bottom: 20px;
}
.redesfooter a {
	width: 18px;
	margin-right: 6px;
}
.menufooter a {
	display: block;
	color:#fff !important;
	margin-bottom: 3px;
}
.copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	color:#fff;
	font-size: 15px;
}
.copyright a {
	color:#fff !important;
}
@media(min-width:767px) {
	.developer {
		text-align: right;
	}
}
.cab {
  padding-top: 230px;
  padding-bottom: 90px;
}
.cab h1 {
	font-weight: bold;
}
.mision {
	background: url(images/mision.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 20px;
}
.valores {
	background: #fff;
	padding: 10px 20px 20px 20px;
	margin-bottom: 30px;
}
/*
.objetivo {
	position: relative;
	margin-bottom: 30px;
	padding-left: 40px;
	min-height: 32px;
}
*/
.objetivo {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  min-height: 32px;
  webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: ;
}
.objetivo span {
	font-weight: bold;
	color:#AAC5DD;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: -4px;
}
.compartir strong {
	display: inline-block;
	margin-right: 6px;
}
.compartir img {
	width:  38px;
	margin-right: 4p;
}
.cborde {
	border-right: 2px solid #f0f0f0;
}
p.locations {
	position: relative;
	padding-left: 40px;
	margin-bottom: 16px;
	
}
.informacionescontacto p.locations {
  font-size: 18px;
  color: var(--blue);
}
@media(max-width:767px) {
	.informacionescontacto p.locations {
		font-size: 17px;
	}
}
p.locations img {
  position: absolute;
  top: -2px;
  left: 0;
  width: 29px;
}
.red {
	margin-top: 40px;
}
.informacionescontacto .red img {
	width: 47px;
}
.informacionescontacto .red a {
	display: inline-block;
	border: 2px solid var(--blue);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	margin:  0 8px;
	line-height: 54px;
}
.informacionescontacto .red .fa {
	font-size: 26px;
}
@media(min-width:767px) {
	.informacionescontacto  p.locations img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 32px;
	}
}


.formulario input, .formulario textarea {
	border: 1px solid #E5E5E5;
	padding: 11px;
	margin-bottom: 15px;
	width: 100%;
}
.formulario textarea {
	min-height: 100px;
}
@media(min-width:767px) {
	.floatright {
		float: right;
	}
}
h3 {
	line-height: 1.3em;
}
.descarga {
	background: var(--blue);
	color:#fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	max-width: 100%;
	padding: 11px 20px 11px 20px;
	text-align: left;
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
	border-radius: 24px;
}
.descarga a {
	display: block;
	width: 130px;
	position: absolute;
	right: 6px;
	top: 4px;
	background:#fff !important;
	color:var(--blue) !important;
	font-weight: 600;
	border-radius: 24px;
	padding: 8px 12px;
	font-size: 14px;
	text-align: center;
}
.directivos {
	text-align: center;
}
.directivo {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  display: inline-block;
  width: 270px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
.directivo2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  display: inline-block;
  width: 330px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
.directivo .nombre, .directivo2 .nombre {
  font-weight: 600;
  display: block;
  font-size: 1.1em;
}
.imgdirectivo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 8px solid #5A8EBE;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.bg-green {
	background: #93BF47;
}
.bg-green .imgdirectivo {
	border: 8px solid #A9CC6F;
}
.bg-green .directivo {
	width: 250px;
}
.cabdestinos {
	padding-top: 405px;
	position: relative;
}
.cabdestinos .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
}
.imggaleria {
	display: block;
	width: 100%;
	height: 320px;
	border-radius: 12px;
}
#html5-watermark {
	display: none !important;
}
.owl3 .owl-nav {
	display: none !important;
}
.owl3 .owl-dots {
	display: block !important;
	margin-top: 15px;
	margin-bottom: 40px;
	text-align: center;
}
.owl3 button.owl-dot {
    background: #CCCCCC;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 18px;
    margin: 10px 4px;
}
.owl3 button.owl-dot.active {
	background: var(--yellow);
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.excursiones ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:block;
	clear: both;
}
.excursiones ul li {
	display: inline-block;
	float: left;
	width: 33%;
	padding-right: 15px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}
.excursiones ul li::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	background:var(--blue);
}
@media(min-width:767px) {
		.logodestino {
			padding-top: 82px;
		}
}

.logodestino img {
	width: 240px;
}
.miembrosaliados {
	text-align:  center;
	margin-bottom: 50px;
}
.miembrosaliados img {
	width:  330px;
	margin: 15px;
}



@media(max-width:991px) {
	.navbar-default .navbar-nav li {
 		padding-right: 8px;
  		padding-left: 8px;
	}
	header .navbar-brand img {
 		height: 100px;
	}
	.navbar-right {
 		padding-top: 5px;
	}
	.carousel-home .item {
 		/* height: 500px; */
	}
	.logofooter {
  		width: 90px;
  	}
}

@media(max-width:767px) {
	.navbar-toggle {
  		padding: 7px 10px;
  		margin-top: 0;
  		margin-right: 0;
  		background:#fff !important;
  		color: var(--blue);
	}
	.carousel-home .item {
 		/* height: 344px; */
	}
	.imagendesktop {
		display: none !important;
	}
	.imagenresponsive {
		display: block !important;
	}
	.h2, h2 {
 		font-size: 26px;
	}
	.owl-carousel.owl1 .owl-nav button.owl-next, .owl-carousel.owl1 .owl-nav button.owl-prev {
  		width: 30px;
  		height: 30px;
  	}
  	.owl-carousel.owl2 .owl-nav button.owl-next, .owl-carousel.owl2 .owl-nav button.owl-prev {
  		width: 30px;
  		height: 30px;
  	}
  	.owl1, .owl2 {
  		padding-left: 40px;
 	 	padding-right: 40px;
	}
	.logos img {
 		margin: 0px 15px 10px 15px;
  		height: 64px;
	}
	.owl-carousel.owl2 img {
  		height: 64px;
  	}
  	.noticia {
  		width: 400px;
  		max-width: 100%;
  		margin-left: auto;
  		margin-right: auto;
	}
	.owl-carousel.owl2 .owl-nav button.owl-next, .owl-carousel.owl2 .owl-nav button.owl-prev {
  		width: 30px;
  		height: 30px;
  		top: 13px;
  	}
  	body {
  		font-size: 15px;
  	}
  	.navbar-nav li {
  		background: #fff;
  		padding-top: 8px;
  		padding-bottom: 8px;
	}
	.navbar-default .navbar-nav li a, 
	.navbar-default .navbar-nav li.active a, 
	.navbar-default .navbar-nav li a:hover, 
	.navbar-default .navbar-nav li a:focus {
  		color: var(--black) !important;
  	}
  	.navbar-nav > li.submenu > .dropdown-menu li a {
  		font-size: 14px !important;
  	}
  	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  		color: var(--black) !important;
  	}
  	.h1, h1 {
 		font-size: 28px;
	}
	.cabdestinos {
		padding-top: 305px;
		position: relative;
	}
	.excursiones ul li {
		display: inline-block;
		float: left;
		width: 50%;
	}
}

@media(max-width: 680px) {
	.descarga {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 400px;
		max-width: 100%;
		padding-top: 20px;
		padding-bottom: 14px;
	}
	.descarga a {
		display: block;
  		width: 130px;
  		position: relative;
  		right: inherit;
  		top: inhrit;
  		text-align: center;
  		margin-top: 20px;
  		margin-left: auto;
  		margin-right: auto;
	}
	.logodestino {
		text-align:center;
	}
	.logodestino img {
		width: 280px;
		max-width: 80%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: -20px;
	}
}


@media(max-width: 498px) {
	.full498 {
		width: 100%;
		float: none;
	}
	.h3, h3 {
 		font-size: 21px;
	}
	.excursiones ul li {
		display: inline-block;
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.imggaleria {
		height: 220px;
	}
}