@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:normal;
}

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: relative;
    border-top: solid 4px #010101;
}
#header .container{position:relative; z-index:1; }

#logo{
	display:block; 
	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; 
	width:auto;
    text-align: center;
    padding: 15px 0 8px;
}
#logo a{display:inline-block}
#logo img{display:block;}



/*Menu*/
#cntMenu{
	background: #000000;
	height: 53px;
}
.menu{display:block; position:relative; height: inherit; text-align: center; }
.menu ul{display:inline-block; margin:auto; height: inherit}
.nav li{display:block; float: left; background: none; height: inherit; padding:0 30px;}
.nav li:before{
	display: block;
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1;
	background: #808080;
}
.nav li:last-child:before{
    display: none;
}
.nav > li > a{	
	z-index:5; 
	color:#fff; 
	height:53px;
	font-size:15px;
	padding:0 5px; 
	display:block;
	font-weight: 300;
	font-family: "Open Sans", serif;
	position: relative;
    background: none !important;
}
.menu li a:before{
	display: block;
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
    transform: translateX(-50%);
    left: 50%;
	bottom: 0;
	z-index: 1;
	background: #f40808;
	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;
}
.menu li a span{position: relative; z-index: 2; line-height: 51px; display: block;}
.menu li:hover a:before,
.menu li.active a:before{
	background:#f40808;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}



@media (min-width:768px) {
	body.fixed #header{padding-top:0;position:fixed; width:100%; z-index:20; top:0; background-color:#fff; background-image:none; border:none;
	
	}
	body.fixed #datTop{display: none}
	body.fixed #logo{top: 0}
	body.fixed #logo img{max-width: 100px}
	body.fixed{padding-top: 168px;}
}


/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  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:#fff;
  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:#000; 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: #f40808;; color:#fff; }
    .rd-mobilemenu_ul a:hover { background: #f40808;; 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: 56px;
  padding-right: 56px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
	right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background:none;
  top: 4px;
  left: 8px;
  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: 767px) {
	body {padding-top: 56px; }
	.rd-mobilemenu, .rd-mobilepanel {display: block; }
}

.rd-mobilepanel #logo{top:4px; margin:auto; padding:0; left:auto; position:relative; width:136px; height:auto; opacity:1}
.rd-mobilepanel #logo img{width:100%; height:auto}


/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#000;
	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;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 2px auto 0;
    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*/


