/* Navigation */

.topnav a{
	color: #FFFFFF;	
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px 15px;
  text-decoration:none;
  display: inline;
    font-family: 'Montserrat', sans-serif;
}
.nav > a{
  position: relative;
}
.nav > a:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 30px);
  background-color: #f6a400;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav > a:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-microsite {
  font-size: 20px;	
  font-weight: 600;	
  line-height: 24px;	
  text-align: center;
  background: #f6a400;
  padding: 20px 90px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
   display: inline-block;
  cursor: pointer;
}
p {
  color: #A4A4A4;
  font-size: 18px;	line-height: 27px;
}

/** Header **/

#header{
 	background:url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/CAB-MICRO.png) center center no-repeat; 
z-index: 999;
position: relative;
  background-size: cover;
  min-height: 100vh;
}


#header .title{
	padding: 10% 0;
  text-align: center;
  margin: 0 auto;
  float: none;
  max-width: 700px;
}

h1{
  color: #fff;	
  font-size: 62px;	
  font-weight: 600;
  line-height: 72px; 
  margin:0;
  text-transform: uppercase;
}
#header .pre-title {
  font-size: 32px;	line-height: 37px;	text-align: center; color: #fff;
  text-transform: none;
  display: block;
  font-weight: 400;
}
#header .btn-microsite {
  margin-top: 70px;
 
}

@media (max-width: 767px){
  #header h1{
    font-size: 48px;
    line-height: 56px;
  }
  #header .pre-title{
    line-height: 56px;
  }
}
/** Form Flotante **/

.caja-flotante{
 	position: fixed;
  max-width: 265px;
  right: -265px;
  background: #fff;
  padding: 0 20px 20px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index:999;
  top: 68px;
}


.caja-flotante.active{
 right: 0;
}

.boton-flotante a.button{
    background: #f6a400;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 25px 40px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    font-size: 16px;
    max-width: 170px;
    border-radius: 5px 5px 0 0;
    left: -159px;
    top: 105px;
    transform: rotate(-90deg);
    cursor: pointer;
     text-align: center;
}
.boton-flotante a.button:before{
  content: url('https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/mail.png');
  position:absolute; 
  transform: rotate(90deg);
  bottom: -8px;
  left: -58px;
}

@media (max-width:1010px){
  .caja-flotante{
    top: 0px;
  }
  .boton-flotante a.button{
    top: 190px;
    left: -149px;
    padding: 25px 30px;
  }
  .boton-flotante a.button:before{
    display: none;
  }
  .caja-flotante .hs-form-field {
    margin-bottom: 10px !important;
}
}

/** Information **/
#information {
  background: #F7F7F7 url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/PRIMERA-IMG.png) no-repeat left center;
  background-size: auto;
  padding: 8% 0 0;
  overflow: hidden;
}

#information .space-number {
  height: 200px;
  background: url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/bg1.png) no-repeat right bottom;
  background-size: auto;
  text-align: right;
  position: relative;
 top: -50px;
}
#information h2 {
  font-size: 32px;	font-weight: 600;	line-height: 37px; color: #414141;
  text-transform: uppercase;
}
#information .full-row {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#information .full-row hr {
	border: none;
  height: 1px;
  background: #f6a400;
	max-width: calc(50vw + 380px);
	margin-right: 0;
  margin-bottom: 30px;
	}

@media (max-width: 1200px){
  #information .full-row hr {
      max-width: calc(50vw + 31.5%);
  }
}
@media (max-width: 767px){
  #information .full-row hr {
    max-width: calc(100% - 20px)
  }
  #information {
    background: #F7F7F7 url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/bg1.png) no-repeat right top;
    background-size: auto;
  }
  #information .space-number{
    display: none;
  }
}


/** Frecuencias **/
#frecuencias {
  background: #F7F7F7;
  padding: 5% 0 8%;
}
#frecuencias .btn-microsite {
  margin-top: 20px;
}
#frecuencias p{
  max-width: 525px;
}
@media (max-width: 767px){
  #frecuencias .btn-microsite{
    margin-bottom: 40px;
  }
  #frecuencias {
    padding: 0 0 8%;
  }
}
/** Info **/

#info .left{
 	background: #fff url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/bg2.png) no-repeat left 30px;
  background-size: auto;
  text-align:right;
  z-index: 5;
