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

body {
  font-family: 'Lato', sans-serif;
  color: #444333;
  font-weight: 400;
  background-color: #fff;
}

.v-align {
  display: block;
  align-items: center;
}

@media (min-width:767px) {
  .v-align {
    display: flex;
    align-items: center;
  }
}

.text-muted {
  color: #999
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #404b78
}

p, ul {
  font-size: 14px;
  line-height: 1.4
}

ul {
  list-style-type: circle;
  /*color: #404b78*/
}

.lead {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) {
  p, ul {
    font-size: 16px;
  }
  .lead {
    font-size: 18px;
  }
}


a, a:hover, a:focus, a:active, a.active {
  outline: 0
}

a {
  color: #404b78;
  transition: all .3s
}

a:hover, a:focus, a:active, a.active {
  color: #404b78;
  text-decoration: underline;
  background: transparent;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #fff;
}

hr.special {
  width: 45px;
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #404b78;
  margin-left: 0
}

hr.special-center {
  width: 45px;
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #404b78
}

hr.special-center.white {
  width: 45px;
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #fff !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'din_neuzeit_grotesk_std_bolRg';
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.img-centered {
  margin: 0 auto
}

.bg-light-gray {
  background-color: #f7f7f7 !important
}

.bg-darkest-gray {
  background-color: #333 !important
}

.bg-special-color {
  background-color: #404b78 !important
}

.special-color {
  color: #404b78
}



.btn {
  padding: 0;
  border-radius: 0;
  min-width: 120px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 600;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.btn i {
  margin-left: 5px;
}

section .btn {
  margin-right: 10px;
}

.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: 0
}

.btn-circle {
  border-radius: 100%;
  display: inline-block;
  margin: 10px auto;
  padding: 10px 15px;
  background: transparent;
  border: 1px solid transparent;
  color: #444333
}

.btn-circle:hover, .btn-circle:hover, .btn-circle:focus {
  background: #404b78;
  border: 1px solid #404b78;
  color: #fff;
}

.btn-circle:active, .btn-circle.active {
  color: #fff
}

.btn-circle-white {
  border-radius: 100%;
  display: inline-block;
  margin: 10px auto;
  padding: 10px 15px;
  background: transparent;
  border: 1px solid transparent;
  color: #fff !important
}

.btn-circle-white:hover, .btn-circle-white:hover, .btn-circle-white:focus {
  background: #404b78;
  border: 1px solid #404b78;
  color: #fff;
}

.btn-circle-white:active, .btn-circle-white.active {
  color: #fff
}

#site-slide {
  position: relative;
}

.quick-contact {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: auto;
  bottom: 0;
  left:0;
  right: 0;
  z-index: 100;
  background-color: #6079df;
  padding: 0;
}

.quick-contact .btns, .quick-contact .book-now {
  float: left;
}

.quick-contact .show-mobile {
  visibility: visible;
}

.quick-contact .btns {
  width: 15%;
  color: #fff !important;
  padding-top: 12px;
  text-align: center;
  font-size: 18px
}

.quick-contact .btns a  {
  width: 100%;
}

.quick-contact .book-now {
  width: 55%;
  margin: 0;
  font-size: 14px;
}

.icon-wa {
  width: 25px;
  height: 25px;
  background: url("../img/whatsapp-border.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-btn-navbar {
  visibility: visible;
  display: block;
  position:absolute;
  right:10px;
  top:5px;
}

.container-btn-navbar .icons {
  float: right;
  height: auto;
  margin: 5px auto;
  font-size: 22px;
  color: #404b78
}

.icons .title {
  font-size: 16px;
  padding: 0;
}

.container-btn-flags {
  visibility: hidden;
  display: none;
}

@media (min-width: 767px) {
  .container-btn-navbar {
    visibility: hidden;
    display: none;
  }
  .container-btn-flags {
    visibility: visible;
    display: block;
    position:absolute;
    left:10px;
    top:10px;
  }
  .container-btn-flags .flags {
      width: 35px;
      margin: -3px 0 0 3px;
  }
}

@media (min-width:767px) {
  .quick-contact {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 10px;
    right: 20px;
    left: inherit;
    z-index: 100;
    background-color: transparent;
  }
  .icon-wa {
    width: 40px;
    height: 40px;
  }
  .quick-contact .show-mobile {
    visibility: hidden;
    display: none;
  }
}

.btn-xl, .btn-xl-outline, .btn-default, .btn-op {
  font-size: 12px;
}

@media (min-width:768px) {
  .btn {
    letter-spacing: 0;
  }
  .btn-xl, .btn-xl-outline, .btn-default, .btn-op {
    font-size: 14px;
  }
}

.btn-xl {
  color: #fff !important;
  background-color: #404b78;
  border: 1px solid #404b78;
  padding: 10px 20px;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  color: #6079df !important;
  background-color: #fff !important;
  border-color: #6079df
}

.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  background-image: none
}

