/*
Theme Name: NOW
Theme URI: https://wearenow.es/
Author: NOW
Author URI: https://wearenow.es/
Description: NOW
Version: 1.0
Tags: NOW
Text Domain: NOW
*/

@charset "utf-8";
/* CSS Document */



/*scroll*/
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}



/*jqswa*/

.jqswaitem{
-webkit-transition:all 0.8s ease-in-out;
-moz-transition:all 0.8s ease-in-out;
-o-transition:all 0.8s ease-in-out;
transition:all 0.8s ease-in-out;
}
.jqswa .jqswaitem{
transform: translateY(-17px);
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswa .jqswaitem{
opacity: 0;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem{
opacity: 1;
}
.jqswa .jqswabg{
opacity: 0;
overflow: hidden;
transform: scale(1.02);
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
    height: 100%;
}
.jqswa.scrollingwayfinish .jqswabg{
opacity: 1;
transform: scale(1);
}


.cmedia {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cmedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmedialock::before {
content: "";
display: block;
position: absolute;
top: 0px;
width: 100%;
height: 45%;
background: #585858;
z-index: 10;
opacity: 0;
}
.cmedialock::after {
z-index: 10;
content: "";
display: block;
position: absolute;
bottom: 50px;
width: 100%;
height: 42%;
background: #585858;
opacity: 0;
}


/*slick*/



.cslickwrap{
overflow: hidden;
}
.cslickwrap{
position: relative;
}
.cslickcontrol{
position: absolute;
top: 20%;
transform: translateY(-50%);
z-index: 300;
cursor: pointer;
}
.cslicknext{
right: 20px;
}
.cslickprev{
left: 20px;
}
.cslickcontrol rect{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cslickcontrol:hover rect{
fill:#585858;
}

/*
aspect-ratio: 1 / 1;
object-fit: cover;
*/

/*jqswa*/


@keyframes bounce {
    0% {
        transform: translateY(1px);

    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}

.loadingajax .loader{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 999;

}
.loadingajaxfixed  .loader{
position:fixed;
}

.loadingajax .loaderinner{
position: relative;
height: 100%;
}
.loader::before{
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: #585858;
opacity: 0.2;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


.marginBottom0{margin-bottom: 0px!important;}
.marginTop10{margin-top: 10px;}.marginTop20{margin-top: 20px;}.marginTop30{margin-top: 30px;}.marginTop40{margin-top: 40px;}.marginTop50{margin-top: 50px;}.marginTop60{margin-top: 60px;}.marginTop70{margin-top: 70px;}.marginTop80{margin-top: 80px;}
.marginBottom10{margin-top: 10px;}.marginBottom20{margin-bottom: 20px;}.marginBottom30{margin-bottom: 30px;}.marginBottom40{margin-bottom: 40px;}.marginBottom50{margin-bottom: 50px;}.marginBottom60{margin-bottom: 60px;}.marginBottom70{margin-bottom: 70px;}.marginBottom80{margin-bottom: 80px;}.paddingTop10{padding-top: 10px;}.paddingTop20{padding-top: 20px;}.paddingTop30{padding-top: 30px;}.paddingTop40{padding-top: 40px;}.paddingTop50{padding-top: 50px;}.paddingTop60{padding-top: 60px;}.paddingTop70{padding-top: 70px;}.paddingTop80{padding-top: 80px;}
.paddingBottom10{padding-bottom: 10px;}.paddingBottom20{padding-bottom: 20px;}.paddingBottom30{padding-bottom: 30px;}.paddingBottom40{padding-bottom: 40px;}.paddingBottom50{padding-bottom: 50px;}.paddingBottom60{padding-bottom: 60px;}.paddingBottom70{padding-bottom: 70px;}.paddingBottom80{padding-bottom: 80px;}


.textleft{text-align: left;}
.textcenter{text-align: center;}
.textright{text-align: right;}


/*estandards*/
.cvcenter{
	display:table;
	height:100%;
	width: 100%;
}
.cvcenterinner{
	display:table-cell;
	vertical-align:middle;
}
.nicescroll-rails {
z-index: 999!important;

}
/*//estandards*/
.clear{clear:both;}
.clear{width: 100%;}
.overflowhidden{overflow: hidden;}
.overflowxhidden{overflow-x: hidden;}

/*general*/
body {
  margin: 0;
	background-color:var(--background);
}
body,input,textarea,a{
	font-size: calc(16px + 0.2vw);
  line-height: 1.5em;
	font-family: 'montreal', sans serif;

  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.clineheightlow{
line-height: 30px;
}
textarea:focus, input:focus{
    outline: none;
}

img {border: 0 none;}
a {
  text-decoration: none;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;

}
a:hover {text-decoration:none;color: #D3C28C;}

body,a,.iinputdefault,.iinputdefault::placeholder,input,textarea{
color: var(--text);
}

.zoominout{
overflow: hidden;
}
.zoominout .cimagesentinellimg{
animation: zoominout 20s infinite;
animation-timing-function: linear;
}
@keyframes zoominout {
  0% {
		transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.iinputdefault{
background: #EFEFEF;
padding: 36px;
border: 0px;
width: 100%;
box-sizing: border-box;
font-weight: 700;
}

:root{
  --blue:#2C3E50;
  --text:#585858;
  --border:#AAAAAA;
  --background:#ffffff;
  --sectionmargin:140px;
  --error-red:#dd0303;
}

.csectionmargin{
height: var(--sectionmargin);
}

.scoma:last-child{
display: none;
}
/*
aspect-ratio:500 / 700;
-o-object-fit: cover;
   object-fit: cover;
*/
.cimagesentinell{
position: relative;
}
.cimagesentinell svg{
width: 100%!important;
height: auto!important;
opacity: 0;
display: block;
}
.cimagesentinellimg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.cpopupwrap{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:950;
display: none;
}
.cpopupimage .cpopupinner{
padding: 0px;
}
.cpopupimage img,.cgallery video{
display: block;
}
.cgallery video{

}
.cpopupimage img,.cpopupimage video{
max-width: 90vw;
max-height: 90vh;
}
.cpopupimage .cpopup{
max-width: none;
width: auto;
}
.cpopupopa{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background-color: #585858;
opacity: 0.7;
z-index: 940;
}

.cpopup{
position: absolute;
background-color: white;
z-index: 960;
max-width: 1200px;
width: 90%;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top:-40px;
opacity: 0;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
}
.cpopupclose{
position: absolute;
top: 0px;
right: 0px;
height: 90px;
width: 90px;
background-image: url(img/elementos/i-popupclose.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
cursor: pointer;
z-index: 20;
}
.cpopupalert .cpopup{
width: 700px;
}
.cpopupalert .cpopupinner{
padding-top: 79px;
padding-bottom: 50px;
}
.cpopupinner{
position: relative;
padding: 60px;
}
.cpopupcerrar{
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
	background-color: #e5e5e5;
    padding: 6px;
    border-radius: 100%;
	font-weight: 700;
	font-size: 12px;
	width: 18px;
    height: 18px;
    line-height: 18px;
}

.showpopup .cpopup{
opacity: 1;
margin-top:0px;
}
.infoicon{
width: 30px;
height: 30px;
line-height: 30px;
border: 2px solid #666;
border-radius: 100%;
text-align: center;
font-weight:700;
position: absolute;
left: 20px;
top: 20px;
font-size: 14px;
color: #666;
}
.clente{
position: relative;
}
.clenteopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0.2;
background: #585858;
}
.clenteimagebck{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



/*form*/
.clegalwrap,.clegalwrap a{
font-size: 14px;
line-height: 1.4;
}

input,textarea,.sinput{
width: 100%;
display: block;
}
.cinputwrap .cinner{
position: relative;
}
.cinputwrap .cinner input,.cinputwrap .cinner .sinput,.cinputwrap .cinner textarea{
box-sizing: border-box;
    display: block;
    border: 0px;
    padding:21px;
    padding-left:35px;
    padding-right: 35px;
    color: #4f5c69;
    background: white;
}
.cselectdropdown input{
display: none!important;
}
.cinputwrap .cinner input::placeholder,.cinputwrap .cinner textarea::placeholder{
color: #4f5c69;
}
.cinputwrap .cinner textarea{
height: 300px;
}
.cformfooter .csubtitulartext{
display: block;
color: #4f5c69;
}
.cformlegal{
text-align: justify;
color: #4f5c69;
}
.saceptotext{
text-align: left;
}
.cformlegal,.cformlegal a{
font-size: 18px;
line-height: 31px;
}
.ccheckboxes{
border-top: 2px solid #acbbb6;
margin-top: 20px;
padding-top: 20px;
}
/*checkbox*/
.scheck{
display: inline-block;
width: 13px;
height: 13px;
vertical-align: middle;
margin-right: 10px;
border: 2px solid #eaeaea;
margin-top: -4px;
position: relative;
}
.ccheckboxeslegal input{
display: none;
}
.ccheckboxeslegal{
margin-top: 15px;
margin-bottom: 5px;
}
.scheck:before{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(45deg);
width: 80%;
height: 2px;
background: #1A1A1A;
opacity: 0;
}
.scheck:after{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
width: 80%;
height:2px;
background: #1A1A1A;
opacity: 0;
}
.icheckbox.selected .scheck:after,
.icheckbox.selected .scheck:before{
opacity: 1;
}
.icheckbox{
display: block;
margin-bottom: 10px;
cursor: pointer;
}
.ccheckboxeslegal,.clegalwrap{
margin-top:15px;
}

.mCSB_scrollTools_vertical {
    transform: scale(0.95) translateX(-3px)  translateY(-2px);
}
#mCSB_1_dragger_vertical {
    transform: scale(0.95) translateY(4px);
}
/*dropdown*/
.cdropsc {
    max-height: 294px;
}
.cselectdropdownvalues{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}
.cinputwrapdropdown{
position: relative;
z-index:10;
}
.cselectdropdown input{
display: none;
}
.cselectdropdownvalues{}
.jqdropdownvalue{
display: block;
text-align: center;
padding: 10px;
    padding-bottom: 8px;
background: #aaaaaa;
color: #505050;
border-top: 1px solid #ccc;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
cursor: pointer;
}
.jqdropdownvalue{
background: #fff;
}
.jqdropdownvalue:hover,.jqdropdownvalue.selectedvalue{
background: #D3C28C;
}

.cselectdropdown svg {
  position: absolute;
  top: -53px;
  right: 29px;
  z-index: 100;
  width: 23px;
  height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.jqopendropdown,.cselectdropdownvalues {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    }
.selectactive svg{
   transform: translateZ(0px) rotateX(-180deg);
}
.cselectdropdownvalues {
    display: none;
}
.jqopendropdown{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
cursor: pointer;
}

/*inputchoice*/
.cinputchoice input{
display: none;
}
.cacepto.selectedvalue .iaceptoinput:before{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: url(img/elementos/i-cross.svg);
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}



/*form*/


/*sections*/
.csection {
position: relative;
}
.csectionpaddings{
padding-top: 170px;
padding-bottom: 150px;
}
.csectionnopadding{
padding: 0px;
}
.csectionwhite {
color: white;
}
.jqsectionfull100 {
height: 100vh!important;
}
.csectionwhite h1,.csectionwhite h2,.csectionwhite h3,.csectionwhite h4,.csectionwhite h5,.csectionwhite .sh1,.csectionwhite .sh2,.csectionwhite .sh3,.csectionwhite .sh4,.csectionwhite a{
color: white;
}
.csectionopa,.citemopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: #585858;
z-index: 100;
opacity: 0;
-webkit-transition:all 1.2s ease-in-out;
-moz-transition:all 1.2s ease-in-out;
-o-transition:all 1.2s ease-in-out;
transition:all 1.2s ease-in-out;

}
.csectionopa{
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.78%, rgba(0, 0, 0, 0.7) 100%),
linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 16.67%);

}
.citemtext{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 10;
text-align: center;
opacity: 0;
transform: translateY(-15px);
}
.csectionsentinell .csectionbg svg{
display: block;width: 100%;
height: auto;
}
.csectionsentinell .csectionopa{
display: none;
}
.coltitular{
margin-bottom: 0px!important;
}
.citemopa,.citemtext{
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

}
.citemoverlay .citemtext *{
color: white;
}
.citemopa{
opacity: 0;
z-index: 8;
}
.citemoverlay:hover .citemopa{
opacity: 0.6;
}
.citemoverlay:hover .citemtext{
opacity: 1;
transform: translateY(0px);
}

.citemoverlayinvertido .citemopa{
opacity: 0.3;

}
.citemoverlayinvertido .citemtext{
opacity: 1;
transform: translateY(0px);
}
.citemoverlayinvertido:hover .citemopa{
opacity: 0;

}
.citemoverlayinvertido:hover .citemtext{
opacity: 0;
transform: translateY(-30px);
}

.csectionbg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
z-index: 90;
}
.scrollingwayfinish .csectionopa{
opacity: 0.8;
}

.csectiontext{
position: relative;
z-index: 150;
}
.csectionfullscreen{
height:100%;
padding-top: 0px;
padding-bottom: 0px;
}
.csectionbgvideo{
overflow: hidden;
}
.csectionbgvideo video{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

.csectionsentinell{
padding-top: 0px;
padding-bottom: 0px;
}
.csectionsentinell .csectionbg{
position: relative;
}
.csectionsentinell .csectionbg img{
position: relative;
display: block;
width: 100%;
height: auto;
}
.csectionsentinell .csectiontext{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: white;
}
.csectionwhitebackground{
background: #fff;
}
/*///sections*/




/*acordion*/

.cacordion p{
display: none;
}
.cacordion ul{
padding-left: 0px;
}
.cacordion li{
list-style: none;
}
.cacordion > ul > li{
padding-bottom: 10px;
border-bottom: 1px solid #121212;
padding-top: 11px;
position: relative;
margin-bottom: 0px;
cursor: pointer;
}
.cacordion > ul > li > ul > li:first-child{
padding-top: 30px;
}
.cacordion > ul > li > ul > li:last-child{
padding-bottom: 30px;
}
.cacordion > ul > li:first-child{
border-top: 1px solid #121212;
}
.cacordion li li{
display: none;
}

.cacordion > ul > li::before{
content: "";
display: block;
width:13px;
height: 7px;
background-image: url('img/elementos/i-fldownaccordion.svg');
background-position: center;
background-repeat: no-repeat;
top: 19px;
right: 20px;
position: absolute;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
.liacordionshow::before{
transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
}

/*///acordion*/


.cburger{
position: absolute;
right: 0px;
width: 32px;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 2px;
background: #fff;
margin-top: 7px;
margin-bottom:7px;
}


p{
margin-top: 0px;
margin-bottom:16px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
color: #343434;
font-family: 'eiko', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 200;
}
.csingleblogredes svg{
height: 50px;
width: auto;
display: inline-block;
}




/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/




/* font-size: calc(30px + 4.8vw); */

h1,.sh1{
font-size: 100px;
line-height: 108px;
}
h2,.sh2{
font-size: calc(24px + 1.8vw);
line-height: 1.1;
}
h2,.sh2,.cmenu li a{
font-size: calc(20px + 1.3vw);
line-height: 1.1em;
margin-bottom: 15px;
font-family: 'eiko', sans-serif;
font-weight: 200;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4,h3,.sh3{
font-size: calc(17px + 0.4vw);
line-height: 1.3em;
margin-bottom: 10px;
}
.sprebottom{
margin-bottom:10px;
display: block;
}
.shbottom{
margin-bottom: 20px;
}
.cbook{
position: absolute;
right: 0px;
top: 0px;
}
.cta{
cursor: pointer;
background: #D3C28C;
color: #343434;
padding: 14px 24px 14px 24px;
display: inline-block;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cta:hover{
background: #343434;
color: white;
}
.c-button:hover{
background: #343434;
color: white;
}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}


.cburger{
position: absolute;
top: 10px;
left: 0px;
z-index: 500;
}
.cburger .smenutitle{
left: 55px;
position: absolute;
top: -4px;
}
.cheader{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
z-index: 500;
}
.cheaderlogo{
text-align: center;
}
.cheaderinner{
position: relative;
color: white;
margin-top: 60px;
}
.csection-section-hometop .csectiontext {
position: absolute;
bottom: 6vw;
}
.underline,.cunderliner a{
display: inline-block;
position: relative;
}
.underline::before,.cunderliner a::before{
position: absolute;
left: 0px;
content: "";
display: block;
bottom: -2px;
left: 0px;
width: 0%;
height: 1px;
background: #585858;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
transition-delay: 1.2s;
}
.scrollingwayfinish .underline::before,.scrollingwayfinish .cunderliner a::before{
width: 100%;
}
.scrollingwayfinish2 .underline::before,.scrollingwayfinish2 .cunderliner a::before{
transition-delay: 0s;
}
.underline:hover::before,.cunderliner a:hover::before{
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
transition-delay: 0s;
background: #D3C28C;
}
.csectionwhite .underline::before{
background: white;
}
.csection{
margin-top: 7vw;
margin-bottom: 7vw;
}
.ctextmax{
max-width: 1100px;
}
.ccolright{
padding-right: 5vw;
}
.ccolleft{
padding-left: 5vw;
}
.marginTopElement{
padding-top: 5vw;
}
.csectiontop{
margin-top: 0px!important;
}
.ccoltext{
max-width: 1000px;
}


.cvideocover{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: white;
z-index: 10;
background-position: center;
background-size: cover;
}
.cplayvideo{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
border-radius: 100%;
cursor: pointer;
}
.csentinellsvg svg{
width: 100%;
height: auto;

}
.csectionrelative{
position: relative;
}
.istory{
  object-fit: cover;
  aspect-ratio: 42 / 50;
}
.csection-section-stories{
overflow-x: hidden;
}
.irrss{
object-fit: cover;
aspect-ratio: 1 / 1;
}
.csectiongray{
background: #F8F6F2;
padding-top: 5vw;
padding-bottom: 5vw;
}
.csectionnopaddingbot{
padding-bottom: 0px;
}
.csectionnormarginbot{
margin-bottom: 0px;
}
.citemrss,.citemrss img{
margin-bottom: 0px!important;
}
footer{
background: #F8F6F2;
padding-top: 55px;
padding-bottom: 55px;
}
.cfooterredes a{
margin-right: 35px;
}
#ascrail2000{
  background: #F8F6F2!important;
}
.nicescroll-cursors{
  background: #D3C28C!important;
  border-radius: 0px!important;
}
.stitleleft{
float: left;
}
.stitleright{
float: right;
transform: translateY(50%);
}
.cburger {
cursor: pointer;
}
.csupermenu{
position: fixed;
left: 0px;
top: 0px;
width: 40%;
height: 100%;
z-index: 600;
background: #F8F6F2;
}
.csupermenuinner{
padding-top: 4vw;
}
.csupermenufooter{
position: absolute;
bottom: 4vw;
}
.lsocialmenu{
margin-right: 22px;
display: inline-block;
}
.clocation1{
margin-top: 60px;
}
.clocation2{
margin-top: 30px;
}
.cmenu,.cmenu li{
padding-left: 0px;
margin-left: 0px;
margin-bottom: 7px;
list-style: none;
}
.cmenu{
margin-top: 48px;
}
.smenutitle{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cburger{
color: white;
z-index: 800;
left: 4vw;
margin-top: 78px;
}
.cburger .cbar{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.showmenuresponsive .cburger .cbar{
background: #343434;
}

.showmenuresponsive .smenutitle{
opacity: 0;
}
.showmenuresponsive .cburger .cbar{
width: 18px;
}
.showmenuresponsive .cbar2{
opacity: 0;
}
.showmenuresponsive .cbar1{
transform: translateY(9px) translateX(0px) rotate(45deg);
transform-origin: center;
}
.showmenuresponsive .cbar3{
transform: translateY(-9px) translateX(0px) rotate(-45deg);
transform-origin: center;
}
.csupermenucaracola{
position: absolute;
right: 0px;
bottom: 0px;
width: 100%;
}
.csupermenucaracola svg{
float: right;
width: 50%;
height: auto;
}
.csupermenu{
transform: translateX(-101%);
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
transition:all .6s ease-in-out;

}
.showmenuresponsive .csupermenu{
transform: translateX(0%);
}
.csupermenu a{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
.csupermenu a:hover{
color: #D3C28C;
}
.csupermenuinner{
position: relative;
z-index: 200;
height: 100%;
box-sizing: border-box;
z-index:500;
}
.copamenu{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 550;
display: none;
}
.copamenuinner{
background: #343434;
-webkit-transition:all 2.2s ease-in-out;
-moz-transition:all 2.2s ease-in-out;
-o-transition:all 2.2s ease-in-out;
transition:all 2.2s ease-in-out;
transition-delay: .2s;
z-index:500;
height: 100%;
opacity: 0;
}
.showmenuresponsivedelay .copamenuinner{
opacity: 0.4;
}
.csectiontexttop{
width: 72%;
}
.ccolvertical img{
aspect-ratio: 65 / 75;
object-fit: cover;
}
.cslickfade{
position: relative;
}
.slick-dots{
position: absolute;
bottom: 20px;
left: 20px;
}
.slick-dots li button{
display: none;
}
.slick-dots li::marker{
color: transparent;
cursor: pointer;
background: white;
width: 2px;
height: 2px;
opacity: 0;
}
.slick-dots li::before{
content: "";
color: transparent;
cursor: pointer;
background: white;
width: 3px;
height: 3px;
display: block;
}
.slick-dots li::after{
content: "";
color: transparent;
cursor: pointer;
border: 1px solid white;
border-radius: 100%;
width: 20px;
height: 20px;
display: block;
position: absolute;
top: -9px;
left: -9px;
opacity: 0;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.slick-dots li{
position: relative;
cursor: pointer;
display: inline-block;
margin-right: 40px;
}
li.slick-active::after{
opacity: 1;

}
.csection-section-rrssfooter{
overflow-x: hidden;
position: relative;
}
.csection-section-slick{
overflow-x: hidden;
}
.current-menu-item a{
color: #D3C28C;
}
.irowtwoblocks{
aspect-ratio: 65 / 75;
object-fit: cover;
}
.ccolrowtextinner{
margin: 7vw;
}

.csection-section-experiencesblocks:nth-child(even) .ccolrowtwoimg{
transform: translateX(100%);
}
.csection-section-experiencesblocks:nth-child(even) .ccolrowtwotext{
transform: translateX(-100%);
}
img.ratio11{
aspect-ratio: 1 / 1;
object-fit: cover;
}
img.ratio45{
aspect-ratio: 4 / 5;
object-fit: cover;
}
.cmapdiv {
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;

}
.nakedheader .cburger .cbar{
background: #343434;
}
.nakedheader .smenutitle{
color:  #343434;
}
.nakedheader .cheaderlogo path{
fill:#343434;
}
.nakedheader{
padding-top: 110px;
    background: #F8F6F2;
}
.csection-section-storiesgrid .citemstory{
margin-bottom: 70px;
}
.template-page-about-us{
background: white;
}
.contentmid{
max-width: 1000px;
}
.iinputdefault,.cselectdropdown{
background: white;
font-weight: 300;
padding: 20px;
padding-top: 50px;
border: 1px solid #DBD1BD;
}
.cselectdropdown{
padding: 0px;
}
.cselectdropdown .sitipo{
padding: 20px;
padding-top: 50px;
}
.cformdefault .col100 .cinner{
position: relative;
}
.cformdefault .sformplaceholder{
position: absolute;
left: 20px;
top: 23px;
}
.sformplaceholder{
color: #585858;
font-size: 16px;
}
.cselectdropdownvalues{
padding-top: 10px;
}
.jqdropdownvalue:hover, .jqdropdownvalue.selectedvalue {
    background: #F8F6F2;
}
.cformdefault .col100{
margin-bottom: 10px!important;
}
.cidiomas a{
display: block;
width: 100%;
opacity: 0;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cidiomaswrapall{
position: absolute;
right: 0px;
top: 0px;
}
.cidiomas{
display: inline-block;
vertical-align: top;
position: relative;
text-align: left;
width: 92px;
}
.cidiomaswrap .lcurrentlanguage{
position: absolute;
top: 0px;
left: 0px;
opacity: 1;
pointer-events: none;
}
.cidiomaswrapinner{
padding-top: 30px;
}
.sidiomassentinell{
width: 140px;
display: inline-block;
}
footer .sidiomassentinell{
width: 100px;
}
footer .cidiomaswrapall {
    top: 3px;
    }
.cidiomas:hover a{
opacity: 1;
}
.cidiomas::before{
display: block;
content: "";
background-image: url('img/elementos/i-fldowngray.svg');
background-position: center;
position: absolute;
top: 10px;
right: 0px;
width: 12px;
height: 8px;
}
.contentlarge{
margin: auto;
}
.csectiontopsmall .csectiontexttop{
width: 100%;
}
.contentsingle{
margin: auto;
max-width: 1150px;
}
.csectiontopsmall{
height: 75vh!important;
}
/* .single footer {
    background: #fff;
    } */

.crevealimage{
position: relative;
overflow: hidden;
}
.crevealimage .lreveal{
background: white;
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 300;
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
opacity: 1!important;
transform: translateX(0%)!important;
}
.nakedheader .crevealimage .lreveal{
background: #F8F6F2;
}
.template-page-about-us.nakedheader .crevealimage .lreveal{
background: #fff;
}

.scrollingwayfinish .crevealimage .lreveal{
transform: translateX(101%)!important;
}
.cfooterredes{
position: relative;
}
.form-group,.c-card-timeslotsItem {
background: white!important;
}
.col85{
  width: 85%;
}
.c-card-timeslotsItem {
    flex: none!important;
margin-right: 15px!important;
margin-bottom: 15px!important;
    padding: 14px 24px 14px 24px!important;
        border: 1px solid #DBD1BD!important;
        font-family: 'montreal', sans serif!important;
        width: 100px;
        font-size: calc(16px + 0.2vw)!important;
        text-align: center!important;
    }
#root{
font-family: 'montreal', sans serif!important;
}
.c-dropdown-button,.form-group .SingleDatePickerInput .DateInput_input{
padding: 0px!important;
font-size: calc(16px + 0.2vw);
height: 25px!important;
}
.form-group label{
color: #585858;
  font-size: 16px;
}
.form-group{
height: 100px;
padding-top: 20px;
box-sizing: border-box;
padding-left: 20px
}
.c-dropdown-menu{
background: white!important;
    top: 46px!important;
    padding-left: 20px!important;
    left: -21px!important;
    overflow-x: hidden!important;
        border: 1px solid #DBD1BD!important;

}
.form-filters .form-group{
width: 48%;
float: left;
    border: 1px solid #DBD1BD!important;

}
.form-filters .form-group:nth-child(1){
margin-right: 1%;
}
.form-filters .form-group:nth-child(2){
margin-left: 1%;
}
.form-filters:after {
  content: "";
  display: table;
  clear: both;
}
.form-group .SingleDatePickerInput .DateInput_input{
padding: 0px;
}
.c-card-timeslotsItem--active{
  background: #D3C28C!important;
  border-color: #D3C28C!important;
}
.c-dropdown-button svg{
display: none;
}
.c-dropdown-button::before{
content: "";
display: block;
position: absolute;
top: -10px;
right: 25px;
width: 24px;
    height: 24px;
    background-image: url(img/elementos/i-fldowngray.svg);
    background-size: 24px;
    background-repeat: no-repeat;
background-position: center;
}
.SingleDatePicker::before{
content: "";
display: block;
position: absolute;
top: -14px;
right: 25px;
width: 24px;
    height: 26px;
    background-image: url(img/elementos/i-date.svg);
    background-size: 24px;
    background-repeat: no-repeat;
background-position: center;
}
.SingleDatePicker_picker{
transform: translateY(-18px) translateX(-21px);
}
.DayPicker__withBorder {
    box-shadow: none!important;
    border-radius: 0px!important;
        border: 1px solid #DBD1BD!important;
}
#root{
margin-top: 50px;
}
#root h3{
font-size: calc(20px + 1.3vw);
line-height: 1.1em;
margin-bottom: 25px;
font-family: 'eiko', sans-serif;
font-weight: 200;
text-align: left;
}
.c-card{
text-align: left!important;
}
#root strong{
font-weight: 300;
color: #D3C28C;
}
#root {
padding-bottom: 100px;
}

.c-button{
cursor: pointer;
background: #D3C28C;
color: #343434;
font-size: calc(16px + 0.2vw);
font-weight: 300!important;
    line-height: 1.5em;
padding: 14px 24px 14px 24px!important;
-webkit-transition: all 0.2s ease-in-out!important;
-moz-transition: all 0.2s ease-in-out!important;
-o-transition: all 0.2s ease-in-out!important;
transition: all 0.2s ease-in-out!important;
}

.form-group-checkbox input{
width: auto!important;
    border: 1px solid #DBD1BD!important;
    background: white!important;
    margin-right: 10px!important;
}

.c-checkboxInput[type=checkbox]:checked {
    background-image: url(img/elementos/i-cross.svg)!important;
    background-size: 20px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.form-group input{
padding: 0px!important;
height: 25px!important;
margin-top: 7px;
}
.form-group {
    border: 1px solid #DBD1BD!important;

}
.form-group-checkbox{
background: transparent!important;
padding-left: 0px!important;
    border: 0px solid #DBD1BD!important;
    height: auto!important;
    padding-top: 0px!important;
}
input.c-checkboxInput{
border: 1px solid #DBD1BD!important;
height: 20px!important;
min-width: 20px!important;
cursor: pointer;
margin-top: 4px!important;
}
.c-link{
    font-size: 16px!important;
    text-decoration: underline;
}
.c-button{
color: #343434!important;
-webkit-font-smoothing: antialiased!important;
-moz-osx-font-smoothing: grayscale!important;
text-rendering: optimizeLegibility!important;
font-rendering: geometricPrecision!important;
display: inline-block!important;

padding: 14px 24px 14px 24px!important;
display: inline-block!important;
width: auto!important;
}
.c-button{
position: relative;
margin-top: 20px;
display: inline-block;
}
.c-button:hover{
color: white!important;
background: #343434!important;
}
.c-checkbox--error{
color: var(--error-red)!important
}
.imovie{
aspect-ratio: 642 / 955!important;
}
.lmapamante{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
display: block;
z-index: 300;
}
.c-button {
position: relative!important;
}
.c-cards-step--1 .form-group--full,
.c-cards-step--2 .form-group--center{
background: transparent!important;
padding: 0px;
height: auto;
border: 0px!important;
}
.c-card--3 .form-group {
    height: 60px;
    padding-right: 20px;
    }
    .cbook,.cburger,.cheaderlogo,.cidiomasheader .cselectoridioma,.cidiomasheader::before{
    opacity: 0;
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;

    }
    .cidiomasheader::before{
    transition-delay: 1.2s;

    }
.domloaded .cbook,.domloaded .cburger,.domloaded .cheaderlogo,.domloaded .cidiomasheader .cselectoridioma,.domloaded .cidiomasheader::before{
    opacity: 1;
    }
    .domloaded .cidiomasheader::before{
    transition-delay: 0s;

    }
.modalContent{
width: 90%!important;
max-width: 1000px!important;
}
.modalContent-dialogBody{
opacity: 0;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
transition-delay: 1.2s;
font-size: 14px!important;
line-height: 1.4;
padding: 40px!important;
text-align: left;
}
.ReactModalPortal .c-button{
margin-top: 0px!important;
}
.modalContent-dialogHeader{
display: none!important;
}
.donedialog{
opacity: 1;
}
.ccv .cinner{
    border: 1px solid #DBD1BD;
    padding: 20px;
    height:103px!important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;

}
.icvinput{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0;
z-index: 10;
cursor: pointer;
}
.ccv label{
position:absolute;
top:0px;
left:0px;
width:100%;
padding: 20px;
top: 50%;
transform: translateY(-50%);

}
.ccv:hover .cinner{
background:#D3C28C;
}
.form-group .SingleDatePickerInput .DateInput_input{
background: none!important;
}
.form-group--error{
border-color: var(--error-red)!important;
}
.Toastify{
position: fixed;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.form-group-validationFeedback {
display: block!important;
color: #585858!important;
font-size: 16px!important;
}
@media (orientation: portrait) {
.cvideoratio{
aspect-ratio: 1080 / 1350;
}
}
@media (orientation: landscape) {
.cvideoratio{
aspect-ratio: 1920 / 1080;
}
}
.smenutitle{
    font-family: 'montreal', sans serif!important;
}

.cheader{
position: fixed;
height: 100px;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;

}
.scrolled .cheader{
background: white;
}
.cheader .cheaderlogo path,.smenutitle,.cbar,.cheaderinner,.cheaderlogo svg,.cburgerinner {
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
}
.scrolled .cheader .cheaderlogo path {
    fill: #343434;
}
.scrolled .smenutitle{
color: #343434;
}
.scrolled .cbar{
background: #343434;
}
.cheaderlogo svg{
transform: translateY(3px);
}
.cburger {
position: fixed;
margin-top: 62px;
}

.scrolled .cburgerinner{
    margin-top: -38px;
}
.scrolled .cheaderinner {
    margin-top: 20px;
    }
.scrolled .cheaderlogo svg{
transform: translateY(5px);
}
.clocation2 a:hover{
color: var(--text)!important;
}
.citemstory a{
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;
}
.citemhover a:hover p{
color: var(--text);
}
.citemhover a:hover .underline{

}
.citemhover a .underline{
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

}
.citemhover a .underline::before{
background: #D3C28C;
}

.cimageitemwrap{
position: relative;
overflow: hidden;
}
.cimageitemwrap img{
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
}
.cimageitemwrap::before{
z-index: 10;
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
box-sizing: border-box;
border: 0px solid #F8F6F2;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
}
.citemhover a:hover .cimageitemwrap::before{
border: 20px solid #F8F6F2;

}

.nakedheader .citemhover a:hover .cimageitemwrap::before{
border: 20px solid #F8F6F2;

}
.nakedheader.scrolled .cheader {
    background: #F8F6F2;
}

.citemhover a:hover .cimageitemwrap img{
transform: scale(1.1);
}


.template-page-about-us.nakedheader .citemhover a:hover .cimageitemwrap::before{
border: 20px solid #fff;

}
.template-page-about-us.nakedheader.scrolled .cheader {
    background: #fff;
}
.page-numbers{
background: #D3C28C;
    color: #343434;
  height: 37px;
  line-height: 37px;
  width: 42px;
  text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.page-numbers:hover,.current.page-numbers{
color: white!important;
background: #343434!important;
}
.ccontentstoriesrelative{
position: relative;
}
.cslickcontrol{
opacity: 0!important;
}
footer,footer a{
font-size: 16px;
}
.lby{
opacity: 0.5;
}
.cslickhorzwrap{
position: relative;
}
.cslickcontrol{
top: 0px;
background: black;
z-index: 10;
width: 20%;
height: 80%;
transform: none;
}
.cslicknext{
transform: translateX(50%);
}
.cslickprev{
transform: translateX(-50%);
}
.cheadersub{
background: #F8F6F2;
text-align: center;
padding: 15px;
padding-top: 17px;
padding-bottom: 17px;
font-size: 18px;
margin-top: 23px;
transform: translateY(-40px);
z-index: 10;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
line-height: 14px;
opacity: 0;
}
.cheadersub p{
    line-height: 20px;
}
.scrolled .cheadersub{
transform: translateY(0px);
opacity: 1;
}
.cheadersub a{
font-size: 14px;
text-decoration: underline;
}
.emobiletext{
display: none;
}
.lfooterlinkleft{
  margin-right: 35px;
}
.cidiomasheader{
  position: fixed;
  color: white;
  z-index: 580;
  top: 75px;
  left: 150px;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;

}
.cidiomasheader a{
  color: white;
}
.cidiomasheader a{
  color: white;
}
.cidiomasheader::before {
    background-image: url(img/elementos/i-fldownwhite.svg);
  }
  .scrolled .cidiomasheader a,.nakedheader  .cidiomasheader a {
      color: #343434;
  }
  .scrolled .cidiomasheader::before,.nakedheader .cidiomasheader::before {
    background-image: url(img/elementos/i-fldowngray.svg);
  }
  .scrolled .cidiomasheader {
      top: 36px;
    }
.cmighth{
  transform: translateX(6px);
}
.cfooterdire{
  margin-right: 100px;
  display: inline-block;
}
.cfooterredes a:last-child{
  margin-right: 0px!important;
}
.sidiomassentinell,footer .cidiomaswrapall{
  display: none;
}
.loadingajaxfixed{
  display: none;
}
.jqloadingajax .loadingajaxfixed{
  display: block;
}
.underlineforce::before{
  width: 100%!important;
  bottom: 0px!important;
}
footer .cidiomaswrapall{
  z-index: 100;
}
.scookiebutton{
      background: #D3C28C!important;
}
.strongaiyanna,.strongaiyanna a{
font-weight: 600!important;
font-family: 'montreal', sans serif;
}
.montreal{
font-family: 'montreal', sans serif;
}
.h3real{
font-size: calc(17px + 0.4vw)!important;
}