position: relative;
}
#info .left .selector a{
	text-decoration:none;
}
#info .left .selector{
text-align: right;
}

#info .left h2{
  color: #414141;	font-family: Raleway;	font-size: 32px;	font-weight: 600;	line-height: 37px;	text-align: right;
  max-width: 380px;
    margin-right: 20px;
    float: none;
    margin-left: auto;
  margin-top: 100px;
}
#info .left hr{
  height: 1px;
  border: none;
  background: #f6a400;
    width: calc(100% - 20px);
    margin-left: 0;
}
#info .left span {
  	font-size:20px;
    font-weight:bold;
  	padding: 30px 20px 20px 0;
    color: #414141;
  	text-transform:uppercase;
  	cursor:pointer;
  display: flex;
    flex-direction: column;
}
#info .left .selector .tab.active{
	color: #f6a400; 
}
			/*Right*/

#info .right{
  min-height:600px;
  margin: 0;
  background: #f6a400;
  position:relative;
      z-index: 99;
}

#info .right .content{
 display:none; 
 padding: 130px 30px;
 margin-bottom: 62px;
}
#info .right .content p{
 font-size: 18px;	line-height: 27px;
  color: #fff;
}
#info .right .content h3{
  font-size: 60px;	font-weight: 800;	line-height: 70px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

#info .right .content.active{
 display:block; 
}

#info .right a.button{
 	position:absolute;
  bottom:0;
  left:0;
  right: 0;
  background-color: #272723;
  cursor: pointer;
  text-align:left;
  padding:30px 50px;
  text-decoration:none;
	color: #fff;	
  font-size: 20px;	
  font-weight: 600;	
  line-height: 24px;
  text-transform:uppercase;
}
#info .right a.button img {
    vertical-align: baseline;
  margin-left: 10px;
}
#info .right .content .precios {
  padding: 30px;
  border: 1px solid #fff;
}
#info .right .content .precios ul {
list-style-type: square;
  color: #fff;
  padding-left: 17px;
  font-size: 18px;	line-height: 27px;
}

@media (min-width:768px){
  #info .left .Wrapper{
    max-width: 600px;
    margin: 0 0 0 auto !important;
	}
	#info .right .Wrapper {
    max-width: 750px;
    margin: 0 auto 0 0 !important;
	}
  /*
  #info .right{
    width: 59.9%;
  }
  */
}
@media (min-width:768px){
  #info .right{
    width: 59.9%;
  }
  
}
@media (min-width: 1140px){
#info .right {
    width: 59.56%;
}
}
@media (min-width: 1280px){
#info .right {
    width: 59.83%;
}
}

@media (max-width: 767px){
  #info .right .content h3{
    font-size: 48px;
    line-height: 56px;
  }
  #info .right {
    min-height: auto;
  }
  #info .right .content {
    padding: 50px 20px;
  }
  #info .right .content .precios{
    padding: 20px;
  }
}
@media (max-width:600px){
 
  #info .left,
  #info .right{
   height: auto !important; 
  }
  .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox{
 		padding:0; 
	}
  #info .right .selector .tab {
    font-size: 14px;
    padding: 0 10px;
	}
  
}
/** CTA Practicas **/
  
  #practicas {
    background: url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/cta-ebook.png) no-repeat center left;
    background-size: cover;
    height: 338px;
    position: relative;
    margin: 60px 0 0;
    padding: 35px 0;
    
  }
#practicas .ebook-image {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 50;
}
#practicas h2{
  font-size: 32px;	font-weight: 600;	line-height: 37px;
  color: #fff;
  text-transform: uppercase;
}
#practicas p{
  	font-size: 22px;	line-height: 27px;
  color: #fff;
}
#practicas .btn-microsite{
  margin-top: 20px;
}
@media (max-width: 767px){
  #practicas .ebook-image{
    position: inherit;
  }
  #practicas .ebook-image img {
    max-width: 200px;
  }
  #practicas {
    height: auto;
    text-align: center;
    background-size: auto;
    background: url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/cta-ebook.png) no-repeat bottom left;
    margin:0;
  }
  #practicas .Wrapper .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}