.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
  background-color: #404b78;
  border-color: #404b78
}

.btn-xl .badge {
  color: #404b78;
  background-color: #fff
}

.btn-xl-outline {
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px
}

.btn-xl-outline:hover, .btn-xl-outline:focus, .btn-xl-outline:active, .btn-xl-outline.active, .open .dropdown-toggle.btn-xl-outline {
  color: #fff;
  background-color: #404b78;
  border-color: #404b78
}

.btn-xl-outline:active, .btn-xl-outline.active, .open .dropdown-toggle.btn-xl-outline {
  background-image: none
}

.btn-xl-outline.disabled, .btn-xl-outline[disabled], fieldset[disabled] .btn-xl-outline, .btn-xl-outline.disabled:hover, .btn-xl-outline[disabled]:hover, fieldset[disabled] .btn-xl-outline:hover, .btn-xl-outline.disabled:focus, .btn-xl-outline[disabled]:focus, fieldset[disabled] .btn-xl-outline:focus, .btn-xl-outline.disabled:active, .btn-xl-outline[disabled]:active, fieldset[disabled] .btn-xl-outline:active, .btn-xl-outline.disabled.active, .btn-xl-outline[disabled].active, fieldset[disabled] .btn-xl-outline.active {
  background-color: #404b78;
  border-color: #404b78
}

.btn-xl-white {
  color: #fff !important;
  background-color: #404b78;
  border: 1px solid #fff;
  padding: 10px;
}

.btn-xl-white:hover, .btn-xl-white:focus, .btn-xl-white:active, .btn-xl-white.active, .open .dropdown-toggle.btn-xl-white {
  color: #404b78 !important;
  background-color: #fff;
  border-color: #fff
}

.btn-xl-white:active, .btn-xl-white.active, .open .dropdown-toggle.btn-xl-white {
  background-image: none
}

.btn-default {
  color: inherit;
  background: transparent !important;
  border: none;
  padding: 10px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #404b78 !important;
  background: transparent;
  border-color: none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none
}

.btn-op {
  color: #fff !important;
  background-color: #79a1b0;
  border: 1px solid #79a1b0;
  padding: 10px;
}

.btn-op:hover, .btn-op:focus, .btn-op:active, .btn-op.active, .open .dropdown-toggle.btn-op {
  color: #79a1b0 !important;
  background-color: #fff !important;
  border-color: #79a1b0
}

.btn-op:active, .btn-op.active, .open .dropdown-toggle.btn-op {
  background-image: none
}

.navbar {
    min-height: 50px;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    /*right: 10px;
    left: 10px;*/
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
}

.navbar-default {
  border: transparent;
  background: rgb(255, 255, 255, 1);
  transition: all .3s;
  border-bottom: 1px solid #efefef;
  text-align: center;
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
  background-color: transparent;
  border-color: transparent;
  float: left;
}

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent
}

.navbar-default .nav li a {
  font-size: 18px;
  margin: 10px 10px;
  padding: 5px 0;
  text-transform: uppercase;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
  color: #404b78;
  outline: 0
}

.navbar-default .navbar-nav>.active>a {
  border-radius: 0 !important;
  color: #2c2f17;
  background-color: transparent;
  border-bottom: 1px solid #2c2f17;
}

