/* Hoja de Estilos de VES */

/* Global Styles */

html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}
body {
  font-size: 16px;
  line-height1.5;
}
body.no-home {
  padding-top: 121px;
}

a,
.btn-link {
  color: #00006b;
  text-decoration: none;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
a:hover, a:focus,
.owl-carousel a:hover *,
.owl-carousel a:focus * {
  color: #000;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', sans-serif;
}
small {
  color: inherit!important;
}
img {
  border-radius: 2px;
}
hr {
  border-color: #ddd;
}

.custom-list {
  list-style: outside none none;
  padding: 0px;
  margin: 0px;
}

.txt-sombra {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

/* TRANSICIONES */
#header *,
#servicios a:hover .circle, #servicios a:focus .circle,
form .login-field-icon {
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}



/********** BOTONES **********/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  -webkit-transform: scale(0.95); 
      -ms-transform: scale(0.95); 
          transform: scale(0.95); 
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: #ffffff;
  background-color: #4D4D97;
  border-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #00006B;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #ffffff;
  background-color: #00006B;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #00006B;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #2a323a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #4D4D97;
  border-color: transparent;
}

.btn-danger {
  background-color: #E97026;
  border-color: #D26522;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: #D26522;
  border-color: #BA5A1E;
}

.btn-bl {
  background-color: #ddd;
  color: #00006b;
}
.btn-outline:hover,
.btn-outline:focus {
  border: 1px solid #000;
  color: #000;
}

.btn-circle {
  border-radius: 50%;
}


/********** BORDES ********/
.brdddd {
  border-color: #ddd!important;
}



/********** COLORES ********/
.bl,
.fill h2, .fill h3, .fill p, .fill small, .fill .fa,
#header .top-bar a,
footer a {
  color: #fff !important;
}
.azul,
.nav-tabs > li.no-bg > a:hover,
.nav-tabs > li.no-bg > a:focus {
  color: #00006B !important;
}
.grsddd {  
  color: #ddd;
}
.grsccc {  
  color: #ccc !important;
}
.grs999,
.nav-tabs > li.no-bg > a {  
  color: #999 !important;
}
.grs3,
#header .top-bar a:hover,
#header .top-bar a:focus {
  color: #333 !important;
}
.orange,
footer a:hover,
footer a:focus {
  color: #E97026!important;
}
.ng, .ng *,
.btn-link:hover, .btn-link:focus {
  color: #000 !important;
}


/********** FONDOS ********/
.bg-bl {
  background-color: #fff !important;
}
.bg-azul,
.share-buttons .btn:hover,
.share-buttons .btn:focus {
  background-color: #00006B;
}
.bg-grsddd {  
  background-color: #ddd;
}
.bg-grsccc {  
  background-color: #ccc;
}
.bg-grs666,
.share-buttons .btn {
  background-color: #666;
}
.bg-.grs3 {
  background-color: #333 !important;
}
.bg-.ng,
.bg-ng * {
  background-color: #000 !important;
}
.no-bg,
.nav-tabs > li.no-bg a {
  background-color: transparent!important;
}


