@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

@font-face {
  font-family: 'gotham_condensedbold';
  src: url('../fonts/gothamcondensed-bold-opentype-webfont.woff2') format('woff2'),
       url('../fonts/gothamcondensed-bold-opentype-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham_condensed_bookregular';
  src: url('../fonts/gothamcondensed-book-opentype-webfont.woff2') format('woff2'),
       url('../fonts/gothamcondensed-book-opentype-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_condensed_lightregular';
  src: url('../fonts/gothamcondensed-light-opentype-webfont.woff2') format('woff2'),
       url('../fonts/gothamcondensed-light-opentype-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham_condensedmedium';
  src: url('../fonts/gothamcondensed-medium-opentype-webfont.woff2') format('woff2'),
       url('../fonts/gothamcondensed-medium-opentype-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, 
h2, 
h3, 
h4 {
  font-family: 'andalemo', Arial, sans-serif;
}

h1, h2 {
    text-transform: none;
    font-weight: 700;
    color: #7b635e;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  z-index: 1;
  padding: 20px 50px;
  width: 100%;
}

.navbar .logo {
    position: relative;
    bottom: 20px;
    right: 35px;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'gotham_condensed_bookregular', Arial, sans-serif;
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #fff;
  transition: width 1s;
  margin-top: 14px;
}

.navbar-default .navbar-nav > li.active > a::after,
.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a:focus::after {
  width: 100%;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
  font-family: 'gotham_condensed_bookregular', Arial, sans-serif;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav .dropdown-menu > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 6px;
  background: #fff;
  transition: width 1s;
  margin-top: 8px;
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover::after, 
.navbar-default .navbar-nav .dropdown-menu > li > a:focus::after {
  text-decoration: none;
  color: #fff;
  width: 100%;
}

.footer {
  font-family: 'gotham_condensed_bookregular', Arial, sans-serif;
  font-size: 2rem;
  background-color: #fff;
  color: #7b635e;
  text-align: center; 
  padding: 50px 0 60px;
}

.language-switcher-language-url {
  float: right;
}

.language-switcher-language-url a {
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  opacity: .6;
}

.language-switcher-language-url li {
  display: inline-block;
}

.language-switcher-language-url .en a {
  background-image: url('../images/en.png');
}

.language-switcher-language-url .es a {
  background-image: url('../images/es.png');
  margin-right: 2px;
}

.language-switcher-language-url a:hover,
.language-switcher-language-url .is-active a {
  opacity: 1;
}

h1.intro-title {
    display: none;
}

#block-pacificoadventures-views-block-bloques-centrales-block-1 img {
  /*border-radius: 50%;*/
}

#block-pacificoadventures-views-block-bloques-centrales-block-1 {
  background-color: #11538a;
  padding: 20px 0 40px;
}

#block-pacificoadventures-views-block-bloques-centrales-block-1 .block-title {
  color: #fff;
  text-align: center;
  font-size: 4rem;
}

#block-pacificoadventures-views-block-bloques-centrales-block-1 a {
  color: #fff;
  display: block;
  cursor: pointer;
}

.language-switcher-language-url {
  float: right;
  z-index: 1;
}

.language-switcher-language-url ul {
    margin-bottom: 6px;
}


.container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.ch-grid {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.ch-grid:after,
.ch-item:before {
  content: '';
    display: table;
}

.ch-grid:after {
  clear: both;
}

.ch-grid li,
.ch-grid .owl-item {
  width: 260px;
  height: 260px;
  display: inline-block;
  margin: 10px;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: default;
  box-shadow: 
    inset 0 0 0 16px rgba(255,255,255,0.6),
    0 1px 2px rgba(0,0,0,0.1);
  transition: all 0.4s ease-in-out;
}

.ch-img-9 { 
  background-image: url(/sites/default/files/styles/square_blocks/public/2018-05/evelyncopy.jpg);
}

.ch-img-10 { 
  background-image: url(/sites/default/files/styles/square_blocks/public/2018-05/snorkeling%20copy_0.jpg);
}

.ch-img-12 { 
  background-image: url(/sites/default/files/styles/square_blocks/public/2018-05/sunset_0.jpg);
}

.ch-img-13 { 
  background-image: url(/sites/default/files/styles/square_blocks/public/2018-05/pescaaltura_0.jpg);
}

.ch-img-47 { 
  background-image: url(/sites/default/files/styles/square_blocks/public/2018-05/aves.jpg);
}

.ch-info {
  position: absolute;
  background: rgba(63,147,147, 0.8);
  width: inherit;
  height: inherit;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 4rem;
  margin: 0 30px;
  padding: 85px 0 0 0;
  height: 140px;
  text-shadow: 
    0 0 1px #fff, 
    0 1px 2px rgba(0,0,0,0.3);
  opacity: 0;
  transition: all 1s ease-in-out 0.4s;
}

.ch-info h3 a {
  color: #fff;
  text-decoration: none;
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,0.5);
  opacity: 0;
  transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
  display: block;
  color: rgba(255,255,255,0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
  color: rgba(17,83,138,0.6);
}

.ch-item:hover {
  box-shadow: 
    inset 0 0 0 1px rgba(255,255,255,0.1),
    0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
  transform: scale(1);
  opacity: 1;
}

.ch-item:hover .ch-info p,
.ch-item:hover .ch-info h3 {
  opacity: 1;
}

.path-frontpage .page-header {
  text-align: center;
}

.path-frontpage .owl-theme .owl-controls {
  margin-top: -50px;
  position: absolute;
  z-index: 3;
  width: 100%;
}

.footer{
  background: rgb(7,60,104);
  background: linear-gradient(0deg, rgba(7,60,104,1) 0%, rgba(17,83,138,1) 100%);  
}

.footer a {
  color: #7b635e;
}

#block-pacificoadventures .field--name-body {
  font-family: 'gotham_condensed_bookregular', Arial, sans-serif;
  font-size: 3rem;
  text-align: center;
}

#block-pacificoadventures .block-title {
  font-size: 5rem;
  text-align: center;
}

.path-frontpage h1 {
  display: none;
}

.view-testimonios .views-field-field-image .field-content {
  width: 75px;
  margin-right: 10px;
}

#block-views-block-testimonios-block-1 {
  margin-top: 40px;
}

