@import url("../../webfonts/CenturyGothic/stylesheet.css");
@import url("../../webfonts/BiloxiScript/stylesheet.css");
@import url("../../webfonts/BiloxiScript/stylesheet.css");


/** 
 *  Master Slider
 *	version 1.0
 * 	Core css file
 */
 
.master-slider {
	position: relative;
	/* [disabled]visibility: hidden; */
	/* [disabled]min-height: 600px; */
	-moz-transform: translate3d(0 , 0 , 0);
	height: 100%;
	width: 100%;
}

.master-slider h1, 
.master-slider p {
	font-size: 96px;
	font-family: CenturyGothic;
	color: #fff;
	font-weight: 100;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(7, 7, 7, 0.1);
}

.master-slider h2 {
	font-size: 46px;
	vertical-align: middle;
	top: 50%;
	/* [disabled]margin-top: 50%; */
	line-height: 60px;
	font-family: CenturyGothic;
	color: #fff;
	font-weight: 100;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(7, 7, 7, 0.1);
	height: auto;
}

.master-slider p {
	font-size:17px;
	font-weight:100;
	line-height:35px;
}

.master-slider .center {
	text-align:center;	
}

.master-slider p a.btn {
	text-shadow:none;
}

.ms-slide {
	overflow: hidden;
	height: auto;
	width: 100%;
}

.ms-slide-bgvideocont {
	-moz-opacity: .1;
	-khtml-opacity: .1;
	opacity: .1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=10);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	filter:alpha(opacity=10s);
}

.master-slider.before-init{}

.master-slider img {max-width:none;}

.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
	width: 36px;
	height: 36px;
	background: url(loading-2.gif) no-repeat center white;
	border-radius: 60px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px;
	opacity: 0.9;
}

/* grab cursor */
.ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url("grab.png"), move;}
.ms-grabbing-cursor{cursor: url("grabbing.png"), move;}
.ms-ie .ms-grab-cursor{cursor: url("../masterslider/style/grab.cur"), move;}
.ms-ie .ms-grabbing-cursor {cursor: url("../masterslider/style/grabbing.cur"), move;}

.ms-view { 
	margin:0px auto;
	overflow:hidden;
	position:relative;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
	position:absolute;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	height:100%;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont{
	overflow:hidden;
	width: 100%;
}

.ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.tipobiox{
	font-family: BiloxiScript;
	font-style: normal;
	font-size: 50px;
}
.tipobiox2{
	font-family: BiloxiScript;
	font-style: normal;
	font-size: 30px;
}
.quieres{
	font-family: BiloxiScript;
	font-style: normal;
	font-size: 40px;
	color: #782241;
	margin-bottom: -5px;
}


.ms-slide .ms-layer{
	position: absolute;
	display: block;
	background-color: rgba(19, 19, 22, 0.4);
	background-clip: padding-box;
	/* [disabled]background-position: 0% 76%; */
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 30px;
}


.ms-slide .textob{
	position: relative;
	left: auto;
	width: 100%;
	height: 350px;
	display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}



.textob img{width: 100%; height: auto;
}

.ms-slide .ms-slide-layers{
	position: absolute;
	overflow:hidden;
	width:100%;
	height: 100%;
	z-index: 10;
	top:0px;
	-webkit-transform: translateZ(0.1px);
	-moz-transform: translateZ(0.1px);
	-ms-transform: translateZ(0.1px);
	-o-transform: translateZ(0.1px);
	transform: translateZ(0.1px);
}

.ms-slide .ms-slide-video{
	position:absolute;
	top:0;
	z-index: 11;
	background:black;
	padding:0;
	margin: 0;
	border: none;
}

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
	padding:0;
	margin: 0;
	border: none;
	position: absolute;
	z-index: 10;
}
.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
	position:absolute;
	cursor: pointer;
	z-index: 12;
}

.ms-slide .ms-slide-vcbtn{
	position:absolute;
	cursor: pointer;
	z-index: 13;
}

.ms-video-img{
	position:absolute;
	width:100%;
	height:100%;
}

.ms-mask-frame{
	overflow:hidden;
	position:absolute;
	float:left;
}

/* controls */

.ms-thumb-list{
	overflow:hidden;
	position:absolute;
}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
	cursor:pointer;
	float: left;
	overflow: hidden;
}

.ms-bullet{cursor:pointer;float: left;}

.ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ms-time-bar{
	-webkit-transition: width 120ms linear;
	-moz-transition: width 120ms linear;
	-ms-transition: width 120ms linear;
	-o-transition: width 120ms linear;
	transition: width 120ms linear;

}

.ms-ie7 .ms-tooltip-arrow{
	height:0px;
}

.ms-icon {
	padding:0;
}

