@charset "utf-8";

/* CSS Document */
body {
  padding: 0px;
  margin: 0px;
  background: #fff;
  font-size: 16px;
  color: #000;
  font-family: 'Montserrat-Regular';
  line-height: 20px;
  letter-spacing: 0.2px;
}

body.over {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, audio, video, source {
  display: block;
  margin: 0;
  padding: 0;
}

a, img {
  border: medium none;
}

a {
  color: #151335;
  text-decoration: none;
}

div {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

a {
  color: #151335;
  outline: none;
}

ul, li {
  list-style: none;
}

a:focus, :focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
  line-height: 1px;
  padding: 0px;
  height: 0px;
  font-size: 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.anim {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.anim2 {
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.row {
  width: 1170px;
  margin: auto;
  padding: 0px;
}

.row1 {
  width: 1290px;
  margin: auto;
  padding: 0px;
}

.m-r-0 {
  margin-right: 0px !important;
}

section {
  margin-bottom: 0;
}


/*varsha*/
/* Alert Notification */
.informacio-sc {
  position: relative;
  float: left;
  width: 100%;
  background: #EC994B;
  padding: 9px 0 12px 0;
  text-align: center;
}

/* .informacio-sc .row {  position:relative; float:left; max-width: 100%; padding:0px; } */
.informacio-sc .informacio-cnt {
  position: relative;
  float: left;
  width: 100%;
}

.sc-text {
  display: flex;
  float: left;
  width: 100%;
  background: url(../images/ico-info.svg) no-repeat 0px center;
  padding: 0 45px 0 35px;
  min-height: 27px;
  align-items: center;
}

.sc-text p {
  float: left;
  width: 100%;
  font-size: 13px;
  font-family: 'Montserrat-Regular';
  color: #151335;
  text-align: left;
  line-height: 20px;
  position: relative;
}

.sc-text p span {
  font-family: 'Montserrat-ExtraBold';
}

.sc-text p strong {
  font-family: 'Montserrat-ExtraBold';
}

.sc-text a {
  color: #151335;
}

.sc-text a:hover {
  text-decoration: none;
}

.info-close {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  line-height: 0px;
}

.info-close:hover {
  opacity: 0.7;
}

/* Menu css */
#mysidebarmenu {
  display: none;
  float: left;
  width: 100%;
  padding-top: 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  overflow: auto;
}

#mysidebarmenu .row {
  padding: 0 50px;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open header::after, body.menu-open .is-sticky header::after {
  position: absolute;
  content: '';
  background-image: url(../images/bg-menu.jpg);
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 10;
}

.menu {
  float: left;
  width: 47%;
  position: relative;
  padding-bottom: 50px;
}

.menu li {
  float: left;
  width: 100%;
}

.menu li a {
  color: #FFFFFF;
  display: block;
  font-size: 36px;
  line-height: 45px;
  padding: 18px 50px 5px 0;
  position: relative;
  text-decoration: none;
  font-family: 'Montserrat-Light';
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.menu li a.subitems {
  background: url(../images/ico-flecha.svg) no-repeat right 31px;
}

.menu li.selected a, .menu li a:hover {
  color: #EC994B;
  font-family: 'Montserrat-Bold';
}

.menu li.selected a.subitems, .menu li a.subitems:hover {
  background-image: url(../images/ico-flecha-on-nova.svg);
}

.menu li a.subitems.active {
  background-image: url(../images/ico-flecha-abajo.svg);
  color: #EC994B;
  font-family: 'Montserrat-Bold';
}

.menu li ul.subitems {
  position: relative;
  left: 3rem;
}

.menu li ul.subitems a {
  font-size: 20px;
  line-height: revert;
}

.men-rgt {
  float: right;
  width: 39%;
  background: url(../images/bg-menu-contacto.svg) no-repeat 193px, #151335;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-top: 25px;
  padding: 70px 70px 50px;
}

.men-rgt a.qr-btn {
  color: #151335;
  padding: 14px 5px 14px 15px;
  line-height: 20px;
  display: inline-block;
  font-size: 23px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: all 0.5s ease;
  background: #fff;
  letter-spacing: 1px;
  width: 280px;
  height: 50px;
  text-align: center;
}

.menu li a::after {
  display: block;
  content: attr(title);
  font-family: 'Montserrat-ExtraBold';
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.m-app-pad {
  float: left;
  width: 100%;
}

.m-app, .m-addr {
  float: left;
  width: 100%;
  padding-bottom: 52px;
}

.men-rgt .img-box {
  float: left;
  width: 100%;
}

.men-rgt .img-box div {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}

.men-rgt .img-box div img {
  float: left;
  width: 100%;
}

.m-addr p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: 'Montserrat-Regular';
}

.m-addr p span {
  color: #EC994B;
  font-family: 'Montserrat-SemiBold';
}

.m-addr p strong {
  color: #EC994B;
  font-family: 'Montserrat-SemiBold';
}

.m-addr p a {
  color: white;
  line-height: 25px;
  font-family: 'Montserrat-SemiBold';
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.m-addr p a:hover {
  color: #EC994B;
}

.m-social, .m-social ul {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 0.5rem;
}

.m-social ul li {
  float: none;
  display: inline-block;
  margin-right: 30px;
}

.m-social ul li img {
  float: none;
  display: inline-block;
  height: 30px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.m-social ul li img:hover {
  opacity: 0.9;
}

.m-addr h2, .m-social h2 {
  font-family: 'Montserrat-bold';
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 24px;
}

.m-addr h3 {
  font-family: 'Montserrat-Bold';
  color: white;
}

.m-addr h4 {
  font-family: 'Montserrat-Medium';
  color: white;
  padding-bottom: 2rem
}

/* Header css */
.bann-top {
  position: relative;
  float: left;
  width: 100%;
}

header {
  float: left;
  width: 100%;
  background: none;
  position: absolute;
  z-index: 9999999;
}

.hdr-pad {
  float: left;
  width: 100%;
  padding: 45px 0;
}

.logo-top {
  float: left;
  position: relative;
  z-index: 100;
  line-height: 0px;
}

img.stick-logo {
  display: none;
}

.sticky-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.hdr-rht {
  float: right;
  margin: 9px 0 0 0;
}

.hdr-rht ul li {
  float: left;
  margin-left: 30px;
  padding-right: 0px;
}

.hdr-rht ul li:first-child {
  margin-left: 0;
}

.hdr-rht ul li:last-child {
  margin-left: 45px;
}

.hdr-rht ul li:nth-child(2) {
  margin-left: 40px;
  margin-right: 2px;
}

.hdr-rht ul li a.haz {
  color: #fff;
  padding: 7px 5px 6px 5px;
  line-height: 18px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: all 0.5s ease;
  letter-spacing: 1px;
  width: 184px;
  height: 34px;
  text-align: center;
}

.hdr-rht ul li a.haz:hover {
  background: #151335;
  border: 1px solid #151335;
}

.hdr-rht ul li a {
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.hdr-rht ul li a.fb {
  background: url(../images/ico-facebook-fb-white.svg) no-repeat 0 0;
  display: inline-block;
  width: 10px;
  height: 18px;
  margin-top: 6px;
}

.hdr-rht ul li a.utube {
  background: url(../images/ico-youtube.svg) no-repeat 0 0;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-top: 6px;
}

.hdr-rht ul li a.inst {
  background: url(../images/ico-instagram-wht.svg) no-repeat 0 0;
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-top: 6px;
}

.hdr-rht ul li a.fb:hover, .hdr-rht ul li a.inst:hover, .hdr-rht ul li a.utube:hover {
  opacity: 0.8;
}

.head_app a:hover img {
  opacity: 0.6;
}

a.menu-line {
  display: inline-block;
  width: 35px;
  height: 36px;
  cursor: pointer;
  text-decoration: none;
}

a.menu-line i {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 2px;
  color: #fff;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
  font-size: 14px;
  font-style: normal;
  line-height: 2px;
}

a.menu-line i::before, a.menu-line i::after {
  content: '';
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

a.menu-line i::before {
  top: -7px;
}

a.menu-line i::after {
  bottom: -7px;
}

a.menu-line.active i {
  background: transparent !important;
}

a.menu-line.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

a.menu-line.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.is-sticky header {
  background: #FFFFFF;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.is-sticky .hdr-pad {
  padding: 20px 0;
}

.is-sticky header a.menu-line i {
  color: #151335;
  background: #151335;
}

.is-sticky header .menu-line.active i {
  background: #fff;
}

.is-sticky header a.menu-line i::before, .is-sticky header a.menu-line i::after {
  background: #151335;
}

.is-sticky header img.desk-logo, body.menu-open .is-sticky header img.stick-logo {
  display: none;
}

.is-sticky header img.stick-logo, body.menu-open .is-sticky header img.desk-logo {
  display: block;
}

body.menu-open a.menu-line {
  position: relative;
  z-index: 100;
}

body.menu-open a.menu-line i::before, body.menu-open a.menu-line i::after, body.menu-open .is-sticky header a.menu-line i::before, body.menu-open .is-sticky header a.menu-line i::after {
  background: #FFFFFF !important;
  z-index: 100;
}

body.menu-open .is-sticky header .menu-line.active i {
  background: none !important;
}

body.menu-open .is-sticky header {
  width: 100% !important;
}


.is-sticky .hdr-rht ul li a.haz::after {
  color: #00addf;
  border: 1px solid #00addf;
}

.is-sticky .hdr-rht ul li a.haz:hover {
  color: #ffffff;
}

.is-sticky .hdr-rht ul li a.haz:hover::after {
  color: #EC994B;
  border: 1px solid #EC994B;
}

.is-sticky .hdr-rht ul li a.fb {
  background: url(../images/ico-facebook-fb.svg) no-repeat 0 0;
}

.is-sticky .hdr-rht ul li a.inst {
  background: url(../images/ico-instagram-brn.svg) no-repeat 0 0;
}

.is-sticky .hdr-rht ul li a.utube {
  background: url(../images/ico-youtube-ico.svg) no-repeat 0 0;
}

body.menu-open header, body.menu-open header.inn-hdr {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}

body.menu-open .is-sticky header {
  background: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0)
}

body.menu-open .hdr-pad, body.menu-open .is-sticky .hdr-pad {
  padding: 45px 0;
}

body.menu-open .hdr-pad .logo-top a {
  float: left;
  width: 100%;
}

body.menu-open .hdr-pad .logo-top .desk-logo {
  float: left;
  width: 100%;
  display: block;
}

body.menu-open .hdr-rht ul li {
  display: none;
}

body.menu-open .hdr-rht ul li.last {
  display: block;
}

body.menu-open .hdr-pad .logo-top .stick-logo {
  display: none;
}

.banner-home {
  float: left;
  width: 100%;
  background: rgb(241, 138, 0);
  position: relative;
}

.banner-home:after {
  content: "";
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  top: 0;
}

/* .banner-home:before{content: "";position: absolute;width: 239px; z-index: 9; background: url(../images/mapa-tenerife.svg) no-repeat;height:227px;right: 100px;bottom: 60px;} */

/*** Inner Header ***/
.inn-bann-top {
  position: relative;
  float: left;
  width: 100%;
}

.inn-bann-top .sticky-wrapper {
  position: relative;
}

.inn-hdr {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 173, 223, 0.3);
  padding: 0;
}

.inn-hdr .hdr-pad, .is-sticky .inn-hdr .hdr-pad {
  padding: 20px 0;
}

.inn-hdr a.menu-line i {
  color: #373C5A;
  background: #373C5A;
}

.inn-hdr .menu-line.active i {
  background: none;
}

.inn-hdr a.menu-line i::before, .inn-hdr a.menu-line i::after {
  background: #373C5A;
}

header.inn-hdr .hdr-rht ul li a.fb {
  background: url(../images/ico-facebook-btop.svg) no-repeat 0 0;
}

header.inn-hdr .hdr-rht ul li a.inst {
  background: url(../images/ico-instagram-btop.svg) no-repeat 0 0;
}

.is-sticky header.inn-hdr .hdr-rht ul li a.fb {
  background: url(../images/ico-facebook-blue.svg) no-repeat 0 0;
}

.is-sticky header.inn-hdr .hdr-rht ul li a.inst {
  background: url(../images/ico-instagram-blue.svg) no-repeat 0 0;
}

header.inn-hdr .hdr-rht ul li a.haz {
  color: #373C5A;
  border: 1px solid #373C5A;
}

header.inn-hdr .hdr-rht ul li a.haz:after {
  color: #373C5A;
  border: 1px solid #373C5A;
}

header.inn-hdr .hdr-rht ul li a.haz:hover {
  background: #EC994B;
  color: #FFFFFF;
  border: 1px solid #EC994B;
}

header.inn-hdr .hdr-rht ul li a.haz:hover:after {
  color: #EC994B;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.is-sticky header.inn-hdr .hdr-rht ul li a.haz {
  border: 1px solid #00addf;
  color: #00addf;
}

.is-sticky header.inn-hdr .hdr-rht ul li a.haz::after {
  color: #00addf;
  border: 1px solid #00addf;
}

.is-sticky header.inn-hdr .hdr-rht ul li a.haz:hover {
  border: 1px solid #EC994B;
  color: #ffffff;
}

.is-sticky header.inn-hdr .hdr-rht ul li a.haz:hover::after {
  color: #EC994B;
  border: 1px solid #EC994B;
}

body.menu-open header.inn-hdr .logo-top img.desk-logo {
  display: none;
}

body.menu-open header.inn-hdr .logo-top img.stick-logo {
  display: block;
}

.is-sticky header.inn-hdr img.desk-logo {
  display: block;
}

.is-sticky header.inn-hdr img.stick-logo {
  display: none;
}

/* progress bar */
.slider-progress {
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0px;
  z-index: 999;
}

.slider-progress .progress_bar {
  width: 0%;
  height: 8px;
  background: #EC994B;
}

.slider-count {
  position: absolute;
  bottom: 90px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-family: 'HelveticaNowDisplayLight';
  line-height: 40px;
}

.slider-count span {
  padding: 0 5px;
}

/* Footer css */
footer {
  clear: both;
  float: left;
  width: 100%;
  padding: 55px 0 45px;
  background: #354060 url(../images/footer-linea-arco-iris.png) no-repeat top center;
  background-size: 100% 6px;
}

.f-addr {
  clear: both;
  float: left;
  width: 55%;
  padding-right: 5%;
  letter-spacing: 0.2px;
}

.f-logo, .f-logo img {
  float: left;
  width: 55%;
  padding-bottom: 1.75rem;
}

.f-info {
  float: left;
  max-width: 350px;
  width: 100%;
}

.f-info h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  font-family: 'Montserrat-ExtraBold';
}

.f-info h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  font-family: 'Montserrat-Regular';
  padding-bottom: 1.5rem;
}

.f-info p, .f-info span {
  font-size: 14px;
  font-family: 'Montserrat-Light';
  line-height: 25px;
  color: #fff;
}

.f-info a {
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.f-info span {
  display: inline-block;
  clear: both;
}

.f-info span.sep {
  margin: 0 5px;
}

.f-info span.email {
  font-family: 'Montserrat-SemiBold';
}

.f-info strong {
  display: inline-block;
  clear: both;
  font-family: 'Montserrat-SemiBold';
}

.f-info a {
  color: #fff;
  text-decoration: none;
}

.f-info a:hover {
  color: #EC994B;
}

.f-social {
  float: left;
  padding: 10px 50px 45px 0;
  width: 45%;
}

.f-social ul {
  /* float: left; */
  width: 100%;
  /* display: flex; */
  flex-wrap: wrap;
}

.f-social li {
  float: left;
  margin-right: 3rem;
}

.f-social li:last-of-type {
  margin: 0;
}

.f-social li img {
  float: left;
  height: 25px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.f-social li:hover img {
  opacity: 0.7;
}

.f-nav {
  clear: left;
  float: left;
  width: 52%;
  padding-right: 50px;
  padding-bottom: 15px;
}

.f-nav ul {
  float: right;
}

.f-nav li {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}

.f-nav li a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  line-height: 30px;
  font-family: 'Montserrat-ExtraBold';
}

.f-nav li a:hover {
  color: #EC994B;
}

.f-apps {
  float: left;
  width: 48%;
  padding-bottom: 25px;
}

.f-apps h2 {
  font-size: 19px;
  color: #ffffff;
  font-family: 'HelveticaNowDisplayBold';
  line-height: 26px;
  padding-bottom: 20px;
}

.f-apps .apps {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.f-apps .apps span {
  float: left;
  width: 110px;
  padding-top: 10px;
  font-size: 14px;
  color: #e0e6fc;
  font-family: 'HelveticaNowDisplayLight';
  line-height: 22px;
}

.f-apps .apps img {
  float: left;
  margin-right: 14px;
}

.f-btn {
  padding-bottom: 45px;
  display: flex;
  width: 55%;
}

.f-btn a {
  width: 100%;
}

.f-btn a img {
  padding: 0 2rem;
}

.rht-ftr-top {
  float: right;
  width: 40%;
  display: flex;
}

.f-btm {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 2rem;
}

.f-btm-nav {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.f-btm-nav li {
  padding-right: 160px;
  float: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'HelveticaNowDisplayLight';
  line-height: 25px;
  letter-spacing: 0.5px;
}

.f-btm-nav li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'HelveticaNowDisplayLight';
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.f-btm-nav li a:hover {
  color: #EC994B;
}

.f-apps li {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}

.f-apps li a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-family: 'Montserrat-ExtraBold';
}

.f-apps li a:hover {
  color: #EC994B;
}

.links-ftr {
  float: right;
  width: 42%;
}

.ftr-dtl {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

.btm-lft-ftr {
  float: left;
}

.btm-rht-ftr {
  float: right;
  width: 40%;
}

.f-btm-nav .btm-rht-ftr li {
  padding-right: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'HelveticaNowDisplayLight';
  line-height: 25px;
  letter-spacing: 0.5px;
}

.f-btm-nav .btm-rht-ftr li {
  float: left;
  width: 50%;
}

/*popup*/
.popup {
  width: 1000px;
}

.popup .popup-div {
  float: left;
  width: 100%;
  padding: 70px 50px 60px;
  position: relative;
}

.popup .popup-div::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 12px;
  background: url(../images/top-bg-line.png) no-repeat scroll top left;
}

.popup .popup-div h4 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #373c5a;
  padding-left: 150px;
  margin-bottom: 15px;
}

.popup .popup-div h1 {
  float: left;
  width: 100%;
  font-size: 72px;
  line-height: 82px;
  color: #373c5a;
  font-family: 'Montserrat-ExtraBold';
  padding-left: 150px;
  margin-bottom: 35px;
  position: relative;
}

.popup .popup-div h1::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 92px;
  height: 92px;
  background: url(../images/ico-coronavirus-arco-iris.svg) no-repeat scroll top left;
}

.popup .popup-div .covid-lst-popup {
  float: left;
  width: 100%;
  padding-left: 150px;
}

.popup .popup-div .covid-lst-popup ul {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.popup .popup-div .covid-lst-popup ul li {
  float: left;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}

.popup .popup-div .covid-lst-popup ul li::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  width: 21px;
  height: 16px;
  background: url(../images/covid-arw.svg) no-repeat scroll top left;
}

.popup .popup-div .covid-lst-popup ul li:last-child {
  margin-bottom: 0;
}

.popup .popup-div .covid-lst-popup .lnk-btn {
  float: left;
  padding-left: 40px;
}

.popup .popup-div .covid-lst-popup .lnk-btn a {
  float: left;
  padding: 0 70px 0 22px;
}

body.popup-main .fancybox-skin {
  padding: 0 !important;
}

body.popup-main .fancybox-close {
  background: url(../images/popup-close.svg) no-repeat scroll 0 0;
  width: 34px;
  height: 34px;
  top: 55px;
  right: 45px;
}


header.inn-hdr .hdr-rht ul li a.haz {
  border: 1px solid #00addf;
  color: #00addf;
}

header.inn-hdr .hdr-rht ul li a.haz::after {
  color: #00addf;
  border: 1px solid #00addf;
}

header.inn-hdr .hdr-rht ul li a.haz:hover {
  border: 1px solid #EC994B;
  color: #ffffff;
}

header.inn-hdr .hdr-rht ul li a.haz:hover::after {
  color: #EC994B;
  border: 1px solid #EC994B;
}

header.inn-hdr .hdr-rht ul li a.fb {
  background: url(../images/ico-facebook-blue.svg) no-repeat 0 0;
}

header.inn-hdr .hdr-rht ul li a.inst {
  background: url(../images/ico-instagram-blue.svg) no-repeat 0 0;
}

header.inn-hdr a.menu-line i {
  color: #00addf;
  background: #00addf;
}

header.inn-hdr .menu-line.active i {
  background: #fff;
}

header.inn-hdr a.menu-line i::before, header.inn-hdr a.menu-line i::after {
  background: #00addf;
}

.blog-inner-cnt .blog-inner-btm a.comparte:hover {
  opacity: 0.5;
}

.blog-inner-cnt .blog-inner-btm a.comparte {
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.lnk-btn {
  float: right;
  margin-top: 20px;
}

.inner-banner::after {
  background: none;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.5;
}

.menu-open header.inn-hdr .menu-line.active i {
  background: none;
}

.escondite {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.escondite-top {
  float: left;
  width: 100%;
  padding-bottom: 70px;
}

em {
  font-family: 'Montserrat-Medium';
  font-size: 35px;
  font-style: initial;
}

.escondite-top a {
  color: #FFFFFF;
  float: right;
  padding: 10px 35px 10px 35px;
  line-height: 18px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  border: 1px solid #EC994B;
  border-radius: 25px;
  transition: all 0.5s ease;
  background: #EC994B;
  letter-spacing: 1px;
  width: auto;
  height: 40px;
  text-align: center;
}

.escondite-top a:hover {
  background: #0096D8;
  border: 1px solid #EC994B;
}

.escondite-top h2 {
  font-family: 'Montserrat-ExtraBold';
  color: #151335;
  font-size: 35px;
  line-height: 42px;
  float: left;
}

.escondite .row>p {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #151335;
  width: 90%;
  float: left;
  padding-bottom: 40px;
}

.escondite p strong {
  font-family: 'Montserrat-ExtraBold';
}

.escondite p span {
  font-family: 'Montserrat-ExtraBold';
}

.escondite ul {
  float: left;
  width: 100%;
  padding: 37px 0 15px 0;
  border-top: 1px solid #15133538;
}

.escondite ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.escondite ul li:nth-child(3n-3) {
  margin-right: 0;
}

.escondite ul li h6 {
  font-size: 16px;
  line-height: 24px;
  color: #151335;
  padding-bottom: 36px;
  min-height: 135px;
}

.escondite ul li h6 strong {
  font-family: 'Montserrat-ExtraBold';
}

.escondite ul li ul {
  float: left;
  width: 100%;
  padding-top: 0;
}

.escondite ul li ul li {
  width: 100%;
  float: left;
  cursor: default;
  margin-right: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 0;
  border-bottom: 1px solid #151335;
  color: #151335;
  padding-left: 70px;
}

.cnt-banner {
  float: left;
  width: 100%;
}

.inspira h3 {
  float: left;
  margin-bottom: 1rem;
  font-family: 'Montserrat-Bold';
  color: #151335;
}

.inspira ul {
  padding: 0 0 15px 0;
  border-top: 0;
}

.inspira .contenedor>ul>li {
  border-top: 3px solid #151335;
}

.inspira ul>li .header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  padding: 10px 0;
  border-bottom: 1px solid #151335;
}

.inspira ul>li .header img {
  height: 32px;
}

.inspira ul>li .header p {
  font-family: 'Montserrat-Bold';
  line-height: 22px;
  color: #151335;
  width: 74%;
}

.blog {
  float: left;
  width: 100%;
  background: #fae9cb;
  padding: 55px 0 90px 0;
}

.blg-hdng {
  float: left;
  width: 100%;
  padding-bottom: 57px;
  position: absolute;
}

.blg-hdng h3 {
  font-family: 'Montserrat-ExtraBold';
  color: #151335;
  font-size: 35px;
  line-height: 42px;
  float: left;
}

.blg-hdng a {
  color: #FFFFFF;
  float: right;
  padding: 10px 35px 10px 35px;
  line-height: 18px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  border: 1px solid #EC994B;
  border-radius: 25px;
  transition: all 0.5s ease;
  background: #EC994B;
  letter-spacing: 1px;
  width: auto;
  height: 40px;
  text-align: center;
}

.blg-hdng a:hover {
  background: #0096D8;
  border: 1px solid #0096D8;
}


.blg-cont {
  float: left;
  background: #fff;
  width: 100%;
  min-height: 275px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 24px 32px;
}

.blg-cont a.blg-ttl {
  float: left;
  width: 100%;
  text-align: left;
  color: #151335;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 133px;
  font-family: 'Montserrat-Bold';
}

.blog ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.blg-img {
  float: left;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.blg-img img {
  float: left;
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.blog ul li:hover .blg-img img {
  transform: scale(1.02);
}

.ver-mas-btn {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 20px;
}

.ver-btn {
  float: left;
  font-size: 15px;
  line-height: 26px;
  color: #151335;
  font-family: 'Montserrat-Bold';
  padding-left: 40px;
  position: relative;
}

.ver-btn:after {
  position: absolute;
  content: "";
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  top: -3px;
  left: 0;
  background: #f2bf6c url(../images/plus.png) no-repeat center center;
}

.blog ul li:hover .ver-btn:after {
  background-color: #151335;
}

.ver-share {
  float: right;
  background: url(../images/ico-compartir.svg) no-repeat center center;
  width: 20px;
  height: 22px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  background-size: 100%;
  margin-right: 50px;
  position: relative;
}

.blog ul li:hover .ver-share {
  background: url(../images/ico-compartir-share.svg) no-repeat center center;
  background-size: 100%;
}

.blog ul li:nth-child(3n-3) {
  margin-right: 0;
}

.blog ul li:nth-child(3n-3) .blg-cont a.blg-ttl {
  padding-bottom: 65px;
}

.blog ul li:nth-child(2n-2) .blg-cont a.blg-ttl {
  padding-bottom: 55px;
}

.blg-cont p {
  font-size: 18px;
  line-height: 24px;
  color: #946a74;
  float: left;
  text-align: left;
  width: 100%;
  padding-bottom: 40px;
}


.social-wall {
  float: left;
  width: 100%;
  background: url(../images/social-wall-bg.jpg) no-repeat;
  background-size: cover;
  padding: 48px 0;
}

.scl-top {
  float: left;
  width: 100%;
}

.social-wall h5 {
  font-family: 'Montserrat-ExtraBold';
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  float: left;
  padding-top: 17px;
}

.trip-logo {
  float: right;
}

.trip-logo p {
  font-family: 'Montserrat-Medium';
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 5px;
}

.social-wall ul li {
  float: left;
  width: 48.7%;
  margin-right: 2.6%;
  padding-bottom: 18px;
  padding-bottom: 18px;
}

.social-wall ul li:nth-child(2n-2) {
  margin-right: 0;
}

.social-img {
  float: left;
  width: 135px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.social-wall ul li:hover .social-img img {
  transform: scale(1.05);
}

.social-img img {
  float: left;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.social-cont {
  float: left;
  width: calc(100% - 135px);
  background: #fff;
  padding: 22px 25px 23px 64px;
  color: #151335;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.social-cont h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Montserrat-Bold';
  padding-bottom: 6px;
  position: relative;
}

.social-cont h6:after {
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
  background: url(../images/quotes.svg) no-repeat left top;
  width: 27px;
  height: 22px;
}

.social-cont h6 span {
  font-size: 19px;
  font-family: 'Montserrat-Light';
  padding: 0 4px 0 6px;
  line-height: 19px;
}

.social-cont p {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  line-height: 20px;
  color: #743746;
}

.scl-wl-all {
  float: left;
  width: 100%;
  display: flex;
}

.social-wall ul {
  float: left;
  width: 100%;
  padding-top: 44px;
}

.siguenos-li {
  float: left;
  width: 100%;
  padding: 20px 0 40px;
}

.siguenos-li li {
  float: left;
  width: calc(16.6% - 11px);
  margin: 0 15px 15px 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.siguenos-li li:nth-child(1), .siguenos-li li:nth-child(2) {
  width: calc(33.33% - 11px);
}

.siguenos-li li:nth-child(4), .siguenos-li li:nth-child(6) {
  margin-right: 0px;
}

.siguenos-li li img {
  float: left;
  width: 100%;
  transition: all .5s ease;
}

.siguenos-li li:hover img {
  transform: scale(1.05);
}

.siguenos-li li::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0);
  transition: all .4s ease;
}

.siguenos-li li:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

.siguenos {
  float: left;
  width: 100%;
  padding: 60px 0 50px 0;
  background-color: #EC994B;
}

.siguenos h5 {
  font-family: 'Montserrat-ExtraBold';
  color: #151335;
  font-size: 35px;
  line-height: 42px;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.siguenos h6 {
  font-family: 'Montserrat-Medium';
  color: #EC994B;
  font-size: 25px;
  line-height: 30px;
  float: left;
  width: 100%;
  padding-bottom: 55px;
}

.gal-img {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.gal-img img {
  width: 100%;
  float: left;
  border-radius: 10px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.smm-ico {
  float: left;
  width: 100%;
  padding-bottom: 3rem;
  background-color: #EC994B;
}

.smm-ico ul li a {
  color: white;
  padding: 9px 14px 6px 44px;
  line-height: 21px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  border: 1px solid #EC994B;
  border-radius: 25px;
  transition: all 0.5s ease;
  background: #EC994B url(../images/ico-youtube-ico.svg) no-repeat 15px center;
  letter-spacing: 1px;
  width: auto;
  height: 42px;
  text-align: center;
}

.smm-ico {
  float: left;
  width: 100%;
}

.smm-ico ul li a:hover {
  background: #151335 url(../images/ico-youtube-wht.svg) no-repeat 15px center;
  color: #fff;
}

.smm-ico ul {
  float: left;
  width: 100%;
  text-align: center;
}

.smm-ico ul li {
  float: none;
  display: inline-block;
  margin: 0 25px 0 auto;
}

.smm-ico ul li.insta a {
  background: #EC994B url(../images/ico-instagram-wht.svg) no-repeat 18px center;
}

.smm-ico ul li.fb a {
  background: #EC994B url(../images/ico-facebook-fb-white.svg) no-repeat 20px center;
}

.smm-ico ul li.insta a:hover {
  background: #0096D8 url(../images/ico-instagram-wht.svg) no-repeat 18px center;
}

.smm-ico ul li.fb a:hover {
  background: #0096D8 url(../images/ico-facebook-fb-white.svg) no-repeat 20px center;
}

.quiro-ftr {
  float: left;
  width: 100%;
  background: url(../images/montanas.png) no-repeat 0 0;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 6px;
}

.quiro-ftr.noinici {
  float: left;
  width: 100%;
  background: #EC994B url(../images/montanas.png) no-repeat 0 0;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 6px;
}

.quiro-frm {
  display: flex;
  text-align: center;
  padding-top: 120px;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  min-height: 360px;
}

.quiro-frm h3 {
  width: 655px;
  margin: 0 auto;
  border: 0;
  padding: 0;
  transition: all 0.4s ease;
  background: none;
  font-family: 'Montserrat-ExtraBold';
  color: #151335;
  font-size: 27px;
  line-height: 42px;
  float: left;
  border-bottom: 5px solid #fff;
  text-align: center;
}

.quiro-frm a {
  color: #FFFFFF;
  padding: 9px 45px 6px 45px;
  line-height: 25px;
  display: inline-block;
  font-size: 22px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  border: 1px solid #151335;
  border-radius: 25px;
  transition: all 0.5s ease;
  background: #151335;
  letter-spacing: 1px;
  width: auto;
  height: 47px;
  text-align: center;
  margin-top: 40px;
}

.quiro-frm a:hover {
  background: #EC994B;
  border: 1px solid #EC994B;
}


.disp-actn {
  display: none;
}

.disp-none {
  display: none;
}


#testi.owl-carousel .owl-item img {
  width: 100% !important;
}

#testi.owl-carousel .owl-item .scl-wl-all {
  margin-bottom: 14px;
}

#testi.owl-carousel .owl-dots {
  bottom: 0;
}

#testi.owl-carousel .owl-dot {
  width: 50px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: 9999px;
  border-radius: 6px;
  border: 0;
}

#testi.owl-carousel .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}

.btm-non {
  display: none;
}

.escondite-top h2 br {
  display: none;
}

.blg-btm-btn {
  color: #FFFFFF;
  float: right;
  padding: 10px 35px 10px 35px;
  line-height: 18px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  border: 1px solid #151335;
  border-radius: 25px;
  transition: all 0.5s ease;
  background: #151335;
  letter-spacing: 1px;
  width: 100%;
  height: 40px;
  text-align: center;
}

.quiro-frm h3 br {
  display: none;
}

#testi {
  display: none;
}

.logo-mbl {
  display: none;
}

.blg-btm-btn {
  display: none;
}

/*-/-varsha*/


/* selvaraj */
.bredcrum {
  float: left;
  width: 100%;
  padding: 20px 0 20px 0;
  position: relative;
}

.bredcrum ul.bredcum-links {
  float: left;
}

.bredcrum ul.bredcum-links li {
  float: left;
  width: auto;
  color: #151335;
  font-size: 11px;
  line-height: 16px;
  position: relative;
  padding-right: 14px;
  margin-right: 10px;
  font-family: 'Montserrat-Regular';
  letter-spacing: 0.5px;
}

.bredcrum ul.bredcum-links li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.bredcrum ul.bredcum-links li:after {
  position: absolute;
  right: 0;
  top: 0px;
  content: "/";
  color: #151335;
  font-size: 11px;
}

.bredcrum ul.bredcum-links li:last-child:after {
  content: none;
}

.bredcrum ul.bredcum-links li a {
  float: left;
  width: auto;
  color: #151335;
  font-size: 11px;
  line-height: 16px;
  transition: all 0.5s ease;
  font-family: 'Montserrat-Regular';
  letter-spacing: 0.5px;
  color: #151335
}

.bredcrum ul.bredcum-links li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}


.reservar {
  width: 100%;
  float: left;
  padding: 25px 0 50px 0;
}

.reservar h2 {
  width: 100%;
  float: left;
  font-family: 'Montserrat-ExtraBold';
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 45px;
  letter-spacing: 1px;
  color: #151335;
}

.reservar p {
  width: 100%;
  float: left;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  line-height: 27px;
  color: #151335;
  letter-spacing: 0.5px;
}

.reservar p span {
  color: #39bdad;
}

.reservar p strong {
  color: #39bdad;
}

.estas-sec {
  width: 100%;
  float: left;
  background: #EC994B;
  padding: 90px 0 50px 0;
}

.estas {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.estas-acceso {
  width: 36%;
  float: left;
  margin-right: 4%;
}

.estas-acceso h2 {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  font-family: 'Montserrat-Bold';
  font-size: 32px;
  line-height: 45px;
  color: #151335;
}

.estas-form {
  width: 60%;
  float: right;
}

.estas-form h3 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  line-height: 28px;
  color: #151335;
}

.estas-form p {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 25px;
  color: #151335;
}

.condiciones {
  width: 100%;
  float: left;
}

.contact-form {
  width: 100%;
  float: left;
}

.contact-form ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.contact-form ul li:last-child {
  margin-bottom: 0;
}

.contact-form input[type="text"], .contact-form textarea {
  width: 100%;
  padding: 0px 22px;
  border: solid 1px #fff;
  color: #EC994B;
  height: 60px;
  line-height: 50px;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  background: #fff;
  letter-spacing: 0.5px;
  border-radius: 10px;
}

.contact-form input[type="text"]:focus, .contact-form textarea:focus {
  border: solid 1px #EC994B;
  background: #fff;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EC994B;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #EC994B;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #EC994B;
}

.contact-form textarea {
  height: 180px;
}

.contact-form input[type="submit"] {
  border-radius: 25px;
  cursor: pointer;
  margin-top: 2rem;
}

.contact-form input[type=checkbox]:not(old) {
  position: absolute;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  cursor: pointer;
  display: none;
  left: 3px;
  top: 22px;
}

.contact-form input[type=checkbox]:not(old)+label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8em;
  float: left;
  width: 100%;
  color: #151335;
  font-size: 12px;
  margin-top: 8px;
  font-family: 'Montserrat-Regular';
}

.contact-form input[type=checkbox]:not(old)+label>span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 14px 0 0;
  vertical-align: middle;
  border: 2px solid #151335;
  position: relative;
  background: transparent;
  border-radius: 25px;
}

.contact-form input[type=checkbox]:not(old):checked+label>span:before {
  content: '';
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background: #151335;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 25px;
}

.sub-butt {
  width: 100%;
  float: left;
  text-align: right;
}

.acep {
  float: left;
  width: 60%;
  margin-right: 5%;
}

.sub-butt {
  width: 20%;
  float: right;
}

.contact-form ul li .c-lft {
  width: 48.5%;
  float: left;
  margin-right: 3%;
}

.contact-form ul li .c-rgt {
  width: 48.5%;
  float: right;
}

.contact-form ul li .acep-full {
  width: 100%;
  float: left;
  padding: 15px 30px;
}

.contact-form ul li .wid-48 {
  float: left;
  width: 100%;
  position: relative;
}

.contact-form ul li .wid-48 img {
  position: absolute;
  top: 22px;
  right: 20px;
}

.calendar.actulitat {
  padding: 12px 20px;
  color: #282828;
  background: #ffffff;
  border-radius: 0px;
  font-size: 14px;
  border: 0px solid #d2d2d2;
  background: #fff;
  width: 100%;
  font-family: 'GothamNarrow-Book';
  margin-bottom: 0;
}

.social-icon {
  width: 100%;
  float: left;
  border-top: 1px solid #151335;
  padding-top: 36px;
  text-align: center;
}

.social-icon ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.social-icon ul li {
  width: auto;
  display: inline-block;
  margin-right: 90px;
}

.social-icon ul li:last-child {
  margin-right: 0;
}

.social-icon ul li a {
  width: 100%;
  float: left;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 25px;
  color: #151335;
  letter-spacing: 0.5px;
  transition: all .5s ease;
  position: relative;
}

.social-icon ul li a span {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.social-icon ul li a.ins span {
  background: url(../images/ico-instagram-brn.svg) no-repeat center left;
  width: 31px;
  height: 30px;
  background-size: cover;
}

.social-icon ul li a.fb span {
  background: url(../images/ico-facebook-fb.svg) no-repeat center left;
  width: 15px;
  height: 30px;
  background-size: cover;
}

.social-icon ul li a.you-tube span {
  background: url(../images/ico-youtube-ico.svg) no-repeat center center;
  width: 32px;
  height: 22px;
  background-size: cover;
}

.social-icon ul li:hover a {
  opacity: 0.6;
}

/*faq-sec*/
.faq-sec {
  width: 100%;
  float: left;
  padding: 20px 0 40px 0;
}

.faq-sec h2 {
  width: 100%;
  float: left;
  color: #151335;
  font-family: 'Montserrat-Bold';
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1px;
  padding-bottom: 45px;
}

.faq-sec h3 {
  width: 100%;
  float: left;
  color: #151335;
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 30px 0 30px 40px;
  border-top: 3px solid #151335;
}

.contact-form .select_box {
  width: 100%;
  padding: 0px 22px;
  border-radius: 10px;
  background: #fff;
  border: solid 1px #fff;
  color: #EC994B;
  height: 60px;
  line-height: 50px;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  letter-spacing: 0.5px;
}

.contact-form ul li .sbHolder {
  background: none;
  border: 1px solid #fff;
  font-family: 'Montserrat-SemiBold';
  background: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 10px;
  line-height: 48px;
}

.contact-form ul li .sbSelector {
  color: #EC994B;
  padding: 0px 22px;
  height: 60px;
  line-height: 60px;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
}

.contact-form ul li .sbToggle {
  background: url(../images/down-arrow-blk.svg) no-repeat scroll 0 0;
  height: 14px;
  right: 22px;
  top: 26px;
  width: 15px;
  opacity: 1;
  background-size: 100%;
}

.contact-form ul li .sbOptions {
  width: 100% !important;
  padding: 0;
}

.contact-form ul li .sbOptions li {
  padding: 0px;
}

.contact-form ul li .sbOptions li a {
  text-align: left;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 25px;
  color: #151335;
  letter-spacing: 0.5px;
  padding: 10px 20px;
}

.contact-form ul li .sbToggle.sbToggleOpen {
  transform: rotate(180deg);
}

.list-ado {
  width: 100%;
  float: left;
  background: #EC994B;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 100px;
}

.list-ado h4 {
  width: 100%;
  float: left;
  color: #EC994B;
  font-family: 'Montserrat-Bold';
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.list-ado h4 span {
  font-size: 13px;
  line-height: 24px;
  font-family: 'Montserrat-Regular';
  display: block;
}

.list-ado ul {
  width: 100%;
  float: left;
}

.list-ado ul li {
  width: 100%;
  float: left;
}

.list-ado ul li.pvp-title {
  width: 100%;
  float: left;
  padding: 0;
}

.list-ado ul li.pvp-title h5 {
  width: 100%;
  float: left;
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  line-height: 25px;
  color: #151335;
  text-align: right;
  border-bottom: 3px solid #151335;
  padding: 0 30px 15px 30px;
}

.list-ado ul li h6 {
  width: 100%;
  float: left;
  font-family: 'Montserrat-Bold';
  font-size: 15px;
  line-height: 24px;
  color: #151335;
  text-align: left;
  padding-right: 50px;
}

.list-ado ul li>p {
  width: 90%;
  float: left;
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  line-height: 20px;
  color: #151335;
  text-align: left;
  margin-top: 1rem;
  padding-right: 50px;
  letter-spacing: normal;
}

.list-ado ul li ul {
  width: 100%;
  float: left;
  display: flex;
  border-bottom: 1px solid #151335;
  padding: 10px 0 10px 0;
}

.list-ado ul li ul li {
  width: 32%;
  float: left;
  padding: 0;
}

.list-ado ul li ul li:last-child {
  width: 68%;
  float: left;
  padding: 0;
}

.list-ado ul li ul li ul.noche {
  width: 100%;
  float: left;
  border-bottom: 1px solid #decabf;
  margin-bottom: 10px;
  padding: 0;
  justify-content: space-between;
}

.list-ado ul li ul li ul.noche:last-child {
  border-bottom: none;
}

.list-ado ul li ul li ul.noche li:first-child {
  width: calc(100% - 145px);
  float: left;
  padding: 0 0 10px 0;
}

.list-ado ul li ul li ul.noche li:last-child {
  width: 145px;
  float: right;
  padding: 0 0 12px 0;
  border-bottom: none;
  margin-left: 0.75rem
}

.list-ado ul li ul li ul.noche li p {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #EC994B;
  font-family: 'Montserrat-Regular';
  font-weight: 600;
}

.list-ado ul li ul li ul.noche li span {
  color: #0096D8;
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  line-height: 28px;
}

.list-ado ul li:last-child ul {
  border-bottom: none;
}

/* .pos-commercial{ width: calc(100% - 80px); float: left; border-top: 1px solid #e0d4d7; padding: 15px 0 0 0; margin: 20px 40px 0 40px;} */
.pos-commercial h4 {
  width: 100%;
  float: left;
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  line-height: 25px;
  color: #151335;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.pos-commercial p {
  width: 100%;
  float: left;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.pos-commercial a {
  width: auto;
  display: inline-block;
  padding: 12px 30px;
  background: #f2bf6c;
  border-radius: 25px;
  color: #EC994B;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Montserrat-Bold';
  letter-spacing: 1px;
  margin-top: 30px;
  transition: all .5s ease;
}

.pos-commercial a:hover {
  background: #EC994B;
  color: #fff;
}

.sbHolder .sbOptions li:hover {
  background: #EC994B;
  color: #fff;
}

.sbHolder .sbOptions li:hover a {
  color: #fff;
}


/* From here you can start to copy */
.calendar.actulitat {
  padding: 12px 20px;
  color: #282828;
  background: #ffffff;
  border-radius: 0px;
  font-size: 14px;
  border: 0px solid #d2d2d2;
  background: #fff;
  width: 100%;
  font-family: 'Montserrat-Regular';
  margin-bottom: 0;
}

#ui-datepicker-div.ui-datepicker {
  background: #ffffff;
  border-radius: 0px;
  z-index: 999999 !important;
}

#ui-datepicker-div .ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #EC994B;
  margin-bottom: 10px;
}

#ui-datepicker-div .ui-datepicker-prev, .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

#ui-datepicker-div .ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

#ui-datepicker-div .ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

#ui-datepicker-div .ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

#ui-datepicker-div .ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

#ui-datepicker-div .ui-datepicker-prev:after, #ui-datepicker-div .ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

#ui-datepicker-div .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-next:hover, #ui-datepicker-div .ui-datepicker-prev:hover:after, #ui-datepicker-div .ui-datepicker-next:hover:after {
  border-color: #333333;
}

#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  font-size: 22px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  z-index: 99;
  position: relative;
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #525252;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
}

#ui-datepicker-div .ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 32px;
  width: 32px;
  font-size: 15px;
}

#ui-datepicker-div .ui-state-default:hover {
  color: #ffffff;
  background: #EC994B;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

#ui-datepicker-div .ui-state-highlight {
  color: #ffffff;
  background-color: #EC994B;
  border-radius: 50px;
}

