@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'HelveticaLt';
  src: url('css/fonts/HelveticaNeueLTStdLt.eot');
  src: url('css/fonts/HelveticaNeueLTStdLt.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTStdLt.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTStdLt.woff') format('woff'),
    url('css/fonts/HelveticaNeueLTStdLt.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTStdLt.svg#HelveticaNeueLTStdLt') format('svg');
}

@font-face {
  font-family: 'HelveticaRegular';
  src: url('css/fonts/HelveticaNeueLTStd.eot');
  src: url('css/fonts/HelveticaNeueLTStd.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTStd.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTStd.woff') format('woff'), url('css/fonts/HelveticaNeueLTStd.ttf') format('truetype'),
    url('css/fonts/HelveticaNeueLTStd.svg#HelveticaNeueLTStd') format('svg');
}

@font-face {
  font-family: 'HelveticaBd';
  src: url('css/fonts/HelveticaNeueLTStdBd.eot');
  src: url('css/fonts/HelveticaNeueLTStdBd.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTStdBd.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTStdBd.woff') format('woff'),
    url('css/fonts/HelveticaNeueLTStdBd.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTStdBd.svg#HelveticaNeueLTStdBd') format('svg');
}

@font-face {
  font-family: 'HelveticaCn';
  src: url('css/fonts/HelveticaNeueLTStdCn.eot');
  src: url('css/fonts/HelveticaNeueLTStdCn.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTStdCn.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTStdCn.woff') format('woff'),
    url('css/fonts/HelveticaNeueLTStdCn.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTStdCn.svg#HelveticaNeueLTStdCn') format('svg');
}

@font-face {
  font-family: 'HelveticaBdCn';
  src: url('css/fonts/HelveticaNeueLTStdBdCn.eot');
  src: url('css/fonts/HelveticaNeueLTStdBdCn.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTStdBdCn.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTStdBdCn.woff') format('woff'),
    url('css/fonts/HelveticaNeueLTStdBdCn.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTStdBdCn.svg#HelveticaNeueLTStdBdCn') format('svg');
}

@font-face {
  font-family: 'HelveticaLtCn';
  src: url('css/fonts/HelveticaNeueLTStdLtCn.eot');
  src: url('css/fonts/HelveticaNeueLTStdLtCn.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTStdLtCn.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTStdLtCn.woff') format('woff'),
    url('css/fonts/HelveticaNeueLTStdLtCn.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTStdLtCn.svg#HelveticaNeueLTStdLtCn') format('svg');
}

@font-face {
  font-family: 'HelveticaMdCn';
  src: url('css/fonts/HelveticaNeueLTStdMdCn.eot');
  src: url('css/fonts/HelveticaNeueLTStdMdCn.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTStdMdCn.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTStdMdCn.woff') format('woff'),
    url('css/fonts/HelveticaNeueLTStdMdCn.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTStdMdCn.svg#HelveticaNeueLTStdMdCn') format('svg');
}

body,
html {
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 100%;
  font-size: 13px;
  height: auto;
  color: #646464;
  font-family: 'HelveticaRegular', sans-serif;
  background-color: #f0f1f2;
}

body {
  /*overflow: hidden;*/
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
h1,
h2,
h3,
h4 {
  border: 0;
  font-style: inherit;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
}

p,
a,
li,
div {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

:focus,
a:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button#submit-button[disabled] {
  background-color: #005ca9;
  border: 1px solid #005ca9;
  cursor: not-allowed;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  content: '';
  clear: both;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.padding-remove {
  padding: 0;
}

.padding-remove-l {
  padding-left: 0;
}

.padding-remove-r {
  padding-right: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #787878;
}

form:after {
  display: block;
  content: '';
  clear: both;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
}

.col-center {
  float: none;
  margin: auto;
}

/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
  cursor: pointer;
  position: fixed;
  bottom: 110px;
  right: 20px;
  display: none;
  z-index: 20;
  width: 48px;
  height: 48px;
  background: #005ca9;
  border: none;
  padding: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#gotop:after {
  content: '\f106';
  font-family: FontAwesome;
  color: #fff;
  font-size: 26px;
  line-height: 17px;
}

#gotop:hover {
  background-color: #75b94e;
}

