@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:Arial, sans-serif;
	font-size:16px;	
	color:#777777;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
/*html.desktop .wow{
	opacity: 0;
	visibility: hidden
}*/
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{max-width:1010px !important; width:100%; margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575;}
.container:before,
.befclear:before{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	color:#434343; 
	margin:auto; 
	z-index:5; 
	width:100%; 
	overflow:hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;	
	
}
/*#header .container{
	position:absolute; 
	z-index:1; 
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}*/
#header section{
	/*display: table-row;*/
	padding: 14px 0 14px;
}
.divTbl{
	display: table-row
}
#header .container div[class*="cnt-"]{
	display: table-cell;
	vertical-align: middle;
}
#header .container .cnt-Logo{
	width: 212px !important;
	display: block;
}
#header .container .cnt-Menu{
	width: 1000%
}

#logo{
	display:block; 
	float: left;
	width:212px;
	padding: 0;
}
#logo a{display:inline-block}
#logo img{
	display:block;
}

#datTop{
	position:relative; 
	/*background:none;
	height: 25%;*/
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}
#datTop .container{
  max-width: 1400px !important;
}
/*#datTop span{
	display:block; 
	font-size:14px; 
	color:#616161; 
	font-family:"Arial", sans-serif;		
	position: absolute;
	top: 40px;
}
#datTop span .fa{
	font-size:100%; 
	position:relative;  
	margin-right:3px;
	width: 24px;
	height: 24px;
	background: #AF9854;
	line-height:25px;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
#datTop span.tel{right: 300px;}
#datTop span.email{right: 15px;}
#datTop span.tel .fa{font-size: 125%; top: 1px}*/


/*Menu*/
#cntMenu{
	background: none;
	height: 56px;
}
.menu{display:block; position:relative; text-align: center; padding-top: 5px; padding-right: 130px; }
.menu ul{display:inline-block; margin:auto;}
.nav li{display:block; float: left; border-right: solid 2px #bea35c; padding: 0 10px; height: 100%}

.nav li:last-child{
	border-right: none;
}
.nav > li > a{	
	z-index:5; 
	color:#fff; 
	font-size:25px;
	padding:0 6px; 
	display:block;
	font-weight: 300;
	background: none !important;
	font-family: "Oswald", serif;
	position: relative;
  line-height: 40px;
}

.menu li a:hover:before,
.menu li.active a:before{
  display: block;
  content: "";
  background: #FFF;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}



@media (min-width:992px) {
	body.fixed #header{padding-top:0;position:fixed; width:100%; z-index:20; top:0; border:none; height: 100px !important; background: transparent 	}
	body.fixed #datTop{
		background: rgba(0,0,0,0.9);
		height: inherit;
		
	}
	body.fixed #logo {

    top: -7px;
    padding: 0 !important;
    position: relative;

}
	body.fixed #logo img{max-width: 160px !important}
	body.fixed{padding-top: 0;}
	body.fixed .menu {
    	padding-top: 0;
		margin-bottom: 15px
	}
	
	body.fixed #datTop,
	body.fixed .tblTop,
	body.fixed #header .container div[class*="cnt-"]{
		height: 100px !important
	}
}



/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9993;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
	font-family: "Open Sans", serif;
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background:url(../images/menuResp.jpg);
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color:#fff; font-weight:300; font-size: 15px; font-family: "Open Sans", serif;  text-decoration:none !important;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a{background: #AF9854;; color:#fff; }
    .rd-mobilemenu_ul a:hover { background: #AF9854;; color:#fff;}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  background: rgba(0,0,0,0.9);
  color: #fff;
  z-index: 9994;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 86px;
	right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.menuMovil{position: relative; height: 54px}
.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background:none;
  top: 50%;
  left: 8px;
	transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #a5a5a5;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
	.rd-mobilemenu, .rd-mobilepanel {display: block; margin-right: 0 !important }
}

.rd-mobilepanel #logo{top:4px; margin:auto; padding:0; left:auto; position:relative; width:136px; height:auto; opacity:1; display: inline-block; float: none !important}
.rd-mobilepanel #logo img{width:100%; height:auto}


/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#1b1a18;
	line-height:18px;
	font-family:Arial, sans-serif
}
#footer .container{padding-top:12px; padding-bottom:12px; font-family:inherit; font-size:inherit}
#footer .tfooter{
	color:#FFF;	
	text-align:left;
	float:left;
  font-size: 9px;
}
#footer #powered {
	color:#FFF; 
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
/*#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}*/
#footer #powered {
  line-height: 22px;
}
#footer #powered a {
  background: url(../images/icoTW.svg) no-repeat center left;
  padding: 0 0 0 30px;
  line-height: inherit;
  display: inline-block;
  color: #FFF;
  margin-left: 4px;
  text-decoration:none !important;
  min-height: 22px;
}

/*Footer*/


/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  -moz-box-shadow:0 0 3px 2px #FFF;
  -ms-box-shadow:0 0 3px 2px #FFF;
  -o-box-shadow:0 0 3px 2px #FFF;
  -webkit-box-shadow:0 0 3px 2px #FFF;
  box-shadow:0 0 3px 2px #FFF;
  right: 40px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; }