#ui-datepicker-div .ui-state-active {
  color: #ffffff;
  background-color: #EC994B;
  border-radius: 50px;
}

#ui-datepicker-div .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.quiro-ftr.bg-clr {
  background: #EC994B url(../images/montanas.png) no-repeat 0 0;
  background-size: cover;
}

/* selvaraj */


/* Rajasekar css on 21-9-2021 */
/* descubrenos page */
.descub-slide {
  width: 100%;
  float: left;
  padding: 15px 0px 0px 0px;
}

.descub-slide h1 {
  font-family: 'Montserrat-ExtraBold';
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: #151335;
}

.descub-slide .flexslider .slides>li {
  height: auto;
}

.descub-slide .flexslider .slides {
  height: 564px !important;
}

.descub-slide .flexslider {
  border-radius: 10px;
  overflow: hidden;
}

.descub-slide .flexslider .slides li::after {
  display: none;
}

.descub-slide .flexslider .flex-control-nav {
  text-align: left;
  padding-left: 50px;
  bottom: 40px;
}

.descub-slide .flexslider .flex-control-nav li {
  margin: 0px 15px 0px 0px;
}

.descub-slide .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 8px;
  border: none;
  border-radius: 20px;
}

.descub-slide .flexslider .flex-control-nav li a:hover, .descub-slide .flexslider .flex-control-nav li a.flex-active {
  background: #EC994B;
}