/*==================     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:#c94c22; 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;background: url(../images/bannerHome.jpg) center no-repeat; background-size: cover; min-height: 200px}
#bannerHome img{display: block; width: 100%; height: auto; }
#secc-home-1{
    position: relative;
    padding: 80px 0 60px 314px;
    line-height: 22px;
}
#secc-home-1 #img{
    width: 282px;
    height: auto;    
    padding: 30px 19px;
    margin: auto;
    border: dashed 1px #bfbfbf;
    display: block;
}
#secc-home-1 .tit,
.h1Services{
    font-size: 36px;
    color: #000000;
	font-family: 'Oswald', serif;
    position: relative;
    padding: 0 0 12px;
    line-height: 40px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 18px;
    text-align: left
}
#secc-home-1 .tit:before,
.h1Services:before{
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -2px;
    left: 0;
    width: 264px;
    background: #f40808;
}
#secc-home-1 .text{
    font-size: 14px;
    color: #616161;
    font-family: "Arial", sans-serif;
}
#secc-home-1 .text strong{
    font-size: 115%
}

#secc-home-2{
    background: #2f2c2c;
    min-height: 380px;
}
#secc-home-2 .div-left{
    background: url(../images/home/img-left.jpg) right center no-repeat;
    background-size: cover;
    min-height: 380px;
}
#secc-home-2 .div-right{
    max-width: 490px;
    text-align: right
}
#secc-home-2 .div-right article{
    display: table-cell;
    max-width: 440px;
    text-align: right;
    color: #FFF;
    vertical-align: middle;
    height: 380px
}
#secc-home-2 .div-right .tit{
    font-size: 34px;
	font-family: 'Oswald', serif;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    padding-bottom: 25px;
}
#secc-home-2 .div-right .tit span{
    display: block;
}
#secc-home-2 .div-right .tit strong{
    color: #fa3e9a;
    font-weight: 600
}

#secc-home-2 .text{
    font-size: 14px;
    font-family: "Arial", sans-serif;
    max-width: 408px;
    display: inline-block;
    line-height: 24px;
}
.btn-home{
    text-align: center;
    background: #545454;
    color: #FFF !important;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    width: 228px;
    margin-top: 20px;
    text-decoration: none !important
}
.btn-home:hover{
    background: #fa3e9a
}

#secc-home-3{
    position: relative;
    padding: 10px 0;
}
#secc-home-3 .div-left{
    text-align: right;
}
#secc-home-3 article{
    display: inline-block;
    text-align: justify;
    max-width: 420px;
    width: 100%;
    padding: 20px 0 0
}
#secc-home-3 .tit{
    color: #e78057;
    font-weight: 600;
    position: relative;
    border-bottom: solid 1px #d0d0d0;
    line-height: 30px;
    padding: 0 0 5px;
    font-size: 24px;
	font-family: 'Oswald', serif;
    margin-bottom: 10px;
}
#secc-home-3 .tit:before{
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -2px;
    left: 0;
    width: 105px;
    background: #d0d0d0;
}
#secc-home-3 .tit.w150:before{
    width: 150px;
}
#secc-home-3 .text{
    color:#616161;
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 22px;
}
#secc-home-3 .text1{
    color:#404040
}
#secc-home-3 .img{
    position: absolute;
    background: url(../images/home/img-right.png) left center no-repeat #ebebeb;
    height: 390px;
    width: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);    
}
#secc-home-4{
    position: relative;
    background: url(../images/home/bg.jpg) 0 0;
    min-height: 414px;
    padding: 58px 0;
}
#secc-home-4 .row{
    position: relative;
}
#secc-home-4 div[class*="col-"]{
    position: static !important;
}
#secc-home-4 .div-left{
    text-align: center;
}
#secc-home-4 .div-right{
    padding-left: 0;
}

#secc-home-4 article{
    display: inline-block;
    text-align: justify;
    max-width: 510px;
    width: 100%;
    padding: 20px 0 20px 38px;
    border-left: solid 4px #f13500
}
#secc-home-4 .tit{
    color: #3b3b3b;
    font-weight: 300;
    position: relative;
    border-bottom: solid 3px #6d6d6d;
    line-height: 36px;
    padding: 10px 0 10px;
    font-size: 32px;
	font-family: 'Oswald', serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
}
#secc-home-4 .tit span{
    color: #f13500;
    font-weight: 400
}
#secc-home-4 .text{
    color:#3f3f3f;
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 22px;
}
#secc-home-4 .text div{
    text-align: right;
    color: #010101;
    padding-top: 15px;
    font-style: italic;
}
#secc-home-4 .img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);  
    left: 50%;
    margin-left: -360px;
}


/*Services*/
.cnt-services{
    padding-top: 45px;
    padding-bottom: 48px;
}
.cnt-services .row{
    padding-top: 15px;
}
.h1Services::before{
    width: 470px;
}
.cnt-services .imgLeft{
    float: left;
}
.div-float-right{
    float: right;
}
.div-float-right article{    
    border-left: solid 4px #f40808;
    padding-left: 40px;
    text-align: right;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}
.div-float-right .td{
    height: 296px;
    display: table-cell;
    vertical-align: middle;
    text-align: right
}
.maxw443{
    max-width: 443px;
}

#services-1{
    background: #83c6b5;
    min-height: 380px;
}
#services-1 .container{
    background: url(../images/services/services-1.png) right center no-repeat
}
#services-1 .cntText{
    max-width: 485px;
    color: #FFF;
    font-size: 14px;
    font-family: "Arial", sans-serif;
}
#services-1 .td{
    height: 382px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
#services-1 .tit{
    background: #4d9f8a;
    height: 65px;
    font-size: 36px;
	font-family: 'Oswald', sans-serif;
    padding-top: 20px;
    font-weight: 600;
    border-radius: 7px;
}
#services-1 .subtit{
    font-size: 30px;
	font-family: 'Oswald', sans-serif;
    padding: 20px 0;
    font-weight: 200
}

#services-2{
    padding: 40px 0;
}
#services-2 article{
    padding: 3px;
    box-shadow: 1px 1px 2px 2px #666;
}
#services-2 td{
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle
}
#services-2 img{
    display: block;
    width: 100%;
    height: auto;
}
#services-2 td:last-child{
    padding-left: 60px;
    text-align: right;
    font-family: "Arial", sans-serif;
}
#services-2 .tit{
    font-size: 30px;
	font-family: 'Oswald', sans-serif;
    font-weight: 600;
    border-radius: 7px;
    line-height: 35px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: dashed 1px #000;
    padding-bottom: 8px;
}
#services-2 .tit strong{
    display: block;
    font-size: 36px;
    font-weight:600;
}
#services-2 .tit span{
    font-weight: 200
}
#services-2 .subtit{
    color: #000000;
    font-size: 14px;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    padding: 8px 0 5px;
}
#services-2 .text{
    color: #616161;
    font-size: 14px;
}