/** Producto **/
#producto {
  padding: 5% 0;
  position: relative;
  background: url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/b5-circulos-background.png) no-repeat right bottom;
}
#producto .space-number {
  background: #fff url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/6.png) no-repeat left top;
  height: 260px;
    position: absolute;
    z-index: -1;
  top: 0;
}
#producto h2{
  	font-size: 32px;	font-weight: 600;	line-height: 47px; color: #414141; text-transform: uppercase;
}
#producto .full-row{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#producto .full-row hr{
  max-width: calc(50vw - 600px + 300px);
  height: 1px;
  background: #f6a400;
  border: none;
  margin: 0 0 90px;
}
#producto .producto-items {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}
#producto .producto-item {
  display: flex;
  align-items: flex-end;
  height: 270px;
  background: #F6F6F6;
  margin-bottom: 20px;
  padding: 30px 30px 13px;
}
#producto .producto-item h4{
  font-size: 22px;	font-weight: 600;	line-height: 28px; text-transform: uppercase; margin: 0;}
#producto .producto-item-1{
  background: #F6F6F6 url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/PRODUCT-1.png) center center no-repeat;
}
#producto .producto-item-2{
  background: #F6F6F6 url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/PRODUCT2.png) center center no-repeat;
}
#producto .producto-item-3{
  background: #F6F6F6 url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/PRODUCT3.png) center center no-repeat;
}
#producto .producto-item-4{
  background: #F6F6F6 url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/PRODUCT4.png) center center no-repeat;
}
#producto .producto-item-5{
  background: #F6F6F6 url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/PRODUCT5.png) center center no-repeat;
}
#producto .download {
  background: url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/PRODUCT6.png) no-repeat center center;
  background-size: cover;
  height: 270px;
}
#producto .download-content{
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  align-items: center;
}
#producto .download-content h4{
  font-size: 20px;	font-weight: 600;	line-height: 28px; color: #fff;
  text-transform: uppercase;
  max-width: 190px;
}
#producto .download-text {
  max-width: 50%;
}
#producto .btn-download {
  font-size: 20px;	font-weight: 600;	line-height: 24px;	text-align: center; color: #fff; text-transform: uppercase; text-decoration: none;
  padding: 15px 40px; 
  display: inline-block;
  background: #272723;
  cursor: pointer;
}
@media (max-width:1200px){
  #producto .full-row hr{
    max-width: 300px;
  }
}
@media (max-width: 450px){
  #producto .download-content{
    flex-direction: column-reverse;
  }
  #producto .download {
    background: #FAA21B;
    height: auto;
  }
  #producto .download-text{
    max-width: 100%;
    padding: 20px;
    text-align: center;
    
  }
  #producto .download-content h4{
    max-width: none;
  }
}

/* CTA Mosaiq6 */

.cta-mosaiq {
  padding:70px 0; 
  background:#EDEDEA;
}

.cta-mosaiq .image-right {
  text-align:right; 
}

.cta-mosaiq h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
    color: #262320;
    text-transform: uppercase; 
    margin:0 0 25px 0;
  padding:0 0 25px 0;
  position:relative;
}

.cta-mosaiq h2:after {
  content:"";
  height:2px;
  width:150px;
  background:#f6a400;
  position:absolute;
  left:0;
  bottom:0;
}

.cta-mosaiq p {
  font-size: 22px;
  line-height: 27px;
  color: #262320; 
}

.cta-mosaiq .btn-microsite {
  margin-top:10px;
  padding:20px 50px;
}

@media (max-width:767px) {
  
 .cta-mosaiq .image-right {
    display:none!important;
  }
  
  .cta-mosaiq .text-left {
    text-align:center;
  }
  
  .cta-mosaiq h2:after {
    left:calc(50% - 75px); 
  }
  
}
/** CTA 2 **/
#cta-2 {
  background: #f6a400;
  padding: 30px 0;
}