/*HEADER --------------------------------------*/
header {
  padding: 70px 0 0;
}

#logo {
  margin: 0 0 50px 0;
}
#logo img {
  /* height: auto; */
  display: inline-block;
  position: relative;
}

.slider {
  background-image: url(images/bg4.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0;
  /*height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: top;*/
  position: relative;
  z-index: 2;
  padding-bottom: 180px;
}

.slider .col-equal {
  height: 100%;
  padding: 70px 30px 0 25px;
  width: 100%;
}

.col-equal > [class*='col-'] {
  float: none;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.slider .col-equal > [class*='col-'] {
  vertical-align: bottom;
}

img.slide {
  display: block;
  margin: 0;
  left: 0px;
  position: relative;
  width: auto;
  max-width: 500px;
  margin-bottom: 50px;
}

.formucol .box {
  padding: 30px 40px 30px;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 26px 11px rgb(0 0 0 / 50%);
  box-shadow: 3px 3px 26px 11px rgb(0 0 0 / 50%);
  max-width: inherit;
  float: right;
}

.formucol .box h4 {
  font-size: 40px;
  color: #005ca9;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 2;
  font-family: 'HelveticaMdCn', sans-serif;
}

.formucol .box h4 span {
  font-weight: 900;
  font-family: 'HelveticaMdCn', sans-serif;
}

.formucol .box div.bajada {
  font-weight: 500;
  font-size: 20px;
  color: #898989;
  display: block;
  text-align: center;
  line-height: 25px;
  margin-top: 16px;
  font-family: 'HelveticaLt', sans-serif;
}

.formucol .box > .row {
  /* margin-left: -7px; */
  /* margin-right: -7px; */
}

.formucol form {
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.formucol form [class*='col-'] {
  /* padding-left: 7px; */
  /* padding-right: 7px; */
}

.formucol .form-group {
  margin-bottom: 15px;
}

.formucol .form-control {
  height: 44px;
  border: none;
  border-radius: 0;
  background-color: #f2f2f2;
  box-shadow: none;
  color: #9b9b9b;
  padding: 8px 10px 5px 20px;
  font-weight: 600;
  font-size: 17px;
  font-family: 'HelveticaBdCn', sans-serif;
}

.formucol textarea.form-control {
  resize: none;
  height: 122px;
  padding-top: 10px;
}

.form-group small {
    color: #898989;
    margin-top: 8px;
    display: block;
}

.formucol form .es_button {
  margin-top: 3px;
}

.formucol .form-btn,
a.cta {
  color: #fff;
  background-color: #005ca9;
  border: 1px solid #005ca9;
  border-radius: 0;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  height: 42px;
  width: 100%;
  line-height: inherit;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 25px 32px 25px;
  background-repeat-y: no-repeat;
  background-position: 0 0;
  font-family: 'HelveticaBdCn', sans-serif;
}

.formucol .form-btn:hover,
a.cta:hover {
  background-color: #75b94e;
  color: #fff;
  border-color: #75b94e;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

::-moz-selection {
  background-color: #005ca9 !important;
  color: #fff;
  opacity: 1;
}
::selection {
  background-color: #005ca9 !important;
  color: #fff;
  opacity: 1;
}

label.error {
  color: #d81c24;
  margin: 10px 0 0 0;
}

button#submit-button[disabled] {
  background-color: #a1a1a1;
  border: 1px solid #a1a1a1;
  cursor: not-allowed;
}

/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/

section {
  padding: 110px 0;
}

h2 {
  font-size: 70px;
  color: #005ca9;
  font-weight: 900;
  margin-bottom: 30px;
  font-family: 'HelveticaMdCn', sans-serif;
}

h3 {
  font-size: 28px;
  letter-spacing: 7px;
  text-align: center;
  margin-bottom: 100px;
  color: #005ca9;
  font-family: 'HelveticaBdCn', sans-serif;
}

h4 {
  font-size: 33px;
  text-align: left;
}

h5 {
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 3px;
  color: #005cba;
  font-family: 'HelveticaLtCn', sans-serif;
}

p {
}

.txt p {
  font-size: 21px;
  line-height: 32px;
  color: #666666;
  font-family: 'HelveticaRegular', sans-serif;
  margin-bottom: 30px;
}

.txt p.color {
  color: #fe8b0f;
}

strong {
  font-weight: 700;
  font-family: 'HelveticaBd', sans-serif;
}

.icon-box .icono {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*.icon-box .icono:hover img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}*/

.scroll1 {
  margin-top: -84px;
  padding: 0;
  padding-bottom: 100px;
  position: relative;
  z-index: 4;
}

/*.scroll1 .top:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 112%;
    height: 126%;
    left: -6%;
    top: -13%;
    background-image: url(images/boni-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}*/

.top {
  background-color: #fff;
  border-radius: 0;
  padding: 50px 40px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 30%);
  margin-bottom: 100px;
}

.scroll1 .top > .row > .col-md-3 {
}

.top .icon-box {
    position: relative;
    padding-left: 15px;
    text-align: left;
    height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.top .icon-box .icono {
  margin: 0 auto 30px;
  padding-left: 10px;
}

.icon-box .icono {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.icon-box .icono:hover img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.icon-box h5 {
  text-align: center;
}

.scroll1 .top .icon-box .txt {
  /* float: left; */
}

.scroll1 .top .icon-box .txt h5 {
}

.scroll1 .top .icon-box .txt p {
}

#zubavi {
}

#zubavi .txt {
  padding: 0 22px;
}
#zubavi .txt .rombos {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#zubavi .txt .rombos img {
  width: 85px;
}

.banner {
  width: 100%;
  height: 362px;
  background-size: cover;
  background-position: center left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(images/banner2.jpg);
}

section h3 {
  color: #005ca9;
  font-family: 'HelveticaBdCn', sans-serif;
}

section#lagaleria {
  overflow: hidden;
}