/********** MÁRGENES ********/
.nom {
  margin: 0;
}
.nomb {
  margin-bottom: 0;
}
.nomt {
  margin-top: 0;
}
.noml {
  margin-left: 0;
}
.mt-5 {
  margin-top: 5em;
}
.mt-3 {
  margin-top: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.mtb-3 {
  margin-bottom: 3em !important;
  margin-top: 3em;
}
.mt-2 {
  margin-top: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mt-1 {
  margin-top: 1em;
}
.mtb-1 {
  margin-bottom: 1em;
  margin-top: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mt-05 {
  margin-top: 0.5em;
}
.ml-05 {
  margin-left: 0.5em;
}
.mr-05 {
  margin-right: 0.5em;
}
.mb-05 {
  margin-bottom: 0.5em;
}
.mtb-10 {
  margin-bottom:10px;
  margin-top:10px;
}
.mb-10 {
  margin-bottom:10px;
}

/********** PADDINGS ********/
.nop {
  padding: 0 !important;
}
.nopb {
  padding-bottom: 0;
}
.nopt {
  padding-top: 0;
}
.pb-7 {
  padding-bottom: 7em;
}
.ptb-5 {
  padding-bottom: 5em;
  padding-top: 5em;
}
.pt-5 {
  padding-top: 5em;
}
.pb-5 {
  padding-bottom: 5em;
}
.ptb-4 {
  padding-bottom: 4em;
  padding-top: 4em;
}
.pt-4 {
  padding-top: 4em;
}
.pb-4 {
  padding-bottom: 4em;
}
.pt-3 {
  padding-top: 3em;
}
.pb-3 {
  padding-bottom: 3em;
}
.p2 {
  padding: 2em;
}
.pt-2 {
  padding-top: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.p1 {
  padding: 1em;
}
.pb-1 {
  padding-bottom: 1em;
}

.pt20-lr25 {
  padding: 20px 25px !important;
}

.ptb20-lr0 {
  padding: 20px 0px !important;
}

/******** ALTURAS ********/
.alto-medio {
  height: 50% !important;
}
.alto-tercio {
  height: 75% !important;
}


/******** ANCHOS Y ALINEAMIENTOS ********/

img.pull-right {
  margin-left: 15px;
  margin-right: 0;
}
img.pull-left {
  margin-right: 15px;
  margin-left: 0;
}
.mitad {
  width: 48%;
}
.tercio {
  width: 31%;
}

/*************************
********** HEADER ********
**************************/

#header {
  /*display: inline-block;*/
}

.top-bar {
  font-size: 14px;
  line-height: 28px;
  padding: 10px;
}
body.reduce .top-bar {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.top-bar .data p {
  margin: 0
}
.top-bar .data p.top-local i {
  margin-left: 10px;
}
.top-bar .data p.top-number {
  font-weight: bold;
}


/* BOTONES COMPARTIR */
.share-buttons .btn {
  height: 30px;
  padding: 5px;
  width: 30px;
}
.share-buttons [class^="icon-"]:before,
.share-buttons [class*=" icon-"]:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook-1:before { content: '\f09a'; }
.icon-twitter-1:before { content: '\f099'; }
.icon-gplus:before { content: '\f0d5'; }
.icon-linkedin:before { content: '\f0e1'; }


/* TOGGLE DE MENÚ */
.navbar-default .navbar-toggle {
  border-color: rgba(0,0,0,0.0);
  position: absolute;
  right: 0;
  z-index: 5;
}
.navbar-toggle .icon-bar {
  width: 36px;
  height: 4px;
  border-radius: 2px;
}

.navbar {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0px 0;
  padding-bottom: 0;
}


/*** LOGO ***/
.navbar > .container .navbar-brand {
  color: #fff;
  margin-left: 0;
  margin-top: 10px;
}
body.reduce .navbar > .container .navbar-brand {
  color: #00006b;
}
/* LOGO COMO SVG */
@font-face {
  font-family: 'iconos-ves';
  src:url('../fonts/iconos-ves.eot?idhxw5');
  src:url('../fonts/iconos-ves.eot?#iefixidhxw5') format('embedded-opentype'),
    url('../fonts/iconos-ves.ttf?idhxw5') format('truetype'),
    url('../fonts/iconos-ves.woff?idhxw5') format('woff'),
    url('../fonts/iconos-ves.svg?idhxw5#iconos-ves') format('svg');
  font-weight: normal;
  font-style: normal;
}

header [class^="icon-"], header [class*=" icon-"] {
  font-family: 'iconos-ves';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-shadow: 0px 0px 2px rgba(255,255,255,0.5);
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo-b-ves .path1:before {
  content: "\e600";
  color: rgb(255,255,255);
}
.icon-logo-b-ves .path2:before {
  content: "\e601";
  margin-left: -3.5322265625em;
  color: url("https://icomoon.io/app/#SVGID_1_")transparent;
}
.icon-logo-b-ves .path3:before {
  content: "\e602";
  margin-left: -3.5322265625em;
  color: url("https://icomoon.io/app/#SVGID_2_")transparent;
}
.icon-logo-b-ves .path4:before {
  content: "\e603";
  margin-left: -3.5322265625em;
  color: url("https://icomoon.io/app/#SVGID_3_")transparent;
}
.icon-logo-b-ves .path5:before {
  content: "\e604";
  margin-left: -3.5322265625em;
  color: rgb(233,112,38);
}

/* LOGO COMO TEXTO HTML */
.navbar-default .navbar-brand {
  line-height: 50px;
  padding: 0;
  margin:0;
}
.navbar-brand,
p.slogan {
  clear: both;
  display: block;
  float: none;
}
.navbar-brand {
  font-size: 34px;
  height: auto;
  line-height: 1 !important;
}
p.slogan {
  font-size: 12px;
}
body.reduce .slogan {
  font-size: 1px;
  margin-bottom: -50px;
  opacity: 0;
}

/* MENÚ PRINCIPAL */
.navbar-nav {
  margin: 10px 0px;
}
.navbar-nav > li {
  margin-left: 25px;
  padding: 0px;
}

.navbar-default .navbar-nav > li > a {
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
  padding: 5px 12px;
  /*color: #fff;*/
}

/* MENÚ PRINCIPAL AL ESCROLEAR */
body.reduce .navbar {
  background-color: rgba(233, 112, 38,1);
}
body.reduce .navbar-nav > li > a {
  line-height: 24px;
}

.navbar-default {
  border: none;
}
.no-home .navbar-default {
  background-color: #E97026;
}
.navbar-default .navbar-nav > li > a {
  border: 1px solid rgba(231, 231, 231,0.0);
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  border: 1px solid rgba(231, 231, 231,1);
  color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu {
  /*background-color: rgba(0,0,0,.85);*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 2px;
  left: 0;
}

.navbar-default .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  /*color: #fff;*/
}

.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
.navbar-default .navbar-nav .dropdown-menu > li:focus > a,
.navbar-default .navbar-nav .dropdown-menu > li.active > a {
  /*background-color: #c52d2f;
  color: #fff;*/
}

.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-default .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-default .navbar-collapse {
  border-top: 0;
  padding-bottom: 0;
}




/*************************
*********** HOME *********
**************************/

section {
  padding-top: 5em;
}

#servicios-ves,
#owl-servicios.owl-carousel,
#owl-servicios .owl-wrapper-outer,
#owl-servicios .owl-wrapper,
#owl-servicios .owl-item,
#owl-servicios .owl-item .item {
  height: 100%;
}
#owl-servicios .owl-item:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#owl-servicios .owl-item .container {
  padding-top: 14.5%;
  position: relative;
  z-index: 1;
}
#owl-servicios .owl-item .item .txt {
  text-align: center;
}
#home .pisando .scroll-down {
  bottom: 15%;
  left: 50%;
  margin-left: -26px;
  position: absolute;
  width: 53px;
  z-index: 100;
}


/* TABS PISANDO EL CAROUSEL */
#home #busca-servicios {
  padding: 0;
}
#home #busca-servicios .btn-link {
  padding-left: 0;
}
#home #busca-servicios .form-group:last-child {
  margin-bottom: 0;
}