.descub-cont-sec {
  width: 100%;
  float: left;
  padding: 55px 0px 95px 0px;
}

.descub-cont-lft {
  float: left;
  width: 40%;
  padding-right: 120px;
}

.descub-cont-lft h2 {
  font-family: 'Montserrat-Bold';
  font-size: 32px;
  line-height: 44px;
  color: #151335;
  margin-bottom: 50px;
}

.descub-cont-lft.fuera h2 {
  width: 67%;
}

.vista-div {
  float: left;
  width: 300px;
}

.vista-div img {
  float: left;
  width: 100%;
}

.descub-cont-rgt {
  float: left;
  width: 60%;
}

.descub-cont-rgt h3 {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  line-height: 26px;
  color: #151335;
  margin-bottom: 30px;
}

.descub-cont-rgt h4 {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 25px;
  color: #151335;
  margin-bottom: 30px;
}

.descub-cont-rgt p {
  font-family: 'Montserrat-Light';
  font-size: 15px;
  line-height: 22px;
  color: #151335;
  margin-bottom: 30px;
}

.descub-cont-rgt p strong {
  font-family: 'Montserrat-Bold';
}

.descub-facilities {
  float: left;
  width: 100%;
  margin: 15px 0px 55px;
  border-top: 3px solid #151335;
}