.ms-icon i.fa {
	font-size:24px;
	height:60px;
	width:60px;
	background:#fff;
	color:#6ebff3;
	line-height:60px;
	padding:0 0 0 18px;
	margin:0;
	-webkit-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 	
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

.ms-icon:hover i.fa {
	background:#6ebff3;
	color:#fff;	
}

/**
* /////////////////////
* Custom code
* /////////////////////
*/
.ms-nav-next {
	
}

.ms-bullets.ms-dir-h {
	display:inline-block;
	text-align:center;
	position:absolute;
	top:92%;
	width:100%;
	left:50%;
	margin-left:-56px; /** Tweak to center buttons **/
}

.ms-bullets.ms-dir-h .ms-bullet {
	width:20px;
	position:relative;
	padding:0;
	top:0;
	left:0;
	height:20px;
	margin-right:10px;
	border:3px solid rgba(120,34,65,0.65);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display:inline-block;
	background:#782241;
	
}

.ms-bullets.ms-dir-h .ms-bullet:hover {
	border:10px solid #631633;
	background:#DA9DBE;
}

.ms-bullets.ms-dir-h .ms-bullet-selected {
	border:0;
	background:#4C0024;
}
.ms-bullets.ms-dir-h .ms-bullet-selected:hover {
	background:rgba(25,25,25,1.0);
	border:0;
}

.ms-bullets.ms-dir-h .ms-bullet {
	-webkit-transition: all 300ms cubic-bezier(1.000, 1.000, 1.000, 1.000);
	-moz-transition: all 300ms cubic-bezier(1.000, 1.000, 1.000, 1.000);
	-ms-transition: all 300ms cubic-bezier(1.000, 1.000, 1.000, 1.000);
	-o-transition: all 300ms cubic-bezier(1.000, 1.000, 1.000, 1.000);
	transition: all 300ms cubic-bezier(1.000, 1.000, 1.000, 1.000); 	
}





.fondotextos {
	border: 92%;
	background-color: rgba(208,35,38,1.00);
	width: 79%;
	float: left;
	clear: right;
}



























.section-padding {
  padding: 60px 0px;
}


/***********************************
************************************
features
************************************
***********************************/

.title, .service-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
}






.item-img {
  margin-bottom: 15px;
}

.sub-title {
  font-size: 20px;
}

.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 3px;
  width: 40px;
  background-color: #BE9E21;
}

.wrap-item h3 {
  font-size: 24px;
  line-height: 25px;
}

.pad-bt15 {
  padding-bottom: 15px;
}

.sec-sub-title {
  padding-top: 30px;
}

.sec-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #002F2F;
  text-transform: uppercase;
  margin: 25px 0px;
  line-height: 1.7;
}

#service {
  background-color: #F3F4F8;
}

ul.service-list li i {
  color: #002F2F;
  padding-right: 10px;
}

