@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
html,
body { height: 100%; }

body {background: url(imgs/bg.jpg);
	  background-size:cover;
	  margin:0 auto;
	  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	  height:100%;
	  display: table; 
  	  width: 100%;}	  	  
	

.page-row {display: table-row;
           height: 1px;
		   
           }
 
.page-row-expanded { height: 100%; }

#linea-top {width:100%;
			text-align:center;
			float:left;
			background: #000;
			color:#fff;
			}

#footer{width:100%;
		float:left;
		
		text-align:center;
		font-size:1vw;
		padding-top:1%;
		padding-bottom:1%;
		color:#000;
		
		}
		
		@media (max-width: 768px) {
		#footer {font-size:3vw;}
		}

    #contenido-footer {width:100%;
					   float:left;
					   background: #ff0ba4;
					   margin-top:2%;}
 		#texto-footer {width:100%;
		       float:left;
			   text-align:center;
			   color:#000;
			   font-size:1.1vw;
			   padding-top:1%;
			   padding-bottom:0%;
			   }
			   @media (max-width: 768px) {
			   #texto-footer  {font-size:3vw;}
		       }

   		#links-footer a{width:33.3%;
		       float:left;
			   text-align:center;
			   color:#000;
			   font-size:1vw;
			   padding-bottom:0.7%;
			   }
			   @media (max-width: 768px) {
			   #links-footer  a{font-size:3vw;}
		       }

img { width: 100%;
	  border:0;}

li {margin-left:3%;}
@media (max-width: 768px) {
li {margin-left:7%;}
}

/************ HEADER ***********/
#header {width:90%;
		 float:left;
		 margin-left:5%;
		 
		 }
		 @media (max-width: 768px) {
		 #header {width:100%;
		 margin-left:0%;
		 }
		 }
		 
		 #header-izda {width:20%;
		 			   float:left;}
					   @media (max-width: 768px) {
						 #header-izda{width:0%;}
						 }
		 
		 #header-centro {width:60%;
		 			     float:left;
						 background: url(imgs/header-centro.jpg);
	  					 background-size:cover;}
						 @media (max-width: 768px) {
						 #header-centro{width:100%;}
						 }
						 
						 #title-header{font-size:5vw;
						 			   width:100%;
									   float:left;
									   text-decoration:none;
									   text-align:center;
									   letter-spacing:-2px;
									   color: #000;
									   text-shadow: 0 0 5px #000, 0 0 1px #000, 0 0 1px #000, 0 0 2px #ba8314, 0 0 1px #ba8314;
									   -webkit-text-fill-color: #fff514;
									   -webkit-text-stroke-color:#8b8b8b;
									   -webkit-text-stroke-width:0.2px;
									   -moz-text-fill-color: #c712bb;
									   -moz-text-stroke-color:#8b8b8b;
									   -moz-text-stroke-width:0.2px;
									   }
									   @media (max-width: 768px) {
										#title-header{font-size:10vw;}
									   }
										
						 
						 #tlfn-806-header a{font-size:5vw;
						 			   width:100%;
									   float:left;
									   text-decoration:none;
									   text-align:center;
									   letter-spacing:-2px;
									   color: #000;
									   text-shadow: 0 0 5px #000, 0 0 1px #000, 0 0 1px #000, 0 0 2px #ba8314, 0 0 1px #ba8314;
									   -webkit-text-fill-color: #fff514;
									   -webkit-text-stroke-color:#8b8b8b;
									   -webkit-text-stroke-width:0.2px;
									   -moz-text-fill-color: #ff0ba4;
									   -moz-text-stroke-color:#8b8b8b;
									   -moz-text-stroke-width:0.2px;
						 			   }
									   @media (max-width: 768px) {
										#tlfn-806-header a {font-size:12vw;}
									   }
									   
						#texto-tarifas {font-size:1vw;
										width:100%;
										float:left;
										padding-bottom:1%;
										text-align:center;
										color:#000;}
										@media (max-width: 768px) {
										#texto-tarifas{font-size:3vw;}
									   }
						 
						 #tlfn-visa-header a{font-size:4vw;
						 			   width:100%;
									   float:left;
									   text-decoration:none;
									   text-align:center;
									   letter-spacing:-2px;
									   color: #000;
									   text-shadow: 0 0 5px #000, 0 0 1px #000, 0 0 1px #000, 0 0 2px #ba8314, 0 0 1px #ba8314;
									   -webkit-text-fill-color: #fff514;
									   -webkit-text-stroke-color:#8b8b8b;
									   -webkit-text-stroke-width:0.2px;
									   -moz-text-fill-color: #ff0ba4;
									   -moz-text-stroke-color:#8b8b8b;
									   -moz-text-stroke-width:0.2px;
						 			   }
									   @media (max-width: 768px) {
										#tlfn-visa-header a {font-size:12vw;}
									   }						 

						#texto-tarifas2 {font-size:2vw;
										width:100%;
										float:left;
										padding-bottom:1%;
										text-align:center;
										color:#000;}
										@media (max-width: 768px) {
										#texto-tarifas2{font-size:6vw;}
									   }
						 
		 #header-dcha {width:20%;
		 			   float:left;}	
					   @media (max-width: 768px) {
						 #header-dcha{width:0%;}
						 }	 
		 

					#visa {width:15%;
						   float:left;
						   margin-top:6%;}
						   @media (max-width: 768px) {
						   #visa {width:15%;}
						   }
				 

/********** FIN HEADER *********/


