/*!
 * Start Bootstrap - Stylish Portfolio v5.0.1 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  margin-top: -24px;
}

.card {
	border: none;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.breadcrumb {
	background: none;
	text-align: center;
	margin-bottom: 0;
	font-size: 0.8em;
}

.content-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  
}

.bg-warning {
	background-color: #174760 !important;
}

.rounded-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #e3a011;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.rounded-link:hover {
  background-color: #174760;
  text-decoration: none;
}
.rounded-link i {
	line-height: 4rem;
}


.btn-extrasmall {
	font-family: 'Nunito Sans', sans-serif;
    vertical-align: middle;
	padding: .22rem .4rem;
    font-size: .875rem;
    line-height: 0.9;
    border-radius: .2rem;
    font-size: 0.7em;
    margin-top: -12px;
	font-weight: 400;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.list-inline-item:last-child {
	margin-left: 1rem;
}

.form-control, .input-group-prepend, .btn {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 1px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}


h2 {
	
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  left: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
  line-height: 3rem;
}

body .masthead {
  display: none !important;
}
body .mastheadinner {
  display: inline-block !important;
}
body.inicio .masthead {
  display: inline-block !important;
}
body.inicio .mastheadinner {
  display: none !important;
}

.nav.bg-secondary {
	background: #174760 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav.bg-secondary li a.nav-link {
	color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
}

.nav.bg-secondary li a.nav-link:hover {
	color: #e3a011;
}

.mastheadinner {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-bottom: 0rem;
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

.mastheadinner h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

.mastheadinner h1 img.logo {
	max-width: 330px;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
}

.masthead h1 img.logo {
	max-width: 460px;
}

.masthead h4 {
  color: #617d8c;
}

@media (max-width: 480px) {
	.masthead h1 img.logo {
		max-width: 90%;
	}
  .masthead {
    height: 100vh;
	background-position: center center;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
.mastheadinner h1 img.logo {
	}
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: #e3a011;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 20px;
  top: 15px;
  width: 120px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  text-decoration: none;
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.dropdown-menu {
	width: 300px;
}

.service-icon {
  background-color: #fff;
  color: #e3a011;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.info-item  a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

.service-icon i {
	line-height: 7rem;
}

.callout {
  padding: 50px 0 400px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-callout.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout .container {
	padding-top: 0;
}

.callout h2 {
  font-size: 3.5rem;
  font-weight: 400;
  display: block;
  max-width: 30rem;
}


#abuelos-viajeros {
	background: url(../img/bg-callout.jpg) cover;
}


.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.inspirate .portfolio-item .caption .caption-content {
  margin: auto;
}


.portfolio-item .caption .caption-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px;
  text-shadow: 1px 1px 3px #000;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px #000;
}

.portfolio-item .caption .caption-content .badge {
  text-shadow: none;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(0.5rem);
    clip-path: inset(0.5rem);
  }
  .portfolio-item:hover .caption {
    background: #e3a011;
    -webkit-clip-path: inset(0.5rem);
    clip-path: inset(0.5rem);
  }
  .portfolio-item.mapa:hover .caption {
    background-color: #e3a011;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
  }
  .portfolio-item.mapa-argentina:hover .caption {
    background-image: url(../img/mapa-argentina.png);
  }
  .portfolio-item.mapa-caribe:hover .caption {
    background-image: url(../img/mapa-caribe.png);
  }
  .portfolio-item.mapa-latino-america:hover .caption {
    background-image: url(../img/mapa-latino-america.png);
  }
  .portfolio-item.mapa-europa:hover .caption {
    background-image: url(../img/mapa-europa.png);
  }
  .portfolio-item.mapa-norte-america:hover .caption {
    background-image: url(../img/mapa-norte-america.png);
  }
  .portfolio-item.mapa-medio-oriente:hover .caption {
    background-image: url(../img/mapa-medio-oriente.png);
  }
  .portfolio-item.mapa-oriente-y-oceania:hover .caption {
    background-image: url(../img/mapa-oriente-y-oceania.png);
  }
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #174760;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #e3a011;
  text-decoration: none;
}

footer.footer .social-link i {
	line-height: 4rem;
}

a {
  color: #174760;
}

a:hover, a:focus, a:active {
  color: #e3a011;
}

.btn.rounded-circle {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #e3a011;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.btn.rounded-circle i {
	line-height: 2.6rem;
}

.btn-primary {
  background-color: #e3a011 !important;
  border-color: #e3a011 !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #174760 !important;
  border-color: #174760 !important;
}

.btn-secondary {
  background-color: #e3a011 !important;
  border-color: #e3a011 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #e3a011 !important;
  border-color: #e3a011 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
border-radius: 4px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning {
  color: #fff;
	background-color: #7a7a3d;
	border-color: #7a7a3d;
}

.bg-primary {
  background-color: #e3a011 !important;
}

.text-primary {
  color: #e3a011 !important;
}

.text-secondary {
  color: #ecb807 !important;
}

.leyendaTarida {
	display: none;
}
.leyendaTarida.precio000 {
	display: inline-block;
}

.precioOriginal.precio000 {
	display: none !important;
}
.precioOriginal.isPrecioOferta {
	display: inline-block;
}
.precioOriginal.isPrecioOferta1 {
	text-decoration: line-through;
}
.precioOferta.isPrecioOferta {
	display: none;
}
.precioOferta.isPrecioOferta1 {
	display: inline-block;
}
.descuento.isPrecioOferta {
	display: none;
}
.descuento.isPrecioOferta1 {
	display: inline-block;
}