.navbar-default .nav li a.selected {
    color: #404b78 !important;
    background-color: transparent;
    border-bottom: 2px solid #404b78 !important;
  }

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #404b78;
  background-color: transparent;
  border-bottom: 1px solid #404b78;
}

.navbar-default .lg {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
  background-image: url(../img/iso.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .4s;
}

.navbar-default.navbar-shrink .lg {
}

@media (min-width:768px) {
  .navbar-default {
    background: rgba(255, 255, 255, 0);
    padding: 0 0 2px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0;
  }
  .navbar-default .nav li a {
    font-size: 12px;
    color: #fff;
    margin: 40px 7px 10px;
  }
  .navbar-default .navbar-nav>.active>a {
    border-radius: 0
  }
  .navbar-default.navbar-shrink .nav li a {
    color: #333;
    margin: 10px 7px 10px;
  }
  .navbar-default.navbar-shrink .nav li a:hover, .navbar-default .nav li a:focus {
    color: #404b78;
    outline: 0
  }
  .navbar-default.navbar-shrink .navbar-nav>.active>a {
    color: #404b78;
    background-color: transparent;
    border-bottom: 2px solid #404b78;
    transition: none;
  }

  .navbar-default .nav li a.selected {
    color: #fff !important;
    background-color: transparent;
    border-bottom: 2px solid #fff !important;
  }
  .navbar-default.navbar-shrink .nav li a.selected {
    color: #404b78 !important;
    background-color: transparent;
    border-bottom: 2px solid #404b78 !important;
  }


  .navbar-default.navbar-shrink {
    transition: all .3s;
    padding: 0 0 2px;
    background: rgb(255, 255, 255, .99);
    border-bottom: 1px solid #efefef;
  }
  .navbar-default .lg {
    margin-top: 5px;
    width: 100px;
    height: 100px;
    background-image: url(../img/lg_atlantico-white.svg);
  }
  .navbar-default.navbar-shrink .lg {
    width: 50px;
    height: 50px;
    background-image: url(../img/iso.svg);
  }
}

@media (min-width:1025px) {
  .navbar-default .nav li a {
    font-size: 14px;
    margin: 40px 10px 10px;
  }
  .navbar-default.navbar-shrink .nav li a {
    margin: 10px 10px 10px;
  }
  .navbar-default .lg {
    margin-top: 5px;
    width: 140px;
    height: 140px;
    background-image: url(../img/lg_atlantico-white.svg);
  }
}

.navbar-default .nav li a.speed-connection {
  font-size: 18px;
}

/*Dropdown*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent !important;
}

.navbar-default.navbar-shrink .navbar-nav > .open > a, .navbar-default.navbar-shrink .navbar-nav > .open > a:hover, .navbar-default.navbar-shrink .navbar-nav > .open > a:focus {
    color: inherit;
    background-color: transparent !important;
}

.navbar-default .nav .dropdown-menu > li > a {
  margin: 10px 7px 10px;
}

.dropdown-menu {
    min-width: 160px;
    padding:0;
    border: none;
    border-radius: 4px !important;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px;
  color: #333 !important;
  white-space: nowrap;
  font-weight: inherit !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #666 !important;
  text-decoration: none;
  background-color: transparent !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent !important;
  outline: 0;
}

.dropdown-menu .flags {
  width: 35px;
  margin-right: 8px;
}

.dropdown .img-carpet {
  width: 20px;
  margin-right: 6px;
  margin-top: -2px;
}

/* Dropdown */

.lg {
  max-width: 400px;
  max-height: 400px;
  background-image: url(../img/lg_atlantico-white.svg);
}

.intro-heading {
  font-family: inherit;
}

.intro-lead-in {
}

.intro-heading {
}

#video .video-section {
  width: 100%;
  height: 700px;
}


section {
  padding: 80px 10px;
}

section.no-padd-section {
  padding: 0;
}

section h1.section-heading {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #404b78 !important;
}

section h2.section-heading {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}

section#reservas h2.section-heading {
  margin-bottom: 10px;
}