/* PAGINADOR DEL OWL CAROUSEL DE SERVICIOS */

#home .owl-carousel .owl-controls {
  position: relative;
  margin-top: -50px;
  z-index: 2;
}

/* MULTISELECTOR DE TOURS */
#home .ms-tours .form-group {
  margin-left: 0;
  margin-right: 0;
}




/*************************
*********** PAGE *********
**************************/
.page-header {
  border-bottom-width: 0;
  font-size: 3em;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.owl-theme .owl-controls {
  font-weight: 700;
}

.owlStatus,
.owlStatus {
  /*background-color: rgba(255,255,255,0.5);
  border-radius: 4px;
  border: 1px solid #DDD;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
  padding: 5px 15px;
  position: absolute;*/
  text-align: center;
  width: 100%;
}

.fill {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}

.fill:after {
  background-color: rgba(0,0,107,0.45);
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.fill * {
  z-index: 1;
}



.form-control {
  height: 40px;
  padding: 6px 12px;
  /*
  border-radius: 0px;
  line-height: 1.42857;
  color: #404040;*/
  box-shadow: none;
}
form .login-field-icon {
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 20px;
  color: #A9A9A9;
}
form .placeholder {
  color: #666;
}
.fui-avion:before {
  content: "\f072";
}
.fui-calendar:before {
  content: "\f274";
}
.fui-mapa:before {
  content: "\f279";
}
.fui-sobre:before {
  content: "\f0e0";
}
.fui-telefono:before {
  content: "\f095";
}
.fui-user:before {
  content: "\f007";
}
[class^="fui-"], [class*="fui-"] {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

/************************* TABS **************************/

section .nav-tabs {
  border-width: 0px;
}
.centrado {
  text-align: center !important;
}
.centrado > li {
  display: inline-block;
  float: none;
}

section .nav-tabs > li > a {
  background-color: rgba(0, 0, 107,0.5);
  border-radius: 2px;
  color: #ddd;
  font-weight: 700;
}


.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #E97026;
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: transparent;
}
.nav-pills > li > a,
.nav-pills > li.active > a {
  border-radius: 2px;
  border: 1px solid transparent;
}
.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: transparent;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border: 1px solid #00006B;
  background-color: transparent;
  border-radius: 2px;
  color: #00006B;
}

section .nav-tabs > li > a > .fa,
#servicio .nav-pills > li > a > .fa {
  color: #00006b;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
  background: #ddd none repeat scroll 0% 0%;
  border-radius: 50%;
  text-align: center;
}