a.toTop:hover,
a.toTop:active {color: #172a4e;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
a.toTop:before{position: relative; top: 1px}

#main{padding-top:0; overflow:hidden;}
h1, h2, h3, h4, h5, h6{display:block; margin:0; padding:0;
font-weight:bold; 
text-rendering: optimizelegibility;
 text-align:center; 
font-family:inherit; 
font-size:20px;
line-height:inherit;
}
.sombrah1{height:30px}
.sombrah1 img{min-height:20px; width:100%; height:auto}
figure img{display:block;}
figure.responsive img{width:100%; height:auto}
.h1General{line-height:normal; color:#AF9854; text-align:left; font-size:48px; font-family: 'Oswald', serif; padding:25px 0 10px; border-bottom: solid 1px #c6c6c6; margin-bottom: 15px}


/*Alerta*/
#overlay{cursor:wait;opacity:.5;background:#FFF; position:fixed; left:0; top:0; width:100%; height:100%; z-index:8011;display:none}
#cnt-alert{position:fixed; top:50%; margin-top:-70px; width:100%; height:1px; text-align:center; z-index:8012}
.alert {
	display:inline-block;
	padding: 19px 15px;
	color: #fefefe;
	position: relative;
	font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
	margin-bottom:10px
}
.alert .msg { padding: 0 20px 0 40px;}
.alert p { margin: 0;}
.alert .toggle-alert {
	position: absolute;
	top: 7px;
	right: 10px;
	display: block;
	text-indent: -10000px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.08) url(../images/alert.png) no-repeat 6px 6px;
}
.info-box {		background: #2fa9f6 url(../images/info.png) no-repeat 14px 14px;}
.success-box {	background: #7EB62E url(../images/success.png) no-repeat 14px 14px;}
.error-box {
	background: #f64b2f url(../images/error.png) no-repeat 14px 14px;	
}
.alert{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.notice-box {	background: #f6ca2f url(../images/notice.png) no-repeat 14px 14px;}
.download-box {	background: #a555ca url(../images/download.png) no-repeat 14px 14px;}


#sliderTop{overflow:hidden; margin: 9px 0}
.sombraSliderTop img{display:block; width:100%; height:auto; margin:auto; max-width:1100px;}

.row-nm{
	margin: 0;
}



/*Home*/
#slider-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 712px;
	background-color: #FFF;
}
/*#bannerHome{ margin: 9px 0}
#bannerHome img{display: block; width: 100%; height: auto;}*/
#QBU{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-88%, -19%);
	max-width: 597px;
	z-index: 5;
	box-shadow: 3px 4px 6px 2px rgb(0, 0, 0);
}
#QBU{}
.bg-general{
  background: rgba(0,0,0,0.8);
}
.row-home{	
  padding: 16px 0;
  display: flex;
  justify-content: center;
}
.row-ini img{display: block; width: 100%; height: auto;}
/*.row-home .izq,
.row-home .der{height: 256px;}*/
.row-home .izq{padding: 0 8px 0 0;}
.row-home .der{padding: 0 0 0 8px;}

.row-home article{
  position: relative;
  background: #000;
  font-weight: 200;
  font-family: "Oswald", serif;
  font-size: 24px;
  line-height: 30px;
  color: rgba(255,255,255,0.9);
  padding: 15px 25px 0;
  height: 100%;
}
.row-home article .cnt{
  max-width: 650px;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: left;
  padding-bottom: 30px
}
.row-home article .cnt strong{
  font-weight: inherit;
}
.row-home article:before{
  display: block;
  content: "";
  position: absolute;
  bottom: 20px;
  height: 140px;
  width: 62px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.row-home article .content{
  display: inline-block;
  max-width: 550px;
}
.row-home article .content sup{
  font-size: 55%
}
.row-home .izq{
  text-align: right;
}
.row-home .izq article:before{
  background-image: url('../images/home/QB_website_01_HOME_3.png');
  position: absolute;
  right: 0;
}
.row-home .der article:before{
  background-image: url('../images/home/QB_website_01_HOME_4.png');
  position: absolute;
  left: 0;
}
.row-home .der article .cnt{
  text-align: right;
}
.row-home article .title{
  font-size: 42px;
  color: #BEA35C;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 5px;
}
.row-home .der article .content{
  text-align: right;
}

/*.row-home .izq .bg{background: #AF9854; height: inherit; padding-right: 15px; padding-left: 15px}
.row-home .izq .bg img{
	display: block;
	width: 100%;
	height: auto
}
.row-home .izq article{max-width: 484px; float: right; width: 100%; text-align: center;}
.row-home article .inline-block{display: inline-block; height: inherit; width: auto;}
.row-home .td{display: table-cell; vertical-align: middle; height: 256px;}
.row-home .der{padding: 0 0 0 8px; }
.row-home .der .bg{background: #141414; height: inherit}
.row-home .der article{max-width: 514px; width: 100%; padding-left: 15px; font-family: "Arial", sans-serif; font-size: 14px; color: #FFF;}
.row-home div[class*="col-"] div{
	position: relative;
}*/
.plr15{padding-left: 15px; padding-right: 15px;}
@media(min-width:992px){
	#bgVideo .col-text article{
		padding-right: 6px;
		max-width: 514px;
	}
	#bgVideo .col-video{
		padding-right: 6px;
	}
	#bgVideo .col-video figure{
		position: relative
	}
	#bgVideo .col-video figure:before{
		display: block;
		content: "";
		width: 12px;
		background: #FFF;
		position: absolute;
		left: -12px;
		height: 100%;
	}
	#bgVideo .col-text{
		padding-left: 8px
	}
	
}

#carrucel{padding-bottom: 13px}
#carrucel img{display: block; width: 100%; height: auto}

#bgHome{
	background: #ededed;
}

#bgHome .container{
	font-family: "Arial", sans-serif;
	line-height: normal;
	font-size: 14px;
	color: #3e3535;
	padding-top: 155px;
	padding-bottom: 155px;
	
}
#bgHome .container .tit{
	font-size: 52px;font-family: "Oswald", serif; line-height: 55px;
	text-align: left;
	padding-bottom: 35px;
	text-transform: uppercase;
	font-weight: 300
}
#bgHome .container .tit strong{font-size: 45px; display: block;}
#bgHome .container p{
	max-width: 450px;
	width: 100%;
	line-height: 24px
}

.div-relative{position: relative; max-width: 600px; width: 100%}
.imgsHome{
	position: absolute;
	right: 0;
	top: 60px
}
.imgsHome .bgImg{position: absolute; z-index: 1; right: -28px; top: -25px; background: url(../images/home-3.png)  0 0 no-repeat;}
.imgsHome .bgImg img{opacity: 0; width: 100%; height: auto; display: block;}
.imgsHome .img{position: relative; z-index: 2;}
.imgsHome .item-img{position: absolute; width: 322px; top: 80px; float: left}
.imgsHome .item-img:first-child{right: 130px;}
/*.imgsHome .item-img{right: 30px;}*/
.imgsHome .item-img article{position: relative}
.imgsHome .item-img .img img{
	box-shadow:-4px 4px 16px -1px #6c6c6c;
	width: 100%;
height: auto;
}
#imgHome div{
	text-align: right;
	font-size: 14px;
	color: #616161;
	padding-top: 20px
}
#imgHome img{
	max-height: 570px;
}


#worldFinals{
  background: url('../images/home/worldFinals.jpg') center bottom no-repeat #000;
  padding: 40px 0;
  min-height: 377px;
  background-size: auto 100%;
}
#worldFinals .container{  
  font-family: "Oswald", serif;
}
#worldFinals .title{
  color: #BEA35C;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 20px;
  line-height: 32px;
}
#worldFinals .text{
  font-weight: 300;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  max-width: 920px;
  margin: 0 auto;
}

/*Nosotros*/
.tblBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5
}
.tblBanner .tbl{
	display: table;
	width: 100%;
}
.tblBanner .tr{
	display: table-row;
	width: 100%;
}
.tblBanner .tr .td{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	padding: 40px 50px 0
}
.tblBanner .tr .td figure{
	max-width: 550px;
	margin: auto;
}

