/*
Theme Name: Adopetour
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--green: #85C228;
	--yellow: #FBA81A;
	--blue: #4379AA;
	--black: #000000;
	--body-font: #444444;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: var(--body-font);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1260px;
	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);
}
.green {
	color: var(--green);
}
.yellow {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-green {
	background: var(--green);
}
.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: 11px 30px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	opacity: 0.9;
	border-radius: 24px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--yellow);
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: var(--blue);
}
h1, h2 {
	line-height: 1.3em;
}
h3, h4 {
	line-height: 1.4em;
}


/**** HEADER ****/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.top {
	padding-top: 12px;
	text-align: right;
}
.top .redes {
	font-size: 19px;
}
.top .redes a {
	margin-left: 7px;
}
.top .redes img {
	position: relative;
	top: -2px;
	width: 18px;
}
.top .redes a, .top .redes a:hover, .top .redes a:focus {
	color: #ffffff;
}
.top .idioma {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: -1px;
}
.language-chooser {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.language-chooser li.active {
	display: none;
} 
.language-chooser li.lang-es a {
  background: url(images/esp.png) no-repeat left center;
  padding-left: 25px;
}
.language-chooser li.lang-en a {
  background: url(images/eng.png) no-repeat left center;
  padding-left: 25px;
}
.language-chooser a {
	font-size: 15px;
	color: #fff !important;
}


header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 154px;
    margin-top: -24px;
}
.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: #ffffff;
	font-size: 16px;
	border: none;
	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: 2px solid transparent;
	padding: 10px 0;
}
.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: 2px solid var(--green);
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
	border-bottom: 2px solid var(--green);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 24px;
}
/* Dropdownw */
.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: #ffffff !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 var(--green);
	background: #fff;
	margin-left: 0 !important;
	min-width: 250px;
}
.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: 15px !important;
	color: var(--body-font);
	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: var(--blue);
}
.carousel-home .item {
	height: 600px;
}
.links-destinos {
	text-align: center;
}
.links-destinos a {
	font-size: 15px;
	display: inline-block;
	color: #fff !important;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 24px;
	padding: 8px 15px;
	margin: 0 1px 10px 1px;
	white-space: nowrap;
}
.links-destinos a.activo {
	background: var(--yellow);
	border: 1px solid var(--yellow);
}
.ficha-home {
	position: relative;
	border-radius: 12px;
	width: 100%;
	height: 350px;
	margin-bottom: 40px;
}
.ficha-home .capa1 {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 0 12px;
}
.ficha-home .capa1 .nombre {
	background: #fff;
	text-align: center;
	display: block;
	border-radius: 24px;
	color: var(--black);
	font-weight: 500;
	padding: 12px 14px;
	font-size: 15px;
}
.ficha-home .capa2 {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	height: 100%;
	border-radius: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 150px;
	opacity: 0;
	transition: all .2s;
}
.ficha-home:hover .capa2 {
	opacity: 1;
}
.ficha-home .capa2 .boton1, .ficha-home .capa2 .boton2 {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 24px;
	font-weight: 500;
	padding: 12px 14px;
	font-size: 15px;
	margin-bottom: 10px;
	border: none;
}
.ficha-home .capa2 .boton1 {
	color: #fff !important;
	background: var(--yellow);
}
.ficha-home .capa2 .boton2 {
	color: var(--blue) !important;
	background: var(--white);
}
.owl1 {
	padding-left: 40px;
	padding-right: 40px;
}
.owl1 .owl-dots {
	display: none !important;
}
.owl1 .owl-nav {
    display: block !important;
    margin: 0 !important;
    position: absolute;
    top: 150px;
    width: 100%;
}
.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: 0;
    left: -60px;
}
.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: 0;
    right: 20px;
}
.bg-grey {
	background: #f2f2f2;
}
h2 {
	margin-top: 0;
	font-size: 42px;
	margin-bottom: 20px;
}
@media(min-width:767px) {
	.pright {
		padding-right: 30px;
	}
	.pleft {
		padding-left: 30px;
	}
}
.logoadopetur img {
	width: 440px;
	max-width: 100%;
}
.about-home {
	padding-top: 90px;
}
.miembros-fundadores img {
	margin: 0 10px 5px 10px;
	width: 150px;
	max-width: 100%;
}
.owl2 {
	padding-left: 40px;
	padding-right: 40px;
}
.owl2 .owl-dots {
	display: none !important;
}
.owl2 .owl-nav {
    display: block !important;
    margin: 0 !important;
    position: absolute;
    top: 50px;
    width: 100%;
}
.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: 0;
    left: -60px;
}
.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: 0;
    right: 20px;
}
.owl-carousel.owl2 img {
	width: 150px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.noticia {
	border: 1px solid #f2f2f2;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	margin-bottom: 40px;
}
.imgnoticia {
	display: block;
	height: 280px;
	position: relative;
}
.tont {
	position: absolute;
	right: 0;
	bottom: -4px;
	height: 7px;
	width: 180px;
	border-radius: 6px;
}
.tont1 {
	background: #FBA81A;
}
.tont2 {
	background: #4379AA;
}
.tont3 {
	background: #85C228;
}
.content-noticia {
	padding: 12px 15px;
	min-height: 125px;
}
.content-noticia a {
	color: #333;
}
.fecha {
	font-style: italic;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.myrow {
	margin: 0 -4px;
}
.myrow .col-sm-4 {
	text-align: center;
	padding:  0 4px;
}
.banners a {
	display: block;
}
.banners img {
	margin-bottom: 10px;
}
h3 {
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 20px;
}
.copyright {
	background: var(--yellow);
	color: #fff;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media(min-width:767px) {
	.developer {
		text-align: right;
	}
}
footer {
	background: url(images/footer.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 40px;
	color: #fff;
}
footer a {
	color: #fff !important;
}
footer h4 {
	color: #fff;
	margin-top: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}
.menufooter a {
	display: block;
	margin-bottom: 3px;
}
img.logofooter {
	width: 130px;
}
.socialfooter {
	font-size: 20px;
}
.socialfooter a {
	margin-right: 10px;
}
.socialfooter img {
	position: relative;
	top: -2px;
	width: 18px;
}
.socialfooter a, .socialfooter a:hover, .socialfooter a:focus {
	color: #ffffff;
}
.cab {
	padding-top: 210px;
	padding-bottom: 60px;
}
.cabdestinos {
	padding-top: 320px;
	padding-bottom: 60px;
}
h1 {
	font-size: 34px;
}
.cab h1, .cabdestinos h1 {
	color: #fff;
	font-weight: 600;
	margin: 0;
}
.cabnosotros {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size: cover;
}
.cabdirectiva {
	background: url(images/directiva.jpg) no-repeat center center;
	background-size: cover;
}
.cabaliados {
	background: url(images/aliados.jpg) no-repeat center center;
	background-size: cover;
}
.cabmiembros {
	background: url(images/miembros.jpg) no-repeat center center;
	background-size: cover;
}
.cabnoticias {
	background: url(images/noticias.jpg) no-repeat center center;
	background-size: cover;
}
.cabcontacto {
	background: url(images/contacto.jpg) no-repeat center center;
	background-size: cover;
}
.cabpuntacana {
	background: url(images/punta-cana.jpg) no-repeat center center;
	background-size: cover;
}
.valores {
	background: url(images/fondo.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.mision {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 8px;
}
.objetivo {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  min-height: 30px;
  padding-top: 17px;
}
.objetivo span {
	display: inline-block;
	color: #AAC5DD;
	font-size: 42px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}
.directiva {
	display: inline-block;
	color: #fff;
	width: 165px;
	max-width: 100%;
	margin: 0 15px 40px 15px;
	vertical-align: top;
	font-weight: 500;
}
.directiva .foto {
	width: 165px;
	height: 165px;
	background-color: #fff;
	border: 7px solid #5A8EBE;
	border-radius: 50%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.bg-green .directiva {
	width: 240px;
}
.bg-green .directiva .foto {
	border: 7px solid #A9CC6F;
}

.directiva .cargo {
	font-size: 15px;
	font-weight: 400;
}
.link-inscripcion {
  display: block;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--blue);
  position: relative;
  border-radius: 30px;
  padding: 16px 146px 10px 20px;
  color: #fff;
  margin-bottom: 20px;
  min-height: 56px;
}
.link-inscripcion a {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 8px 20px;
	border-radius: 24px;
	background: #ffffff;
	color: var(--blue) !important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.imagen {
	position: relative;
}
.imagen img {
	width: 100%;
}
.imagen .tont {
	bottom: 15px;
}
.ssba {
	margin-top: 10px;
}
.ssba img {
	width: 36px;
	margin-right: 2px;
}
.formulario input {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	padding: 12px 15px;
}
.formulario textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	padding: 12px 15px;
	height: 100px;
}
.divform {
	border-left: 1px solid #d0d0d0;
}
.locations {
	position: relative;
	padding-left: 57px;
	padding-top: 10px;
	min-height: 42px;
}
.locations img {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
}
.redes-contacto {
	margin-left: -10px;
}
.redes-contacto img {
	width: 49px;
}
.cabdestinos {
	overflow: hidden;
}
.cabdestinos .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 443px;
	max-height: 100%;
	background: url(images/shadow.png) no-repeat top center;
	background-size: 100% 100%;
}
.cabdestinos .boton {
	background: var(--blue) !important;
	border: none;
	opacity: 1;
	font-weight: 500;
	font-size: 15px;
}
.h4 {
	font-size: 24px;
}
.imggaleria {
	display: block;
	width: 100%;
	border-radius: 12px;
	height: 290px;
}
.owl3 .owl-nav {
	display: none !important;
}
.owl3 .owl-dots {
	text-align: center;
	display: block !important;
	margin-top: 30px;
	margin-bottom: 30px;
}
.owl3 .owl-dot {
	display: inline-block !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 2px;
	border-radius: 50%;
	background: #ccc !important;
}
.owl3 .owl-dot.active {
	background: var(--yellow) !important;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (height/width * 100) */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imgpie {
	text-align: center;
}
.imgpie img {
	border-radius: 12px;
}
.bg-grey2 {
	background: #f4f4f4;
}
.contactos-tour {
	color: var(--blue);
	font-size: 17px;
}
.contactos-tour .contactos {
	position: relative;
	padding-left: 50px;
	padding-top: 9px;
	min-height: 40px;
}
.contactos-tour .contactos img {
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.redes-single {
	margin-top: 20px;
}
.redes-single img {
	width: 46px;
}
.contenidos h4 {
	font-weight: 600;
	margin: 20px 0 20px 0;
}


@media (max-width: 991px) {
	header .navbar-brand img {
  		height: 120px;
  		margin-top: -25px;
	}
	.navbar-header {
	      float: none;
	}
	.navbar-left,.navbar-right {
	      float: none !important;
	}
	.navbar-toggle {
	      display: block;
	}
	.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;
	}
	.navbar-nav>li {
	      float: none;
	}
	.navbar-nav>li>a {
	      padding-top: 10px;
	      padding-bottom: 10px;
	}
	.collapse.in{
	      display:block !important;
	}
	.navbar-toggle {
		margin-top: 16px;
  		margin-right: 0;
  		background: #fff !important;
  		color: var(--blue);
	}
	.top .idioma {
  		margin-left: 22px;
  	}
  	.top .redes a {
 		margin-left: 6px;
	}
	.navbar-collapse {
		background: var(--blue);
	}
	.navbar-default .navbar-nav li a {
  		border-bottom: 1px solid #6f9dc7 !important;
  		padding: 15px 8px;
	}
	.navbar-nav > li.submenu > .dropdown-menu {
 		border-top: none;
 		background: var(--blue) !important;
 	}
 	.navbar-nav > li.submenu > .dropdown-menu li a,
 	.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	  border-bottom: 1px solid #6f9dc7 !important;
	  font-size: 15px !important;
	  color: var(--body-font);
	  font-weight: normal;
	  padding: 12px 23px;
	  display: block;
	  background: var(--blue) !important;
	  color: #fff !important;
	}
	.about-home {
 		padding-top: 0;
	}
	.owl-carousel.owl1 .owl-nav button.owl-prev {
  		left: -48px;
	}
	.owl-carousel.owl1 .owl-nav button.owl-next {
  		right: 31px;
	}
	.owl-carousel.owl2 .owl-nav button.owl-prev {
  		left: -46px;
	}
	.owl-carousel.owl2 .owl-nav button.owl-next {
  		right: 36px;
	}	
}


@media(max-width:767px) {
	h2 {
  		font-size: 34px;
  	}
  	.logoadopetur img {
 		width: 240px;
  	}
}

@media(max-width:498px) {
	.carousel-home .item {
 		height: 400px;
	}
	.link-inscripcion {
 		padding: 15px;
  	}
	.link-inscripcion a {
		position: relative;
		right: inherit;
		top: inherit;
		margin-top: 30px;
		display: block;
		clear: both;
		text-align: center;
	}
}