.tours .field--name-body {
    font-family: 'andalemo', Arial, sans-serif;
    font-size: 2rem;
    margin: 10px 0 40px;
    text-align: center;
}

.view-carousel .field-content {
  padding: 0 10px 0;
}

.view-carousel .owl-theme .owl-controls {
  margin-top: 0;
}

#block-videos-block-1 {
  margin: 60px 0 0; 
}

.paragraph--type--imagenes {
  margin: 40px 0;
}

.lead,
.field--name-body,
.views-field-body,
.field--name-field-texto {
  font-family: 'andalemo', Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}

.page-header {
  color: #7b635e;
  font-size: 5rem;
  text-align: center;
  width: 100%;
  border: 0;
}

.menu--nosotros {
  display: none;
}

.main-container {
  margin-top: 40px;
}

.play {
  background-color: rgba(0, 0, 0, 0.25);
  border: 4px white solid;
  width: 67px;
  height: 67px;
  padding: 0;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
  display: block;
}

.play:hover {
    background: #fff;
    border-color: #ffffff;
    -webkit-transform: scale(1.1); 
}

.play:hover .icon-play {
    color: #303336;
    top: 10px;
}

.play .icon-play {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  position: relative;
  top: 10px; 
}

.view-videos .views-row,
#block-video {
  position: relative;
}

#block-video .field--name-body,
.view-videos .views-field-nothing {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -23px;
}

.navbar-nav > li > .dropdown-menu {
  border: 0;
  background: transparent;
  box-shadow: none;
  left: -126px;
  min-width: 355px;
      left: -176px;
    min-width: 455px;
}

.navbar-nav > li > .dropdown-menu > li {
  display: inline-block;
}

.view-banner .views-field-field-image .field-content,
#block-bannercontacto .field--name-field-image,
#block-bannernosotros .field--name-field-image {
  background-color: #000;
}

.view-banner .views-field-field-image .field-content img,
#block-bannercontacto .field--name-field-image img,
#block-bannernosotros .field--name-field-image img {
  opacity: 0.7;
}

#block-views-block-detalles-block-1 {
  background: #fff;
  color: #000;
  font-family: 'gotham_condensed_bookregular', Arial, sans-serif;
  font-size: 2rem;
  padding: 80px 0 80px;
  text-align: center;
}

.page-node-type-tours .footer,
.path-frontpage .footer {
  margin-top: 0;
}

.btn-huge{
  margin-top: 20px;
  padding-top:20px;
  padding-bottom:20px;
  text-transform: uppercase;
  font-size: 3rem;
}

.owl-theme .owl-controls .owl-page span {
    background: #d5d5d5;
}