#topB-About .td img{
	display: none
}
.cnt-about-us{
	padding-bottom: 25px
}
.cnt-about-us div[class*="col-"]{padding-bottom: 25px;}

.imgRight img{
	display: block;
	width: 100%;
}
.bgGray{
	background: #2e2e2e;
	min-height: 100px;
	padding: 70px 0;
}
.about-tit{
	text-align: center;
	font-size: 48px;
	color: #FFF;
	font-family: 'Oswald', serif;
	font-weight: 200;
	line-height: 48px;
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 25px;
}
.about-tit strong{color: #AF9854;}
.about-text{
	font-size: 14px;
	color: #FFF;
	font-family: "Arial", sans-serif;
	padding-top: 35px;
	line-height: 24px;
	text-align: center;
}
.text1-about{
	font-size: 14px
}
.bgGray2{background: #ededed; padding: 65px 0}
.bgGray2 .container{min-height: 150px}
.bgGray2 .bloq{
	background: #FFF;
	position: absolute;
}
.bloqLeft{
	box-shadow: 0 2px 6px 1px #969494;
	min-height: 330px;
	max-width: 426px;
	width: 100%;
	background: #FFF;
	padding: 30px;
	margin-left: -32px;
}
.bgGray3{
	padding-top: 0
}
.bgGray3 .bloqLeft{
	min-height: 0;
}
.bloqLeft .tit{
	font-family: 'Oswald', serif;
	font-weight: 300;
	font-size: 30px;
	color: #232323;
	padding-bottom: 15px;
	border-bottom: solid 1px #AF9854;
	line-height: 35px;
	margin-bottom: 25px;
}
.bloqLeft .tit strong{
	display: block;
	color: #AF9854;
}
.bloqLeft .text{
	line-height: 24px;
	font-size: 14px; 
	color: #616161;
}
.imgs-about .imgRight{
	position: absolute;
}
.imgs-about .imgRight figure{position: relative; box-shadow: 0 2px 4px 1px #969494;}
.imgs-about .imgRight figure img{position: relative; z-index: 2}
/*.imgs-about .imgRight figure:before{
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	background:url(../images/bgOrange.png)
}*/
.imgRight1 {
    top: 96px;
    right: 220px;
    max-width: 340px;
}
.imgRight2 {
    top: 6px;
    right: -30px;
    max-width: 340px;
}
.bgGray3{
	padding-bottom: 35px
}

/*.imgRight1 figure:before{top: 50px; left: 145px; height: 256px; width: 187px;}
.imgRight2 figure:before{top: 9px; left: 9px; height: 256px; width: 256px;}
.imgRight3 figure:before{top: 68px; left: 42px; height: 200px; width: 226px;}*/


/*Pageant*/
.cnt-pageant{
	padding-top: 52px;
	padding-bottom: 52px;
}
.cnt-pageant .imgLeft article{position: relative;}
/*.cnt-pageant .imgLeft figure:before{
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	background:#4e4e4e;
	left: -50px;
	top: -50px;	
	height: 379px;
	width: 576px;
}*/
.cnt-pageant .imgLeft figure img{position: relative; z-index: 2}
.cnt-pageant .textRight{
	border:dashed 1px #b3b3b3;
	padding: 0 28px 20px;
	line-height: 22px;
}
.textRight{
	position: relative;
	margin-right: -25px;
	font-size: 14px;
	color: #616161;
	font-family: "Arial", sans-serif;
}
.titPageant{
	text-align: left;
	font-size: 48px;
	color: #AF9854;
	font-family: 'Oswald', serif;
	font-weight: 300;
	line-height: 70px;
	padding-bottom: 13px
}
.imgs-pageant{
	max-width: 1210px !important; width: 100% !important;
	margin: auto;
	padding: 0 15px
}
.imgs-pageant article{
	max-width: 210px;
	width: 100%;
	margin: 0 auto 30px;
}
.imgs-pageant figure{
	max-width: 150px;
	margin: 0 auto 10px;
	background: url(../images/shadow-img.png) center bottom no-repeat;
	padding-bottom: 10px;
}
.imgs-pageant article strong{
	display: block;
	position: relative;
	height: auto;
	text-align: center;
	font-size: 24px;
	color: #AF9854;
	font-weight: 400;
	font-family: 'Oswald', serif;
	line-height: 30px;
	padding: 10px 0;
}
.imgs-pageant article strong:before,
.imgs-pageant article strong:after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 1px;
	width: 50%;
}
.imgs-pageant article strong:before{
	background: #AF9854;
	left: 0;
}
.imgs-pageant article strong:after{
	background: #434343;
	right: 0;
}
.text-pageant-1{
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #616161;
	padding-bottom: 35px
}
.cnt-pageant .textRightPageant .italic{
	font-style: italic;
	font-size: 10px;
	padding: 10px 0 0;
	line-height: 14px;
}
.cnt-pageant .textRightPageant ul{padding: 5px 0 0 15px}

.text-pageant-1 ul{padding: 10px 0 10px 35px}

.cnt-pageant .textRight .padding{
	display: block;
	padding: 15px 0;
	line-height: 20px;
}


/*Sponsor*/
#banerSponsor{
	background: #0a0a0a url(../images/bannerSponsor.jpg?) right top no-repeat;	
	margin-top: 35px;
	
}
#banerSponsor div[class*="col-"]{
	background: #0a0a0a;
	height: 442px;
}
#banerSponsor .tit{
	font-size: 30px;
	font-family: 'Oswald', serif;
	line-height: 50px;
	color: #FFF;
	border-bottom: solid 1px #FFF;
	padding: 65px 0 20px;
	font-weight: 200;
	position: relative
}
#banerSponsor .tit strong{
	display: block;
	font-size: 48px;
}
#banerSponsor .tit:before{
	display: block;
	content: "";
	width: 50%;
	height: 3px;
	background: #AF9854;
	position: absolute;
	bottom: -2px;
	left: 0;
}
#banerSponsor .text{
	font-size: 14px;
	font-family: 'Arial', serif;
	line-height: 24px;
	color: #FFF;
	padding: 25px 0 0;
}
#banerSponsor .pr50{padding-right: 50px}

.bgGray4{
	background: #eaeaea;
	padding: 60px 0;
}
.bgGray4 div[class*="col-"]{
	text-align: center;
}
.bgGray4 article{
	display: inline-block;
}
.bgGray4 div[class*="col-"]:first-child{
	text-align: left;
}
.bgGray4 div[class*="col-"]:last-child{
	text-align: right;
}
.bgGray4 article strong{
	display: block; 
	text-align: center;
	font-weight: 300;
	font-family: 'Oswald', serif;
	color: #141414;
	font-size: 24px;
	padding: 15px 0;
	line-height: 26px;
}
.bgGray4 .arrows{
	position: absolute;
	top: 44px;
}
.bgGray4 .arrows.arrowLeft{
	left: -104px;
}
.bgGray4 .arrows.arrowRight{
	right: -104px;
}

