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

body {background:#fff;
	  background-size:cover;
	  margin:0 auto;
	  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-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;
			color:#000;
			}

#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;}
 		#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:80%;
		 float:left;
		 margin-left:10%;
		 margin-top:1.5%;		 
		 }
		 @media (max-width: 768px) {
		 #header {width:90%;
		 		  margin-left:5%;}
		 }
		 
		 #img-header {width:35%;
		 			  float:left;}
					  @media (max-width: 768px) {
		 			  #img-header {width:100%;}
		 			  }
		 
		 #contenido-header {width:65%;
		 				    float: left;}
							@media (max-width: 768px) {
		 			  		#contenido-header {width:100%;}
		 			  		}
							
				#texto1-header {width:100%;
								float:left;
								color:#1227c7;
								text-align:center;
								font-size:4vw;}
								@media (max-width: 768px) {
								#texto1-header {font-size:8vw;}
								}
				
				#tlfn-header {width:100%;
							  float:left;
							  text-align:center;}
							  
							  
					   #img-tlfn-header{width:20%;
					   					float:left;}
					   
					   #texto-tlfn1 {width:72%;
							  		 float:left;
									 text-align:center;}
							 		 
	
						#texto-tlfn1 a{font-size:5vw;
									   float:left;
									   text-align:center;
									   text-decoration:none;
									   text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 7px #fff, 0 0 10px #1227c7, 0 0 15px #1227c7;
									   -webkit-text-fill-color: #1227c7;
									   -webkit-text-stroke-color:#8b8b8b;
									   -webkit-text-stroke-width:0.2px;
									   -moz-text-fill-color: #1227c7;
									   -moz-text-stroke-color:#8b8b8b;
									   -moz-text-stroke-width:0.2px;
									   }
										@media (max-width: 768px) {
								  		#texto-tlfn1 a{font-size:9vw;
													   text-align:center;}
										}

							 #img-visa-header {width:8%;
							 				   float:left;}
										       @media (max-width: 768px) {
										       #img-visa {width:80%;
												   margin-left:10%;
												   margin-right:10%;}
										       }

				#texto2-header {width:100%;
								float:left;
								color:#000;
								text-align:right;
								margin-top:-5%;
								font-size:1.2vw;}
								@media (max-width: 768px) {
								#texto2-header {font-size:3.5vw;}
								}


				#texto3-header {width:100%;
								float:left;
								color:#ff0ba4;
								text-align:center;
								font-size:2vw;}
								@media (max-width: 768px) {
								#texto3-header {font-size:6vw;}
								}
								
/********** FIN HEADER *********/


/************ BANNER ************/
#banner {width:80%;
		 float:left;
		 margin-left:10%;
		 font-size:1.3vw;
		 color:#000;
		 text-align:center;
		 padding-top:2%;
		 padding-bottom:2%;}
		 @media (max-width: 768px) {
		#banner {font-size:5.5vw;}
		 }
		 
		 #banner a{color:#ff0ba4;
		 		   text-decoration:none;
				   font-size:1.8vw;}
				   @media (max-width: 768px) {
				   #banner a{font-size:7vw;}
		 		    }
/********** FIN BANNER **********/


/*********** CONTENIDO **********/
#contenido {width:100%;
		    float:left;
			margin-top:5%;}
			@media (max-width: 768px) {
			#contenido {width:100%;
			            margin-left:0%;}
			}
			
			#columna-izda {width:50%;
						   float:left;
						   text-align:left;
						   font-size:1.3vw;}
						   @media (max-width: 768px) {
						   #columna-izda {width:100%;
						   				  font-size:4vw;}
						   }
			
			#columna-dcha {width:46%;
						   float:left;
						   margin-left:2%;
						   margin-right:2%;
						   }		
						   @media (max-width: 768px) {
						   #columna-dcha {width:100%;
						   				margin-left:0%;
						   				margin-right:0%;}
						   }
						
						#img-col-dcha {width:100%;
						margin-top:15%;
									   float:left;}
									   @media (max-width: 768px) {
									   #img-col-dcha {margin-top:2%;}
									   }

h1 {color:#ffff00;
	 text-align:center;
	 font-weight:100;
	 font-size:2vw;
	 width:100%;
	 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 10px #ff0ba4, 0 0 13px #ff0ba4; 
	 -webkit-text-fill-color: #ff0ba4; 
	 -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) {
	 h1 {font-size:6vw;
	     width:95%;
		 margin-left:2.5%;
		 color:#fff;}
	 }



#tarifas {width:100%;
		 float:left;
		 color: #785a16;
		 margin-bottom:5%;
		 margin-top:5%;
		 text-align:center;
		 font-size:2vw;
		 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: #fff; 
		 -webkit-text-stroke-color:#8b8b8b; 
		 -webkit-text-stroke-width:0.2px; 
		 -moz-text-fill-color: #fff; 
		 -moz-text-stroke-color:#8b8b8b; 
		 -moz-text-stroke-width:0.2px;}
		 @media (max-width: 768px) {
		 #tarifas {font-size:7vw;
				   width:100%;
				   margin-left:0%;
				   margin-right:0%;}
		 }

 
#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:100%;
			  float:left;
		          text-align:justify;
				  font-size:1vw;
				  color: #000;
				  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: #ff0ba4;
				  font-size:1vw;
				  						}
										

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

/************ BANNER ************/
#banner2 {width:100%;
		 float:left;
		 font-size:1.3vw;
		 color:#1227c7;
		 text-align:center;
		 padding-top:2%;
		 padding-bottom:2%;}
		 @media (max-width: 768px) {
		#banner2 {font-size:5.5vw;}
		 }
		 
		 #banner2 a{color:#000;
		 		   text-decoration:none;
				   font-size:1.8vw;}
				   @media (max-width: 768px) {
				   #banner a{font-size:7vw;}
		 		    }
		
		#contenido-banner2 {font-size:1vw;
							margin-top:3%;}
							@media (max-width: 768px) {
							#contenido-banner2 {font-size:4vw;}
							}
/********** FIN BANNER **********/

/************ MENU ************/
#menu {width:80%;
	   margin-left:10%;
	   float:left;}
	   @media (max-width: 768px) {
	   #menu {width:90%;
	   		  margin-left:5%;}
	   }

#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: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align:center;
    border-left:1px solid #fff;
  border-right:1px solid #fff;
}
#cssmenu > ul > li:hover > a {
  color: #fff;
  background: #000;
}
#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: #fff;
    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 ************/