.flex-direction-reverse{
     -webkit-flex-direction: row-reverse;
     flex-direction: row-reverse;
 }
 .row-flex {
     display: -webkit-flex;
     display: flex;
 }
 .row-flex div[class*="col-"]{
     display: -webkit-flex;
     display: flex;
     flex-direction: column;
 }

#services-2 div[class*="col-"]{
    width: 50%;
}
#services-2 .text-right{
    text-align: right;
    padding-left: 42px;
}
.prelative{
    position: relative;
}


/*Partners*/
#banerParterns{
	background: url(../images/partners/banner.jpg) center center no-repeat;
	margin-top: 20px;
	position: relative;
	background-size: cover !important; 
}
#banerParterns article{
    display: block;
    max-width: 560px;
    margin: auto;
}
#banerParterns .td{
	vertical-align: middle;
	height: 472px;
	display: table-cell;
    text-align: center;
}
#banerParterns .tit{
	color: #fff;
    display: block;
    font-size: 72px;
	font-family: 'Oswald', sans-serif;
    line-height: normal;
    font-weight: 400
}
#banerParterns .text{
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	line-height: 20px;
	color: #FFF;
	padding: 20px 0 0;
	font-weight: 200;
	position: relative;
}

#partners{
    padding: 40px 0 9px;
}
#partners div[class*="col-"]{
    padding-bottom: 31px;
}
#partners article{
    border: solid 1px #e6e6e6;
    background: #f3f3f3;
}
#partners img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 298px;
    margin: auto;
}


/*Media*/
#banerMedia{
	background: url(../images/media/banner.jpg) right center no-repeat;
	margin-top: 20px;
	position: relative;
	background-size: cover !important;
}
#banerMedia article{
    display: block;
    max-width: 510px;
}
#banerMedia .td{
	vertical-align: middle;
	height: 496px;
	display: table-cell;
    text-align: center;
}
#banerMedia .tit{
	color: #fff;
    display: block;
    font-size: 72px;
	font-family: 'Oswald', sans-serif;
    line-height: normal;
    font-weight: 400;
    border:solid 1px #FFF;
    padding: 0 15px;
}
#banerMedia .text{
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	line-height: 20px;
	color: #FFF;
	padding: 20px 0 0;
	font-weight: 200;
	position: relative;
    max-width: 455px;
    margin: auto;
}
#banerMedia .text2{
	font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
#banerMedia .text3{
	font-size: 30px;
    font-weight: 600;
    line-height: normal;
}
#media-2{
    background: #e4e4e4;
    padding-top: 15px;
}
#media-2 td{
    vertical-align: middle;
    height: 320px;
    text-align: center;
    width: 40%;
}
#media-2 td:last-child{
    width: 60%;
}
#device-mac{
    max-width: 352px;
    width: 100%;
    margin: auto;
    display: inline-block;
}
#device-mac img{
    width: 100%;
    height: auto;
}
#media-2 .tit{
	color: #373737;
    display: block;
    font-size: 36px;
	font-family: 'Oswald', sans-serif;
    line-height: 40px;
    font-weight: 300;
    padding: 0 5px;
}
#media-2 .tit strong{
    display: block;
    font-size: 28px;
    font-weight: 600
}
#playVideo{
    padding: 15px 0 0;
    cursor: pointer;
}
#playVideo:hover{
    opacity: 0.75;
}

.mediaLogo{
    padding-top: 50px
}
.mediaLogo div[class*="col-"]{
    padding-bottom: 35px
}
.mediaLogo article{
    border: solid 1px #cdcdcd;
    box-shadow: 2px 2px 4px 1px #a4a4a4;
}
.mediaLogo article img{
    display: block;
    width: 100%;
    height: auto;
}