div#tipo-carousel {
  width: 120%;
  left: -10%;
}

/*#tipo-carousel .owl-item {
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



#tipo-carousel .owl-item.active.center {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	padding: 0 20px;
}
*/

#tipo-carousel .owl-item > div {
  cursor: pointer;
  transition: margin 0.4s ease;
}
#tipo-carousel .owl-item.center > div {
  cursor: auto;
  margin: 0;
}

#tipo-carousel .owl-item .tipo {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#tipo-carousel .owl-item.active.center .tipo {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  padding: 0 20px;
  transform-origin: center center;
}

#tipo-carousel .owl-stage {
  padding: 20px 0;
}

#tipo-carousel .owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
#tipo-carousel .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
#tipo-carousel .owl-item:not(.center) > div:hover {
  opacity: 0.75;
}

#tipo-carousel .owl-nav {
  position: absolute;
  width: 78%;
  top: 192px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

#tipo-carousel.owl-carousel .owl-nav .owl-next,
#tipo-carousel.owl-carousel .owl-nav .owl-prev {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 0px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  color: #005ca9;
}

#tipo-carousel.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
#tipo-carousel.owl-carousel .owl-nav .owl-next {
  right: 0;
}

#tipo-carousel.owl-carousel .owl-nav > div .fa {
  color: #005ca9;
  font-size: 28px;
  line-height: 50px;
}

#ameneties .row .row {
  margin: 0 -5px;
}

#ameneties .col-sm-4 {
  padding: 0 10px;
}

.icono-box {
  background-color: #fff;
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 20px;
  height: 190px;
}