.descub-facilities ul {
  float: left;
}

.descub-facilities ul li {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  padding: 10px 0px 10px 18px;
}

.descub-facilities ul li .icon {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  max-width: 120px;
}

.descub-facilities ul li .text {
  width: 80%;
}

.descub-facilities ul li .text p {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  line-height: 20px;
}

.descub-facilities ul li h4 {
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  color: #151335;
  margin-bottom: 5px;
}

.descub-contacto {
  width: 100%;
  margin: 15px 0px 55px;
  border-top: 3px solid #151335;
  display: flex;
  flex-wrap: wrap;
}

.descub-contacto p {
  margin-top: 5px;
  font-family: 'Montserrat-Bold';
  font-size: 12px;
  width: 100%;
}

a.reserver-btn {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  background: #f2bf6c;
  border-radius: 100px;
  padding: 0px 45px;
  margin-top: 25px;
  font-size: 20px;
  color: #151335;
  font-family: 'Montserrat-Bold';
  letter-spacing: 1px;
  transition: all .5s ease;
}

a.reserver-btn:hover {
  background: #151335;
  color: #f2bf6c;
}

/* cerca page css */
.mapa-div {
  float: left;
  width: 100%;
}

.mapa-div img {
  float: left;
  width: 100%;
  border-radius: 10px;
}