#cta-2 .btn-dark {
  display: block;
    max-width: 140px;
    margin-left: auto;
  background: #272723;
  margin-top: 5px;
  cursor: pointer;
}
#cta-2 h2{
  font-size: 32px;	font-weight: 600;	line-height: 37px; text-transform: uppercase; color: #fff; margin: 0; 
}
@media (max-width: 767px){
  #cta-2 {
    text-align: center;
  }
  #cta-2 .btn-dark {
    margin: 20px auto 0;
  }
}
/** proceso **/
#proceso {
  padding: 8% 0 5%;
  background: #fff url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/bg3.png) no-repeat right 8%;
  background-size: auto;
}
#proceso h2{
  font-size: 32px;	font-weight: 600;	line-height: 47px;
  text-transform: uppercase;
}
#proceso .full-row hr{
  height: 1px;
  border: none;
  background: #f6a400;
  max-width: calc(100vw - 50% + 580px);
	margin-right: 0;
  margin-bottom: 30px;
}
#proceso .full-row {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#proceso .feature {
  margin: 50px 0;
}
#proceso .feature h3{
  font-size: 22px;	font-weight: 600;	line-height: 28px;color: #414141; text-transform: uppercase;
}
#proceso .canales-image {
  padding: 8% 0 0;
}
@media (max-width: 1200px){
  #proceso .full-row hr{
    max-width: calc(100% - 20px);
  }
}
/** selection **/

#selection h2{
 	text-align:center; 
 	color: #414141;	
  font-size: 36px;	
  font-weight: bold;
  line-height: 42px;
  position:relative;
  margin: 0 0 50px;
}

#selection h2::after{
 	content:'';
  position:absolute;
  height: 3px;	
  width: 109px;
  border: 2px solid #FAA21B;
  box-sizing: border-box;
  bottom: -15px;
	left: 50%;
	margin-left: -55px;
}

#selection .option{
  display: flex;
  justify-content: flex-end;
  padding: 0 10%;
  border: 1px solid #DCDCDC;
  background-color: #FFFFFF;
  min-height: 135px;
  align-items: center;
}

#selection .option.active{
  background-color: #414141;
  border: 1px solid #FAA21B;
}

#selection .option p{
  color: #FAA21B;	
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
#selection .option h4{
 color: #414141;	
  font-size: 18px;	
  font-weight: 600;	
  line-height: 22px;
  margin:0;
}

#selection .option.active h4{
 color: #fff;	
}

#selection .info{
  margin: 0;
  width: 76.9%;
}

#selection .info .content{
 	background: #FAA21B;
  float: left;
	width: 100%;
}
#selection .info .content img{
 	float:left;
}

#selection .info .content .text-block{
  background: #FAA21B;
	display: inline-block;
	width: 74.4%;
  max-width: 500px;
  margin: 0 auto;
  float: left;
  padding: 5% 3%;
	text-align: center;
}

#selection .info .content{
 display:none; 
}

#selection .info .content.active{
 display:block; 
}

#selection .info .content .text-block h3{
  color: #FFFFFF;	
  font-size: 36px;	
  font-weight: 600;	
  line-height: 42px;
}
#selection .info .content .text-block p{
  color: #FFFFFF;	
  font-size: 18px;	
  font-weight: 300;	
  line-height: 22px;
}

@media (max-width:767px){
  #selection .option {
    justify-content: center;
	}
  #selection .info {
    width: 100%;	
	}
  #selection .info .content img {
    display: none;
	}
  
  #selection .info .content .text-block {
    width: initial;
    max-width: initial;
    float: none;
	}
  
}

/*** Logos ***/

#logos{
 background:#F1F1F1; 
  padding:5% 0;
  z-index: -1;
    position: relative;
}
#logos .owl-carousel .owl-item{
  min-height: 45px;
  display: flex;
  align-items: center;
  cursor:grab;
  justify-content:center;
}
/*#logos .owl-carousel .owl-item img {
    max-width: 150px;
}*/

.owl-nav{
  display:none;
}

@media (max-width:500px){
  #logos{
  	padding:40px 0;
	}
}

/** Form **/

#form{
	padding:8% 0 5%;
   background: linear-gradient(
          rgba(0, 0, 0, 0.6), 
          rgba(0, 0, 0, 0.6)
        ),
        url(https://cdn2.hubspot.net/hubfs/4148886/Microsite%202019/form-bg.png) no-repeat center center;

background-size: cover;
}
#form h2{
 	color: #fff;	
  font-size: 36px;	
  font-weight: 600;
  line-height: 42px;
  position:relative;
  
}
#form p{
  color: #fff;
}