.icono-box p {
  color: #005ca9;
  font-family: 'HelveticaCn', sans-serif;
  font-size: 25px;
  margin-top: 20px;
}

.icono-box .icono-img {
  height: 110px;
  width: 100%;
  position: relative;
}

.icono-box .icono-img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.icono-box.dos {
  padding-top: 10px;
}

.icono-box.dos p {
  margin-top: 7px;
}

section#ameneties > .container > .row {
  display: flex;
}

div#amenetiesimg {
  padding-bottom: 20px;
}

div#amenetiesimg,
div#amenetiesimg .carousel-inner,
div#amenetiesimg .carousel-inner .item {
  height: 100%;
}

div#amenetiesimg .carousel-inner .item {
  background-size: cover;
  background-position: center;
}

div#amenetiesimg ol.carousel-indicators {
  bottom: 50px;
}

div#amenetiesimg .carousel-indicators li {
  background-color: #f0f1f2;
  margin: 3px;
  position: relative;
}

div#amenetiesimg .carousel-indicators .active {
  width: 13px;
  height: 13px;
  margin: 3px;
  top: 1px;
}

.blue .container {
  position: relative;
  z-index: 2;
}

.blue {
  background-color: #005ca9;
  padding-top: 90px;
  padding-bottom: 0px;
}

.blue h2,
.blue .txt p {
  color: #fff;
}

.img-box {
  text-align: center;
  -webkit-box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 18%);
  -moz-box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 18%);
  box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 18%);
}

.img-box .img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0;
  margin-top: 0;
  overflow: hidden;
}

.img-box .img img {
  width: 100%;
}

.img-box .txt {
  background-color: #fff;
  margin: 0px 0 30px;
  padding: 38px 15px 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.img-box .txt h6 {
  font-size: 25px;
  letter-spacing: 1px;
  color: #005ca9;
  font-weight: 800;
  margin-bottom: 14px;
  font-family: 'HelveticaLtCn', sans-serif;
  line-height: 26px;
  text-align: left;
}

.img-box {
  position: relative;
  margin: 25px 0;
  background-color: transparent;
}

section.cta {
  background-color: #043e81;
  position: relative;
  padding-bottom: 0;
}

div#cta {
  margin-top: 50px;
}

div#cta h5 {
  color: #fff;
}

section.cta .titulo {
}

section.cta h2 {
  font-size: 60px;
  position: relative;
  display: inline-block;
  padding: 0 21px;
}

section.cta h2:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 36px;
  background-color: #1397ba;
  z-index: -1;
  border-radius: 11px;
}

a.cta {
  width: auto;
  font-size: 34px;
  line-height: 45px;
  height: auto;
  font-weight: 800;
  padding: 20px 46px 8px;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #75b94e;
  border: 1px solid #75b94e;
  letter-spacing: 3px;
}

a.cta:hover {
  background-color: #fff;
  border-color: #fff;
  color: #005ca9;
}

/*------------------------------------------------------------------

	GRACIAS

-------------------------------------------------------------------*/

body.gracias {
  height: 100%;
}

body.gracias .slider {
  padding-bottom: 0;
}

