/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@font-face {
    font-family: 'Silka';
    src: url('../fonts/Silka-Regular.eot');
    src: url('../fonts/Silka-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Silka-Regular.woff2') format('woff2'),
        url('../fonts/Silka-Regular.woff') format('woff'),
        url('../fonts/Silka-Regular.ttf') format('truetype'),
        url('../fonts/Silka-Regular.svg#Silka-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silka';
    src: url('../fonts/Silka-Bold.eot');
    src: url('../fonts/Silka-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Silka-Bold.woff2') format('woff2'),
        url('../fonts/Silka-Bold.woff') format('woff'),
        url('../fonts/Silka-Bold.ttf') format('truetype'),
        url('../fonts/Silka-Bold.svg#Silka-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*estilos generales*/
html, body{opacity:0; background: #62cfc5; font-family: 'Silka';}
html{position:relative;}
body{margin-bottom:0px; position: relative;}
.height-100{height:100vh}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#DB2629 !important}
.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.a-seccion{position: absolute; top: -150px; display: inline-block;}
.a-seccion-2{position: absolute; top: -180px; display: inline-block;}
.relativeZ1{position: relative; z-index: 1}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.a-seccion{
  position: absolute; top: -140px; height: 1px; opacity: 0;
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629; margin-bottom: 10px; font-size: 12px
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 45px; bottom: 30px; z-index: 100
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

.overflowh{overflow: hidden;}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 11000; background: #fff;
}
.loader .logo{
  width: 100px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header{height:77px; position: fixed; width: 100%; top: 0; left: 0; z-index: 4; background: #62cfc5; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
header .logo{
  width: 40px; margin-top: 22px;
}
header ul{padding-left: 0 !important; padding-right: 0; text-align: center; margin-bottom: 0; background: none; display: block !important; margin-top: 23px}
header ul li{margin-left: 15px; margin-right: 15px; display: inline-block; text-align: center; vertical-align: middle;}
header ul li:first-child{margin-left: 0}
header ul li:last-child{margin-right: 0}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  font-size: 15.4px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.77px;
  text-align: left;
  color: #003a48;
  background-color:transparent;
  border:none;
  border-bottom-color: transparent;
  text-align: center;
}
nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border:none;
    border-radius: 0px;
}
.nav>li>a {
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 15.4px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.77px;
    text-align: left;
    color: #003a48;
    background-color:transparent;
    border:none;
    border-bottom-color: transparent;
    margin-right: 0px;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.nav-tabs {
    border-bottom: none;
}
.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 15px;
}
.nav-tabs>li>a:hover {
    border-color: inherit;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color:transparent;
}
.affix {
  position: relative;
}
.a-seccion{
  position: absolute; top: -140px; height: 1px; opacity: 0;
}
.list-groups{
    position: sticky; /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 0px;
}
header .list-group-item.active {
    z-index: 2;
    color: #003a48;
    font-weight: bold;
    background:none;
    border:none;
    border-bottom: none;
    border-radius: 0
}
header .list-group-item.active .marcador{opacity: 1}
header .redes{text-align: right; margin-top: 23px}
header .redes .fb{margin-right: 8px}
.seccion-madeira{
  height: calc(100vh - 77px); margin-top: 77px; background-image: url('../img/slider-1.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.seccion-madeira .logo{
  position: absolute; top: 33px; right: 25%
}
.seccion-2{
  background: #fff; padding-top: 50px; padding-bottom: 50px; overflow: hidden;
}
.seccion-2 .subtitulo{
  font-size: 19.6px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.29px;
  text-align: left;
  color: #62cfc5;
  margin-bottom: 10px
}
.seccion-2 .titulo{
  font-size: 49px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 12.25px;
  text-align: left;
  color: #003a48;
}
.seccion-2 p{
  width: 440px;
  max-width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.31px;
  text-align: left;
  color: #003a48;
  margin-bottom: 20px
}
.seccion-2 button{
  min-width: 170px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30.3px;
  border-radius: 15.2px;
  background-color: #62cfc5;
  font-size: 16.7px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #003a48;
  border: none
}
button.boton-azul{
  min-width: 170px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30.3px;
  border-radius: 15.2px;
  background-color: #62cfc5;
  font-size: 16.7px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #003a48;
  border: none
}
.seccion-amenidades{
  background-image: url('../img/fondo-amenidades-2.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; background-color: rgba(0, 0, 0, 0.20); background-blend-mode: multiply; position: relative; 
}
.seccion-amenidades .content-table{
  padding-top: 75px; padding-bottom: 75px; min-height: 60vh;
}
.seccion-amenidades ul{text-align: center; margin-bottom: 0; padding-left: 0}
.seccion-amenidades ul li{
  display: inline-block;
  font-size: 13.3px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.33px;
  text-align: center;
  color: #fff;
  margin-left: 60px;
  margin-right: 60px;
  list-style-type: none;
  vertical-align: top;
}
.seccion-amenidades ul li:first-child{margin-left: 0}
.seccion-amenidades ul li:last-child{margin-right: 0}
.seccion-amenidades ul li .circle{
  width: 85.6px;
  height: 85px;
  background-color: #e29b81;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin-bottom: 15px
}
.seccion-amenidades ul li .circle img{height: 40px}
.seccion-amenidades ul li b{
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.05px;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: 11px
}
.seccion-departamentos{
  padding-top: 50px; padding-bottom: 50px; background: #fff; position: relative; overflow: hidden;
}
.seccion-departamentos .info{display: inline-block;}
.seccion-departamentos .titulo{
  font-size: 36.4px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.64px;
  text-align: left;
  color: #003a48;
  margin-bottom: 20px
}
.seccion-departamentos p{
  width: 383.6px;
  max-width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.29px;
  text-align: left;
  color: #003a48;
  margin-bottom: 20px
}
.seccion-departamentos .c-boton{text-align: left;}
.seccion-resort{
  background-image: url('../img/fondo-resort.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: relative; padding-top: 50px; padding-bottom: 50px; text-align: center;
}
.seccion-resort .subtitulo{
  font-size: 19.6px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.29px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px
}
.seccion-resort .titulo{
  font-size: 49px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 12.25px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px
}
.seccion-resort p{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.29px;
  text-align: center;
  color: #fff;
  width: 655.2px;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 30px
}
.inicio-1{
  height: 600px; position: relative;
}
.inicio-1 .arrow{width: 40px}
.inicio-1 .arrow.left{
  position: absolute; left: 50px; top: 0; bottom: 0; margin: auto; z-index: 1; cursor: pointer;
}
.inicio-1 .arrow.right{
  position: absolute; right: 50px; top: 0; bottom: 0; margin: auto; z-index: 1; cursor: pointer;
}
.amenidades{
  background-color: #ece4da; position: relative; padding-top: 50px; padding-bottom: 130px
}
.amenidades .subtitulo{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: center;
  color: #003a48;
  margin-bottom: 15px
}
.amenidades .titulo{
  font-size: 49px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 12.25px;
  text-align: center;
  color: #003a48;
  margin-bottom: 45px
}
.amenidades .titulo span{
  width: 106.7px;
  height: 2.4px;
  margin-top: 18.3px;
  background-color: #e29b81;
  display: inline-block;
}
.amenidades ul{padding-left: 0; margin-bottom: 0}
.amenidades ul li{
  font-size: 24.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 6.12px;
  text-align: left;
  color: #003a48;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 65px;
  position: relative;
}
.amenidades ul li img{position: absolute; left: 0; top: 5px}
.amenidades ul li span{display: inline-block; vertical-align: middle;}
.amenidades .shape{
  position: absolute; left: 0; bottom: 0; width: 100%
}
.ubicacion{
  background-image: url('../img/fondo-ubicacion.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; position: relative; height: 420px;
}
.ubicacion .info .subtitulo{
  font-size: 22.4px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.34px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px
}
.ubicacion .info .titulo{
  font-size: 49px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 12.25px;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
.ubicacion .info{
  position: absolute; left: inherit; top: 50%; right: 10%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);
}
.contacto{
  background-color: #f3f3f3; padding-top: 60px; padding-bottom: 30px; overflow: hidden;
}
.contacto .titulo{
  font-size: 49px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 12.25px;
  text-align: left;
  color: #003a48;
  margin-bottom: 29px
}
.contacto .info{
  font-size: 18.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.27px;
  text-align: left;
  color: #003a48;
  margin-bottom: 77px
}
.contacto .info a, .contacto .info a:hover, .contacto .info a:focus{
  color: #003a48; text-decoration: none;
}
.contacto .info-2{
  font-size: 18.2px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.27px;
  text-align: left;
  color: #003a48;
  margin-bottom: 140px
}
.contacto .c-logo{
  font-size: 11.2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.17px;
  text-align: left;
  color: #003a48;
}
.contacto .c-logo img{margin-top: 20px}
.contacto .solicita{
  font-size: 18.2px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.82px;
  text-align: left;
  color: #003a48;
  margin-bottom: 30px;
  margin-top: 13px
}
/*.contacto form{width: 500px; max-width: 100%}*/
.contacto form input[type=text],.contacto form input[type=email],.contacto form input[type=tel],.contacto form select,.contacto form textarea{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.82px;
  text-align: left;
  color: #003a48;
  height: 35px;
  width: 100%;
  background: #fff;
  border:1px solid #003a48;
  margin-bottom: 20px;
  padding-left: 15px;
  border-radius: 3px
}
.contacto form textarea{height: 110px; padding-top: 8px}
.contacto form span{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.82px;
  text-align: left;
  color: #003a48;
  display: block;
  margin-bottom: 5px
}
.contacto form button{margin-top: 10px}
footer{
  background-color: #003a48; padding-top: 57px; padding-bottom: 42px
}
footer .c-logo{padding-left: 50px}
footer h3{
  font-size: 15.4px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.23px;
  text-align: left;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0
}
footer ul{padding-left: 0; margin-bottom: 0}
footer ul li{
  font-size: 15.4px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: 0.77px;
  text-align: left;
  color: #fff;
  list-style-type: none;
}
footer ul li a, footer ul li a:hover, footer ul li a:focus{
  color: #fff; text-decoration: none;
}
footer ul li.redes{margin-top: 15px}
footer ul li.redes img{filter: brightness(0) invert(1);}
footer ul li.redes img.fb{margin-right: 10px}

/* medias SM para abajo*/
@media (max-width:991px)
{
  header{display: none}
  .acciones {
    right: 20px;
  }
  .float {
    width: 50px;
    height: 50px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 33px;
    margin-top: 8px;
  }
  .menu-mobile{
    width:100%; position: fixed; top: 0; left: 0; padding-top: 13px; padding-bottom: 13px; padding-left: 0px; padding-right: 0px; z-index: 1000; background-color: #62cfc5;
  }
  .menu-mobile.dos{background-color: #62cfc5;}
  .menu-mobile .logo,#modalMenu .logo{
    width: 60px
  }
  #modalMenu .dos .cierra-menu{font-size: 30px; color:#003a48; margin-top: 8px;}
  .menu-mobile .abre-menu{font-size: 20px; color:#003a48; cursor: pointer; margin-top: 15px;}
  #modalMenu{
    z-index: 5000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background:#62cfc5; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding-top: 13px; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 13px; padding-bottom: 13px; padding-left: 0px; padding-right: 0px; z-index: 1
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 30px; text-align: center;}
  #modalMenu ul li{list-style-type: none; margin-bottom: 15px}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    font-size: 15.4px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.77px;
    text-align: center;
    color: #003a48;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{text-decoration: none; color: #003a48;}
  #modalMenu ul li.redes img{margin-left: 7px; margin-right: 7px}
  .seccion-madeira {
      height: calc(100vh - 75px);
      margin-top: 75px;
      background-image: url(../img/slider-1.jpg);
      background-position: center;
  }
  .seccion-madeira .logo {
      position: absolute;
      top: 33px;
      right: 30px;
      width: 80px;
  }
  .seccion-2 .subtitulo{font-size: 16px; text-align: center;}
  .seccion-2 .titulo{font-size: 29px; text-align: center; margin-bottom: 30px; line-height: 1.2; letter-spacing: 10px}
  .seccion-2 p{width: 100%; text-align: center;}
  .seccion-2{text-align: center;}
  .seccion-amenidades{text-align: center;}
  .seccion-amenidades ul{width: 390px; display: inline-block; max-width: 100%}
  .seccion-amenidades ul li{margin-left: 15px !important; margin-right: 15px !important; width: 100px; margin-bottom: 30px}
  .seccion-amenidades .container{width: 100%; max-width: 100%}
  .seccion-amenidades ul li{font-size: 10px}
  .seccion-amenidades ul li b{font-size: 32px}
  .sinpaddingright {
    padding-right: 15px !important;
  }
  .seccion-departamentos p{width: 100%; text-align: center;}
  .seccion-departamentos .titulo{margin-top: 30px; text-align: center; font-size: 25px}
  .seccion-departamentos .c-boton {
      text-align: center;
  }
  .seccion-departamentos p br{display: none}
  .seccion-departamentos .info.dos{margin-top: 50px; padding-bottom: 30px; border-top:1px solid #003a48; padding-top: 8px}
  .seccion-resort .subtitulo{font-size: 16px; line-height: 1.23}
  .seccion-resort .titulo{font-size: 30px; letter-spacing: 10px}
  .inicio-1 .arrow.left{width: 25px}
  .inicio-1 .arrow.right{width: 25px}
  .inicio-1{height: 380px}
  .amenidades .titulo{font-size: 29px; margin-bottom: 30px; letter-spacing: 10px}
  .amenidades .subtitulo{font-size: 12px}
  .amenidades ul li{font-size: 16px}
  .amenidades ul{display: inline-block;}
  .amenidades{text-align: center; padding-bottom: 50px}
  .ubicacion{height: 320px; background-image: url('../img/fondo-ubicacion-movil.jpg');}
  .ubicacion .info .subtitulo{font-size: 16px; text-align: center;}
  .ubicacion .info .titulo{font-size: 20px; letter-spacing: 6px; text-align: center;}
  .ubicacion .info {
      position: absolute;
      left: 50%;
      top: 50%;
      right: inherit;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      width: 80%;
      text-align: center;
  }
  .contacto{text-align: center;}
  .contacto .titulo{font-size: 29px; letter-spacing: 10px; text-align: center;}
  .contacto .info{font-size: 16px; text-align: center; margin-bottom: 30px}
  .contacto .info-2{font-size: 16px; text-align: center; margin-bottom: 50px}
  .contacto .c-logo{text-align: center; margin-bottom: 50px}
  .contacto .solicita{text-align: center;}
  footer{text-align: center;}
  footer .c-logo {
      padding-left: 0; text-align: center;
  }
  footer h3{margin-top: 30px; margin-bottom: 30px; text-align: center;}
  footer ul{text-align: center;}
  footer ul li{font-size: 13px; text-align: center;}
  footer ul li.redes img{width: 20px}
  .loader img{width: 80px}

}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{

}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
.nav>li>a{font-size: 14px}
.nav-stacked>li+li{margin-left: 12px}
header ul li{margin-right: 12px}
.seccion-2 .titulo{font-size: 40px; letter-spacing: 10px}
}

@media (max-width:991px){

}
@media (min-width:992px){
}
@media (min-width:768px) and (max-height:660px){

}
@media (min-width:768px) and (max-height:500px){

}
@media (min-width:768px) and (max-height:767px)
{

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

}
@media (min-width:1600px){
}
@media (min-width:1200px) and (max-width:1600px)
{

}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}