.section-subheading {
  text-transform: none;
}

section h3.section-subheading {
  font-size: 13px;
  margin-bottom: 15px
}

@media (min-width:768px) {
  section {
    padding: 80px 0;
    margin: 40px
  }
  section.no-padd-section {
    padding: 0 !important
  }
  section h1.section-heading {
    font-size: 38px;
  }
  section#hotel-intro h1.section-heading {
    margin-bottom: 10px;
  }
  section h2.section-heading {
    font-size: 28px;
  }
  section#reservas h2.section-heading {
    font-size: 28px;
  }
  section h3.section-subheading {
    font-size: 16px;
  }
}

#hotel, #servicios, #masterplan, #habitaciones, #hotel-intro, #novedades {
  height: auto;
  background: #fff;
}

#habitaciones-section {
  height: auto;
  background: #fff;
}

#ubicacion {
  height: auto;
  background-color: #fff;
}

#hotel .container-fluid, #ubicacion .container-fluid, #servicios .container-fluid, #masterplan .container-fluid, #habitaciones .container-fluid {
  /*padding: 0*/
}

#habitaciones-section .container-fluid {
  /*padding: 0*/
}

#hotel .padd-corrector, #ubicacion .padd-corrector, #servicios .padd-corrector, #masterplan .padd-corrector, #habitaciones .padd-corrector {
  padding: 20px 15px 20px;
}

#habitaciones-section .padd-corrector {
  padding: 40px 15px 60px;
}

#map {
  width: 100%;
  height: 250px;
}

#map .capa-anti-eventos {
  width: 95%;
  height: 250px;
  position: absolute;
  cursor: pointer;
}

/*form synxis*/
#reservas {
  width: 100%;
  position: relative;
  padding: 20px 20px;
  background: #eee;
}
/*form synxis*/
#reservas a {
  color: inherit;
}
#reservas label {
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
}
#reservas .input-group-addon {
  padding: 6px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.book-now {
  margin-top:25px;
  width: 100%
}
/*form synxis*/
#reservas .form-control {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #44433f;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
/*form synxis*/
#reservas .form-control:focus {
  border-color: transparent;
  border: 1px solid #44433f;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
/*form synxis*/
#reservas .form-group {
  margin-bottom: 15px;
}

#contacto-ebanx .book-now {
  margin-top:0;
  width: 100%;
}

#contacto-ebanx .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: none;;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#contacto-ebanx .form-control:focus {
  border: 1px solid #79a1b0;
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

#contacto-ebanx .form-group {
}

@media (min-width: 768px) {
  /*form synxis*/
  #reservas {
    padding: 20px 0;
  }
  #reservas label {
    font-size: inherit;
  }
  #reservas .form-group {
    margin-bottom:0;
  }
  #contacto-ebanx .form-control {
    font-size: 12px;
  }
}


#reservasmodal {
  padding:0;
  color: #444333 !important;
}

#reservasmodal .input-group-addon {
  color: #444333 !important;
  border-bottom: 1px solid #333 !important;
  padding: 6px 0;
  font-size: 18px;
  text-align: center;
  background-color: transparent;
  border: transparent;
  border-radius: 0;
}

#reservasmodal .form-control {
  color: #444333 !important;
  border-bottom: 1px solid #333 !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0 6px 6px;
  font-size: 16px;
  background-color: transparent;
  background-image: none;
  border: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}

#reservasmodal .form-control:focus {
  border-color: transparent;
  border-bottom: 1px solid #404b78 !important;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px transparent;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .5);
    box-shadow: 0 0 25px rgba(0, 0, 0, .5);
    padding: 15px 30px;
}

.modal-content a.underline {
  text-decoration: underline !important;
}

.modal-header {
    border-bottom: transparent;
}

.close {
  font-size: 41px;
  font-weight: normal;
}

#politica-privacidad h4 {
  margin-top: 50px
}

#politica-privacidad ul {
  padding-left: 15px;
  color: inherit
}

.styleSelect select {
  background: transparent;
  -webkit-appearance: none;

}