.bubble {
  position: absolute;
  height: 250px;
  width: 250px;
  background: rgba(255, 255, 255, 0.30);
  top: 200px;
  border-radius: 100%;
  left: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bubble h2 {
  text-transform: none;
  margin: 0;
  color: #225781;
  padding: 10px 10px;
}

.top-bar {
  background-color: #7b635e;
  top: -250px;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.top-bar .fa-stack-2x {
  color: #222121;
}

.top-bar .fa-lg {
  font-size: 0.8em;
}

.top-bar .fa-lg:hover .fa-stack-2x {
  color: #fff;
}

.top-bar .fa-lg:hover  .fa-stack-1x {
  color: #222121;
}

#CDSWIDCOE {
  margin: 0 auto 10px auto !important;
}

.TA_links {
  list-style: none;
}

.navbar-default {
  z-index: 5;
}

.navbar-default .navbar-toggle {
  border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.padding-bottom {
  padding-bottom: 40px; 
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 0;
  }
  .page-header {
    top: -200px;
  }
  .navbar-nav {
    float: right;
  }
  nav .dropdown-menu {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 1s, opacity .5s;
    -webkit-transition: max-height 1s, opacity .5s;
  }
  nav .dropdown:hover .dropdown-menu {
    max-height: 500px;
    opacity: 1;
    transition: max-height 0, opacity .5s;
    -webkit-transition: max-height 0, opacity .5s;
  }
}

@media only screen and (max-width : 480px) {
  .navbar .logo img {
    width: 100px;
  }
  .navbar-default {
    padding: 10px 10px;
  }
  .navbar-default .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.70);
  }
  .navbar-default .navbar-toggle {
    margin: 0;
    padding: 0;
  }
  .page-header {
    font-size: 3rem;
  }
  .navbar .logo {
    right: 20px;
  }
  .pswp__img {
    height: auto!important;
  }
}

.parallax > use {
  animation: move-forever 12s linear infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}



.editorial {
  display: block;
  width: 100%;
  height: 10em;
  max-height: 100vh;
  margin: 0;
  background-color: rgba(7,60,104,1);
}

nav#block-menuprincipal {
    bottom: 260px;
    position: relative;
}


/*prevent many large-by-comparison ripples by shrinking the height*/
@media (max-width: 50em) {
  .content h1 {
    font-size: 12vmax;
  }
  .editorial {
    height: 17vw;
  }
  
  nav#block-menuprincipal {
    bottom: 0px;
    position: relative;
  }
  
  nav#block-menuprincipal, nav#block-mainmenu, ul#horizontal-menu {
    float: none!important;
    background-color: transparent!important;
    opacity: 1!important;
    width: 100%!important;
  }
  
}

.img-responsive {
  width: 100%;
}

section#block-cantodeballena {
    height: 157px;
    overflow: hidden;
}

a.logo img {
    width: 200px;
}

svg.editorial {
    display: none;
}

.bubble {
    display:none!important;
}

.navbar-header {
    width: 100%;
}

.horizontal-menu > li {
    display: inline-block;
    position: relative;
    float: right;
    width: 100%;
    text-align: right;
}

nav#block-menuprincipal,
nav#block-mainmenu,
ul#horizontal-menu {
    float: right;
    background-color: #fff;
    opacity: 0.8;
    width: 250px;
}

a {
    color: #7b635e;
    text-decoration: none;
}

a:hover, a:focus {
    color: #616161;
    text-decoration: underline;
}

.horizontal-menu a {
    font-size: 17px;
}

#block-cocone-cocone {
    text-align: center;
}

section#block-cocone-responsivemenumobileicon {
    float: right;
}

section#block-cocone-responsivemenumobileicon .label {
    display: none;
}

.path-frontpage article.tours.teaser h2 {
    position: relative;
    top: 80px;
    background-color: #7b635e;
    width: 60%;
    font-size: 20px;
    padding: 2px 10px;
}

section#block-cocone-views-block-tours-block-2 h2 {
    text-align: center;
}

.footer {
    background: #fff;
    border: none;
}

article.tours.teaser h2 a {
    color: #fff;
}

footer.footer.container-fluid p {
    font-size: 20px;
}

i.fa {
    background-color: #7b635e;
}

.footer i.fa {
    background-color: #fff;
    color: #7b635e!important;
}

 section#block-cocone-cocone h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #7b635e;
    padding-bottom: 11px;
    border-bottom: 2px solid;
    width: 15%;
    text-align: center;
    margin: 0px auto 40px;
}

section#block-cocone-views-block-tours-block-2 h2.block-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #7b635e;
    padding-bottom: 11px;
    border-bottom: 2px solid;
    width: 15%;
    text-align: center;
    margin: 80px auto 0px;
}

.horizontal-menu > li ul {
    position: relative;
    width: 100%;
}

ul.menu.sub-nav a {
    font-size: 15px;
}

.page-node-type-page .content p strong {
    display: block;
    font-size: 25px;
    margin: 40px 0px 0px;
    padding: 0px;
}

.page-node-type-page .content p {
    font-size: 19px;
}

.schedule {
    font-size: 14px;
    color: #fff;
    float: right;
    padding: 10px;
}

.owl-pagination {
    margin-top: 20px;
}

@media only screen and (max-width: 480px)
.navbar-default .navbar-collapse {
    background-color: rgba(0, 0, 0)!important;
}

nav#block-mainmenu{
    bottom: 260px;
    position: relative;
}