.images-sponsor{
	padding-top: 32px;
}
.images-sponsor article{
	max-width: 222px;
	width: 100%;
	margin: auto;
	border:dashed 1px #afafaf;
	margin-bottom: 32px;
}
.images-sponsor img{display: block; width: 100%; height: auto;}


.bgGray5{
	padding: 0;
	min-height: 100px;
	background: #2e2e2e;
}
.bgGray5 .titOrange{	
	background: #AF9854;
}
.bgGray5 .titOrange .container{
	color: #FFF !important;
	text-align: center;
	font-size: 18px;
	font-family: 'Oswald', serif;
	min-height: 54px;
	padding: 15px 0;
	
}
.bgGray5 .bloques{
	padding: 25px 0 0;
}
.bgGray5 .maxw1040{
	max-width: 1040px !important;
	width: 100%;
	margin: auto;
}
.bgGray5 .bloques ul{text-align: center; margin: 0 -50px;}
.bgGray5 .bloques li{
	display: inline-block;
	background: #eaeaea;
	border-radius: 5px;
	border:solid 1px #bfbfbf;
	margin: 0 13px 30px;
	min-height: 56px;
	text-align: center;
	padding: 15px 0 0;
	width: 312px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #616161;
}
.bgGray5 .bloques li strong{
	font-size: 16px;
	color: #AF9854;
	font-family: 'Oswald', serif;
	font-weight: 400;
}
.bgGray5 .texto{
	padding: 0 5px 25px;
	font-size: 14px;
	color: #FFF;
}


/*Contact*/
#banerContact{
	background: #0a0a0a url(../images/bgGray4.png);	
	margin-top: 35px;
	
}
#banerContact .bgBaner{background: url(../images/banerContact.jpg) right center no-repeat}
#banerContact div[class*="col-"]{
	height: 450px;
}
#banerContact .td{
	vertical-align: middle;
	height: 450px;
	display: table-cell;
}
#banerContact .tit{
	font-size: 36px;
	font-family: 'Oswald', serif;
	line-height: 50px;
	color: #FFF;
	padding:  0 0;
	font-weight: 200;
	position: relative;
	text-transform: uppercase;
}
#banerContact .tit strong{
	color: #AF9854;
}
#banerContact .text{
	font-size: 14px;
	font-family: 'Arial', serif;
	line-height: 24px;
	color: #FFF;
	padding: 25px 0 0;
}
.bgContact{
	margin: 0;
	/*background:url(../images/bgContact.jpg) center center no-repeat;
	background-size: cover;*/
    background: #000;
	min-height: 434px;
}
.bgContact .container {
  max-width: 1400px !important;
}

.titForm{text-align:center; line-height:normal; color:#AF9854; font-size:48px; font-family: 'Oswald', serif; padding:25px 0 10px; border-bottom: solid 1px #c6c6c6; margin-bottom: 15px}
.titC{
  text-align: left;
font-family: "Oswald", serif;
font-weight: 300;
font-size: 28px;
padding: 35px 0 30px;
color: #fff;
line-height: 38px;
}
#frmContacto .row{margin:0 -4px 15px}
#frmContacto .row div[class*="col"]{margin:0 0 4px; padding:0 2px}
#frmContacto .form-control1 input, 
#frmContacto .form-control1 textarea, 
#frmContacto .form-control1 .labelRadio,
#frmContacto .form-select,
#frmContacto .radios label {
	font-family:Verdana, sans-serif;
	font-size: 11px;
	color:#959595;
	font-weight:normal
}
#frmContacto .form-control1 { position: relative; margin: 0 0 8px; float:left; padding:0 3px; box-sizing:border-box}
#frmContacto .form-control1 input, 
#frmContacto .form-control1 textarea,
#frmContacto .form-control2,
#frmContacto .form-select{
	border:solid 1px #d6d6d6;
	width: 100%;
	height:37px;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#frmContacto .form-control1.textarea{
	margin-left:0;
}
#frmContacto .form-control1.textarea textarea{height:88px; margin-bottom:3px; font-size:11px; display: block; background: #FFF;}

#frmContacto .form-control2{height:77px;}
#frmContacto .form-control1 .labelRadio{padding-top:5px; padding-bottom:3px}
#frmContacto .radios{text-align:center; line-height:16px; padding-right:15px}
#frmContacto .radios label{width:64px;}
#frmContacto .radios input[type=radio]{display:inline-block; height:auto;}
#frmContacto .form-control2 textarea{padding:0 15px 0 0; border:none; height:75px; padding-top:6px; line-height:16px}
.hiddenSize:before{display:block; content:""; position:absolute; width:18px; height:18px; right:4px; bottom:4px; z-index:2; background:#fff}


#frmContacto input[type=submit],
#frmContacto input[type=reset]{display:inline-block; height:42px; width:82px; margin:10px 1px 0; background:#e4e4e4; color:#000; text-transform:uppercase; font-family:"Arial", Helvetica, sans-serif; font-size:11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: 600;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
.frmContacto input::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#frmContacto .cntChkbox{padding:20px 0 5px !important; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#5e5e5e; line-height:18px;}
#frmContacto .cntChkbox:before,
#frmContacto .cntChkbox:after{display:block; content:""; clear:both;}
#frmContacto .cntChkbox #lbl{color:#5e5e5e; display:inline; margin-right:35px; }
#frmContacto .cntChkbox #chk{display:inline;}
#frmContacto .cntChkbox label{color:#696969; font-weight:normal; font-size:12px}
#frmContacto .cntChkbox input{position:relative; top:-3px}


.titPrivacy{text-align: center; padding: 55px 0 45px;}


.cnt-videos{
    padding-top: 40px;
}
.titGallery{
    color: #FFF;
    text-align: center;
    background: #AF9854;
    height: 54px;
    font-size: 30px;
    font-family: 'Oswald', serif;
    line-height: 50px;
    margin-bottom: 38px;
}
.cnt-videos .row{
    margin: 0 -32px;
}
.cnt-videos div[class*="col-"]{
    padding: 0 32px 31px;
}
.cnt-videos a{
    display: block;
    padding: 12px 13px;
    border: solid 1px #a4a4a4;
    transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}
.cnt-videos figure,
.cnt-gallery figure{
    display: block;
    position: relative;
}
.cnt-videos figure:before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/gallery/play.png) center no-repeat rgba(255, 255, 255, 0.37);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}
.cnt-videos a:hover{
    border-color: #AF9854;
}
.cnt-videos a:hover figure:before,
.cnt-gallery a:hover figure:before{
    opacity: 1;
}
.cnt-videos img,
.cnt-gallery img{
    display: block;
    width: 100%;
    height: auto;
}
.cnt-videos iframe{
    display: block;
    width: 100%;
}
.cnt-gallery div[class*="col-"]{
    padding-bottom: 18px;
}
.cnt-gallery a{
    display: block;
    padding: 10px;
    border: solid 1px #a4a4a4;
    transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}