/* CONTENIDOS DEBAJO DE TABS */

section .tab-content {
  background-color: #fff;
  display: block;
  margin-top: 0px;
  position: relative;
}

section .tab-content > .tab-pane {
  -moz-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  -webkit-transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  left: 0 !important;
  /*overflow:hidden;*/
  padding: 20px 20px;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  display: block !important;
  transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  transform: translateY(12%);
  -o-transform: translateY(12%);
  -ms-transform: translateY(12%);
  -moz-transform: translateY(12%);
  -webkit-transform: translateY(12%);
}
section .tab-content > .active {
  position:relative;
  opacity: 1;
  transform: translate(0px, 0px);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  z-index:1;
}
section .tab-content.sombrado > .active {
  box-shadow: 0px 3px 2px;
}
section .nav-tabs > .active .fa {
  background-color: #E97026;
  color: #fff;
}




/*************************
***** PÁGINA DE TOURS ****
**************************/

.grilla-items {
  list-style: none;
  padding: 0;
}
.grilla-item {
  margin-bottom: 2em;
  position: relative;
}
.grilla-item:hover, .grilla-item:focus {
  cursor: pointer;
}
.grilla-item img {
  border-radius: 4px;
}
.grilla-item .txt {
  background-color: rgba(0,0,107,0.5);
  border-radius: 0px 0px 4px 4px;
  bottom: 0;
  left: 0;
  margin: 0px 15px;
  overflow: hidden;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.9);
}
.promos .grilla-item .txt {
  background-color: rgba(233, 112, 38, 0.7);
}
.grilla-item .txt h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.grilla-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.grilla-item .overlay .preview {
  display: inline-block;
  font-size: 50px;
  margin-top: -50px;
  position: relative;
  top: 50%;
}
.grilla-item:hover .overlay {
  opacity: 1;
}

.item-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-modal .modal-content .titulo {
  font-size: 3em;
  margin: 0px 0px 20px 0px;
}
.item-modal .modal-content .owl-carousel img {
  height: auto;
  width: 100%;
}
.item-modal .modal-content p {
  font-size: 16px;
}
.item-modal .modal-content dl {
  margin: 2em auto;
}

.item-modal .modal-content .item-details {
  margin: 30px 0;
}

.item-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.item-modal .close-modal:hover {
  opacity: .3;
}

.item-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #2c3e50;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #2c3e50;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.item-modal .modal-backdrop {
  display: none;
  opacity: 0;
}




/*************************
****** PÁGINA PROMOS *****
**************************/
#promoModal .owl-controls .owl-buttons div {
  background-color: #E97026;
}





/*************************
********* NOSOTROS *******
**************************/

#nosotros #objetivos .fa {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #FFF;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 50%;
  transition: all 500ms ease 0s;
}

#nosotros #servicios a {
  display: block;
}
#nosotros #servicios a:hover .circle,
#nosotros #servicios a:focus .circle {
  background-color: #E97026;
  border-color: #E97026;
}