.descub-cont-sec.cerca-cont .descub-cont-lft h2 {
  font-size: 28px;
  line-height: 40px;
}

.descub-cont-rgt.cerca-rgt h3 {
  font-family: 'Montserrat-Bold';
  font-size: 22px;
  line-height: 30px;
  color: #151335;
  margin-bottom: 35px;
}

.cerca-lst-cont {
  float: left;
  width: 100%;
  border-top: 3px solid #151335;
  padding-top: 5px;
  margin-bottom: 75px;
}

.cerca-lst-cont h4 {
  font-family: 'Montserrat-Bold';
  font-size: 13px;
  line-height: 26px;
  color: #151335;
  margin-bottom: 25px;
}

ul.cerca-lst {
  float: left;
  width: 100%;
}

ul.cerca-lst li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
  color: #151335;
  padding-left: 28px;
  position: relative;
}

ul.cerca-lst li:last-child {
  margin-bottom: 0px;
}

ul.cerca-lst li span.num {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'Montserrat-Bold';
}

ul.transpo-lst {
  float: left;
  width: 100%;
}

ul.transpo-lst li {
  float: left;
  width: 48%;
  margin-right: 4%;
}

ul.transpo-lst li:nth-child(2n-2) {
  margin-right: 0px;
}

ul.transpo-lst li .cerca-lst-cont {
  margin-bottom: 0px;
}

.cerca-lst-cont p {
  margin-bottom: 0px;
}

.cerca-btn-divs {
  float: left;
  width: 100%;
  margin-top: 30px;
}

ul.transpo-lst .cerca-btn-divs ul li {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
}

ul.transpo-lst .cerca-btn-divs ul li:last-child {
  margin-bottom: 0px;
}

a.cerca-btn {
  float: left;
  width: 100%;
  height: 34px;
  line-height: 32px;
  background: #f2bf6c;
  border-radius: 100px;
  padding: 0px 25px;
  font-size: 15px;
  color: #151335;
  font-family: 'Montserrat-Bold';
  letter-spacing: 1px;
  transition: all .5s ease;
  text-align: center;
}

a.cerca-btn:hover {
  background: #151335;
  color: #f2bf6c;
}

/* fuera page css */
.fuera-map {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0px 45px;
}

.fuera-map img {
  float: left;
  width: 100%;
}

a.llger-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: inline-block;
  height: 30px;
  line-height: 26px;
  background: none;
  border: 1px solid #151335;
  border-radius: 100px;
  padding: 0px 20px;
  font-size: 13px;
  font-family: 'Montserrat-SemiBold';
  color: #151335;
  letter-spacing: 0.5px;
  transition: all .5s ease;
  text-align: center;
}

a.llger-btn:hover {
  background: #151335;
  color: #f2bf6c;
}