.cnt-gallery figure:before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/gallery/zoom.png) center no-repeat rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}




#bannerSection{
    height: auto !important;
    background-size: cover;
	min-height: 284px;
	position: relative
}
#bannerSection img{
    display: block;
    width: 100%;
    height: 100%;
}
/*.bannerSection-2{
    background: url(../images/banners/QBUSA_websiteHeader_ABOUTUS.jpg) center no-repeat;
}
.bannerSection-3{
    background: url(../images/banners/QBUSA_websiteHeader_PAGEANT.jpg) center no-repeat;    
}
.bannerSection-4{
    background: url(../images/banners/QBUSA_websiteHeader_SPONSOR.jpg) center no-repeat;    
}
.bannerSection-5{
    background: url(../images/banners/QBUSA_websiteHeader_CONTACT.jpg) center no-repeat;    
}
.bannerSection-6{
    display: none !important;
}*/

/*.bannerSection2-2{
    background: url(../images/slider/2.jpg) center no-repeat;
}
.bannerSection2-3{
    background: url(../images/slider/3.jpg) center no-repeat;
}
.bannerSection2-4{
    background: url(../images/slider/4.jpg) center no-repeat;
}
.bannerSection2-5{
    background: url(../images/slider/5.jpg) center no-repeat;
}
.bannerSection2-6{
    display: none !important;
}//*/

.mainApply{
	padding: 25px 0;
}
.titApply{
	text-align: center;
	color: #FFF;
	font-size: 28px;
	font-family: "Oswald", sans-serif;	
	background: #AF9854;
	font-weight: 600;
	line-height: 34px;
	height: 56px;
	padding: 8px 0;
}

#frmApply .row{
	margin: 0 -4px;
}
#frmApply .row div[class*="col-"]{
	padding: 0 4px;
}
#form-contact{position: relative;}
#form-contact .env,#form-reg .env{display: none;}
#form-contact.enviando .env,#form-reg.enviando .env{
  color:#59a0a0;
  font-size: 30px;
  text-align: center;
  line-height: 140px;
  background: rgba(255,255,255,.8);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#contacto{
  overflow: hidden;
  height: 1%;
}

#form-contact{
  overflow: hidden;
  height: 1%;
  display: block;
  margin: 0 -4px;
}
#form-contact .col{
  width: 33.333333%;
  padding: 0 4px;
  float: left;
  margin-bottom: 7px;
}
#form-contact .col-3{width: 25%;}
#form-contact .col-6{width: 50%;}
#form-contact .col-12{width: 100%;}
#form-contact input[type='text'], #form-contact input[type='password'], textarea{
  width: 100%;
  height: 40px;
  border:solid 1px rgb(191,191,191);
  resize: none;
  background: none;
  padding: 5px 10px 5px 20px;
  font-size: 11px;
  color: #959595;
  font-family: 'verdana',sans-serif;
  outline: none !important;
}
.separate {
  padding: 0 4px;
  float: left;
  width: 100%;
}
.separate span{
  display: block;
  height: 3px;
  background: #AF9854;
  margin: 5px 0  15px;
}
#form-contact input[type='text']:focus, #form-contact input[type='password']:focus, textarea:focus{outline: none !important}
#form-contact label.error,#form-reg label.error{ color:#792420; font-size: 12px; }
#form-contact  textarea{height: 80px !important;width: 100%;display: block;}
#form-contact .col:nth-child(3){margin-right: 0%;}
#form-contact .row-lg{
  width: 100%;
  float: left;
  height: 80px;
  padding: 0 4px;
}
#form-contact input:-webkit-input-placeholder {
    opacity:1;
}
#form-contact input:-moz-placeholder {
    opacity:1;
}
#form-contact input::-moz-placeholder {
    opacity:1;
}
#form-contact input:-ms-input-placeholder {
    opacity:1;
}
#form-contact input:focus:-webkit-input-placeholder {
    opacity:0.5;
}
#form-contact input:focus:-moz-placeholder {
    opacity:0.5;
}
#form-contact input:focus::-moz-placeholder {
    opacity:0.5;
}
#form-contact input:focus:-ms-input-placeholder {
    opacity:0.5;
}
.submit{
  display: block;
  float: left;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.submit>div{
  color:#fff;
  display: inline-block;
  font-size: 16px;
  font-family: verdana;
}
.submit>div:first-child span:last-child input{
  vertical-align: top;
}
.submit>div:last-child input{
  background: #AF9854;
  border-radius: 5px;
  color:rgb(255,255,255);
  border:none;
  font-family: "Oswald";
  font-size: 16px;
  padding: 9px 5px;
  cursor: pointer;
  font-weight: bold;letter-spacing: .025em;
  -webkit-transition: linear all .3s;
  -o-transition: linear all .3s;
  transition: linear all .3s;
  min-width: 160px;
}
.submit>div:last-child input:hover{
  background: rgb(28,28,28);
  color: #fff;
}
.contact_email,.contact_telf{cursor: pointer}
.botton-g>div{
  float: left;
  width: 50%;
  padding: 0 10px;
}
.botton-g>div label{
  display: block;
  max-width: 406px;
  width: 100%;
  font-family: "Oswald";
  letter-spacing: .025em;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: rgb(37,37,37);
  border-radius: 5px;
  padding: 8px 5px;
  margin: 15px auto 20px;
  position: relative;
  
  border-bottom: solid 2px #AF9854
}
.botton-g>div label.add:after{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/list-check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  right: 10px;
}
.btn.btn-apply{
  font-family: "Oswald";
  font-size: 16px;
  color: #fff;
  background: rgb(37,37,37);
  border-bottom: solid 2px #AF9854
}
.botton-g>div input{
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}
.botton-g>div span{
  display: block;
  max-width: 410px;
  width: 100%;
  font-size: 11px;
  color: rgb(149,149,149);
  text-align: center;
  line-height: 24px;
  font-family: verdana;
  margin: 0 auto;
}


#areaVideo{
	padding: 0 0 10px;
}
#bgVideo{
	background: url(../images/bgVideo.jpg) center no-repeat #161616;
	min-height: 324px;
}
#bgVideo article{
	text-align: left;
}
#bgVideo article .divVideo{
	display: inline-block;
	max-width: 498px;
	color: #FFF;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: 200;
	text-align: center;
}
#bgVideo article div strong{
	display: block;
	font-family: 'Syncopate', sans-serif;
	font-variant: small-caps;
	font-size: 26px;
	color: #AF9854;
	padding-bottom: 8px
}
#divDigital a{
	display: block
}
#bgVideo #video{
	display: block;
	height: 324px;
	max-width: 560px;
}
#bgVideo #divRM a{
	color: #af9854;
}