#form .full-row{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#form hr{
  border: none;
  height: 1px;
  background: #FAA21B;
	max-width: calc(50vw + 580px);
	margin-right: 0;
  margin-bottom: 30px;
}

#form .form fieldset{
 max-width:100%; 
}
#form .form-columns-3 .hs-form-field {
  width: 33.3%;
}
#form fieldset.form-columns-1 .hs-input{
  width: 100%;
}

@media (max-width: 1200px){
  #form hr{
    max-width: calc(100% - 20px);
  }
}
.form .hs-form-required{
 display:none; 
}

.form .inputs-list{
 list-style:none;
}

.form .hs-form-field{
	margin-bottom: 20px;
}

.form input:not([type="checkbox"]):not([type="submit"]), 
.form select, 
.form textarea{
  width:100%;
  border:none;
  border-bottom: 1px solid #979797;
  padding: 15px 10px;
  background: transparent;
  border-radius: 0;
}

.form select{
  padding:15px 10px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url("https://valencia.hubspotusergroups.com/hubfs/HUGVLC%202018/arrow-down.png") 95% center no-repeat;
  border-radius: 0;
}

.form .inputs-list.hs-error-msgs{
 	color:#979797; 
  font-size:12px;
  padding: 3px 5px;
   margin:0;
}

.form .hs-fieldtype-booleancheckbox .inputs-list{
	padding:0;
  margin: 0;
}
.form .hs-fieldtype-booleancheckbox .inputs-list span{
	color: #D0CDCD;
  font-size: 14px;	
  line-height: 30px;
  margin:0 10px;
}
.form .hs-fieldtype-booleancheckbox .inputs-list span a{
	color: #D0CDCD;
  font-size: 14px;	
  line-height: 30px;
}

.form .hs-fieldtype-booleancheckbox .inputs-list input{
	-webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  height: 14px;
	width: 14px !important;
	border: 1px solid #979797;
	border-radius: 4px;
	background-color: #F5F5F5;
  position: relative;
	top: 5px;
}

.form .hs-fieldtype-booleancheckbox .inputs-list input:checked{
  background-color: #FAA21B;
}
 
.form input[type="submit"]{
 	cursor:pointer;
  text-transform:uppercase;
  width:100%;
  max-width:330px;
  height:50px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  color:#fff;
  font-size: 20px;	
  font-weight: bold;
  line-height: 19px;
}

.form .submitted-message {
    color: #444;
    font-size: 14px;
}

#form .form .hs_cargo{
 position:relative;
  top:4px;
}

.caja-flotante .form input:not([type="submit"]):not([type="checkbox"]),
 .caja-flotante .form select,
 .caja-flotante .form textarea{
    height:40px;
    font-size: 12px;
   color: #333;
}
.caja-flotante .hs-form-field{
    margin-bottom: 12px !important;
}
.caja-flotante li.hs-form-booleancheckbox span, 
.caja-flotante  li.hs-form-booleancheckbox span a {
    color: #333;
}
.caja-flotante ul.hs-error-msgs.inputs-list label{
    color: red;	
}

.caja-flotante input[type="submit"]{
    padding: 9px 0;
		font-size:16px;
  background: #A4A4A4;
}

@media (max-width: 1010px){
  .caja-flotante .form input:not([type="submit"]):not([type="checkbox"]),
 .caja-flotante .form select,
 .caja-flotante .form textarea{
    height:30px;
}
  .caja-flotante .form select{
    padding: 0 10px;
  }
  .form .hs-fieldtype-booleancheckbox .inputs-list span a{
    font-size: 12px;
  }
  .form .hs-fieldtype-booleancheckbox .inputs-list span {
    font-size: 12px;
  }
}