.styleSelect {
  overflow: hidden;
  background: url("../img/arrow-select.png") no-repeat right;
}

.styleSelect-op select {
  background: transparent;
  -webkit-appearance: none;

}

.styleSelect-op {
  overflow: hidden;
  background: url("../img/arrow-select-op.png") no-repeat right;
}

#servicios ul, #habitaciones ul, #habitaciones-section ul, #protocolo ul, #tyc ul  {
  padding-left: 15px;
  margin-bottom: 25px;
}

#hotel-intro .icons {
  display: inline-block;
  width: 22%;
  height: auto;
  margin: 25px 0;
  font-size: 32px;
  color: #404b78;
}

#hotel-intro .icons .title {
  font-size: 12px;
  padding-top: 10px;
  color: #444333
}

#hotel-intro .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: circle;
}
#hotel-intro .list-inline > li {
  display: inline list-item;
  padding-right: 5px;
  padding-left: 5px;
}

#novedades {
  text-align: center;
  /*padding-bottom: 10px !important;*/
}

.card {
  border: 1px solid #efefef;
  width: 100%;
  min-height: 410px;
  /*min-height: 280px;*/
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
}

.card .content {
  padding: 0 20px 20px;
}

.card .content h4 {
  /*font-size: 24px;*/
  font-size: 20px;
  color: #404b78;
  margin-top: 30px;
}

.card .content p {
  margin-bottom: 30px;
  /*font-size: 14px;*/
}

.solid-block {
  background: #eee;
  width: 100%;
  height: 150px;
  /*display: none;
  visibility: hidden;*/
}

#newsletter-sendinblue {
  padding: 40px 0 !important;
  background-image: url(../img/bg_newsletter.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

#newsletter-sendinblue-wide {
  padding: 40px 0 !important;
  background-image: url(../img/bg_newsletter.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

#newsletter-sendinblue-wide .book-now {
  margin-top:2px;
  width: 100%;
  margin-right: 0 !important
}

#newsletter {
  color: #fff;
  padding: 80px 0 !important;
  background-image: url(../img/bg_newsletter.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #6079df;
  text-align: center;
}

#newsletter .book-now {
  margin-top: inherit;
  width: 100%
}

#newsletter .btn {
  margin-right: 0 !important;
  margin-top: 25px;
}

#newsletter h3 {
  font-size: 24px;
  margin: 10px 0 5px;
}

section#newsletter .form-group input.form-control {
  border-bottom: 1px solid #fff;
  margin-top: 15px;
}

section#newsletter .form-control:focus {
  border: 1px solid transparent;
  border-bottom: 1px solid #404b78 !important;
  box-shadow: none
}

section#newsletter ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #fff;
}

section#newsletter :-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
}

section#newsletter ::-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
}

section#newsletter :-ms-input-placeholder {
  text-transform: uppercase;
  color: #fff;
}

section#newsletter .text-danger {
  color: #e74c3c
}

section#newsletter .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

section#newsletter .form-control:focus {
  border-bottom: 1px solid #404b78;
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

section#newsletter .form-group {
  margin-bottom: 0;
}

@media (min-width:768px) {
  #newsletter {
    position: relative;
    z-index: 100;
    text-align: left;
  }
  #newsletter h3 {
    font-size: 28px;
    margin: 10px 0 0;
  }
  #newsletter .btn {
    margin-right: 0 !important;
    margin-top: 15px;
  }

  section#newsletter .form-control {
    font-size: 12px;
  }
}