.fuera-img-lst {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.fuera-img-lst li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.fuera-img-lst li:nth-child(3n-3) {
  margin-right: 0px;
}

.fuera-img-lst li img {
  float: left;
  width: 100%;
}

.fuera-img-lst li h2 {
  position: absolute;
  bottom: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #151335;
  font-family: 'Montserrat-Bold';
  left: 0px;
  right: 0px;
  margin: auto;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
}

/*inner menu*/
.bann-top.inner-menu {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d1bfc3;
}

.bann-top.inner-menu header {
  background: #FFFFFF;
  position: relative;
}

.bann-top.inner-menu .hdr-pad {
  padding: 20px 0;
}

.bann-top.inner-menu header a.menu-line i {
  color: #151335;
  background: #151335;
}

.bann-top.inner-menu header .menu-line.active i {
  background: #fff;
}

.bann-top.inner-menu header a.menu-line i::before, .bann-top.inner-menu .is-sticky header a.menu-line i::after {
  background: #151335;
}

.bann-top.inner-menu header img.desk-logo, body.menu-open .is-sticky .bann-top.inner-menu header img.stick-logo {
  display: none;
}

.bann-top.inner-menu header img.stick-logo, body.menu-open .is-sticky .bann-top.inner-menu header img.desk-logo {
  display: block;
}

.bann-top.inner-menu .sticky-wrapper {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.bann-top.inner-menu .hdr-rht ul li a.haz::after {
  color: #00addf;
  border: 1px solid #00addf;
}

.bann-top.inner-menu .hdr-rht ul li a.haz:hover {
  color: #ffffff;
}

.bann-top.inner-menu .hdr-rht ul li a.haz:hover::after {
  color: #EC994B;
  border: 1px solid #EC994B;
}

.bann-top.inner-menu .hdr-rht ul li a.fb {
  background: url(../images/ico-facebook-fb.svg) no-repeat 0 0;
}

.bann-top.inner-menu .hdr-rht ul li a.inst {
  background: url(../images/ico-instagram-brn.svg) no-repeat 0 0;
}

.bann-top.inner-menu .hdr-rht ul li a.utube {
  background: url(../images/ico-youtube-ico.svg) no-repeat 0 0;
}

.bann-top.inner-menu a.menu-line i::before, .bann-top.inner-menu a.menu-line i::after {
  background: #151335;
}

.contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #EC994B;
  opacity: 1;
}

.contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #EC994B;
  opacity: 1;
}

.contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #EC994B;
  opacity: 1;
}

.contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #EC994B;
  opacity: 1;
}


/* TE ESCUCHAMOS CSS */


.contact-form {
  float: left;
  width: 100%;
  background: #EC994B;
}

.contact-form.escuchar {
  padding: 80px 0 100px;
}

.contact-form .cont-form-cnt {
  float: left;
  width: 100%;
}

.contact-form .cont-form-cnt .cont-form-lft {
  float: left;
  width: 46%;
  margin-right: 8%;
}

.contact-form .cont-form-cnt .cont-form-rgt {
  float: left;
  width: 46%;
  margin-top: 55px;
  padding-bottom: 50px;
}

/* botó Enviar */
.contact-form.escuchar .sub-butt {
  width: 20%;
}

.contact-form.escuchar .sub-butt {
  background: #EC994B;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  height: 45px;
  line-height: 40px;
  border-radius: 25px;
  padding: 0px 27px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  border: 1px solid #EC994B;
  ;
  font-family: 'Montserrat-SemiBold';
  cursor: pointer;
  margin-top: 10px;
  letter-spacing: 1px;
}

.contact-form.escuchar .sub-butt a {
  color: #fff;
}

.contact-form.escuchar .sub-butt:hover {
  background: #151335;
  color: #fff;
  border: 1px solid #151335;
}

/* botó Google Maps */
.contact-form.escuchar .sub-butt.maps {
  width: 44%;
  float: unset;
}

.contact-form.escuchar .sub-butt.maps {
  background: #EC994B;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  padding: 0px 29px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  border: 1px solid #EC994B;
  font-family: 'Montserrat-SemiBold';
  cursor: pointer;
  margin-top: 25px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-align: center;
}

.contact-form.escuchar .sub-butt.maps a {
  color: #fff;
}

.contact-form.escuchar .sub-butt.maps:hover {
  background: #0096D8;
  border: 1px solid #0096D8;
}

/* botó Cómo llegar */
.cont-rgt-img .llegar {
  position: absolute;
  padding: 0;
  bottom: 35px;
  left: 30px;
}

.cont-rgt-img .llegar a {
  padding: 7px 14px;
}

/* RRSS */
.contact-form.escuchar ul li {
  margin-bottom: 0px;
}

.contact-form .cont-form-cnt .cont-form-lft h2 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  line-height: 28px;
  color: #151335;
  margin-bottom: 30px;
}