#nosotros #servicios .circle {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  width: 150px;
  height: 150px;
  border: 2px solid #ccc;
  border-radius: 100%;
  text-align: center;
}

#servicios i {
  margin-top: 3px;
  color: #ccc;
  font-size: 5em;
}

#nosotros #servicios a:hover i,
#nosotros #servicios a:focus i {
  color: #fff;
}

.panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.0);
}
.panel-default > .panel-heading {
  /*background-color: transparent;
  border-color: transparent;
  padding: 1px 0px 10px 0px;*/
}
.panel-heading a {
  color: #00006B;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.panel-heading a.collapsed {
}
.panel-heading a.collapsed::after {
  content: "\f107";
}
.panel-heading a::after {
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  right: 0px;
  font-size: 20px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -10px;
}

.panel-body {
  /*padding: 0px 0px 10px 0px;*/
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}




/*************************
********* UN TOUR *******
**************************/
#servicio .page-header {
  text-align: left!important;
}



/*************************
******** CONTACTANOS *****
**************************/
#map {
  height: 400px; 
  width: 100%;
}


/* ÍCONOS Y TEXTOS EMBLOCADOS EN LÍNEA */
.bloqd {
  line-height: 20px;
}
.bloqd span {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.bloqd i.icon {
  font-family: "FontAwesome";
  font-size: 18px;
  font-style: inherit;
}
.bloqd  i.icon::before {
  top: 50%;
  left: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

/* EN LÍNEA CON ÍCONO fa-arrow-right */
.custom-list li {
  margin-bottom: 0;
  padding-left: 35px;
}
.custom-list li::before {
  color: #E97026;
  display: inline-block;
  /*margin-left: -40px;
  padding-right: 15px;*/
  vertical-align: baseline;
  font-size: 18px;
  padding-right: 10px;
  margin-left: -30px;
  vertical-align: text-top;
  font-size: 18px;
  width: 30px;
}
[class^="arrow-list-"]::before, [class*=" arrow-list-"]::before,
[class^="check-list-"]::before, [class*=" check-list-"]::before,
[class^="remove-list-"]::before, [class*=" remove-list-"]::before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  line-height: 1;
}
li.arrow-list-li::before {
  content: "\f061";
}
li.check-list-li::before {
  content: "\f00c";
}
li.remove-list-li::before {
  content: "\f00d";
}

/*************************
********** FOOTER ********
**************************/
#footer {
  background-color: #00006b;
  color: #ccc;
  padding: 5em 0;
}
#footer .bloqd span {
  padding-left: 60px;
}
#footer .bloqd i.icon {
  font-size: 44px;
}
#footer .bloqd i.icon::before {
  margin-top: -21px;
  width: 40px;
}

/*************************
*** ESTILOS RESPONSIVE ***
**************************/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media(min-width: 992px) {
  #home #busca-servicios {
    position: absolute;
    top: 0px;
    width: 100%;
  }
  #home #busca-servicios .lenguetas {
    float: right;
    position: relative;
    top: 133px;
  }
  #nosotros #intro.fill {
    height: 75%;
  }
}

@media(max-width:991px) {
  #nosotros #intro.fill {
    height: auto;
  }
  #home #busca-servicios {
    background-color: #ccc;
    padding: 5em 0;
  }
}

@media(min-width: 768px) {
  .item-modal .modal-content .dl-horizontal dt,
  #servicio .dl-horizontal dt {
    width: 49%;
  }
  .item-modal .modal-content .dl-horizontal dd,
  #servicio .dl-horizontal dd {
    margin-left: 51%;
  }
}

@media (max-width: 767px) {
  .logo-y-slogan {
    margin-left: 20px;
  }
  .navbar {
    min-height: 55px;
  }
  .navbar-default .navbar-collapse {
    background-color: #00006B;
  }
  body.reduce .navbar-default .navbar-collapse {
    margin-top: 50px;
  }
  .navbar-nav > li {
    margin-left: 0;
  }
  .navbar-default .navbar-nav > li > a {
    width: 100%;
  }
  #home #busca-servicios {
    padding: 5em 0;
  }
  .item-modal .modal-content .owl-carousel img {
    margin-bottom: 30px;
  }
}

@media (min-width: 481px) {
}

@media (max-width: 480px) {
}