#logoHome{
	padding: 0 30px;
}

#logoHome strong {
    display: block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #575757;
    padding-bottom: 20px;
    font-weight: 400;
}


#videoStreaming{
	display: block;
	float: right
}
#bgVideo article .divVideo{
		display: table-row;
	}
	#bgVideo article .divVideo > div{
		display: table-cell;
		vertical-align: middle
	}
	#bgVideo article #divDigital{
		text-align: left;
		width: 255px;
		padding: 6px 0
	}
	#bgVideo article #divRM{
		text-align: left;
		width: 240px;
		padding-left: 15px
	}
@media screen and (max-width: 1800px) {
	#header section {
		padding: 10px 0 10px;
	}
}
#logo img {
		max-width: 200px;
		height: auto;
	}
@media screen and (max-width: 1680px) {
	.imgsHome .item-img:last-child {
		right: -150px;
		top: 130px;
		z-index: 1
	}
	.imgsHome .item-img:first-child{top: 10px; z-index: 2}
    #slider-1,
    #bannerSection{
        height: 550px;
    }
	
}

@media screen and (max-width: 1540px) {
	#imgHome{
		max-width: 500px;
	}
	#imgHome img{
		display: block;
		width: auto;
		height: 450px;
	}
	#bgHome .container {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	#bgHome .container .prelative{
		padding-right: 15px
	}
}
@media screen and (min-width: 992px) {
	#imgHome{
		position: relative;
		width: 717px;
	}
	.imgsHome {
		right: auto;
    	left: 50%;
		padding-left: 25px;
	}
}
@media screen and (max-width: 1500px) {
    #slider-1,
    #bannerSection{
        height: 450px;
    }
	#QBU {
    	transform: translate(-88%, -29%);
	}
  .row-home article {
    font-size: 20px;
  }
  .row-home article .title {
    font-size: 35px;
  }
  .row-home .izq article{
    padding-right: 80px;
  }

  .row-home .der article{
    padding-left: 80px;
  }
}

@media screen and (max-width: 1366px) {
	#bgHome .container .tit {
    	font-size: 42px;
	}
	#bgHome .container .tit strong {
    	font-size: 38px;
	}
	.imgsHome .item-img:first-child {
		right: 190px;
	}
	.imgsHome .item-img:last-child {
    	right: -30px;
	}
	#slider-1,
    #bannerSection{
        height: 412px;
    }
	#logo img {
		max-width: 180px;
	}

}
@media screen and (max-width: 1300px) {
  .titC {
    font-size: 24px;
  }
}

@media screen and (max-width: 1280px) {
	#logo img {
		max-width: 150px;
	}
  .titC {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
	a.toTop{bottom:90px}
	.imgsHome .bgImg,
	.imgsHome .img {
		width: 250px;
	}
	.imgsHome .bgImg{
		right: 46px;
		top: -18px;
	}
    
    .imgsHome .item-img:first-child {
       top: 50px;
    }
    .imgsHome .item-img:last-child {
        top: 150px;
    }
	.bgGray5 .bloques ul{margin: 0;}
	#slider-1,
    #bannerSection{
        height: 350px;
    }	
    .nav > li > a{font-size: 22px;}
}
@media (max-width: 1199px) and  (min-width: 991px){
	#bgVideo {
		min-height: 0;
	}
	#bgVideo #video {
		height: 270px;
	}
}
@media screen and (min-width: 1091px) {
	.cnt-pageant .textRightPageant{float: right !important;}
	.cnt-pageant .imgLeft{float: left !important;}
}
@media screen and (max-width: 1090px) {
	
	.bloqLeft{
		margin-left: 0;
		max-width: 100%;
		min-height: 100px;
	}
	.bgGray2 .container {
		min-height: 670px;
	}
	
	.imgRight1 {
		top: 457px;
		right: auto;
		left: 50%;
		margin-left: -300px;
	}
	.imgRight2 {
		top: 314px;
		right: auto;
		left: 50%;
		margin-left: -20px;
	}
	.imgRight3 {
		top: 387px;
		right: auto;
		left: 50%;
		margin-left: -100px;
	}
	.cnt-pageant .textRightPageant,
	.cnt-pageant .imgLeft{float: none; width: 100%;  margin: auto !important}
	.cnt-pageant .imgLeft{max-width: 500px; margin: 75px auto 25px;}
	.cnt-pageant .imgLeft figure::before {
		height: 329px;
		width: 496px;
	}
	.cnt-pageant .imgLeft article {
		margin-left: 0;
		margin-top: 90px;
	}
	.cnt-pageant .textRight{margin-right: 0;}
	.imgsHome .item-img{top: 45px}
    
	#slider-1,
    #bannerSection{
        height: 300px;
    }
  .nav > li > a {
    font-size: 20px;
  }
}