body.gracias .slider {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

body.gracias .slider {
  padding-bottom: 0;
}

body.gracias .slider {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

body.gracias .slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}

.graciasin {
  color: #fff;
  padding: 0px 0 100px;
}

.graciasin img.slide {
  max-width: 100%;
}

.graciasin h1,
.graciasin .bajada {
}

.graciasin h1 {
  color: #fff;
  font-size: 100px;
  line-height: 94px;
  font-weight: 700;
  margin-bottom: 20px;
}

/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/

footer {
  padding: 45px 0;
  line-height: 23px;
  color: #fff;
  height: auto;
  font-family: 'Work Sans', sans-serif;
}

section.blue.footer {
  background-image: url(images/footer-bg.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

body.gracias footer {
  background-color: #005ca9;
}
footer .copyright {
  font-size: 14px;
}

p.copyright .hidden-xs {
  display: inline-block;
}

.crandi {
  width: 64px;
  height: 12px;
  background: url(images/crandi-footer.png) no-repeat 0 0;
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.crandi:hover,
.crandi:active,
.crandi:focus {
  background-position: bottom;
  opacity: 1;
}

@media screen and (min-width: 1601px) {
  #logo {
  }
}

@media screen and (min-width: 1250px) {
  section .container,
  .slider .container {
    width: 1200px;
  }
}
@media screen and (min-width: 1300px) {
  section .container,
  .slider .container {
    width: 1250px;
  }
}

@media screen and (min-width: 1350px) {
  section .container,
  .slider .container {
    width: 1300px;
  }
}

@media only screen and (min-width: 1601px) {
  .col-equal > [class*='col-'] {
    vertical-align: middle;
  }

  body.gracias #logo {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1701px) {
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  #logo {
    /* width: 100px; */
    /* margin-top: 60px; */
    /* margin-bottom: 0px; */
  }
  body.gracias #logo {
    margin-top: 20px;
  }

  .col-equal > [class*='col-'] {
    vertical-align: middle;
  }
}

@media only screen and (max-width: 1349px) {
  h2 {
    font-size: 60px;
  }
  .formucol .box h4 {
    font-size: 36px;
    line-height: 37px;
  }
  h5 {
    font-size: 27px;
  }

  .img-box .txt h6 {
    font-size: 21px;
  }
  section.cta h2 {
    font-size: 56px;
  }
  a.cta {
    font-size: 32px;
    line-height: 41px;
  }

  .icono-box p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1349px) and (min-width: 1200px) {
  .txt p {
    font-size: 15px;
  }
  h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1299px) {
  img.slide {
    left: -30px;
  }
  h5 {
    font-size: 25px;
  }

  h2 {
    font-size: 56px;
  }
  .img-box .txt h6 {
    font-size: 20px;
  }
  .formucol textarea.form-control {
    height: 103px;
  }

  .formucol .box h4 {
    font-size: 33px;
  }
} /*1299*/

@media only screen and (max-width: 1199px) {
  .col-equal > [class*='col-'] {
    vertical-align: middle;
  }

  img.slide {
    left: -20px;
  }
  .formucol .box {
    padding: 30px 15px 30px 15px;
    max-width: 390px;
  }
  .formucol .box h4 {
    font-size: 30px;
  }
  .formucol .box h4 span {
    font-size: 17px;
  }
  form {
    margin-top: 10px;
  }
  .form-group {
    margin-bottom: 10px;
  }

  h4 {
    font-size: 30px;
  }

  .txt p {
    font-size: 16px;
  }

  .scroll1 .top .icon-box .txt h5 {
    font-size: 21px;
  }
  .top .icon-box {
    padding-left: 0;
  }
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
} /*1199*/

@media only screen and (min-width: 992px) {
  .scroll1 .top > .row > .col-md-3 + .col-md-3 {
    border-left: 1px solid #005ca9;
  }
  .row.col-equal {
    display: table;
    width: 100%;
    height: 100%;
  }

  .col-equal > [class*='col-'] {
    float: none;
    display: table-cell;
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .row.col-equal {
    display: block;
  }
  #logo {
    margin: 0 0 50px 0;
  }
  .col-equal > [class*='col-'] {
    float: none;
    display: block;
  }

  img.slide {
    left: 0px;
    margin-bottom: 0;
    max-width: 100%;
  }

  .formucol {
    margin-top: 20px;
  }

  .formucol .box {
    padding: 20px 15px;
    max-width: inherit;
  }

  .formucol .box h4 {
    font-size: 23px;
  }

  .formucol .form-group {
    margin-bottom: 10px;
  }
  .formucol .form-btn {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0;
  }

  .top .icon-box {
    text-align: center;
    height: auto;
    margin: 0 auto;
  }
  .top .icon-box .icono img {
    margin: 0 auto;
  }
  .top .icon-box {
    margin-bottom: 30px;
  }

  .scroll1 .top > .row > .col-md-3 + .col-md-3 {
    border-top: 1px solid #c9c9c9;
  }
  .scroll1 .top > .row > .col-md-3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  div#tipo-carousel {
    width: 100%;
    left: 0;
  }
} /*991*/