.form-dark input:not([type="checkbox"]):not([type="submit"]), 
.form-dark select, 
.form-dark textarea{
  color: #fff;
}
.form-dark input::placeholder {
  color: #fff;
}
@media (max-width: 767px){
  .caja-flotante {
    display: none !important;
  }
}
/* FORMS POP UPS */
.pop-up--frecuencias, .pop-up--ayudas{
  width: calc(100% - 40px);
  padding: 40px;
}
.pop-up--frecuencias, .pop-up--ayudas{
  max-width: 900px;
}
@media (max-width: 620px){
  .pop-up--frecuencias, .pop-up--ayudas{
  min-width: calc(100% - 40px);
  
  }
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
  .pop-up--frecuencias .form .form-columns-2 .hs-form-field .hs-input,
  .pop-up--ayudas .form .form-columns-2 .hs-form-field .hs-input{
  width: 100% !important;
}
}
.pop-up .form input:not([type="submit"]):not([type="checkbox"]),
.pop-up .form select,
.pop-up .form textarea{
    height:40px;
    font-size: 12px;
   color: #333;
}
.pop-up .hs-form-field{
    margin-bottom: 12px !important;
}
.pop-up li.hs-form-booleancheckbox span, 
.pop-up  li.hs-form-booleancheckbox span a {
    color: #333;
}
.pop-up ul.hs-error-msgs.inputs-list label{
    color: red;	
}

.pop-up input[type="submit"]{
    padding: 9px 0;
		font-size:16px;
  background: #f6a400;
}
.pop-up .form span{
  font-size: 12px;
   color: #333;
}

.form-popup .form-columns-2 {
  max-width: none;
}
.form-popup .form-columns-1{
  max-width: none;
}
.form-popup .hs-dependent-field .hs-input{
  width: 100%;
}
.pop-up .form fieldset.form-columns-1 .hs-input{
  width: 100%;
}
.pop-up .form select{
      background: transparent url(https://valencia.hubspotusergroups.com/hubfs/HUGVLC%202018/arrow-down.png) 98% center no-repeat;
}
/*LANGUAGE*/
.lang_switcher_class {
  top: 35px;
}
.globe_class {
    background-image: url(https://cdn2.hubspot.net/hubfs/4148886/C1%20-%20Microsite%20Hospitality/Landing/lang-v2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.lang_list_class li {
  padding: 0 20px 10px 20px;
}
.lang_list_class li a:hover{
  color: #faa21b;
}

@media screen and (max-width: 840px){
   .lang-menu {
    position: absolute;
    top: -25px;
    left: 0;
}
  .topnav a {
    display: none;
  }
   .topnav {
    padding: 40px 20px 40px;
  }
  .topnav.responsive {
    padding: 40px 0 0;
  }
  .topnav.responsive a.icon{
    top: -56px;
  }
  .topnav a.icon {
    top: 40px;
  }
  .lang_list_class:before{
    left: 20%;
  }
  .lang_list_class:after{
    left: 20%;
  }
  .lang_list_class {
    transform: translateX(-20%);
  }
  .lang_list_class li{
    padding: 0 20px 15px 20px;
  }
  }

@media (max-width:767px){
  .lang-menu {
    position: absolute;
    top: -25px;
    left: 20px;
}
  #form .form-columns-3 .hs-form-field {
  width: 100%;
}
#form fieldset.form-columns-1 .hs-input{
  width: 100%;
}


}
/* Responsive long menu*/
@media screen and (max-width: 1010px) {
  
  #header .menu .nav {
      position: initial;
  }
  #header .menu .responsive .nav{
    position: relative;
    top: 0px;
  }
  
  .topnav.responsive{
    padding: 30px 0 0;
    background: #414141;
    margin-bottom: 40px;
    transition: background .2s;
  }
    
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    position: absolute;
		top: 34px;
		right: 20px;
  }
}



@media screen and (max-width: 1010px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    right: 0;
		top: -54px;
  }
  
   .topnav.responsive img{
  	padding: 0 20px;
  }
  
   .topnav.responsive a:first-child{
     border-top: 1px solid rgba(171,171,171,0.53);
     margin: 15px 20px 0;
  	}
    
  .topnav.responsive a {
    float: none;
    display: block;
		text-align: center;
    padding: 15px 20px 15px 0;
		transition: display .2s;
  }
  
   .topnav.responsive a.contact {
    border: none;
    border-radius: 0;
   	background: #FAA21B;
    margin:0;
}
}

/*Responsive menu left*/
@media screen and (max-width: 1010px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
    position: absolute;
		top: 34px;
		left: 0;
    right: auto;
  }
  .topnav.responsive a.icon {
    right: auto;
  }
  .topnav{
    text-align: right;
  }
  .nav a.icon:hover:before{
    visibility: hidden;
}
}