@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
html,body{
	height:100%;
	margin:0px; 
	padding:0px;
}
body{
	background: #fff;
	color: #727272;
	min-width: 320px;
	width: 100%;
	height:100%;
	margin:0px; 
	padding:0px;
	left:0px;
	right:0px;
	font-size:100%;
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5{
}
a{
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
html ::selection, 
body ::selection, 
button ::selection, 
input ::selection, 
select ::selection, 
textarea ::selection {
	background: #fff;
	color: #cb5101;
}
img{
	border:none;
}
.centrado{
	margin: 0px auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
}
.main-container{
	background: rgba(255,255,255,1);
	margin: 0px;
	min-height: 100%;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 100%;
}
/*---------------------------------HEADER---------------------------------*/
.main-head{
	background: rgba(255,255,255,0.7);
	border-bottom: 1px solid #E9E9E9;
	left: 0px;
	min-height: 90px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}
#logo{
	float: left;
	margin: 0px;
	position: relative;
	max-width: 220px;
}
#logo a{
	display: block;
}
#logo span{
	display: block;
	padding: 20px 0px;
	text-align: right;
}
#logo img{
	vertical-align: bottom;
	width: 100%;
}
#click-menu{
	display: block;
	float: left;
}
#click-menu{
	background-image: url(../img/menu-mob.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 38px;
	cursor: pointer;
	opacity: 1;
	padding: 45px 0px;
	position: relative;
	visibility: visible;
	width: 90px;
	z-index: 1;
}
.white-logo{
	display: block;
	padding: 10px 0px;
	text-align: center;
	width: 250px;
}
.white-logo img{
	max-width: 80px;
	vertical-align: bottom;
	width: 80%;
}
.white-logo a{
	display: block;
}
#close{
	/*border: 1px solid rgba(255, 255, 255, 0.15);*/
	cursor: pointer;
	display: block;
	margin: 30px auto 0px;
	padding: 8px 0px;
	position: relative;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