@media (min-width:768px) {
  #hotel, #ubicacion, #servicios, #habitaciones {
    height: 100%;
  }
  #hotel .container-fluid, #habitaciones .container-fluid {
    /*padding-left: 0*/
  }
  #ubicacion .container-fluid, #masterplan .container-fluid, #servicios .container-fluid {
    /*padding-right: 0*/
  }
  #ubicacion .padd-corrector, #masterplan .padd-corrector, #galeria .padd-corrector, #servicios .padd-corrector {
    padding: 20px 5px 10px 5px;
  }
  #hotel .padd-corrector, #habitaciones .padd-corrector {
    padding: 20px 5px 10px 5px;
  }

  #habitaciones-section {
    height: auto;
  }

  #habitaciones-section .padd-corrector {
    padding: 30px 5px 10px 5px;
  }


  #map {
    height: 700px
  }

  #map .capa-anti-eventos {
    width: 100%;
    height: 700px;
    position: absolute;
    cursor: pointer;
  }

  #reservas {
    padding: 20px 0 20px;
  }
  #reservas label {
    font-size: inherit;
  }
  #hotel-intro .icons {
    width: 10%;
    font-size: 38px;
  }

  #hotel-intro .icons .title {
    font-size: 13px;
    padding-top: 10px;
  }
}


#galeria {
  margin-top: 50px;
  height: auto;
}

#galeria .spacer {
  width: 100%;
  height: 30px;
  float: none;
}

.item-gallery, .item-gallery-op, .item-gallery-wide {
  width: 33%;
  height: 100px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.item-gallery:hover, .item-gallery-op:hover, .item-gallery-wide:hover {
  opacity: .8
}

@media (min-width:768px) {
  #galeria .item-container {
    padding-bottom:0;
  }
  .item-gallery, .item-gallery-op, .item-gallery-wide {
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .item-gallery {
    width: 25%;
    height: 125px;
  }
  .item-gallery-wide {
    width: 50%;
    height: 125px;
  }
  .item-gallery-op {
    width: 75%;
    height: 250px;
  }
}



section#contacto {
  height: auto;
}

section#contacto a {
  color: inherit;
  text-decoration: underline;
}

section#contacto a:hover, section#contacto a:focus {
  color: #404b78
}

section#contacto .section-heading {
  /*color: #fff*/
}

section#contacto .form-group {
  margin-bottom: 15px
}

section#contacto .form-group input, section#contacto .form-group textarea {
  padding: 12px
}

section#contacto .form-group input.form-control {
  height: auto;
  border-bottom: 1px solid #444333
}

section#contacto .form-group textarea.form-control {
  height: 160px;
  border-bottom: 1px solid #444333
}

section#contacto .form-control:focus {
  border: 1px solid transparent;
  border-bottom: 1px solid #404b78 !important;
  box-shadow: none
}

section#contacto ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #444333
}

section#contacto :-moz-placeholder {
  text-transform: uppercase;
  color: #444333
}

section#contacto ::-moz-placeholder {
  text-transform: uppercase;
  color: #444333
}

section#contacto :-ms-input-placeholder {
  text-transform: uppercase;
  color: #444333
}

section#contacto .text-danger {
  color: #e74c3c
}

section#contacto .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  color: #444333;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

section#contacto .form-control:focus {
  border-bottom: 1px solid #404b78;
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

@media (min-width:1025px) {
  section#contacto {
    height: 100%;
  }
  section#contacto .form-control {
    font-size: 12px;
  }
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0 80px;
  line-height: 1.6;
  background-color: #404b78;
  color: #fff;
  /*border-top: 1px solid #ccc*/
}

footer .lg {
  width: 60px;
  height: 60px;
  background-image: url(../img/lg_atlantico-white.svg);
}

footer hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #fff;
}

footer a {
  color: inherit;
}

footer a:hover {
  color: inherit;
}

footer .btn {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

footer .btn:hover, footer .btn:focus, footer .btn:active {
  color: #fff !important;
  text-decoration: underline;
}

footer .copyright {
  text-transform: uppercase;
}

footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 30px;
}

footer i {
  padding-right: 5px;
}

@media (min-width: 768px) {
  footer {
    padding: 30px 0 30px;
  }
}

ul.social-buttons {
  margin-bottom: 0
}

ul.social-buttons li a {
  color: #fff;
  display: block;
  height: 20px;
  width: 20px;
  font-size: 16px;
  line-height: 30px;
  outline: 0;
  margin-top: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
  color: #ccc
}

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

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px
}

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

.portfolio-modal .close-modal:hover {
  opacity: .3
}

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

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

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

::-moz-selection {
  text-shadow: none;
  background: #404b78;
  color: #fff
}