.learn-more, .learn-more:hover, .learn-more:focus {
  height: 50px;
  width: 175px;
  background: #046380;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 45px;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
  height: 50px;
  width: 175px;
  display: inline-block;
  text-align: center;
  color: #495376;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #838aa1;
  margin-top: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bx-wrapper img {
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 15px;
}

.service-item h3 span {
  opacity: 0.7;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
  padding-right: 6px;
}

.service-item h3 {
  font-weight: 700;
}

.service-item p {
  opacity: 0.6;
  color: inherit;
  padding: 10px 0px;
}

.service-item a {
  color: #be9e21;
}

.mr-btn-15 {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px !important;
}

.bx-wrapper {
  margin: 0 auto 35px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item figure {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.portfolio-item figure img {
  display: block;
  position: relative;
  z-index: 10;
  margin: -15px 0
}

.portfolio-item figure figcaption {
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.portfolio-item figure h2 {
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-bottom: 15px;
}

.portfolio-item figure p {
	display: block;
	line-height: 42px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	font-family: CenturyGothic;
	padding-top: 0px;
}

.portfolio-item figure figcaption {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 59px 30px;
	background-color: #1f1f1f;
	backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	text-align: center;
}

.portfolio-item figure img {
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.portfolio-item figure:hover img, figure.hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.portfolio-item figure:hover figcaption, figure.hover figcaption {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0)
}






/***********************************
************************************
contact
************************************
***********************************/

#contact {
	background-color: #C4C3C9;
}

.btn-submit {
  border-radius: 60px;
  color: #782241;
  font-weight: 400;
  border: 1px solid #782241;
  font-size: 14px;
  padding: 6px 20px;
  background-color: rgba(255,255,255,0.2);
}

.btn-submit:hover, .btn-submit:focus {
	background-color: rgba(255,255,255,0.6);
	border-radius: 60px;
	color: #4C0024;
	font-weight: 400;
	border: 1px solid #4C0024;
	font-size: 14px;
	padding: 6px 20px;
	
}

.form-control {
	background-color: transparent;
	border-radius: 0px;
	color: #782241 !important;
	border-color: #782241;
}

.form-control:focus {
	border-color: #4C0024;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	color: #4C0024;
}

.contact-form input.form-control {
  color: #fff;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

.loction-info p {
  margin-bottom: 25px;
}

.loction-info p i {
  color: #be9e21;
}


















/**
*** TABS ***
**/
.tabs {
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}

.tabs ul.panels {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 192px;
	display: inline-block;
	/* [disabled]border-right: 1px solid #f0f0f0; */
}

.tabs ul.panels li {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	line-height: 45px;
	font-family: "HelveticaNeueLTPro Lt";
	font-weight: 100;
	border: 1px solid #BDBDBD;
	font-size: 16px;
	color: #404040;
	position: relative;
}

.tabs ul.panels li a {
	color: #404040;
	margin-left: 29px;
}

.tabs ul.panels li i {
	padding:0 20px 0 21px;
	font-size:18px;
	color:#404040;
}

.tabs ul.panels li > span {
	width:4px;
	height:47px;
	top:-1px;
	left:0;
	position:absolute;
	background:transparent;
}

.tabs ul.panels li.active > span {
	background:#ccc;
}

.tabs ul.panels li.active  {
	background: #505050;
	color: #FFFFFF;
	
}

.tabs ul.panels li:hover > span {
	background:#757575;
}
.tabs ul.panels li:hover  {
	background:#CDCDCD;
}

.tabs ul.panels li.active a,
.tabs ul.panels li.active i {
	color: #fff;
	border-bottom: 0;
	text-decoration: none;

}



.tabs ul.panels li:hover a,
.tabs ul.panels li:hover i {
	color: #757575;
	border-bottom: 0;
	text-decoration: none;
}




.tabs ul.panels li:last-child,
.tabs ul.panels li.last-child {
 border-bottom-width: medium;

}

.tab-content {
	display:none;
	position:absolute;
	top:0;
}

.read h3 {
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 10px 0;
}

.read p {
	font-size:16px;
	text-align:left;
	line-height:26px;
	padding:0 0 3px 0;
	margin:0;
}

.read strong {
	font-size:16px;
	font-weight:300;
	font-family:"HelveticaNeueLTPro Lt";
	color:#404040;
	display:block;
	margin:10px 0 31px 0;
	line-height:0;
}

.read > ul {
	margin-bottom:7px;
}

.read > ul li {
	margin-bottom: 10px;
}

@media (max-width: 480px) {
  
 .home-fullscreen {

	height: 300px;
	
}
	.home {

	height: 300px;
		visibility: hidden;
	
}
.master-slider {
	position: relative;
	/* [disabled]visibility: hidden; */
	/* [disabled]min-height: 600px; */
	-moz-transform: translate3d(0 , 0 , 0);
	height: 100%;
	width: 100%;
	margin-top: 140px;
}

.master-slider h1, 
.master-slider p {
	font-size: 96px;
	font-family: CenturyGothic;
	color: #fff;
	font-weight: 100;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(7, 7, 7, 0.1);
}

.master-slider h2 {
	font-size: 46px;
	vertical-align: middle;
	top: 50%;
	/* [disabled]margin-top: 50%; */
	line-height: 60px;
	font-family: CenturyGothic;
	color: #fff;
	font-weight: 100;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(7, 7, 7, 0.1);
	height: auto;
}

.master-slider p {
	font-size:17px;
	font-weight:100;
	line-height:35px;
}

.master-slider .center {
	text-align:center;	
}

.master-slider p a.btn {
	text-shadow:none;
}

.ms-slide {
	overflow: hidden;
	height: 100px;
	width: 100%;
}
	
	
	.arribapapa {
	margin-top: -400px;
	
}
	
	
	
  }

@media (min-width: 481px) and (max-width: 767px) {
  
	.home-fullscreen {

	height: 400px;
	
}
	.home {

	height: 400px;
		visibility: hidden;
	
}
.master-slider {
	position: relative;
	/* [disabled]visibility: hidden; */
	/* [disabled]min-height: 600px; */
	-moz-transform: translate3d(0 , 0 , 0);
	height: 100%;
	width: 100%;
	margin-top: 120px;
}
	.arribapapa {
	margin-top: -300px;
	
}
	
	
  }


@media (min-width: 768px) and (max-width: 991px) {

.home-fullscreen {

	height: 500px;
	
}
	.home {

	height: 500px;
		visibility: hidden;
	
}
.master-slider {
	position: relative;
	/* [disabled]visibility: hidden; */
	/* [disabled]min-height: 600px; */
	-moz-transform: translate3d(0 , 0 , 0);
	height: 100%;
	width: 100%;
	margin-top: 90px;
}
	.arribapapa {
	margin-top: -200px;
	
}
	
	
	
  }
  