#close:hover{
	/*border: 1px solid rgba(255, 255, 255, 1);*/
	background: rgba(255, 255, 255, 0.1);
}
#close img{
	vertical-align: bottom;
	width: 30px;
}
.social{
	height: 100%;
	min-height: 640px;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	width: 70px;
	z-index: 100;
}
.s-bg-blue{
	background-color: #003665;
}
.s-bg-black{
	background-color: #19191B;
}
.social span{
	display: block;
	margin: 75px 0px;
	position: relative;
	text-align: center;
	width: 70px;
}
.social span a{
	display: block !important;
	margin: 0px;
	padding: 8px 0px !important;
	text-align: center;
}
.social span a:hover{
	background: rgba(255, 255, 255, 0.1);
}
.social span a img{
	vertical-align: bottom;
	width: 40%;
}
/*---------------------------------MENÚ---------------------------------*/
#menu{
	height: 100%;
	min-height: 300px;
	max-height: 640px;
	/*background-color: #19191B;*/
	background-image: linear-gradient(45deg, rgba(20, 90, 112, 1), rgba(32, 124, 155, 1));
	background-image: -webkit-linear-gradient(45deg, rgba(20, 90, 112, 1), rgba(32, 124, 155, 1));
	background-image: -o-linear-gradient(45deg, rgba(20, 90, 112, 1), rgba(32, 124, 155, 1));
	background-image: -ms-linear-gradient(45deg, rgba(20, 90, 112, 1), rgba(32, 124, 155, 1));
	/*border-right: 3px solid #009dc8;*/
	overflow: scroll;
	position: fixed;
	top: 0px;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	width: 320px;
	z-index: 200;
}
#menu ul{
	margin: 0px;
	padding: 5px 0px;
	width: 250px;
	z-index: 1;
}
#menu li{
	/*border-bottom: 1px solid rgba(17, 199, 184, 0.2);*/
	list-style: none;
	padding: 5px 0px;
}
#menu li:hover{
	background: rgba(17, 199, 184, 0.1);
}
#menu a{
	color: #adacb2;
	display: block;
	font:400 21px 'Montserrat', sans-serif;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover, #menu a:hover > span{
	color: #fff;
}
#menu a span{
	color:#adacb2;
	display: block;
	font: 400 10px "Arimo",sans-serif;
	letter-spacing: 1px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.mc-data{
	margin-top: 90px;
	position: relative;
	width: 100%;
}
.mc-data ul{
	margin: 30px;
	padding: 15px;
}
.mc-data ul li{
	color: #adacb2 !important;
	font:400 11px 'Arimo', sans-serif !important;
	margin: 5px 30px !important;
	padding: 0px !important;
	text-transform: capitalize !important;
}
.mc-data ul li:hover{
	background: none !important;
}
.mc-data a{
	color: #adacb2 !important;
	font:400 11px 'Arimo', sans-serif !important;
	padding: 0px !important;
	text-decoration: none !important;
	text-transform: capitalize !important;
}
.mc-data a:hover{
	color: #fff !important;
}
.hide{
	transform: translate(-360px,0);
    -webkit-transform: translate(-360px,0); /** Chrome & Safari **/
    -o-transform: translate(-360px,0); /** Opera **/
    -moz-transform: translate(-360px,0); /** Firefox **/
}
.show{
	transform: translate(0px,0) !important;
    -webkit-transform: translate(0px,0) !important; /** Chrome & Safari **/
    -o-transform: translate(0px,0) !important; /** Opera **/
    -moz-transform: translate(0px,0) !important;
}
.mobe{
	transform: translate(250px,0);
    -webkit-transform: translate(250px,0); /** Chrome & Safari **/
    -o-transform: translate(250px,0); /** Opera **/
    -moz-transform: translate(250px,0); /** Firefox **/
}
.hidden{
	transition: 0.6s ease 0s;
	-moz-transition: 0.6s ease 0s;
	-webkit-transition: 0.6s ease 0s;
}
.over-mask{
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	transition: 0.6s ease 0s;
	-moz-transition: 0.6s ease 0s;
	-webkit-transition: 0.6s ease 0s;
	width: 100%;
	z-index: 10;
}
.over-mask-hide{
	opacity: 0;
	visibility: hidden;
}
.over-mask-show{
	opacity: 1;
	visibility: visible;
}
/*---------------------------------Presentación---------------------------------*/
.front-img-container{
	position: relative;
	top: 0px;
	/*transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;*/
	width: 100%;
}
.section-img-container{
	height: 50%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slide1{
	background-image: url(../img/back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.slide2{
	background-image: url(../img/back2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.slide3{
	background-image: url(../img/back3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.front-img-container img{
	vertical-align: bottom;
	width: 100%
}
.mask{
	background-color: rgba(0,0,0,0.2);
	/*background-image: linear-gradient(45deg, rgba(45, 104, 159, 0.2), rgba(0, 157, 200, 0.2));
	background-image: -webkit-linear-gradient(45deg, rgba(45, 104, 159, 0.2), rgba(0, 157, 200, 0.2));
	background-image: -o-linear-gradient(45deg, rgba(45, 104, 159, 0.2), rgba(0, 157, 200, 0.2));
	background-image: -ms-linear-gradient(45deg, rgba(45, 104, 159, 0.2), rgba(0, 157, 200, 0.2));*/
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}
.mask-box{
	margin-top: 120px;
	position: relative;
	width: 100%;
}
.mask-box h1{
	color: #fff;
	font:700 44px 'Montserrat', sans-serif;
	letter-spacing: -3px;
	margin: 0px;
	padding: 5px 15px;
	text-align: center;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.33);
	text-transform: uppercase;
}
.mask-box h2{
	color: #fff;
	font:400 24px 'Arimo', sans-serif;
	letter-spacing: 7px;
	padding: 0px 15px;
	text-align: center;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.33);
}
.line{
	background: #FFF;
	height: 1px;
	margin: 0px auto;
	position: relative;
	width: 30%;
}
.info-contain{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	height: auto;
	position: relative;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	width: 100%;
}
.container-one{
	background: #fff;
	position: relative;
	width: 100%;
}

.small-screen{
	height: auto;
	min-height: 50%;
	position: relative;
	top: 0px;
	width: 100%;
}
.small-screen h3{
	color: #fff;
	font: 400 33px/1.65em 'Montserrat', sans-serif;
	margin:0px auto;
	padding:110px 20px 40px;
	text-align: center;
}
.intro-panel p{
	background-image: url(../img/line-1.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	color: #0198cf;
	font: 400 200%/1.65em 'Montserrat', sans-serif;
	margin:0px auto;
	padding:85px 20px 20px;
	text-align: center;
}
.intro-panel span{
	background-image: url(../img/line-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #434142;
	display: block;
	font: 400 120%/1.65em 'Arimo', sans-serif;
	margin:0px auto 40px;
	padding:0px 20px 55px;
	text-align: center;
}
.doc-panel{
	background-image: url(../img/band-big1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.dream-panel{
	background-image: url(../img/band-big2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.tabaq-panel{
	background-image: url(../img/band-big3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.serv-panel{
	background-image: url(../img/band-big1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.doc-panel div,
.dream-panel div,
.tabaq-panel div,
.serv-panel div{
	position: relative;
	z-index: 1;
}
.doc-panel h3,
.dream-panel h3,
.tabaq-panel h3{
	color: #fff;
	font: 400 16px "Arimo",sans-serif;
	padding: 5px 60px 0px 10px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
}
.serv-panel h3{
	color: #fff;
	font: 400 27px "Arimo",sans-serif;
	padding: 80px 30px 10px;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
}
.doc-panel h3:nth-child(1){
	padding-top:70px;
}
.dream-panel h3:nth-child(1){
	padding-top:50px;
}
.tabaq-panel h3:nth-child(1){
	padding-top:70px;
}
.doc-panel h3:nth-child(3){
	padding-right:105px;
}
.doc-panel h3:nth-child(4){
	padding-right:100px;
}
.doc-panel span,
.tabaq-panel span{
	display: block;
	text-align: center;
	position: absolute;
	right: -250px;
	top: 0px;
	width: 500px;
}
.dream-panel span{
	display: block;
	text-align: center;
	position: absolute;
	left: -250px;
	top: 0px;
	width: 500px;
}

.button{
	float: none !important;
	position: relative !important;
	width: 100% !important;
	margin: 70px 0px;
}
.button a{
	border: 1px solid rgb(255, 255, 255);
	color: rgba(255, 255, 255, 1);
	font: 400 12px/1em 'Arimo',sans-serif;
	letter-spacing: 1px;
	margin: 0px 20%;
	padding: 10px;
	text-decoration: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
	text-transform: uppercase;
}
.button a:hover{
	background: #7aaa3a;
	border-color: #7aaa3a;
	text-shadow:none;
}
footer{
	background: #434142;
	clear: both;
	padding: 70px 0px;
	width: 100%;
}
footer section ul{
	display: table;
	margin: 0px;
	table-layout: fixed;
	padding: 0px;
	width: 100%;
}
footer section ul li{
	color: #fff;
	display: block;
	font:normal 12px 'Arimo', sans-serif;
	list-style: none;
	text-align: center;
}
footer section ul li a{
	color: #fff;
	display: block;
	font:normal 12px 'Arimo', sans-serif;
	padding: 19px 0px;
	text-decoration: none;
	text-align: center;
}
footer section ul li a:hover{
	color: #1E84A7;
}

.consejos{
	display: table;
	margin: 0px;
	table-layout: fixed;
	padding: 0px;
	width: 100%;
}
.consejos li{
	color: #fff;
	display: table-cell;
	font:normal 12px 'Arimo', sans-serif;
	list-style: none;
	text-align: center;
}
.consejos li a{
	display: block;
	padding-bottom: 30px;
	text-align: center;
	text-decoration: none;
}
.consejos li a img{
	max-height: 90px;
	max-width: 90px;
	vertical-align: bottom;
	width: 95%;
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  padding: 15px;
  width:auto;
  max-width: 200px;
  color: #FFFFFF;
  background: #003665;
  height: auto;
  text-align: center;
  visibility: hidden;
  border-radius: 0px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #003665;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.95;
  bottom: -60px;
  left: 5%;
  z-index: 999;
}