::selection {
  text-shadow: none;
  background: #404b78;
  color: #fff
}

img::selection {
  background: 0 0
}

img::-moz-selection {
  background: 0 0
}

body {
  webkit-tap-highlight-color: #404b78
}

li.social {
  float: left;
}

span.social {
  margin-left: 15px;
  font-size: 12px;
  padding-right:5px;
}

span.social.skype {
  font-size: 13px;
}

span.social a:hover {
  color: inherit;
}

@media (min-width:768px) {
  li.social {
    float: left;
  }
}

.shine {
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}

.icon-img {
  width: 17px;
  margin-bottom: 3px;
}

.special-font {
  font-family: 'din_neuzeit_grotesk_std_bolRg' !important;
}

.top-bar {
  visibility: hidden;
  display: none;
}

.bottom-bar {
  visibility: hidden;
  display: none;
}

.disclaimer {
  visibility: visible;
  display: block;
  margin-top:70px;
  text-align: center;
}

@media (min-width:768px) {
  .top-bar {
    visibility: visible;
    display: block;
    width: 100%;
    top: 0;
    z-index: 10000;
    padding: 5px 0;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(64, 75, 120, .95);
  }
  .top-bar .datos {
    margin: 0 10px;
  }
  .top-bar a {
    color: inherit;
  }
  .bottom-bar {
    visibility: visible;
    display: block;
    position: fixed;
    width: auto;
    z-index: 10000;
    bottom: 0;
    left: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 1);
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
  }
  .disclaimer {
    visibility: hidden;
    display: none;
  }
  .top-bar .social {
    visibility: hidden;
    display: none;
  }
}

@media (min-width:1025px) {
  .top-bar {
    visibility: visible;
    display: block;
    padding: 5px 0;
    font-size: 12px;
  }
  .top-bar .social {
    visibility: visible;
    display: inline-block;
  }
}

#nice .v-align {
  display: flex;
  align-items: center;
}

.nice-scroll {
  position: relative;
  background-position: center center;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: contain;
  width: 100%;
  height: 300px;
  /*border-bottom: 1px solid #ccc*/
  /*display: none;
  visibility: hidden;*/
}

.nice-opacity {
  width: 100%;
  height: 100%;
  padding: 35px 0;
}

.nice-content {
  position: absolute;
  left:10%;
  right: 10%;
  width: 80%;
  padding: 20px;
  color: inherit;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, .9);*/
}

.nice-content h1 {
  font-size: 14px;
  margin-top: 0;
  text-transform: none;
}

.nice-content h1 span {
  background-color: #fff;
}

.nice-content-op {
  position: absolute;
  left: 20%;
  right: 20%;
  width: 60%;
  text-align: center;
  color: #fff;
}
.nice-content-op .lg {
  width: 180px;
  height: 180px;
  background-image: url(../img/lg_atlantico-white.svg);
}