.form-box .frm-input {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.frm-input.checkbox {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.frm-input.checkbox:last-child {
  margin-bottom: 0;
}

.frm-input.checkbox input {
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 1px;
}

.frm-input label {
  color: #363636;
  cursor: pointer;
  font-size: 11px;
  position: relative;
  width: auto;
  line-height: 18px;
  display: inline-block;
}

.frm-input.checkbox label {
  font-family: 'HelveticaNowDisplayRegular';
  font-size: 14px;
  color: #363d59;
  line-height: 20px;
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  float: left;
  width: 100%;
}

.frm-input.checkbox label::before {
  background: none;
  border: 2px solid #151335;
  border-radius: 25px;
  content: "";
  height: 15px;
  left: 1px;
  position: absolute;
  top: 3px;
  transition: all 0.3s ease-in-out 0s;
  width: 15px;
}

.frm-input.checkbox label::after {
  background: none;
  border: 2px solid #151335;
  border-radius: 25px;
  content: "";
  height: 15px;
  left: 1px;
  position: absolute;
  top: 3px;
  transition: all 0.3s ease-in-out 0s;
  width: 15px;
}

.frm-input.checkbox input:checked+label::before {
  content: '';
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background: #151335 none repeat scroll 0 0;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 7px;
  left: 5px;
  border-radius: 25px;
}


.cntct-ckbox-btm {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.cntct-ckbox-btm .cntct-ckbox-lft {
  float: left;
  width: 70%;
  padding-left: 25px;
}

.cntct-ckbox-btm .cntct-ckbox-rht {
  float: left;
  width: 30;
}

.cntct-ckbox-btm .cntct-ckbox-rht .lnk-btn a {
  float: left;
}

.cont-form-rgt .cont-rgt-img {
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

.cont-form-rgt .cont-rgt-img img {
  float: left;
  width: 100%;
}

.cont-form-rgt .cont-rgt-cnt {
  float: left;
  width: 100%;
  padding-left: 30px;
}

.cont-form-rgt .cont-rgt-cnt h3 {
  float: left;
  width: 100%;
  color: #151335;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
}

.cont-form-rgt .cont-rgt-cnt p {
  float: left;
  width: 100%;
  color: #151335;
  font-size: 17px;
  line-height: 30px;
  font-family: 'Montserrat-regular';
}

.cont-form-rgt .cont-rgt-cnt p.telepo {
  font-family: 'Montserrat-bold';
}

.cont-form-rgt .cont-rgt-cnt a {
  float: left;
  color: #EC994B;
  transition: all .3s ease;
  width: 100%;
}

.cont-form-rgt a.imail {
  font-family: 'Montserrat-Bold';
}

.cont-form-rgt .cont-rgt-cnt a:hover {
  color: #f98806;
}

.cont-form-rgt .cont-rgt-cnt ul {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.cont-form-rgt .cont-rgt-cnt ul li {
  float: left;
  width: auto;
  margin-right: 50px;
}

.cont-form-rgt .cont-rgt-cnt ul li:last-child {
  margin-right: 0;
}

.cont-form-rgt .cont-rgt-cnt ul li a {
  float: left;
  width: auto;
  transition: all .3s ease;
  color: #151335;
  font-size: 17px;
  line-height: 30px;
  font-family: 'Montserrat-Bold';
}

.cont-form-rgt .cont-rgt-cnt ul li a span {
  float: left;
}

.encu-en {
  float: left;
  width: 100%;
  padding: 85px 0 0;
  background: #ffffff;
}

.encu-en h1 {
  float: left;
  width: 100%;
  color: #151335;
  font-family: 'HelveticaNowDisplayExtraBold';
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 40px;
}

.encu-en img {
  float: left;
  width: 100%;
}

.nues-hora {
  float: left;
  width: 100%;
  padding: 85px 0 100px;
  background: #ffffff;
}

.nues-hora h1 {
  float: left;
  width: 100%;
  color: #151335;
  font-family: 'HelveticaNowDisplayExtraBold';
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 40px;
}

.nues-hora ul {
  float: left;
  width: 100%;
}

.nues-hora ul li {
  float: left;
  width: 30.66%;
  margin-right: 4%;
  border-top: 2px solid #3b3d4c;
  padding-top: 15px;
}

.nues-hora ul li:last-child {
  margin-right: 0;
}

.nues-hora ul li h4 {
  color: #151335;
  font-size: 18px;
  line-height: 30px;
  font-family: 'HelveticaNowDisplayExtraBold';
}

.nues-hora ul li p {
  color: #151335;
  font-size: 16px;
  line-height: 24px;
}

/* FI//: TE ESCUCHAMOS CSS */




/* BLOG */
.content-area {
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px;
  font-family: 'Montserrat-bold';
  font-size: 16px;
  color: #151335;
  line-height: 24px;
}

.content-area .sub-txt {
  display: block;
  font-family: 'Montserrat-bold';
  color: #151335;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.content-area h1 {
  font-family: 'Montserrat-ExtraBold';
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: #151335;
}

.content-area h1.fitxa {
  margin-bottom: 25px;
}

.content-area p {
  font-family: 'Montserrat-semiBold';
  font-size: 16px;
  color: #151335;
  line-height: 27px;
  padding: 0px 0px;
  margin: 25px 0px 40px 0px;
}

/* Blog Main page css */
.servicios-sec.blog {
  float: left;
  width: 100%;
  padding: 65px 0 60px;
  background: #EC994B;
}

.servicios-sec.blog ul {
  padding-top: 0;
}

.servicios-sec.blog ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #ffffff;
  position: relative;
}

.servicios-sec.blog ul li:nth-child(3n+3) {
  margin-right: 0;
}

.servicios-sec.blog ul li .serv-txt h3 {
  width: 100%;
  text-align: left;
  color: #151335;
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 100px;
  font-family: 'Montserrat-Bold';
}

.servicios-sec.blog ul li .serv-txt h4 {
  color: #373c5a;
  font-size: 14px;
  line-height: 20px;
  font-family: 'HelveticaNowDisplayLight';
  padding-bottom: 15px;
}

.lnk-btn.btn-ctr {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.lnk-btn.btn-ctr a {
  float: none;
  display: inline-block;
}

/* Blog Inner page css */
.servicios-sec.blog h2 {
  padding-bottom: 40px;
}

.content-area.blog h3 {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Montserrat-semiBold';
  padding-bottom: 20px;
  margin-top: 25px;
}

.content-area.blog h4 {
  float: left;
  width: 100%;
  color: #151335;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 40px;
}

.content-area.blog h4.fitxa {
  font-family: 'Montserrat-medium';
}

.content-area.blog .video-img {
  float: left;
  width: 100%;
  margin: 0 0 50px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.content-area.blog .video-img span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.content-area.blog .video-img img {
  float: left;
  width: auto;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}

.videoWrapper43 {
  padding-top: 75%;
}

.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*cursor: pointer*/
  ;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  /*background-size: cover;*/
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

/* .videoPoster:after { content: ''; position: absolute; bottom:50px; left: 50px; width: 80px; height: 80px; background:url(../images/ico-play.svg) no-repeat scroll center center; } */

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.blog-inner-cnt {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.blog-inner-cnt .blog-inner-lft {
  float: left;
  width: 33%;
  margin-right: 5%;
}

.blog-inner-cnt .blog-inner-lft p {
  font-family: 'Montserrat-Bold';
  font-size: 32px;
  line-height: 44px;
  color: #151335;
  margin-bottom: 50px;
}

.blog-inner-cnt .blog-inner-rgt {
  float: right;
  width: var(--ancho_blg);
  padding: 0 var(--margin_blg);
}

.blog-inner-cnt .blog-inner-rgt p {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 26px;
  color: #151335;
  margin-bottom: 30px;
}

.blog-inner-cnt .blog-inner-rgt p strong {
  color: #EC994B;
  font-family: 'Montserrat-Bold';
}

.blog-inner-cnt .blog-inner-rgt ul {
  list-style: disc;
  color: #151335
}

.blog-inner-cnt .blog-inner-rgt li {
  font-family: 'Montserrat-Regular';
  width: 100%;
  color: #151335;
  text-align: left;
}

.blog-inner-cnt .blog-inner-rgt li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #EC994B;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 25px;
  margin-left: 25px;
  font-size: 30px;
}

.blog-inner-cnt .blog-inner-rgt li:last-child {
  margin-bottom: 30px;
}


.blog-inner-rgt.destacado p {
  font-family: 'Montserrat-semiBold';
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 30px;
}



.blog-inner-cnt .blog-inner-lft h2 {
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 38px;
  font-family: 'HelveticaNowDisplayExtraBold';
}

/* .blog-inner-cnt .blog-inner-rgt p { float: left; width: 100%; color: #373c5a; font-size:18px; line-height: 26px; padding-bottom: 25px; margin: 0;} */
/* .blog-inner-cnt .blog-inner-rgt p span { float: none; display: inline-block; color: #f98806; font-family: 'HelveticaNowDisplayExtraBold';} */

.blog-inner-cnt .blog-inner-btm {
  float: left;
  width: 100%;
  margin-top: 45px;
  padding-bottom: 15px;
  border-bottom: 2px solid #151335;
}

.blog-inner-cnt .blog-inner-btm a.comparte {
  float: left;
  width: auto;
  color: #151335;
  font-size: 16px;
  line-height: 24px;
  background: url(../images/ico-compartir-share.svg) no-repeat scroll right center;
  font-family: 'Montserrat-Bold';
  padding-right: 35px;
  position: relative;
}

.servicios-sec {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 75px 0 100px;
  position: relative;
}

.servicios-sec .row {
  position: relative;
}

.servicios-sec h2 {
  float: left;
  font-size: 44px;
  color: #151335;
  font-family: 'Montserrat-ExtraBold';
  line-height: 50px;
}

.servicios-sec .lnk-btn {
  position: absolute;
  top: -3px;
  right: 30px;
}

.servicios-sec ul {
  float: left;
  width: 100%;
  padding-top: 40px;
}

.servicios-sec li {
  float: left;
  width: calc(33.33% - 16px);
  margin-right: 24px;
  background: #eff0f2;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all .35s ease;
}

.servicios-sec li:last-child {
  margin-right: 0px;
}

.serv-img, .serv-img img {
  float: left;
  width: 100%;
}

.serv-txt {
  float: left;
  width: 100%;
  padding: 35px 30px 25px 30px;
}

.serv-txt h3 {
  font-size: 34px;
  color: #373c5a;
  font-family: 'HelveticaNowDisplayExtraBold';
  line-height: 40px;
  padding: 0 0 15px;
  letter-spacing: 0.2px;
}

.serv-txt p {
  display: block;
  font-size: 17px;
  color: #767680;
  font-family: 'HelveticaNowDisplayLight';
  line-height: 24px;
  letter-spacing: 0.4px;
  padding-bottom: 30px;
  transition: all .35s ease;
}

.serv-txt a.btn {
  display: inline-block;
  background: url(../images/boton-plus-naranja.svg) no-repeat left center;
  font-family: 'HelveticaNowDisplayRegular';
  font-size: 15px;
  color: #97989a;
  line-height: 34px;
  letter-spacing: .5px;
  padding: 0 0 0 40px;
  transition: all .35s ease;
}

.ico-compartir {
  float: right;
  line-height: 0px;
  margin-top: 5px;
}

.ico-compartir a {
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../images/ico-compartir.svg) no-repeat center;
}

.servicios-sec li:hover .ico-compartir a {
  background: url(../images/ico-compartir-hover.svg) no-repeat center;
}

.serv-txt a.btn:hover {
  color: #373c5a;
  text-decoration: underline;
}

.servicios-sec li:hover {
  background: #dfe0e4 !important;
  transform: scale(1.025);
}

.servicios-sec li:hover .serv-txt p {
  color: #373c5a;
}

.servicios-sec li:hover .serv-txt a.btn {
  font-size: 15px;
  line-height: 26px;
  color: #151335;
  font-family: 'Montserrat-Bold';
  padding-left: 40px;
}


/* OVERRIDE BLOG */
/* .servicios-sec ul { clear: both; display: flex; flex-flow: wrap; } */
/* .servicios-sec li { width: 31%; margin-bottom: 25px; padding-bottom: 20px; } */
/* .content-area p { margin: 25px 0px 20px 0px; } */
/* .serv-txt a.btn { position: absolute; bottom: 25px; } */


/* COVID */
ul.caixaGrisa {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 220px;
}

li.liGrisa {
  width: 100%;
  margin: 0 10px;
  background: #F0EAEC;
  border-radius: 10px;
  text-align: center;
  padding: 30px 50px;
  font-family: 'Montserrat-Bold';
  color: #151335;
  display: flex;
  flex-direction: column;
}

li.liGrisa a {
  background: #EC994B;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  height: 45px;
  line-height: 40px;
  border-radius: 25px;
  padding: 0px 35px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  border: 1px solid #EC994B;
  font-family: 'Montserrat-SemiBold';
  cursor: pointer;
  margin-top: 10px;
  letter-spacing: 1px;
  border: 1px solid #EC994B;
  color: #ffffff;
  background: #EC994B;
}


.descub-cont-rgt.covid p {
  font-family: 'Montserrat-Medium';
  font-size: 17px;
  line-height: 26px;
  color: #151335;
  margin-bottom: 30px;
}

.cerca-lst-cont {
  margin-bottom: 30px;
}

.cerca-lst-cont.covid a {
  color: #EC994B;
}

li.liGrisa p {
  margin-bottom: 5px !important;
  flex: 1;
}

li.liGrisa {
  margin-top: 10px;
}

.descub-cont-rgt.covid19 {
  width: 100%;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more-text.eapps-instagram-feed-posts-grid-load-more-text-visible {
  border-radius: 20px !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more-text.eapps-instagram-feed-posts-grid-load-more-text-visible:hover {
  background: #EC994B;
  border: 1px solid #EC994B;
}

.presentacion {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.presentacion p {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.75px;
  color: #151335;
  width: 100%;
}

.presentacion p strong {
  font-family: 'Montserrat-ExtraBold';
}

.presentacion p span {
  font-family: 'Montserrat-ExtraBold';
}

.presentacion ul {
  display: inline-flex;
  padding: 1rem 0;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 2rem;
}

.presentacion ul li {
  width: 25%;
}

.vista-div {
  border-radius: 4%;
  background-color: #EC994B;
  padding: 2rem 3rem;
}

/* .vista-div:hover {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all .4s ease;
} */

.vista-div a,
.vista-div .tarjeta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vista-div img {
  height: 80px;
  width: 80px;
  margin-bottom: 1rem;
}

.vista-div span {
  font-family: 'Montserrat-ExtraBold';
  font-size: 18px;
  color: #151335;
  text-align: center;
}


.presentacion-top {
  text-align: center;
  width: 80%;
  margin: 0 auto 2.5rem auto;
}

.presentacion-top p {
  font-family: 'Montserrat-Regular';
  color: #151335;
  font-size: 28px;
  line-height: 35px;
}

.presentacion-top p strong {
  font-family: 'Montserrat-ExtraBold';
}

.presentacion-middle {
  /* width: 90%;
  margin: 2.5rem auto; */
	padding-top: 2.5em;
	display: flex;
	gap: 2%;
}

.presentacion-middle .presentacion-lft p {
	text-align: center;
	padding: 0 2em;
}

.presentacion .presentacion-lft, 
.presentacion .presentacion-rht {
	flex: 50%;
}

.presentacion .presentacion-lft {
	padding-top: 2.5em;
}

.presentacion .presentacion-rht {
	padding: 0 4.5em;
}


.servicios-sec.white-bg {
  background-color: white;
}

.bloque-federado {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.bloque-federado .row>h2 {
  font-family: 'Montserrat-ExtraBold';
  color: #151335;
  font-size: 35px;
  line-height: 42px;
}

.bloque-federado .tags-sec {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.bloque-federado .tags-sec .tags-lft,
.bloque-federado .tags-sec .tags-rht {
  display: flex;
  flex-direction: column;
}

.bloque-federado .tags-sec .tags-lft {
  width: 100%;
}

.bloque-federado .tags-sec .tags-lft>p {
  padding: 2rem 0;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  line-height: 28px;
  color: #151335;
}

.bloque-federado .tags-sec .tags-rht {
  width: 30%;
  align-items: center;
  height: 100%;
}

.bloque-federado .tags-lft ul {
    padding-top: 1rem;
    width: 100%;
}

.bloque-federado .tags-lft ul li {
  border-top: 3px solid #151335;
  display: flex;
  flex-direction: column;
  padding: 1rem 0rem 2rem 2rem;
}

.bloque-federado .tags-lft ul li .info {
  display: flex;
  flex-wrap: wrap;
}

.bloque-federado .tags-lft ul li .info img {
  padding-right: 2rem;
  height: 45px;
  width: 65px;
}

.bloque-federado .tags-lft ul li .info p {
  font-family: 'Montserrat-Bold';
  color: #151335;
  /* width: 75%; */
  flex: 0.9;
}

.bloque-federado .tags-lft .btn-lst {
    width: 100%;
    display: flex;
    padding-left: 4em;
}

.bloque-federado .tags-lft .btn-lst a {
  color: #FFFFFF;
  padding: 10px 35px 10px 35px;
  line-height: 18px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Montserrat-SemiBold';
  border: 1px solid #EC994B;
  border-radius: 25px;
  transition: all 0.5s ease;
  background: #EC994B;
  letter-spacing: 1px;
  /* height: 40px; */
  text-align: center;
}

.bloque-federado .tags-lft .btn-lst a:hover {
  background: #0096D8;
  border: 1px solid #0096D8;
}


.btn {
  color: #FFFFFF;
  padding: 15px 40px 15px 40px;
  line-height: 18px;
  display: inline-block;
  font-size: 18px;
  font-family: 'Montserrat-SemiBold';
  border: 1px solid #EC994B;
  border-radius: 25px;
  background: #EC994B;
  text-align: center;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  margin-top: 3rem;
}

.btn:hover {
  background: #0096D8;
  border: 1px solid #0096D8;
}


.club-sec {
  position: relative;
  width: 100%;
  display: flex;
  background-size: contain;
}

.club-sec img {
  width: 100%;
}

.club-sec::after {
  content: '';
  background: url(../images/ico-pista-banner-azul.svg) no-repeat top right;
  background-size: 6%;
  width: 100%;
  height: 20%;
  position: absolute;
  left: -5%;
  top: 10%;
}

.club-sec .club-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.club-sec .club-caption h2 p,
.club-sec .club-caption h2 p strong {
  color: #FFFFFF;
  font-size: 50px;
  font-family: 'Montserrat-Regular';
  line-height: 60px;
  display: block;
}

.club-sec .club-caption h2 p strong {
  font-family: 'Montserrat-ExtraBold';
}


.club-sec.btn-rojo::after {
  background-image: url(../images/ico-pista-banner-marron.svg)
}

.club-sec.btn-rojo .btn {
  border: 1px solid #151335;
  background: #151335;
}

.club-sec.btn-rojo .btn:hover {
  border: 1px solid #EC994B;
  background: #EC994B;
}

.descub-cont-rgt .descub-contacto .f-info {
  width: 65%;
  max-width: none;
}

.descub-cont-rgt .descub-contacto .f-info h2 {
  color: #151335;
}

.descub-cont-rgt .descub-contacto .f-info h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.descub-cont-rgt .descub-contacto .f-info p {
  font-family: 'Montserrat-Regular';
  margin: 0.5rem 0 0 0;
}

.descub-cont-rgt .descub-contacto .f-info span {
  color: #151335;
}

.descub-cont-rgt .descub-contacto .f-info span a {
  color: #EC994B;
}

.descub-cont-rgt .descub-contacto .f-info span a:hover {
  color: #EC994B;
}

.descub-cont-rgt .descub-contacto .xxss {
  width: 25%;
}


.smm-ico.xxss {
  background: none;
  padding: 0;
}

.smm-ico.xxss ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.smm-ico.xxss ul li {
  margin: 0;
  width: 90%;
}

.smm-ico.xxss ul li a {
  width: 100%;
}


.faq-sec .tarifas-btm {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 3px solid #151335;
  padding: 0 3rem;
}

.faq-sec .tarifas-btm h3 {
  border: none;
  padding: 2rem 0;
}

.faq-sec .tarifas-btm .btn-container {
  padding-left: 1rem;
  width: 100%;
  margin-bottom: 3rem;
}

.faq-sec .tarifas-btm p {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 20px;
  color: #151335;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
}

.btn-small {
  color: #FFFFFF;
  padding: 0.75rem 2.25rem;
  line-height: 18px;
  display: inline-block;
  font-size: 17px;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  border: 1px solid #EC994B;
  border-radius: 25px;
  transition: all 0.5s ease;
  background: #EC994B;
  letter-spacing: 1px;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
}


.btn-small:hover {
  background: #0096D8;
  border: 1px solid #0096D8;
}


.faq-sec h3>p {
  color: #151335;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
}

.faq-sec h3>p strong {
  font-family: 'Montserrat-Bold';
}


.faq-sec ul h3 {
  border: none;
  padding-left: 50px;
}


/* PAGINA CONTENIDO */
.cont-sec {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.cont-sec:last-of-type {
  padding-bottom: 95px;
}

.container {
  display: flex;
  justify-content: flex-end;
}

.cont-sec .cont-lft {
  width: 40%;
  padding-right: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
}

.cont-sec .cont-lft h2 {
  font-family: 'Montserrat-ExtraBold';
  font-size: 32px;
  line-height: 44px;
  color: #151335;
  margin-bottom: 50px;
}

.cont-sec .cont-lft.fuera h2 {
  width: 67%;
}

.cont-sec .cont-rgt {
  width: 60%;
}

.cont-sec .cont-rgt h3 {
  font-family: 'Montserrat-Bold';
  color: #151335;
  margin-bottom: 30px;
}

.cont-sec .cont-rgt h3.border {
  margin-bottom: 50px;
}

.cont-sec .cont-rgt h3.border p {
  border-top: 3px solid #151335;
  padding-top: 1rem;
  font-size: x-large;
}

.cont-sec .cont-rgt h4 {
  font-size: 21px;
  line-height: 26px;
  font-family: 'Montserrat-Regular';
  color: #151335;
  margin-bottom: 30px;
}

.cont-sec .cont-rgt h4 strong {
  font-family: 'Montserrat-ExtraBold';
}

.cont-sec .cont-rgt p {
  font-family: 'Montserrat-Regular';
  font-size: large;
  color: #151335;
  margin-bottom: 30px;
}

.cont-sec .cont-rgt p:last-of-type {
  margin-bottom: 0;
}

.cont-sec .cont-rgt p strong {
  font-family: 'Montserrat-Bold';
}

.cont-sec .cont-rgt ul {
  margin: 1em 0 1em 2em;
}

.cont-sec .cont-rgt ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 1em;
}

.cont-sec .cont-rgt ul li h4 {
  display: inline;
  font-size: medium;
}

.cont-sec .cont-rgt ul li::marker {
  color: #151335;
  font-size: 20px;
}

/* end PAGINA CONTENIDO */


/* BLOQUE NORMAS */
.cont-normas {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cont-normas .fila-normas {
  width: 100%;
  display: flex;
  gap: 1.5rem;
}

.cont-normas .fila-normas .norma {
  background-color: #EC994B;
  border-radius: 10px;
  width: 50%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cont-normas .fila-normas .norma:only-child {
  width: auto;
}

.cont-normas .fila-normas .norma:only-child h4 {
  padding: 0 7rem;
}

.cont-normas .fila-normas .norma h4 {
  margin-bottom: 5px;
  font-family: 'Montserrat-Bold';
  text-align: center;
  padding: 0 2rem;
}

.cont-normas .fila-normas .norma .btn-small {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
}

.cont-normas .fila-normas .norma .btn-small img {
  margin-right: 5px;
}

/* end BLOQUE NORMAS */


/* BLOQUE HORARIOS */

.cont-horarios {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}

.cont-sec .cont-rgt .cont-horarios .fila-horas h4 {
  font-family: 'Montserrat-Bold';
  font-size: large;
  margin-bottom: 5px;
}

.cont-horarios .fila-horas {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.cont-horarios .fila-horas:last-of-type {
  margin-bottom: 0;
}

.cont-horarios .fila-horas .hora {
  width: 90%;
  /* padding: 0 3rem; */
  display: flex;
  flex-direction: column;
}

.cont-horarios .fila-horas .hora:last-of-type {
  margin-right: 0;
}

.cont-horarios .fila-horas .hora p span {
  font-size: x-large;
  font-family: 'Montserrat-ExtraBold';
  padding-right: 2rem;
}

/* end BLOQUE HORARIOS */


.tarifas-btm .btn-small {
  display: inline-block;
}

.presentacion .presentacion-rht .cal-title {
  width: 100%;
  /* padding-left: 0.5rem; */
  padding-bottom: 1rem;
}

.presentacion .presentacion-rht .cal-title p {
  color: #151335;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  font-size: normal;
}

.presentacion .presentacion-rht .cal-toc {
	width: 100%;
	padding-left: 3.5rem;
	margin-top: 2em;
	float: left;
}

.presentacion .presentacion-rht .cal-toc p {
  position: relative;
}

.presentacion .presentacion-rht .cal-toc p::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #555555 no-repeat center center;
  position: absolute;
  top: 0.1rem;
  left: -2rem;
  border-radius: 50%;
}

.presentacion .presentacion-rht .cal-toc p.competicion::before {
  background-color: #151335;
}
.presentacion .presentacion-rht .cal-toc p.especial::before {
  background-color: #EC994B;
}

.tarifas-btm .video-youtube iframe {
  width: 560px;
  height: 315px;
}

.faq-sec em {
  font-style: italic;
  font-family: 'Montserrat-Medium';
  font-size: inherit;
}


.faq-sec .acc_section ul {
  padding: revert;
  margin-bottom: 1rem;
}

.faq-sec .acc_section ul > li {
  list-style: disc;
}

.faq-sec .acc_section ul > li > ul > li {
  list-style: circle;
}

.smk_accordion .acc_section .acc_head {
  line-height: 1.5rem;
}



.cuota-sec {
    float: left;
    width: 100%;
    padding: 70px 0;
	background: #EC994B;
}

.cuota-sec .content {
	display: flex;
	gap: 4em;
}

.cuota-sec .content .content-lft,
.cuota-sec .content .content-rht {
	width: 50%;
}

.cuota-sec .content .content-lft h2 {
    font-family: 'Montserrat-ExtraBold';
    color: #151335;
    font-size: 35px;
    line-height: 42px;
	margin-bottom: 1em;
}

.cuota-sec .content .content-lft p {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 25px;
    color: #151335;
}

.cuota-sec .content .content-lft p > a {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    line-height: 25px;
    color: #EC994B;
}

.cuota-sec .content .content-lft p > a:hover {
    color: #0096D8;
}

.cuota-sec .content .content-rht .video-youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.cuota-sec .content .content-rht .video-youtube .responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