/*Contact*/
#banerContact{
	background: url(../images/contact/banner.jpg) left center no-repeat;
	margin-top: 20px;
	position: relative;
	background-size: cover !important; 
    height: 472px;
}
#banerContact:before{
	display: block;
	content: "";
	background:url(../images/contact/div.png) left center no-repeat;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: 1;
	position: absolute;
}
#banerContact div[class*="col-"]{
	height: 472px;
    position: relative;
    z-index: 2;
    text-align: right
}
#banerContact article{
    display: inline-block;
}
#banerContact .td{
	vertical-align: middle;
	height: 472px;
	display: table-cell;
}
#banerContact .tit{
	font-size: 30px;
	font-family: 'Arial', sans-serif;
	line-height: 50px;
	color: #FFF;
	padding:  0 0;
	font-weight: 200;
	position: relative;
    text-align: center;
}
#banerContact .tit strong{
	color: #fff;
    display: block;
    font-size: 72px;
	font-family: 'Oswald', sans-serif;
    line-height: normal;
    font-weight: 400
}

.bgContact{
	margin: 9px 0 0;
	background:url(../images/contact/bg.jpg) center center no-repeat;
	background-size: cover;
	min-height: 414px;
}


.titForm{text-align:center; line-height:normal; color:#fff; font-size:48px; font-family: 'Oswald', sans-serif; padding:25px 0 10px; border-bottom: solid 1px #c6c6c6; margin-bottom: 15px}
.titC{text-align:center; font-family:Arial, sans-serif; font-size:14px; padding:2px 0 15px; color:#fff}
#frmContacto .row{margin:0 -5px 15px}
#frmContacto .row div[class*="col"]{margin:0 0 11px; padding:0 5px}
#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;}

#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:5px; bottom:5px; z-index:2; background:#fff}

#frmContacto select {padding-left: 12px !important}
#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;
}
#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}




@media screen and (max-width: 1680px) {
	
}
@media screen and (max-width: 1500px) {
    
}
@media screen and (max-width: 1366px) {
	#banerParterns .td{
        height: 445px;
    }
    #banerMedia .td { height: 450px;}
}

@media screen and (max-width: 1199px) {
	a.toTop{bottom:90px}
	#banerParterns .td{
        height: 400px;
    }
    #banerMedia .td { height: 400px;}
    #banerContact{height: auto; }
    #banerContact div[class*="col-"] { height: auto;}
    #banerContact .td { height: 440px;}
}
@media screen and (min-width: 1091px) {
	
}
@media screen and (max-width: 1090px) {
	#logo img{max-width:320px}
	#header .container {height: 80px;}
	#services-2 td:last-child{
        padding-right: 15px;
        padding-left: 40px;
    }
    #banerParterns .td{
        height: 350px;
    }
    #banerContact .td { height: 400px;}
}