@media (min-width:768px) {
  .nice-scroll {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    width: 100%;
    height: 100%;
    /*display: block;
    visibility: visible;*/
  }
  .nice-content {
    position: absolute;
    left:10%;
    right: 10%;
    width: 80%;
    padding: 4%;
    text-align: center;
  }
  .nice-content h1 {
    font-size: 28px;
    margin: 0 0 25px;
  }
  .nice-content h1 span {
    padding: 2px;
    background-color: #fff;
  }
  .nice-content-op {
    position: absolute;
    left: 20%;
    right: 20%;
    width: 60%;
    text-align: center;
    color: #fff;
  }
  .nice-content-op .lg {
    width: 400px;
    height: 400px;
  }
  .nice-content-op h1 {
    font-size: 6em;
    margin: 0 0 25px;
  }
  .nice-opacity {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

@media (min-width:1280px) {
  .nice-scroll {
    background-attachment: fixed;
    background-size: cover;
  }
}

.bg-1 {
  background-image: url(../img/sections/hotel/1.jpg);
}

.bg-2 {
  background-image: url(../img/sections/hotel/2.jpg);
}

.bg-3 {
  background-image: url(../img/sections/hotel/3.jpg);
  /*background-position: center bottom;*/
}

.bg-4 {
  background-image: url(../img/sections/hotel/4.jpg);
  /*background-position: center bottom;*/
}

.nice-img {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
}

.nice-img .nice-content-option {
  position: absolute;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}

.nice-img .nice-content-option h1 {
  width: 100%;
  margin-top: 0;
}

.spacer {
  width: 100%;
  float: none;
  height: 35px
}

.idioma {
  position: absolute;
  width: auto;
  height: auto;
  display: block;
  top: 65px;
  right: 20px;
  z-index: 10;
  text-align: center;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.top-bar .flags {
  width: 25px;
  margin-top: -3px;
}

.navbar-default .nav li.flags a {
  margin: 20px 10px;
  padding: 0;
  display: inline-block;
  width: 40px;
}

@media (min-width: 767px) {
  .navbar-default .nav li.flags a {
    margin: 14px 5px;
    padding: 0;
    display: inline-block;
    width: 35px;
  }
}

li.flags img {
  width: 100%;
  display: inline-block;
}


.small-font {
  font-size: 80%;
}

.padding-site {
  width: 100%;
  height: 100%;
  padding: 0;
}

.txt-menu {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  margin-top: -2px;
  padding-right: 10px;
}

.datepicker { z-index:99999 !important; }

.divider-svg {
  width: 100px;
  height: 20px;
  margin: 8px auto;
  background-image: url(../img/divider.svg);
  background-position: center center;
}

.lg_tay {
  display: block;
  width: 80px;
  margin: 30px auto 5px;
}

.qr-code {
  width: 90%;
  margin: 20px auto 0;
}

.extra-border {
  border: 1px solid rgba(255,255,255,0.5);
  margin: 0 4px;
  padding: 4px 0;
}

.container-rooms {
  margin: 0;
}

@media (min-width: 768px) {
  .container-rooms {
    margin: 20px 20px;
    border: 1px solid #eee;
  }
}

/*.ebanx {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 10px;
  right: 10px;
  width: 40%;
  padding: 20px;
  color: #fff;
}

.ebanx p {
  font-size: 14px
}

.lg_ebanx {
  width: 88px;
  height: 40px;
  background-image: url(../img/lg_ebanx.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}*/

.ebanx {
  width: 100%;
  padding: 25px 0;
  background: #efefef;
  text-align: center;
}

.ebanx p, .ebanx h4 {
  margin: 8 auto
}

.ebanx p {
  font-size: 14px;
}

.lg_ebanx {
  width: 88px;
  height: 40px;
  background-image: url(../img/lg_ebanx.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-newsletter-mobile {
  width: 100%;
  height: auto;
  color: #fff !important;
  background-color: rgba(64, 75, 120, .9);
  padding: 15px 0 10px 0;
  text-align: center;
  position: absolute;
  top: 55px;
  z-index: 1;
  border-radius: 0;
}

.cta-newsletter-mobile h1.section-heading {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}

.cta-newsletter-mobile:hover, a.cta-newsletter-mobile {
  color: #fff;
  text-decoration: none;
  background-color: rgba(64, 75, 120, .9);
}

@media (min-width:768px) {
  .cta-newsletter {
    width: 220px;
    height: 220px;
    color: #fff !important;
    background-color: rgba(64, 75, 120, .9);
    padding: 50px 0 0 0;
    text-align: center;
    position: absolute;
    right: 15px;
    top:15%;
    z-index: 1;
    border-radius: 100%;
  }

  .cta-newsletter h1.section-heading {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .cta-newsletter:hover, a.cta-newsletter {
    color: #fff;
    text-decoration: none;
    background-color: rgba(64, 75, 120, .9);
  }
}

.w-100 {
  width: 100%
}

.fix-padd {
  padding: 0 5px !important
}

.pill {
  position: absolute;
  z-index: 10;
  top:10px;
  left:10px;
  background: rgb(0, 187, 182);
  border-radius: 50px;
  width: auto;
  padding: 10px 20px;
}

.pill p {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