@media only screen and (max-width: 991px) and (min-width: 768px) {
  h4 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 768px) {
  header > .container > .row {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  #logo {
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .col-equal [class*='col-'] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
  }

  header {
    padding: 20px 0 0px;
  }

  body.gracias div#logo {
    margin: 0 0 20px;
  }
  body.gracias footer {
    padding: 20px 0;
  }
  .slogan {
    text-align: center;
  }

  .slider {
    height: auto;
  }

  .slider:after {
    background-color: rgb(0 92 169 / 20%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
  }

  .slider > .container {
    z-index: 2;
    position: relative;
  }

  .slider .col-sm-7.col-lg-4 {
    padding: 0;
  }

  img.slide {
    margin: 0 auto;
    margin-left: 0;
  }
  .formucol {
    padding-right: 15px;
    padding-left: 15px;
  }
  .formucol .box {
    padding: 30px;
    margin-top: -2px;
    max-width: inherit;
    float: none;
    margin-bottom: 50px;
  }

  .formucol .box h4 {
    font-size: 27px;
  }
  .scroll1 {
    margin-top: -60px;
  }

  section {
    padding: 50px 0;
  }

  h3 {
    margin-bottom: 50px;
  }

  .img-box {
    margin-top: 70px;
  }

  .blue .icon-box {
    margin-bottom: 95px;
  }

  div#amenetiesimg .carousel-inner .item {
    height: 300px;
  }
  div#amenetiesiconos {
    margin-bottom: 40px;
  }

  div#amenetiesiconos a.carousel-control {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 0px;
    background-color: #005ca9;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    background-image: none !important;
    margin: 0 10px;
    top: 36%;
  }

  div#amenetiesiconos a.carousel-control .fa {
    font-size: 28px;
    line-height: 50px;
    color: #fff;
  }

  div#amenetiesimg .controls {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  div#amenetiesimg a.carousel-control {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 0px;
    background-color: #005ca9;
    border-radius: 50%;
    position: relative;
    color: #fff;
    background-image: none !important;
    margin: 0 10px;
  }

  div#amenetiesimg a.carousel-control .fa {
    font-size: 28px;
    line-height: 50px;
    color: #fff;
  }

  .icono-box {
    margin-bottom: 0;
    padding: 50px 15px;
    height: auto;
  }

  div#amenetiesiconos .carousel-inner .item {
    height: auto;
  }

  section.cta h2 {
    font-size: 42px;
  }

  section.cta:before {
    top: -7px;
  }
  .cta a.cta {
    font-size: 24px;
  }
  .cta .icon-box {
    text-align: center;
    margin-bottom: 40px;
  }

  .cta .icon-box .icono,
  .cta .icon-box .txt {
    float: none;
  }

  .titulo.text-left {
    text-align: center;
  }

  #tipo-carousel .owl-item.active.center .tipo {
    -webkit-transform: none;
    transform: none;
  }

  section#ameneties > .container > .row {
    display: block;
  }

  .slider .col-equal {
    padding: 0;
  }

  .banner {
    background-attachment: inherit;
  }
} /*767*/