@media screen and (min-width: 992px){
	
}
@media screen and (max-width: 991px) {    
    #banerContact .td { height: 340px;}
    #banerContact .tit strong { font-size: 52px;}
}
@media screen and (max-width: 991px) and (min-width:768px){
	#services-2 td:first-child{
        width: 40%
    }
    #banerMedia .td { height: 360px;}
    #banerMedia .tit{font-size: 60px}
}
@media screen and (max-width: 900px) {
	.rd-mobilepanel #logo img{max-width:130px}
}
@media screen and (max-width: 800px) {
	#footer .tfooter,
	#footer #powered{float:none; text-align:center;}
}
@media (min-width:768px) {
	/*Redes*/
	#redes{top:12px; position:absolute; right:9px;}
	#redes a{
		display:block;
		float:left;
		width:30px;
		opacity:1;
		text-align:center; 
		color:#fff; 
		font-size:17px; 
		height:30px; 
		line-height: 30px;	
		background: #FFF;
        margin-left: -4px;
        position: relative;
	}
	#redes a.fb{background:#6b8fbe;}
	#redes a.in{	
		background: #e35d52;
	}
	#redes a.li{background:#1192CE; font-size: 15px}
	#redes a:hover{background: #fff; color: #000}
	#redes a{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	
    
    #secc-home-1 #img{
        height: 294px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #services-2 .prelative article{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width:767px) {
	#header #datTop,
	#header #logo,
	#header #menu{display:none}
	#cntMenu{height: 0;}
	#redes{position:fixed; width:100%; margin:0; height:30px; top:auto; bottom:0; 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.fb:hover{background:#204385;}
	#redes a.tw:hover{background:#2aa9e0;}
	#redes a.li:hover{background:#1192CE;}
	#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}
	#secc-home-1{padding: 40px 0 30px 0;}
    #secc-home-1 #img{
        padding: 20px 19px;
    }
    #secc-home-2{
        min-height: 10px;
    }
    #secc-home-2 .row{
        background: url(../images/home/img-left.jpg) right center no-repeat;
        background-size: cover;
    }
    #secc-home-2 .div-left{
        display: none;
    }
    #secc-home-2 .div-right{
        background: rgba(21,21,21,0.50);
        max-width: 100%;
    }
    #secc-home-2 .div-right article{
        display: block;
        margin: auto;
        padding: 25px 0;
        height: auto;
    }
    
    #secc-home-3 .row{
        background: url(../images/home/img-right.png) left top no-repeat #ebebeb;
        background-size: cover;
    }
    #secc-home-3 .div-right{
        display: none;
    }
    #secc-home-3 .div-left{
        background: rgba(255,255,255,0.7)
    }
    #secc-home-3 article {
        display: block;
        max-width: 100%;
        padding: 20px 0 0;
    }
    #secc-home-4 .div-left{
        display: none !important;
    }
    #secc-home-4 .div-right{
        float: none;
        width: 100%;
        padding-left: 35px;
    }
    #secc-home-4 .img{
        z-index: 1;
        margin-left: -156px;
        opacity: 0.5
    }
    #secc-home-4 article{
        position: relative;
        z-index: 2;
        max-width: none !important;
        padding: 20px 0;
    }
    #secc-home-4 .tit{
        margin: 0 15px 10px;
    }
    #secc-home-4 .text {
        margin: 0 15px;
    }
    .cnt-services{
        padding-left: 15px;
        padding-right: 15px;
    }
    .div-float-right .td{
        text-align: left;
        display: block;
        height: auto;
    }
    .div-float-right article {
        padding-left: 20px;
    }
    .cnt-services .imgLeft img{
        margin: 20px auto 0;
    }
    #services-1 .container{
        padding: 0;
        background-size: cover;
        background-position: center top;
    }
    #services-1 .cntText{
        background: rgba(0,0,0, 0.4);
        padding: 0 15px;
        max-width: none
    }
    #services-2 .row-flex{
        display: block;
    }
    #services-2 div[class*="col-"]{
        float: none;
        width: 100%;
    }
    #services-2 article{
        max-width: 491px;
        margin: 15px auto 0;
    }
    #services-2 .text-right{
        text-align: justify;
        padding: 0
    }
    #services-2 .prelative{
        padding: 0 15px;
    }
    #banerParterns .td{
        height: 300px;
    }
    #banerMedia article{
        margin: auto;
        padding: 35px 0;
    }
    #banerMedia .td{
        display: block;
        height: auto;
    }
    #banerMedia .tit{
        font-size: 52px;
    }
    #media-2 table,
    #media-2 tbody,
    #media-2 tr,
    #media-2 td{
        height: auto;
        width: 100% !important;
        display: block;
    }
    #media-2 td:first-child{
        padding-top: 25px;
    }
    #media-2 td:last-child{
        padding-bottom: 25px;
    }
    #banerContact:before{
        width: 70%;
    }
    #banerContact .td {height: 300px;}
}
@media screen and (max-width: 700px) {
	
}
@media screen and (max-width: 600px) {
	#footer .tfooter em{display:block; content:""; clear:both; height:1px; opacity:0; visibility:hidden;}
	
	#bannerHome{min-height: 150px}
    #banerParterns .td {height: auto; padding: 45px 0;}
    #banerParterns .tit {font-size: 52px;}
    .mediaLogo article{
        max-width: 218px;
        margin: auto;
    }
    .mediaLogo div[class*="col-"]{
        width: 50%;
        float: left;
    }
    #banerContact:before {width: 80%;}
}
@media (max-width:550px) {
    #banerContact:before {width: 150%;}	
}
@media (max-width:500px) {
	#frmContacto  .form-control1{width:100%; float:none}
    #partners div[class*="col-"]{
        width: 100%;
        max-width: 350px;
        margin: auto;
        float: none
    }
}
@media screen and (max-width: 480px) {
	.tfooter span{display:block;}
    #secc-home-4{
        padding: 30px 0
    }
    #secc-home-4 article{
        border: none;
    }
    #secc-home-4 .div-right{
        padding: 0
    }
    #services-1 .tit{
        font-size: 28px;
    }
    #services-1 .subtit {
        font-size: 25px;
        line-height: 26px;
        padding: 17px 0;
    }
    #banerParterns .tit {font-size: 42px;}
    #banerMedia .tit {
        font-size:38px;
        max-width: 290px;
        margin: auto;
    }
    #banerContact .tit {font-size: 26px;}
    #banerContact .tit strong {font-size: 48px;}
}
@media (max-width:420px) {	
	#banerContact div[class*="col-"] {
		background-position: left top
	}
	
}
@media (max-width:380px) {
	
}