/************ BANNER ************/
#banner {width:90%;
		 float:left;
		 margin-left:5%;
		 font-size:2vw;
		 color:#FFFF00;
		 text-align:center;
		 padding-top:0.5%;
		 padding-bottom:0.5%;
		 font-weight:bold;
		 background:#000;}
		 @media (max-width: 768px) {
		#banner {font-size:5.5vw;
		width:100%;
		 float:left;
		 margin-left:0%;}
		 }
		 
		 #banner a{color:#FFF;
		 		   text-decoration:none;
				   font-size:2.5vw;}
				   @media (max-width: 768px) {
				   #banner a{font-size:6vw;}
		 		    }
/********** FIN BANNER **********/


/*********** CONTENIDO **********/
#contenido {width:88%;
		    float:left;
			margin-left:6%;}
			@media (max-width: 768px) {
			#contenido {width:90%;
			            margin-left:5%;}
			}				

h1 {color:#ffff00;
	 text-align:center;
	 font-weight:100;
	 font-size:3vw;
	 width:100%;
	 text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #ba8314, 0 0 25px #ba8314; 
	 -webkit-text-fill-color: #FFFF00; 
	 -webkit-text-stroke-color:#8b8b8b; 
     -webkit-text-stroke-width:0.2px; 
	 -moz-text-fill-color: #FFFF00; 
	 -moz-text-stroke-color:#8b8b8b; 
	 -moz-text-stroke-width:0.2px;
	 }
	 @media (max-width: 768px) {
	 h1 {font-size:8vw;
	     width:95%;
		 margin-left:2.5%;
		 color:#fff;}
	 }

#columna-izda {width:28%;
			   float:left;
			   color:#FF0;
			   text-align:left;
			   padding:1%;}
			   @media (max-width: 768px) {
				#columna-izda {width:100%;
								margin-right:0%;
								text-align:center;}	
			   }
			   
			   #img-col-izda {width:80%;
			   				  float:left;
							  margin-left:10%;
							  margin-right:10%;
							  margin-bottom:10%;}
				
				#texto-col {width:90%;
						    margin-left:5%;
							margin-right:5%;
							color:#fff;
							font-size:1.3vw;
							text-align:left;}
							@media (max-width: 768px) {
							#texto-col {font-size:5vw;}
							}
			   

			   
#columna-center {width:40%;
				 float:left;
				 padding-top:1%;}
				 @media (max-width: 768px) {
				 #columna-center{width:100%;}
							}
				 
				 #img-col-center {width:100%;
			   				      float:left;}
										 #title-col{font-size:3.5vw;
						 			   width:100%;
									   float:left;
									   text-decoration:none;
									   text-align:center;
									   letter-spacing:-2px;
									   color: #000;
									   text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #ba8314, 0 0 25px #ba8314;
									   -webkit-text-fill-color: #c712bb;
									   -webkit-text-stroke-color:#8b8b8b;
									   -webkit-text-stroke-width:0.2px;
									   -moz-text-fill-color: #c712bb;
									   -moz-text-stroke-color:#8b8b8b;
									   -moz-text-stroke-width:0.2px;
									   }
									   @media (max-width: 768px) {
										#title-col{font-size:10vw;}
									   }
			   			   
#columna-dcha {width:28%;
			   float:left;
			   padding:1%;}
			   @media (max-width: 768px) {
				#columna-dcha {width:100%;
								margin-left:0%;
								padding-top:0%;}	
			   }
			   
			   #img-col-dcha {width:80%;
			   				  float:left;
							  margin-left:10%;
							  margin-right:10%;
							  margin-bottom:10%;}			   




#banner2 {width:90%;
		 float:left;
		 margin-left:5%;
		 font-size:1.8vw;
		 color:#FFFF00;
		 text-align:center;
		 padding-top:0.5%;
		 padding-bottom:0.5%;
		 font-weight:bold;}
		 @media (max-width: 768px) {
		#banner2 {font-size:5.5vw;}
		 }
		 
		 #banner2 a{color:#FFF;
		 		   text-decoration:none;
				   font-size:2.5vw;}
				   @media (max-width: 768px) {
				   #banner2 a{font-size:7vw;}
		 		    }

		 
#video {width:90%;
		margin-left:5%;
		float:left;}
		@media (max-width: 768px) {
		#video {width:100%;
				margin-left:0%;}
		}
		
.responsiveContent {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
  margin-bottom: 20px;
}
.responsiveContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
				  						
#texto-legal {width:90%;
		      margin-left:5%;
			  float:left;
		          text-align:justify;
				  font-size:1vw;
				  color: #fff;
				  margin-top:2%;
				  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
				  
				   }
				  @media (max-width: 768px) {
	 			   #texto-legal{font-size:4vw;
	     width:90%;
		 margin-left:5%;
		 margin-top:3%;}
	              }
				  
				  #texto-legal a {color: #ffa31b;
				  						}
										

/********* FIN CONTENIDO *********/




/************ MENU ************/
#menu {width:100%;
	   float:left;}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:90;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #ff0ba4;
}
#cssmenu > ul > li {
  float: left;
  width:25%;

  
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align:center;
    border-left:1px solid #000;
  border-right:1px solid #000;
}
#cssmenu > ul > li:hover > a {
  color: #000;
  background: #fe82d0;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
  width: 100%;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
  
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 1);
  padding: 11px 15px;
  width: 100%;
  font-size: 12px;
  text-align:center;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #bcbec0;
  
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background:#ffa31b;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
	
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
	width:100%;
	background:#999;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	text-align:left;
	font-size:11px;
	
  }
  #cssmenu > ul > li {
    float: none;
	
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
	font-size:11px;
	
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
	background:#ffa31b;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
	background: #999;
	color:#FFF;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #999;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/************ FIN MENU ************/