@media only screen and (max-width: 600px) {
  .graciasin h1 {
    font-size: 80px;
    line-height: 85px;
  }
  a.cta {
    font-size: 23px;
    display: block;
    text-align: center;
    padding: 21px 0 10px;
    height: auto;
    line-height: 30px;
  }
  #tipo-carousel .owl-nav {
    position: relative;
    width: 100%;
    top: inherit;
    z-index: 1;
    left: inherit;
    transform: none;
    text-align: center;
  }
  #tipo-carousel.owl-carousel .owl-nav .owl-next,
  #tipo-carousel.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    margin: 0 10px;
    position: relative;
  }

  .slider {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 486px) {
  .visible-xxs {
    display: none !important;
  }
  #logo {
  }
}

@media only screen and (max-width: 485px) {
  .hidden-xxs {
    display: none !important;
  }
  #gotop {
    right: 0px;
    bottom: 51px;
  }
  .slider {
    padding-top: 0;
  }

  .slogan {
    font-size: 22px;
  }

  img.slide {
    width: 100%;
    padding-right: 15px;
  }

  .formucol .box {
    padding: 20px;
    margin-top: -2px;
  }

  .txt p {
    font-size: 22px;
  }

  h2 {
    font-size: 45px;
    line-height: 46px;
  }

  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
    text-align: left;
  }

  .top {
    margin-bottom: 60px;
  }

  .img-box {
    margin-top: 0px;
  }

  section.cta h2 {
    font-size: 29px;
    line-height: 32px;
  }
  section.cta h2:after {
    bottom: -12px;
    height: 24px;
    border-radius: 11px;
  }

  .cta a.cta {
    font-size: 18px;
    display: block;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }

  .graciasin h1 {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .graciasin .bajada {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .top .icon-box .icono {
    margin: 0 auto 17px;
  }

  .top .icon-box .icono img {
  }
  .scroll1 .top .icon-box .txt h5 {
    font-size: 24px;
  }

  .img-box .txt h6 {
    font-size: 24px;
  }
  .txt p {
    font-size: 20px;
  }

  .graciasin {
    padding: 20px 0 60px;
  }

  div#logo img.logo {
    width: 60px;
  }
} /*485*/

@media only screen and (max-width: 414px) {
  section.cta h2 {
    font-size: 35px;
    line-height: 40px;
  }

  section.cta h2:after {
    width: 190px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
  }

  .formucol .form-btn {
    margin-top: 10px;
  }
  section.cta:after {
    display: none;
  }
  section.cta:before {
    background-size: 97%;
  }
  h2 {
    font-size: 42px;
    line-height: 46px;
  }
} /*414*/

@media only screen and (max-width: 375px) {
  header {
    padding: 15px 0 15px;
  }
  div#logo {
    margin: 20px auto 20px;
    width: auto;
  }

  div#logo img.logo {
    margin-bottom: 0px;
  }
  h4 {
    font-size: 22px;
  }
  h2 {
    font-size: 39px;
    line-height: 42px;
  }
  h3 {
    font-size: 28px;
    letter-spacing: 6px;
  }

  #gotop {
    bottom: 76px;
  }

  section.cta h2 {
    font-size: 33px;
    line-height: 40px;
  }
  a.cta {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .graciasin {
    padding: 20px 0 40px;
  }

  .graciasin .lista {
    font-size: 23px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 360px) {
  .graciasin a.cta {
    display: block;
    padding: 13px 0px 13px;
  }
}

@media only screen and (max-width: 320px) {
  section .titulo h2 {
    font-size: 33px;
  }

  .img-box .txt h6 {
    font-size: 18px;
  }

  .cta a.cta {
    font-size: 15px;
    height: 44px;
    padding: 13px 0 0 0;
  }

  .graciasin h1 {
    font-size: 49px;
    line-height: 52px;
  }
  .graciasin .lista {
    font-size: 20px;
  }
}

@media only screen and (max-width: 750px) and (orientation: landscape) {
  .slider {
    height: auto;
  }
  body.gracias .slider {
    height: auto;
    display: block;
  }

  body.gracias footer {
    padding: 20px 0;
  }
}

@media only screen and (max-height: 750px) and (orientation: landscape) {
  .slider {
    height: auto;
  }
}