@media (max-width: 1090px) and  (min-width: 992px){
	/*.col-text{
		width: 40%;
	}
	.col-video{
		width: 60%;
	}*/
	#bgVideo #video {
    	display: inline-block;
	}
	#bgVideo article {
		padding-left: 10%;
	}
	/*#bgVideo article div{
		font-size: 25px;
		padding-top: 97px;
	}*/
	/*#bgVideo {
		min-height: 0;
	}
	#bgVideo #video {
		height: 200px;
	}
	#bgVideo article div {
    padding-top: 53px
	}*/
	#videoStreaming {
		height: 280px;
		width: 500px;
	}
	#divDigital img{
		height: 264px
	}
	#bgVideo article {
		padding-left: 0;
	}
}
@media screen and (min-width: 992px){
	.about-tit div{
		display: inline-block;
	}

	/*Redes*/
	#redes {
		top: 50%;
		position: absolute;
		right: 15px;
		margin-top: -16px;
	}
	#redes a{
		display:block;
		float:left;
		width:25px;
		opacity:1;
		text-align:center; 
		color:#fff; 
		font-size:17px; 
		height:25px; 
		line-height: 26px;	
		background: #a08744;
		text-decoration: none !important
	}
	#redes a.in{margin:0 4px}
	#redes a.tw{margin-left: 4px}
	#redes a.fb:hover{background:#204385;}
	#redes a.tw:hover{background:#2aa9e0;}
	#redes a.yt:hover{background:#ff1920;}
	#redes a.in:hover{	
		background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
		radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),    
		radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),   
		radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),    
		radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),    
		linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	}
	#redes a:hover{color: #fff;}
	#redes a{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	
	
}
@media screen and (max-width: 991px) {
	#header{height: 0}
	#header #menu{display:none}
	#datTop{position: static}
	#cntMenu{height: 0;}
	#redes{position:fixed; width:100%; margin:0; height:30px; top:auto !important; bottom:0 !important; right:0; z-index:11; background: rgba(62,62,62,1.00);}
	#redes a{width:33.3333%; font-size:22px;display: block; float: left; text-align: center; height:inherit; line-height:30px; color:#fff; background: rgba(62,62,62,1.00);
		border-right: solid 1px #4e4e4e;
		border-left: solid 1px #1d1d1d;
	}	
	#redes a:first-child{
		border-left: none;
	}	
	#redes a:last-child{
		border-right: none;
	}
	#redes a:hover{text-decoration: none !important}
	#redes a.fb:hover{background:#204385;}
	#redes a.tw:hover{background:#2aa9e0;}
	#redes a.yt:hover{background:#ff1920;}
	#redes a.in:hover{	
		background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
		radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),    
		radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
		radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),   
		radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
		radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),    
		radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),    
		linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	}	
	body{padding-bottom:30px}
	
	#header section {
		display: block;
		text-align: center;
	}
	#header .container div[class*="cnt-"] {
    	display: inline-block;
		height: inherit;
	}
	/*.rd-mobilepanel #logo img{display: none}*/
	#logo {
		display: table-cell;
		float: none;
		width: 212px;
		padding: 0;
		vertical-align: middle;
		height: inherit;
	}
	#logo img {
		max-width: 150px;
	}
	#header .container .cnt-Menu {
		height: 0 !important;
	}
	
	
	.imgsHome{
		position: static;
		height: auto;
		margin-top: 35px
	}
	#bgHome .container div[class*="col-"]{
		float: none;
	}
    .imgsHome .div-relative{
        text-align: center;
    }
	.imgsHome .item-img{
		position: static !important;
		right: auto !important;
		left: auto !important;
        display: inline-block !important;
        margin: auto !important;
        float: none !important
	}
    .imgsHome .item-img:first-child{
        margin-right: 45px !important
    }
	#bgHome .container {
    	padding-top: 35px;
		text-align: center;
	}
	#bgHome .container p{
		margin: auto;
		max-width: 600px;
	}
	#bgHome .container .tit{
		text-align: center;
	}
	.imgsHome .div-relative{
		max-width: 100%;
	}
	.imgsHome .item-img{
		width: auto;
		top: auto;
		left: auto;
		right: auto;
		float: auto;
	}
	.imgsHome .item-img{
		left: 50%; margin-left: -140px;
	}
	.imgsHome .bgImg {
    	right: -27px;
	}
	#bgVideo{
		height: auto !important;
		background: #161616
	}
	#bgVideo div[class*="col-"]{
		width: 100%;
		float: none;
	}
	#bgVideo .col-text{
		text-align: center
	}
	#bgVideo article{
		text-align: center;
		display: inline-block
	}
	#bgVideo article div {
		padding: 30px 0;
		text-align: center;
	}
	#videoStreaming{
		float: none
	}
	#bgVideo article .divVideo{
		width: 498px;
		margin: auto
	}
	.col-video{
		text-align: center;
		padding-bottom: 25px
	}
	.col-video #video{
		display: inline-block !important;
	}
	#imgHome{
		max-width: 100%;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	#imgHome img{
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	#imgHome div{
		padding-right:15px;
		padding-left:15px;
		text-align: center;
	}
	/*#bgVideo article div{
		font-size: 25px;
		padding-top: 97px;
	}
	#bgVideo,
	#bgVideo #video {
    	height: 264px;
		min-height: 0;
	}
	#bgVideo #video{display: inline-block;}
	.col-video{
		text-align: left
	}*/
	#imgHome img{
		width: 100%;
		height: auto;
		max-height: 100%
	}
	.rd-mobilepanel #logo img {
		max-width: 130px;
	}
	.col-video figure{
		max-width: 590px;
		margin: auto;
		padding: 0 15px
	}
	.col-video figure img{
		display: block;
		width: 100%;
		height: auto;
	}
	#videoStreaming {
		margin: auto
	}
  #header{
    height: 76px;
  }
  #header #menu,
  #header .cnt-Logo{display: none !important;}
  .row-home .izq article{
    margin-bottom: 16px;
  }
  #worldFinals {
    min-height: 320px;
  }
}
@media screen and (max-width: 991px) and (min-width:768px){
	
	.menu{
		padding-right: 0;
	}
	.nav > li > a {
    	padding: 0 3px;
	}
	/*body.fixed #redes {
    	display: none
	}*/
}
@media screen and (max-width: 900px) {
	#datTop #logo img {
		max-width: 125px;
	}
  .row-home {
    display: block;
  }
	.row-home .izq,
  .row-home .der{
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
	#footer .tfooter,
	#footer #powered{float:none; text-align:center;}
}
@media (max-width:767px) {	
	.cnt-about-us figure{
		max-width: 483px;
		margin: auto;
	}
	#banerContact div[class*="col-"] {
		background: url(../images/banerContact.jpg) right center no-repeat;
	}
	#banerContact div[class*="col-"]:last-child{display: none;}
	#banerSponsor div[class*="col-"] {
		background:rgba(0,0,0,0.62);
	}
	.bgGray4 div[class*="col-"]:first-child,
	.bgGray4 div[class*="col-"]:last-child{
		text-align: center;
	}
	.bgGray4 div[class*="col-"]:nth-child(2){padding: 90px 0;}
	.bgGray4 .arrows.arrowLeft,
	.bgGray4 .arrows.arrowRight{
		left: 50%;
		transform: rotate(90deg);
		margin-left: -34px;
		background: url(../images/arrow.png) right bottom no-repeat;;
		width: 70px;
		height: 52px;		
	}
	.bgGray4 .arrows.arrowLeft{
		top: 10px;
	}
	.bgGray4 .arrows.arrowRight{
		bottom: 23px;
		top: auto;
	}
	.bgGray4 .arrows.arrowLeft figure,
	.bgGray4 .arrows.arrowRight figure{display: none;}
    #slider-1,
    #bannerSection{
        height: 250px;
		background-position: center center;
    }
	#bannerSection img{opacity: 0;}
	#bannerSection .tbl img{opacity: 1;}
	.row-home .izq, .row-home .der{padding: 0 !important}
	
	/*#bannerSection.bannerSection-2 > figure{display: none;}*/
	
	.tblBanner{
		position: static;
		padding: 0 0 25px;
	}
	.tblBanner .tr .td{
		display: block;
		width: 100%;
		height: auto !important
	}
	.tblBanner .tr .td figure{
		max-width: 350px;		
	}
	#QBU figure{
		display: block !important;
	}
	#QBU figure img{
		opacity: 1 !important
	}
	
}
@media screen and (max-width: 700px) {
	.imgRight1 {
		top: 400px;
		margin-left: -250px;
	}
	.imgRight2 {
		top: 334px;
		margin-left: -30px;
	}
	.bgGray2 .container {
		min-height: 560px;
	}
	.imgs-about .imgRight figure img{
		max-width: 280px;
	}
	.imgRight1 figure::before {
		top: 20px;
		left: 63px;
		height: 216px;
		width: 187px;
	}
	.imgRight2 figure::before {
		top: 9px;
		left: 9px;
		height: 216px;
		width: 216px;
	}
	.imgRight3 figure::before {
		top: 45px;
		left: 42px;
		height: 180px;
		width: 196px;
	}
    .imgsHome .bgImg{
        display: none;
    }
	.col-video #video{
		height: 250px !important;
		width: 370px !important;
	}
	#bannerSection {
		min-height: 1px;
	}
	#datTop #logo img {
		max-width: 85px;
	}
  #worldFinals .title{
    max-width: 490px;
    font-size: 21px;
  }
  #worldFinals .text {
    font-weight: 200;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
	#logosFooter .cnt{max-width:500px}
	#logosFooter figure img{max-width: 100px;}
	#footer .tfooter em{display:block; content:""; clear:both; height:1px; opacity:0; visibility:hidden;}
	
	.row-home div[class*="col-"]{
		width: 100%;
		float: none;
	}
	.row-home .izq article,
	.row-home .der article{max-width: 100%; text-align: center;}
	.about-tit {
    	font-size: 40px;
	}
	.imgRight1 figure::before,
	.imgRight2 figure::before,
	.imgRight3 figure::before{
		display: none !important;
	}
	.cnt-pageant .imgLeft {
		max-width: 400px;
	}
	.cnt-pageant .imgLeft figure::before {
		height: 249px;
		width: 378px;
		left: -28px;
		top: -33px;
	}
    .imgsHome .img{
        width: 190px;
    }
    .imgsHome .item-img:first-child {
        margin-right: 25px !important;
    }
    #bgHome .container{
        padding-bottom: 35px
    }
    .imgsHome{
        height: auto;
    }
    #slider-1{
        height: 220px;
    }
	#form-contact .col-4,
	#form-contact .col-3{
		width: 50%;
	}
	#main {
		padding-top: 54px;
	}	
	.menuMovil{
		background: #000;
	}
	.imgs-about .imgRight {
		position: static;
		float: none;
		margin: auto;
		padding-top: 20px
	}
	.imgs-about .imgRight figure img {
		max-width: 440px;
	}
	.bgGray2 .container {
		min-height: auto;
	}
	.bgGray2{
		padding-bottom: 30px
	}
	#videoStreaming{
		width: 460px;
		height: 259px;
	}
	#logoHome {
		padding: 0 10px;
	}
  .titC {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width:550px) {
  .row-home article {
    font-size: 17px;
  }
	.row-home article .content {
    max-width: 350px;
  }
  .row-home article .title {
    font-size: 28px;
  }
}
@media (max-width:500px) {
	#frmContacto  .form-control1{width:100%; float:none}
	#slider-1,
    #bannerSection{
        height: 200px;
    }
}
@media screen and (max-width: 480px) {
	.tfooter span{display:block;}
	
	.imgsHome .item-img{
		margin-left: -130px;
	}
	
	#bgHome .container .tit {
		font-size: 35px;
		line-height: 42px;
	}
	#bgHome .container .tit strong {
		font-size: 31px;
	}
	.about-tit {
    	font-size: 32px;
	}
	
	
	.bgGray2 .container {
		min-height: 770px;
	}
    .imgsHome .img{
        width: 150px;
    }
	.col-video #video{
		height: 180px !important;
		width: 300px !important;
	}
	#bgVideo article div{font-size: 17px;}
	.titApply {
    font-size: 22px;
	}
	.tblBanner .tr .td {
		padding: 40px 25px 0;
	}
	#videoStreaming{
		height: 160px;
		width: 290px;
	}
	#bgVideo article .divVideo {
   		width: 100%;
		display: block;
	}
	#bgVideo article .divVideo > div{
		display: block !important;
		margin: auto
	}
}
@media (max-width:420px) {
	
	#banerContact div[class*="col-"] {
		background-position: left top
	}
	.imgs-pageant div[class*="col-"]{
		width: 100%;
		float: none;
	}
	.cnt-pageant .imgLeft figure::before {display: none}
	.cnt-pageant .imgLeft article {margin-top: 30px;}
	.bgGray5 .bloques li{display: block; margin: 0 auto 30px; width: 100%;}
	
	#form-contact .col-4,
	#form-contact .col-3{
		width: 100%;
	}
	#logoHome strong{
		font-size: 18px
	}
  #worldFinals {
    min-height: 360px;
  }
}
@media (max-width:380px) {
	#bgHome .container .tit strong {
		font-size: 28px;
	}
	
    .imgsHome .item-img:first-child{
        margin: 0 auto 25px !important;
    }
    .imgsHome .img{
        width: 250px;
        margin: auto !important;
        display: block !important;
    }
    #slider-1,
    #bannerSection{
        height: 180px;
    }
}


#carrucelTmp{
            position: relative;
        }
        #carrucelTmp figure{
            padding: 0;
            margin: 0;
        }
        #carrucelTmp figure img{
            display: block;
            width: 100%;
            height: auto;
        }
        #carrucelTmp .imgCarrucel{
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            z-index: 2
        }
        #carrucelTmp .imgCarrucel:first-child{
            position: static;
            display: block
        }

/*Solucion fancybox*/
.fancybox-lock .fancybox-overlay {
    overflow: auto !important;
}
.fancybox-lock body {
    overflow: auto !important;
}
html,
.fancybox-margin {
    margin-right: 0 !important;
}
.fancybox-lock {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}


.modal-header {
    position: relative;
}
.modal-header .close {
    position: absolute;
    top: 21px;
    right: 20px;
}
.modal-title {
	text-align: left;
	font-weight: 400;
	color: #525252;
}
.modal-body:before,
.modal-body:after{
	display: block;
	content: "";
	clear: both;
}

#main{
	position: relative;
	/*z-index: 1;*/
}
#header{
	z-index: 10;
}