/**
Template Name: Photography Website Template
Version: 1.0
Author: Frittt Templates
Url: https://www.Frittt.com
*/


/*==================================
=            Typography            =
==================================*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
body{
      background-color: #fff;
      font-size: 14px;
      color: #424242;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
}
::selection{
      background: rgba(89,111,255,.8);
      color: #fff;
}     
::-moz-selection{
      background: rgba(89,111,255,.8);
      color: #fff;
}     
ul, ol{
      margin: 0;
      padding: 0;
}
li{
      list-style: none;
}
ul.list-inline{
      margin-left: 0;
}
h1,h2,h3,h4,h5,h6,p{
      margin: 0;
}
p{
      font-size: 14px;
      color: #999999;
}
a{
      color: #999999;
      -webkit-transition: background .3s, color .3s;
      transition: background .3s, color .3s;
}
a:hover{
      outline: none;
      text-decoration: none;
      color: #000;
}
a:focus{
      outline: none;
      outline-offset: 0;
}
.btn{
      border-radius: 0;
}
.btn:focus{
      outline: none;
}
/*-----  End of Typography  ------*/



/*==================================
=            shortcodes            =
==================================*/

.mtb10{margin-bottom: 10px;}
.mtb20{margin-bottom: 20px;}
.mtb30{margin-bottom: 30px;}
.mtb40{margin-bottom: 40px;}
.mtb50{margin-bottom: 50px;}
.mtb60{margin-bottom: 60px;}
.mtb70{margin-bottom: 70px;}
.mtb80{margin-bottom: 80px;}
.mtb90{margin-bottom: 90px;}
.mtb100{margin-bottom: 100px;}

.ptb10{padding-bottom: 10px;}
.ptb20{padding-bottom: 20px;}
.ptb30{padding-bottom: 30px;}
.ptb40{padding-bottom: 40px;}
.ptb50{padding-bottom: 50px;}
.ptb60{padding-bottom: 60px;}
.ptb70{padding-bottom: 70px;}
.ptb80{padding-bottom: 80px;}
.ptb90{padding-bottom: 90px;}
.ptb100{padding-bottom: 100px;}

.ptt10{padding-top: 10px;}
.ptt20{padding-top: 20px;}
.ptt30{padding-top: 30px;}
.ptt40{padding-top: 40px;}
.ptt50{padding-top: 50px;}
.ptt60{padding-top: 60px;}
.ptt70{padding-top: 70px;}
.ptt80{padding-top: 80px;}
.ptt90{padding-top: 90px;}
.ptt100{padding-top: 100px;}

.img-100p{
      width: 100%;
}
.overflow{
      overflow: hidden;
}
.no-padding{
      padding:0
}
.no-margin{
      margin:0
}
.section-title{
      font-size: 30px;
      text-transform: uppercase;
      margin-top: 100px;
      margin-bottom: 50px;
      text-align: center;
      color: #F0394C;
}
.section-info{
      margin-bottom: 60px;
      text-align: center;
}
.horizontal-center{
      position: absolute;
      left: 50%;
      -webkit-transform: translateZ(-50%);
      transform: translateZ(-50%);  
}
.vertical-center{
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
}
.horizontal-vertical-center{
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);   
}
.overflow-content-full{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
/*-----  End of shortcodes  ------*/




/*==============================
=            Loader            =
==============================*/
.loader-running #wrapper { 
      opacity: 0; 
}
.loader { 
      -webkit-pointer-events: none;
       pointer-events: none;
       -webkit-user-select: none;
       user-select: none;
}
.loader-inactive { 
      display: none;
}

.loader .loader-progress { 
      background-color: #8824cd;
      position: fixed;
      z-index: 2000;
      top: 50%;
      left: 0;
      height: 6px;
      overflow: hidden;
      -webkit-transition: width 1s;
      transition: width 1s;
 }
.loader .loader-progress-inner { 
      position: absolute;
      top: 0;
      left: 0;
      right: -32px;
      bottom: 0;
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      -webkit-background-size: 32px 32px;
      background-size: 32px 32px; 
      -webkit-animation: pace-stripe-animation 500ms linear infinite;
      animation: pace-stripe-animation 500ms linear infinite;
}



/*============================
=            menu            =
============================*/
.main-nav{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100px;
      z-index: 999;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
}
.main-nav-change .logo-left,
.main-nav-change .menu-button{
      top: 20px !important;
}
.main-nav-change{
      background: rgba(130, 130, 130, 0.32);
    height: 80px;
}
.logo-left{
      position: absolute;
      top: 50px;
      left: 50px;
      z-index: 1;
      -webkit-transition: top .5s ease-in-out;
      transition: top .5s ease-in-out;
}

.menu-button img {
    width: 47%;
    margin-right: 19px;
}
/*.menu-active {
    left: 5%;
}*/
.menu-button button {
        color: #fff;
    font-size: 30px;
    border-radius: 10px;
    border: none;
    background: #e9e9e98c;
    margin-top: 6px;
    position: fixed;
    box-shadow: 0px 0px 20px 2px;
}
.main-nav-change .menu-button button {
      color: #fff;
    font-size: 30px;
   /* border: 1px solid #f07622 !important;*/
    border-radius: 10px;
    /*background: #f07622 !important;*/
    margin-top: 6px;
    position: fixed;
    box-shadow: 0px 0px 0px 0px #d2d2d200;
}
.menu-button button:focus{
      outline: none;
}
.nav-menu {
      background: #ef943ee0 none repeat scroll 0 0;
      padding-top: 50px;
      z-index: 9999999;
}
.nav-menu li{
      display: block;
      padding:0;
      margin: 0;
}
.nav-menu a {
  color: #c4c4c4;
  border: none;
  padding: 15px 25px;
  text-transform:uppercase;
}
.nav-menu a:hover,
.nav-menu .current a{
  color: #fff;
  background-color: #e47b32;
  text-decoration:none;
}
/*-----  End of menu  ------*/



/*===================================
=            home-slider            =
===================================*/
#home-slider {
  overflow: hidden;
  position: relative;
}
#home-slider .item{
      -webkit-background-size: cover;
      background-size: cover;
}
#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 50px;
  right: 0;
  text-align: left;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
#home-slider .caption-wide {
    margin-top: -50px;
}
.menu-button button {
    color: #fff !important;
    font-size: 22px !important;
    /*border: 1px solid #f07622 !important;*/
    border-radius: 0px !important;
    background: #f07622 !important;
    margin-top: 10px !important;
    position: fixed !important;
    box-shadow: 0px 0px 0px 0px #d2d2d200 !important;
}
#home-slider .caption .main-title {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px #000000;
    margin-bottom: 5px;
}
#home-slider .caption .sub-title{
      font-size: 40px;
      color: #fff;
}
#home-slider .caption p{
      color: #FFF;
      font-size: 22px;
      text-shadow: 1px 1px 3px #000000;
}
#canales{
  padding-top: 30px;
  padding-bottom: 30px;
  /*background: #87bc07;*/
  color: white;
  height: min-content;  
}
#canales .content-title{
      width: 100%;
      margin-right: auto;
      /* margin-left: -40px; */
}
#canales .content-title h1{
      padding-top: 15px;
}
#canales .content-title p{
      color: white;
      font-size: 25px;
      margin-top: 1%;
}
#canales .content-title .button{
      padding-top: 4%;
}
#canales .border-right{
      border-right: 1px solid #FFF;
}
#canales .border-bottom{
      border-bottom: 1px solid #FFF;
}
#canales .img-arrow-down{
    position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 60px !important;
    top: 85px;
}
#canales .img-arrow-down svg {
    width: 65px;
}
#canales .col-md-6.col-sm-6.col-xs-6.text-right img{
      width: 100px;
      height: 100px;
}
.caption .btn-start {
  color: #192858;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #192858;
  border-radius: 10px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.caption .btn-start:hover{
      color: #F0394C;
      background:#fff;
}

#home-slider .carousel-indicators .active{
      height: 16px;
      margin-left: 1px;
      background: #192858;
}
#home-slider .carousel-indicators li{
      width: 16px;
    height: 16px;
    border: 3px solid #fff;
}
.carousel-indicators li:after{
      content: "/";
    position: absolute;
    background: white;
    width: 3px;
    margin-left: 0px;
    left: 8px;
    height: 7px;
    margin-top: 13px;
}
.carousel-indicators li:last-child:after{
      height: 0px;
}
.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}
/*-----  End of home-slider  ------*/



/*================================
=            features            =
================================*/

#notifications{
      margin-top: 20px;
      padding-top: 40px;
      margin-bottom: 100px;
      min-height: 600px;
}
#notifications .header-content .title{
      font-size: 40px;
      color: #000;
}
#notifications .header-content .info{
      font-size: 16px;
      color: #363636;
}
.feature-item{
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 0px;
      padding-right: 0px;
}
.feature-item .content{
      padding: 255px 40px 0px 40px;
      -webkit-transition: all .3s;
      transition: all .3s;
      min-height: 320px;
      max-height: 320px;
      margin-left: 0px;
      margin-right: 0px;
      -webkit-box-shadow: inset 0px -150px 47px -28px rgba(8, 0, 255, 0.51);
    -moz-box-shadow: inset 0px -150px 47px -28px rgba(8, 0, 255, 0.51);
      box-shadow: inset 0px -150px 47px -28px rgba(8, 0, 255, 0.51);
      color: #FFF;
}

.feature-item .content.first{
      background: url(../img/services/servicio-1.jpg) no-repeat;
    background-size: cover;
}
.feature-item .content.second{
      background: url(../img/services/servicio-2.jpg) no-repeat;
    background-size: cover;
}
.feature-item .content.third{
      background: url(../img/services/servicio-3.jpg) no-repeat;
    background-size: cover;
}
.feature-item .content.four{
      background: url(../img/services/servicio-4.jpg) no-repeat;
    background-size: cover;
}
.feature-item .content .icon{
      font-size: 80px;
      color: #F0394C;
      margin-bottom: 30px;
      line-height: 100%;
}
.feature-item .content .title{
      font-size: 20px;
      color: #F0394C;
      margin-bottom: 40px;
      text-transform: uppercase;    
}
.feature-item .content:hover{
      background-color: #F0394C; 
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
}
.feature-item .content:hover .icon,
.feature-item .content:hover .title,
.feature-item .content:hover .info{
      color: #fff;
}
.feature-item img{
      cursor: pointer;
}
/*-----  End of features  ------*/



/*=================================
=            courses            =
=================================*/
#internet{
      background: url(../img/bg/internet.jpg);
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
      min-height: 600px;
      color: #FFF;
}
#internet .color-overlay{
      width: 100%;
      height: 100%;
      min-height: 600px;
      background: rgba(82, 26, 102, 0.45);
}
#internet button{
      background: #87bc07;
      color: white;
      border: 1px solid #87bc07;
      position: relative;

}

#punto{
      background: url(../img/bg/bg1.jpg);
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
      min-height: 500px;
      color: #FFF;
}
#punto .color-overlay{
      width: 100%;
      height: 100%;
      min-height: 500px;
}
#punto h3{
      margin-top: 200px;
    font-size: 32px;
    text-transform: uppercase;
}
#punto p{
      color: white;
      font-size: 16px;
      margin-top: 10px;
}
#courses{
      background: url(../img/bg/bg1.jpg);
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
      min-height: 600px;
}

#courses .color-overlay{
      width: 100%;
      height: 100%;
      min-height: 600px;
      background: rgba(16,19,38,.5);
}
#courses .section-title{
      color: #fff;
      margin-bottom: 100px;
}
#courses .info-part{
      padding-right: 40px;
}
#courses .each-courses{
      margin-bottom: 60px;
}
.each-courses .title{
      font-size: 18px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 20px;
      -webkit-transition: all .3s;
      transition: all .3s;
      
}
.each-courses .info{
      font-size: 16px;
      -webkit-transition: all .3s;
      transition: all .3s;
      
}
.timing{
      font-size: 12px;
      color: #fff;
      margin-top: 90px;
      -webkit-transition: all .3s;
      transition: all .3s;
      }

.timing.first{margin-top: 0px;}

.each-courses:hover{
      cursor: pointer;
}
.each-courses:hover .title{
      color: #F0394C;
}
.each-courses:hover .info{
      color: #fff;
}
#courses .content-part{
      position: relative;
      height: 100%;
      margin-left: 30px;
}
.content-part .active-image{
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.content-part .active-image img{
      width: 420px;
      height: 420px;
      border: 5px solid #F0394C;
      border-radius: 100%;
}
.content-part .active-image p{
      position: relative;
      padding: 15px;
}
.content-part .active-image p:before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      border: 1px solid #F0394C;
}
.content-part .active-thumb img{
      opacity: 1 !important;
}
.content-part .thumb-img img{
      width: 140px;
      height: 140px;
      border: 5px solid #F0394C;
      border-radius: 100%;
      opacity: .2;
      -webkit-transition: all .3s;
      transition: all .3s;
      
}
.content-part .thumb-img img:hover{
      opacity: 1;
}
.content-part .first-courses-img{
      position: absolute;
      top: 0;
      left: 0;
}
.content-part .second-courses-img{
      position: absolute;
      top: 0;
      right: 0;
}
.content-part .third-courses-img{
      position: absolute;
      bottom: 0;
      left: 0;
}
.content-part .fourth-courses-img{
      position: absolute;
      bottom: 0;
      right: 0;
}


/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
/*-----  End of courses  ------*/



/*===================================
=            portfolio            =
===================================*/
.portfolio-filter{
      margin-top: 20px;
}
.portfolio-filter li .active{
      color: #F0394C;
      text-decoration: none;
}
.portfolio-filter li a:hover{
      color: #F0394C;
}
.portfolio-item{
      margin-bottom: 30px;
}
.portfolio-item .content{
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s;    
}
.portfolio-item .content figcaption{
      background-color: rgba(240, 57, 76, 0.8);
      color: #fff;
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s;
}
.portfolio-item .content figcaption p,
.portfolio-item .content figcaption a{
      color: #fff;
}
.portfolio-item .content .icon{
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%), scale(0);
      font-size: 34px;
      -webkit-transition: all .3s;
      transition: all .3s;    
}
.portfolio-item .content .caption{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      -webkit-transition: all .5s;
      transition: all .5s;
}
.portfolio-item .content figcaption .title,
.portfolio-item .content figcaption .info{
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: all .3s;
      transition: all .3s;    
}
.portfolio-item .content .caption .title{
      margin-bottom: 15px;
      text-transform: uppercase;
}
.portfolio-item .content:hover figcaption{
      opacity: 1;
}
.portfolio-item .content:hover figcaption .icon{
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
}
.portfolio-item .content:hover figcaption .caption{
      bottom: 0;
}
.portfolio-item .content:hover figcaption .title,
.portfolio-item .content:hover figcaption .info{
      -webkit-transform: translateY(0);
      transform: translateY(0);     
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/*-----  End of portfolio  ------*/

/*==================================
=            count-down            =
==================================*/

#count-down{
      background: url(../img/bg/01.jpg) no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
}
#count-down .color-overlay{
      width: 100%;
      height: 100%;
      background: rgba(240, 57, 76, 0.7);
}
#count-down .section-title,
#count-down .counter-content p,
#count-down .counter-content span{
      color: #fff;
}
#count-down .section-title{
      font-size: 26px;
}
#count-down .counter-content .counter{
      font-size: 55px;
      margin-bottom: 30px;
}
#count-down .counter-content .title{
      font-size: 20px;
      text-transform: uppercase;
}
/*-----  End of count-down  ------*/



/*=============================
=            teams            =
=============================*/

#teams{
      background-color: #f6f6f6;
}
.team-member .member-pic{
      position: relative;
      overflow: hidden;
}
.team-member .caption .color-overlay{
      background: rgba(240, 57, 76, 0.7);
      left: 100%;
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s;
}
.team-member .caption .social-icon{
      text-align: center;
      left: -100%;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transition-delay: .25s;
      transition-delay: .25s;
      opacity: 0;
}
.team-member .caption .social-icon a{
      color: #fff;      
      font-size: 26px;  
}
.team-member .caption .social-icon li{
      margin-right: 10px;
      text-align: center;     
}
.team-member .caption .social-icon li:last-child{
      margin-right: 0;
}
.team-member .member-pic:hover .color-overlay{
      left: 0;
      opacity: 1;
}
.team-member .member-pic:hover .social-icon{
      left: 50%;
      opacity: 1;
      -webkit-transition-delay: .25s;
      transition-delay: .25s;
}
.team-member .member-info .position{
      margin-top: 25px;
}
.team-member .member-info .name{
      font-size: 16px;
      color: #454545;
      margin-top: 10px;
      margin-bottom: 10px;
}
/*-----  End of teams  ------*/



/*===================================
=            latest-blog            =
===================================*/

.each-post .date{
      text-transform: uppercase;
      margin-top: 30px;
      margin-bottom: 20px;
}
.each-post .headline{
      margin-bottom: 30px;
      font-size: 22px;
}
.each-post .headline a{
      color: #454545;
}
.each-post .headline a:hover{
      color: #F0394C;
}
.read-more-button{
      margin-top: 80px;
      font-size: 16px;
}
.read-more-button a{
      position: relative;
      padding: 20px;
      display: inline-block;
}

.read-more-button a:hover{
      color: #F0394C;
}

/*-----  End of latest-blog  ------*/



/*=======================================
=            client-feedback            =
=======================================*/
#client-feedback{
      background: url(../img/bg/02.jpg);
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
}
#client-feedback .color-overlay{
      width: 100%;
      height: 100%;
      background: rgba(16,19,38,.9);
}
#client-feedback .main-content{
      position: relative;
}
#client-feedback .custom-control a{
      color: #fff;
      font-size: 40px;
}
#client-feedback .custom-control #slider-prev,
#client-feedback .custom-control #slider-next{
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 999;
      font-size: 40px;
}     
#client-feedback .custom-control #slider-prev{
      left: 0;
}
#client-feedback .custom-control #slider-next{
      right: 0;
}
#client-feedback .bx-wrapper .bx-viewport{
      width: 80% !important;
      margin:0 auto !important;
      height: auto !important;
      box-shadow: none;
      border: 10px solid transparent;
      background: none; 
      text-align: center;
}
#client-feedback .main-content p{
      color: #fff;
      font-size: 18px;
}
#client-feedback .main-content .client-name a{
      color: #fff;
      font-size: 16px;
}
#client-feedback .client-name{
      margin-top: 40px;
}
/*-----  End of client-feedback  ------*/



/*===================================
=            our-clients            =
===================================*/
#our-clients img{
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: .5;
      -webkit-transition: all .3s;
      transition: all .3s;    
}
#our-clients li.each-client{
      width: 20%;
      float: left;
      margin-bottom: 20px;
}
#our-clients li.each-client:last-child{
      padding-right: 0;
}
#our-clients li.each-client:hover img{
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
      opacity: 1;
}
/*-----  End of our-clients  ------*/



/*========================================
=            latest-list-page            =
========================================*/
.blog-list .main-nav {
      background: rgba(89,111,255,.8);
      height: 80px;
}
.blog-list .logo-left,
.blog-list .menu-button{
      top: 20px !important;
}
#breadcrumbs{
      background: url(../img/blog/blog-list/breadcrumbs.jpg);
      -webkit-background-size: cover;
      background-size: cover;
}
#breadcrumbs .color-overlay{
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.5);
      padding-top: 180px;
      padding-bottom: 120px;  
}
#breadcrumbs .title{
      font-size: 50px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;    
}
#latest-blog .each-post{
      margin-bottom: 60px;
}
#latest-blog .each-post .headline{
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 30px;
}
.info-data{
      color: #999999;
      margin-bottom: 30px;
}
.info-data li{
      margin-right: 20px;
}
.info-data li:last-child{
      margin-right: 0;
}
#latest-blog .each-post .blog-img img{
      -webkit-transition: all .3s;
      transition: all .3s;
}
#latest-blog .each-post:hover .blog-img img{
      opacity: .5;
}
#latest-blog .pagination>li>a{
      font-size: 16px;
      color: #999999;
      border-color: #999999;
}
#latest-blog .pagination>li:first-child>a,
#latest-blog .pagination>li:last-child>a{
      border-radius: 0;
}
#latest-blog .pagination>li:hover a,
#latest-blog .pagination>li.active a{
      background-color: #F0394C;
      border-color: #F0394C;
      color: #fff;
}
/*-----  End of latest-blog-page  ------*/



/*====================================
=            blog-details            =
====================================*/
#blog-details .headline{
      font-weight: bold;
      margin-top: 40px;
      margin-bottom: 50px;
}
#blog-details .info{
      font-size: 16px;
      color: #454545;
      border-bottom: 1px solid #e9e9e9;
}
#blog-details .info p{
      margin-bottom: 40px;
}
#blog-details .info p:last-child{
      margin-bottom: 0;
}
#blog-details .social-icon{
      color: #999999;
}
#blog-details a:hover{
      color: #F0394C;
}
/*comments content*/
.comments{
      overflow: hidden;
      margin-top: 100px;
}
.comments .title{
      border-bottom: 1px solid #ebebeb;
      font-size: 16px;
}
.comments-content{
      padding: 60px 40px;
      background-color: #fafafa;
}
.comments-content .comments-list .media-left{
      padding-right: 20px;
}
.comments-content .media-heading{
      font-size: 16px;
}
.comments-content img{
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      
}
.comments-content img:hover{
      opacity: .6;
}
.comments-content .date{
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 30px;
}
.comments-content .reply-arrow{
      margin: 25px 0;
      display: block;
}
/*comments-form*/
.comments-form form input,
.comments-form form textarea{
      border-radius: 0;
      border: 1px solid #f2f2f2;
      box-shadow: none;
      padding: 20px;
}
.comments-form form input:focus,
.comments-form form textarea:focus{
      border-color: #F0394C;
      -webkit-box-shadow: none;
      box-shadow: none;
}
.comments-form .textarea{
      margin: 20px 0;
}
.submit-button .btn-primary{
      background-color: #F0394C;
      border: none;
      padding: 15px 20px;
}
.submit-button .btn-primary:focus{
      outline: none;
}
/*-----  End of comments section  ------*/

/*-----  End of blog-details  ------*/


/*===============================
=            join-us            =
===============================*/

#join-us{
      background: url(../img/bg/03.jpg);
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
}
#join-us .color-overlay{
      width: 100%;
      height: 100%;
      background-color: rgba(255,255,255,.9);
}
.join-btn a{
      background-color: #F0394C;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      padding: 15px 30px;
      color: #fff;
      font-size: 18px;  
      position: relative;
      display: inline-block;
}

.join-btn a:hover{
      color: #fff;
      background: #333;
}

/*-----  End of join-us  ------*/



/*===============================
=            contact            =
===============================*/
#contact{
      position: relative;
      overflow: hidden;
}
#contact .map-content{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
}
#contact .color-overlay{
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.8);
      z-index: 10;
}
#gmap {
      height:100%;
}
#contact .form-content .section-info{
      color: #fff;
}

#contact .form input,
#contact .form textarea{
      border-radius: 0;
      border: 1px solid #e0e0e0;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-bottom: 20px;
      padding: 20px;
      background: none;
      color: #fff;
}
#contact .form input:focus,
#contact .form textarea:focus{
      box-shadow: none;
      border-color: #F0394C;
}
#contact .form .btn-submit{
      background: #F0394C;
      color: #fff;
      padding: 12px;
}
#contact .form .btn-submit:hover{
      color: #fff;
}
.map-content{
      padding:0
}
/*-----  End of contact  ------*/



/*==============================
=            footer            =
==============================*/


.social-icon-footer li{
      margin-right: 10px;
}
.social-icon-footer li:last-child{
      margin-right: 0;  
}
.social-icon-footer li a{
      font-size: 30px;
}
.social-icon-footer li a:hover{
      color: #F0394C;
}
.subscribe-form p{
      color: #999999;
}
.subscribe-form input{
      border-radius: 0;
      background: none;
      border: none;
      border-bottom: 1px solid #999999;
      padding-left: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #999999;
}
.subscribe-form input:focus{
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #F0394C;
}
.subscribe-form input::-webkit-input-placeholder {
   color: #666666;
}

.subscribe-form input:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}

.subscribe-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}

.subscribe-form input:-ms-input-placeholder {  
   color: #666666;  
}
.copyright{
      background-color: #292929;
      padding: 15px;
      font-size: 12px;
}
.copyright .info a:hover{
      color: #F0394C;
}
/*-----  End of footer  ------*/

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 0%;
    padding-left: 0;
    margin-left: -47%;
    text-align: center;
    list-style: none;
    top: 50%;
}
.nav-menu-right.menu-open{
      width: 70%;
}
#home-slider .carousel-indicators:before{
      background: #FFF;
}

.intro-tables {
      position: relative;
}
.nav-menu-right.menu-open.twosection{
      width: 100% !important;
}
.intro-table {
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: repeat;
      background-position: 0% 0%;
      color: white;
}
.intro-table h5{
      font-size: 16px;
      color: white;
}
.intro-table-first {
      -webkit-transition: background-image 0.3s ease, background-position 0.3s;
      transition: background-image 0.3s ease, background-position 0.3s;
      background: url(../img/services/service-1.jpg) no-repeat;
    background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
}
.intro-table-first:before {
      content:'';
      position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(235, 83, 69, 0.51);
}

.intro-table-second {
      -webkit-transition: background-image 0.3s ease, background-position 0.3s;
      transition: background-image 0.3s ease, background-position 0.3s;
      background: url(../img/services/caja_2.png) no-repeat;
    background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
}
.intro-table-second:before {
      content:'';
      position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(113, 199, 193, 0.51);
}

.intro-table-third {
      -webkit-transition: background-image 0.3s ease, background-position 0.3s;
      transition: background-image 0.3s ease, background-position 0.3s;
      background: url(../img/services/caja_3.png) no-repeat;
    background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
}
.intro-table-third:before {
      content:'';
      position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(55, 156, 237, 0.51);
}
.intro-table-four {
      -webkit-transition: background-image 0.3s ease, background-position 0.3s;
      transition: background-image 0.3s ease, background-position 0.3s;
      background: url(../img/services/caja_4.png) no-repeat;
    background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
}
.intro-table-four:before {
      content:'';
      position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(172, 168, 167, 0.51);
}

.colummn-1Serv:before {
      content:'';
      position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(136, 36, 205, 0.51);
}
.colummn-2Serv:before {
      content:'';
      position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(245, 136, 36, 0.51);
}
.colummn-3Serv:before {
      content:'';
      position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(53, 60, 113, 0.51);
}
.colummn-4Serv:before {
      content:'';
      position: absolute;
    top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(147, 206, 6, 0.51);
}
/*.intro-table-hover {
      -webkit-transition: background-image 0.3s ease, background-position 0.3s;
      transition: background-image 0.3s ease, background-position 0.3s;
      background-image: url('../img/table-2.jpg');
}

.intro-table-hover h4 {
      -webkit-transform: translateY(170px);
      transform: translateY(170px);
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
}

.intro-table-hover:hover {
      background-image: url('../img/table-2-hover.jpg');
      background-position: 50% 50%;
}
.intro-table-first:hover {
      background-image: url('../img/table-2-hover.jpg');
      background-position: 50% 50%;
}
.intro-table-third {
      background-image: url('../img/table-3.jpg');
}*/

.intro-table-hover .expand {
      margin: 30px;
      margin-top: 120px;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s ease, opacity 0.3s;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
}

.intro-table-hover:hover h4 {
      -webkit-transform: translateY(0);
      transform: translateY(0);
}

.intro-table-hover:hover .expand {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
}
#mobil{
      min-height: 600px;
}
#mobil .container{
      width: 100%;
}
#mobil .box-izq,.box-der{
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px;
      min-height: 600px;

}
.intro-table-hover .hide-hover {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
      opacity: 0;
}

.intro-tables .intro-table {
      position: relative;
      width: 100%;
      height: 245px;
      margin: 20px 0;
}

.intro-tables .intro-table .heading {
      margin: 0;
      padding: 50px 30px 30px 20px;
      position: relative;
      font-weight: 700;
}

.intro-tables .intro-table .small-heading {
      margin: 0;
      padding: 0 30px;
}

.intro-tables .intro-table .bottom {
      position: absolute;
      bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
      padding: 10px 30px;
      color: white;
      transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
      margin-top: 50px;
}

.owl-theme .owl-controls {
    margin-top: 45px !important;
}

.intro-tables .intro-table .light.author {
      margin: 0;
      padding: 50px 30px 30px 20px;
      position: relative;
}
#marquee{
      background: #1e2557;
      color: white;
      height: 70px;
      padding: 24px;
}
#dateMarque{
      padding-right: 5px;
    /*border-right: 2px solid #a39f9f;*/
    height: 48px;
}
.dayFeriado{
      top: -10px;
    position: relative;
}
#courses{
      color: white;
}
.content-text-creditos{
      margin-top: 120px;
}
.list-creditos{
      margin-top: 50px;
}
.list-creditos li{
      list-style: inherit;
}
.button-credito{
      color: white;
    background: #87bc07;
    margin-top: 40px;
    border: 1px solid #87bc07;
    border-radius: 25px;
    padding: 11px 40px;
}
.title-punto{
      margin-top: 190px;
      margin-bottom: 15px;
}
.sub-title-punto{
      width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.button-punto{
      color: white;
    background: #193e72;
    margin-top: 40px;
    border: 1px solid #193e72;
    border-radius: 25px;
    padding: 11px 40px;
}


.box-izq{
      background: url(../img/bg/movilbg.jpg) no-repeat;
      background-size: cover;
}
.box-izq.pago-Movil{
      background: url(../img/bg/100pagomovil.jpg) no-repeat 100% !important;
}
.box-der{
      color: #143970;
      padding-top: 135px;
}
.title-sub-1{
      margin-left: -80px;
    margin-top: 25px;
    margin-bottom: 7px;
}
.title-sub-2{
      margin-left: -127px;
}
.content-qr-text{
      padding-top: 72px;
      padding-left: 0px;
}
.content-qr-text p{
      color: #143970;
}
.content-qr{
      margin-top: 25px;
}
.content-qr img{
      left: -35px;
    position: relative;
}


#datosFinan{
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
      min-height: 480px;
}
#datosFinan img{
      width: 70%;
}
#datosFinan .content-img-nomina{
      padding-top: 65px;
}
#datosFinan .content-img-nomina img{
      transition: all 1s;
}
#datosFinan .content-text-nomina{
      padding-left: 0px;
}
#datosFinan .content-text-nomina h3{
      padding-top: 8px;
      color: #1e2557;
    font-family: sans-serif;
    font-weight: 700;
}
#datosFinan .first-p{
      color: #87bc07;
    font-size: 18px;
    font-family: sans-serif;
}
#datosFinan .second-p{
      color: #1e2557;
    font-size: 16px;
    margin-top: 25px;
    font-family: sans-serif;
}
#datosFinan button{
      text-transform: uppercase;
    border-radius: 25px;
    padding: 15px 40px;
    background: #87bc07;
    color: white;
    border: none;
    margin-top: 60px;
    font-size: 16px;
}
#datosFinan .color-overlay{
      width: 100%;
      height: 100%;
      min-height: 600px;
      background: rgba(16,19,38,.5);
}
#datosFinan .section-title{
      color: #fff;
      margin-bottom: 100px;
}
#datosFinan .info-part{
      padding-right: 40px;
}
#datosFinan .each-courses{
      margin-bottom: 60px;
}
#datosFinan .main-subtitle{
      color: #193e72;
}
#datosFinan .main-subtitle:first-child{
      margin-top: 25px;
      color: #193e72;
}
#datosFinan .button-credito{
      background: #62afec;
      border: 1px solid #62afec;

}
.first-title-pm{
      margin-top: 35px;
}
.second-title-pm{
      margin-top: 12px;
}
.padding-left-pm{
      padding-left: 15px;
}
#mobil button{
      background: #87bc07;
      border: 1px solid #87bc07;
}

#servicios{
      background: #e63c2e;
      min-height: 160px;
      display: flex;
   justify-content: center;
   align-items: center;
}
#servicios .container{
      width: 100%;

}
#servicios .items-servicios{
      padding-right: 0px;
      padding-left: 0px;
      text-align: center;
      min-height: 160px;
      padding-top: 47px;
      cursor: pointer;
}
#footer{
      min-height: 260px;
}
#footer .footer-left{
      background: #1e2557;
      min-height: 260px;
}
#footer .footer-right{
      background: #353c71;
    min-height: 260px;
}
.content-footer-logo{
      margin-top: 35px;
}
.content-list-footer{
      padding-left: 35px;
}
#notifications p{
      color: white;
}
.content-list-footer{
      color: white;
}
.img-section-diff{
      position: absolute;
    z-index: 999;
    transform: rotate(-180deg);
    margin-left: -11px;
    width: 47px;
    margin-top: 255px;
}
.img-section-diff-green{
      position: absolute;
    z-index: 999;
    margin-left: -22px;
    width: 47px;
    margin-top: 255px;
}
#mobil .button-punto{
      color: white;
    background: #f58824;
    margin-top: 40px;
    border: 1px solid #f58824;
    border-radius: 25px;
    padding: 11px 40px;
}
#pagomobil{
      padding-top: 80px;
    padding-bottom: 80px;
}
#pagomobil button{
      background: #87bc07;
      border: 1px solid #87bc07;
}
.subtitleSectionbanca{
      color: #62afec;
}
.titleSectionbanca{
      color: #1e2557;
    font-weight: 600;
    margin-bottom: 30px;
}
.titleSectionbanca img{
      width: 30px;
    margin-right: 5px;
}

#pagomobil .cardVentas{
      position: relative;
    height: 310px;
    background-color: var(--aqua);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    transition: background-color 1s, -webkit-box-shadow 1s, box-shadow 1s;
    text-align: center;
    padding: 50px 30px 50px 50px;
    cursor: pointer;
    transition: all 1s;
}
.cardVentas img:not(.arrowMore){
	width: 100px;
	height: 100px;
}
#pagomobil .box-izq,.box-der{
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px;
      min-height: 600px;
}
#servicios img{
      width: 38px;
}
.contentTextCard{
      text-align: left;
      margin-top: 25px; 
}
.contentTextCard h4{
      color: #314584;
    font-size: 17px;
    font-weight: 600;
}
.arrowMore{
      float: right;
}
.subtitleCard{
      color: #314584;
    font-size: 16px;
    font-weight: 500;
}
.moretextCard{
      color: #87bc07;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 8px;
}
#servicios p{
      color: white;
      margin-top: 8px;
}
.items-servicios:hover{
      background: #b52e23;
}
.links-footer{
      font-size: 12px;
    margin-top: 38px;
    margin-bottom: 25px;
    line-height: 20px;
}
.links-footer-dir{
      font-size: 12px;
}
.links-footer li{
      cursor: pointer;
}
.hbtn-button-credito {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      margin: 0px 3px 6px;
      text-align: center;
      border: 2px #87bc07 solid;
      text-decoration: none;
      color: rgb(255, 255, 255);
      white-space: nowrap;
      z-index: 0;
      color: white;
      background: transparent;
      margin-top: 40px;
      border-radius: 25px;
} 
.hbtn-button-credito i {
      padding-right: 8px;
} 
.hb-fill-right-rev::before {
      position: absolute;
      content: "";
      background: #87bc07;
      transition-duration: 0.3s;
      z-index: -1;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 1;
} 
.hb-fill-right-rev:hover::before {
      width: 0px;
      height: 100%;
      opacity: 1;
      
} 
.hb-fill-right-rev:hover {
      background: transparent;
      color: rgb(255, 255, 255);
      transition: all 0.3s ease 0s, background 0s ease 0s;
      border: 2px #87bc07 solid;
} 
.hbtn-button-punto {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      margin: 0px 3px 6px;
      text-align: center;
      border: 2px #193e72 solid;
      text-decoration: none;
      color: rgb(255, 255, 255);
      white-space: nowrap;
      z-index: 0;
      color: white;
      margin-top: 40px;
      border-radius: 25px;
} 
.hbtn-button-punto i {
      padding-right: 8px;
} 
.hbtn-button-punto.hb-fill-right-rev::before {
      position: absolute;
      content: "";
      background: #193e72;
      transition-duration: 0.3s;
      z-index: -1;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 1;
} 
.hbtn-button-punto.hb-fill-right-rev:hover::before {
      width: 0px;
      height: 100%;
      opacity: 1;
      
} 
.hbtn-button-punto.hb-fill-right-rev:hover {
      background: transparent;
      color: rgb(255, 255, 255);
      transition: all 0.3s ease 0s, background 0s ease 0s;
      border: 2px #193e72 solid;
} 
#mobil .hbtn-button-punto {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      margin: 0px 3px 6px;
      text-align: center;
      border: 2px #f58824 solid;
      text-decoration: none;
      color: rgb(255, 255, 255);
      white-space: nowrap;
      z-index: 0;
      color: white;
      background: #f58824;
      margin-top: 40px;
      border-radius: 25px;
} 
#mobil .hbtn-button-punto i {
      padding-right: 8px;
} 
#mobil .hbtn-button-punto.hb-fill-right-rev::before {
      position: absolute;
      content: "";
      background: #f58824;
      transition-duration: 0.3s;
      z-index: -1;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 1;
} 
#mobil .hbtn-button-punto.hb-fill-right-rev:hover::before {
      width: 0px;
      height: 100%;
      opacity: 1;
      
} 
#mobil .hbtn-button-punto.hb-fill-right-rev:hover {
      background: transparent;
      color: #f58824;
      transition: all 0.3s ease 0s, background 0s ease 0s;
      border: 2px #f58824 solid;
} 


#internet .hbtn-button-credito {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      margin: 0px 3px 6px;
      text-align: center;
      border: 2px #87bc07 solid;
      text-decoration: none;
      color: rgb(255, 255, 255);
      white-space: nowrap;
      z-index: 0;
      color: white;
      background: #87bc07;
      margin-top: 40px;
      border-radius: 25px;
} 
#internet .hbtn-button-credito i {
      padding-right: 8px;
} 
#internet .hbtn-button-credito.hb-fill-right-rev::before {
      position: absolute;
      content: "";
      background: #87bc07;
      transition-duration: 0.3s;
      z-index: -1;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 1;
} 
#internet .hbtn-button-credito.hb-fill-right-rev:hover::before {
      width: 0px;
      height: 100%;
      opacity: 1;
      
} 
#internet .hbtn-button-credito.hb-fill-right-rev:hover {
      background: transparent;
      color: #FFF;
      transition: all 0.3s ease 0s, background 0s ease 0s;
      border: 2px #87bc07 solid;
} 
.nav-menu a {
    color: #ffffff;
    border: none;
    padding: 5px 25px;
    text-transform: uppercase;
}
#pagomobil .hbtn-button-credito {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      margin: 0px 3px 6px;
      text-align: center;
      border: 2px #87bc07 solid;
      text-decoration: none;
      color: rgb(255, 255, 255);
      white-space: nowrap;
      z-index: 0;
      color: white;
      background: #87bc07;
      margin-top: 40px;
      border-radius: 25px;
} 
#pagomobil .hbtn-button-credito i {
      padding-right: 8px;
} 
#pagomobil .hbtn-button-credito.hb-fill-right-rev::before {
      position: absolute;
      content: "";
      background: #87bc07;
      transition-duration: 0.3s;
      z-index: -1;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 1;
} 
#pagomobil .hbtn-button-credito.hb-fill-right-rev:hover::before {
      width: 0px;
      height: 100%;
      opacity: 1;
      
} 
#pagomobil .hbtn-button-credito.hb-fill-right-rev:hover {
      background: transparent;
      color: #87bc07;
      transition: all 0.3s ease 0s, background 0s ease 0s;
      border: 2px #87bc07 solid;
} 
.feature-item .content:hover {
    box-shadow: inset 0px -343px 47px -28px rgba(8, 0, 255, 0.51);
    transition: all 0.6s;
}
.close-main{
      position: relative;
    top: -551px;
    left: 13px;
    border-radius: 50px;
    background: none;
    border: 1px solid white;
    color: white;
}
/*#searchform{
      display:inline;
      font-size:1em;
      border-radius: 50px;
      padding:0.3em;
      background:white;
      margin-left: 20px;
}
#s{
      transition:all 0.2s ease-out;
      width:1px;
      border-radius:0;
      box-shadow:none;
      outline: none;
      padding:0;
      margin:0;
      border:0;
      background-color: transparent;
      opacity:0;
}
#s:hover{
      width:300px;
      opacity:1;
}
#s:focus{
      width:300px;
      opacity:1;
      margin-left: 8px;
}
label{
      padding-left: 1px;
      display:inline-block;
      margin-top:0.3em;
      color:rgba(218,208,190,1);
      position: relative;
      left:0.1em;
}*/
.list-navigation{
    position: absolute;
    bottom: 10px;
    left: 95%;
    z-index: 15;
    width: 0%;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
    top: 50%;
    margin-top: -80px;
}
.list-navigation li {
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
    border-radius: 25px;
    margin-bottom: 25px;
    background: white;
    cursor: pointer;
}
.list-navigation li.active:after {
    border: 2px solid #000;
}
#fp-nav {
      top: 50%!important;
      position: fixed!important;
      z-index: 9999;
      left: 100%;
      margin-left: -80px;
}
#fp-nav ul {
    list-style: none;
}
#fp-nav ul li, #fp-nav ul li a {
    display: block;
    position: relative;
}
#fp-nav ul li {
    width: 14px;
    height: 13px;
    margin: 7px 7px 35px;
}
#fp-nav ul li a {
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span.fp-sr-only {
    display: block !important;
    margin-left: -55px;
    color: #192858; 
    width: 150px;
    font-weight: 900;
}
#fp-nav ul li a.active span:not(.fp-sr-only) {
      height: 25px;
    width: 25px;
    background-image: url(../img/icons/activeMain.png) !important;
    margin: -10px 0 0 -10px;
    border-radius: 100%;
    background: none;
    background-size: 25px 25px;
}

#fp-nav ul li a span:not(.fp-sr-only) {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: #FFF;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip {
    top: -2px;
    color: #192858;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    max-width: 220px;
    display: block;
    opacity: 0;
    cursor: pointer;
    width: 0;
    margin-top: -13px;
    margin-left: 26px;
}
#fp-nav ul li a span.fp-sr-only {
      display: none;
    width: 150px;
    float: right;
    text-align: right;
    margin-right: 25px;
    font-weight: 900;
    color: #192858;
}
.icon-redes-home{
      width: 205px;
    margin: 7px 7px 35px;
    left: -138px;
}
.icon-redes-home img{
      width: 30px;
      margin-left: 135px;
      cursor: pointer;
}
.background-redes{
      background: #f07622;
    height: 45px;
    width: 44px;
    position: absolute;
    margin-top: -55px;
    right: -100px;
    border-radius: 15px;
    transition: all 1s;
}
.background-redes.open{
      background: #f07622;
    height: 45px;
    width: 275px !important;
    position: absolute;
    margin-top: -55px;
    right: -100px;
    border-radius: 15px;
    transition: all 1s;
}
.background-redes img{
      display: none;
      width: 30px;
      margin-top: 8px;
      cursor: pointer;
}

.background-redes img:first-child{
      margin-left: 15px;
}
.multisteps.tabs_style1>ul.nav>li.active>a, .multisteps.tabs_style1>ul.nav>li.multisteps-active a {
    border-top-color: transparent;
    border-top: 0;
    /* border-bottom: 3px solid #63f; */
    padding: 14px 20px 15px;
    margin-top: 0;
    color: #333;
}
.multisteps.tabs_style1>ul.nav>li>a {
    border-right: 0;
    border-bottom: 3px solid #ececec;
    font-size: 30px;
    color: #999;
    font-family: "Dosis";
}
.tabs_style1>ul.nav>li>a {
    padding: 14px 20px 15px;
    line-height: 1.4;
    border-right: 1px solid #ececec;
    color: #343434;
    margin-bottom: 2px;
}

.multisteps.tabs_style1>ul.nav>li:first-child>a:before {
    display: block;
    width: 14px;
    height: 14px;
    background: #63f;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    border-radius: 14px;
}
.multisteps.tabs_style1>ul.nav>li.active>a:after, .multisteps.tabs_style1>ul.nav>li.multisteps-active a:after {
    background: #63f;
}
.multisteps.tabs_style1>ul.nav>li>a:after {
    display: block;
    width: 14px;
    height: 14px;
    background: #eceeef;
    content: "";
    bottom: -8px;
    position: absolute;
    right: 0;
    border-radius: 14px;
}
.multisteps.tabs_style1>ul.nav>li {
    margin-bottom: -3px;
    width: 20%!important;
}
.tabs_style1>ul.nav>li {
    float: left;
    margin-bottom: -3px;
}
.multisteps.tabs_style1>ul.nav>li.active>a, .multisteps.tabs_style1>ul.nav>li.multisteps-active a {
    border-top-color: transparent;
    border-top: 0;
    border-bottom: 3px solid #63f;
    padding: 14px 20px 15px;
    margin-top: 0;
    color: #333;
}

.multisteps.tabs_style1>ul.nav>li>a {
    border-right: 0;
    border-bottom: 3px solid #ececec;
    font-size: 30px;
    color: #999;
    font-family: "Dosis";
}
.tabs_style1>ul.nav>li>a {
    padding: 14px 20px 15px;
    line-height: 1.4;
    border-right: 1px solid #ececec;
    color: #343434;
    margin-bottom: 2px;
}
.main-navigation{
      overflow: auto !important;
}
.nav-menu-vertical{
      overflow-y: auto !important;
}
.main-nav-change .logo-left img{
      width: 70%;
}
.menu-button{
      position: fixed;
    left: 94%;
    text-align: right;
    top: 50px;
    z-index: 16;
    -webkit-transition: top .5s ease-in-out, left .5s;
    transition: top .5s ease-in-out, left .5s;
}

#pagomobil .cardVentas:hover{
      transition: all 1s;
      -webkit-transform:scale(1.1);
      transform:scale(1.1);
}
.nav-menu a:focus {
    text-decoration: none;
}
.four-main{
      display: none; 
}
.four-main span{
      color: white;
    font-weight: 600;
    cursor: pointer;
}
.intro-table:hover{
      transition: all 1s;
      -webkit-transform:scale(1.1);
      transform:scale(1.1);
}
.four-main a{
    font-size: 12px;
    padding-right: 0px;
}
#second-section-nomina .content-nomina{
      height: 580px;
      color: white !important;
      background: transparent;
}
#second-section-nomina h2{
      color: white !important;
      font-weight: 700;
}
.content-nomina{
      height: 580px;
      background-color: #87bc07;
      color: white;
}
.background-nomina{
      background-color: #87bc07;
    height: 250px;
    padding-left: 0px;
    padding-right: 0px;
}
.background-nomina-text{
      background-color: #87bc07;
    height: 300px;
    padding-left: 0px;
    padding-right: 0px;
}
.conten-image-nomina-1{
      background: url(../img/services/caja_4.png) no-repeat;
      padding-left: 0px;
      padding-right: 0px;
      background-size: 100% 124%;
    height: 270px;
}
.conten-image-nomina-requisitos{
      background: url(../img/services/service-1.jpg) no-repeat;
      padding-left: 0px;
      padding-right: 0px;
      background-size: cover;
    height: 250px;
}
.conten-image-nomina-2{
      background-color: white;
      height: auto;
      padding-bottom: 20px;
}
.conten-image-nomina-2 h3{
      color: #87bc07;
    padding-top: 2rem;
    padding-left: 2rem;
    font-size: 31px;
    font-weight: 600;
}
.conten-image-nomina-2 .p-sub-titulo{
      padding-left: 2rem;
    font-size: 2.5rem;
    color: #193e72;
    font-weight: 600;
}
.pl-0{
      padding-left: 0px !important;

}
.pr-0{
      padding-right: 0px !important;
      
}
.pl-2{
      padding-left: 2rem;
}
#first-section-nomina{
      position: relative;
    top: -250px;
}
#second-section-nomina{
      position: relative;
    top: -250px;
}
.pt-4{
      padding-top: 4rem;
}
.mt-2{
      margin-top: 2rem;
}
.content-title-nomina{
      padding-top: 35px;
}
.conten-image-nomina-2 hr{
      width: 40px;
    height: 4px;
    background: #87bc07;
    float: left;
    margin-left: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-text{
      width: 75%;
    margin-left: 20px;
    margin-top: 25px;
    font-size: 1.6rem;
}
.img-arrow-down-nomina{
    width: 20%;
    position: relative;
    top: 350px;
}
.content-descripcion-section h3{
      color: #87bc07;
      margin-bottom: 20px;
}
.content-items{
      padding-right: 55px;
    position: relative;
    margin-top: -200px;
}
.content-items p{
      margin-bottom: 20px;
}
.content-beneficios{
      position: relative;
      margin-top: -200px;
      margin-bottom: 50px;
}
.pl-4{
      padding-left: 4rem;
}
.img-arrow-left{
      transform: rotate(270deg);
      width: 100%;
      margin-top: 0px;
      margin-left: 0px;
      padding-top: 0px; 
}
.background-nomina-text > div{
      height: 100%;
}
.content-img-arrow{
      padding-top: 100px;
}
.background-nomina-text li{
      list-style: decimal;
      color: white;
      margin-top: 10px;
}
.mb-4{
      margin-bottom: 4rem;
}
.background-nomina-text ul{
    padding-left: 15px;
}
.content-requisitos p{
      width: 80%;
      margin-top: 20px; 
      color: white;
}
#content-tarifas{
      position: relative;
    margin-top: -200px;
}
.content-tarifas{
    background-color: #dfdfdf;
    height: 250px;
    position: relative;
    margin-top: -250px;
}
.content-tarifas p{
      color: #727272;
      font-weight: 600;
}
.content-tarifas h2{
      color: #1e2557;
      font-weight: 700;
}
.titles{
      font-weight: 600;
      color: #1e2557;
      margin-top: 20px;
}
.hbtn-button-punto {
    margin-top: 5px;
}
.hbtn-button-punto.hb-fill-right-rev:hover {
    background: transparent;
    color: #193e72;
    transition: all 0.3s ease 0s, background 0s ease 0s;
    border: 2px #193e72 solid;
}
.hbtn-button {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 8px 20px;
      margin: 0px 3px 6px;
      text-align: center;
      border: 2px #87bc07 solid;
      text-decoration: none;
      color: rgb(255, 255, 255);
      white-space: nowrap;
      z-index: 0;
      color: white;
      background: #87bc07;
      margin-top: 40px;
      border-radius: 25px;
} 
.hbtn-button i {
      padding-right: 8px;
} 
.hbtn-button.hb-fill-right-rev::before {
      position: absolute;
      content: "";
      background: #87bc07;
      transition-duration: 0.3s;
      z-index: -1;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 1;

} 
.hbtn-button.hb-fill-right-rev:hover::before {
      width: 0px;
      height: 100%;
      opacity: 1;
} 
.hbtn-button.hb-fill-right-rev:hover {
      background: transparent;
      color: rgb(255, 255, 255);
      transition: all 0.3s ease 0s, background 0s ease 0s;
      border: 2px #87bc07 solid;
      color: #87bc07;
} 

#descargables{
      background: url(../img/aibonline.png);
      min-height: 500px;
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
      position: absolute;
}
.content-text-descargables{
      background-color: transparent;
    height: 300px;
    padding-left: 0px;
    padding-right: 0px;
}
.title-descargables{
      height: 500px;
      background-color: #87bc07;
}
.content-img-descargables{
      background: url(../img/services/servicio-1.jpg) no-repeat;
    background-size: cover;
    min-height: 100%;
}
.title-descargables h2 {
    color: white !important;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-top: 85px;
}
.title-descargables img{
      transform: rotate(270deg);
      margin-top: 45px;
}
.content-file-download{
      padding-top: 25px;

}
.file-down{
      margin-top: 16px;
      cursor: pointer;
}
#faqs{
      background: lightgrey;
      min-height: 257px;
}
.sub-title-faqs{
      color: #87bc07;
      margin-top: 45px;
      font-weight: 600;
      text-transform: uppercase;
}
.title-faqs{
      font-weight: 600;
      color: #1e2557;
      margin-top: 15px;
}
#faqs-nomina .panel-heading:not(#li_ul>li){
      border-radius: 25px;
      background-color: #b7b7b7 !important;
}
#li_ul>li{
      list-style: none !important;
      border-radius: 20px !important;
}
#faqs-nomina .panel{
      background: transparent;
      border: none;

      -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
      box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
#faqs-nomina .panel-default>.panel-heading+.panel-collapse>.panel-body{
      border: none; 
}
.panel-heading.active{
      background-color: #353c72;
      color: white;
}
.panel-heading{
      margin-bottom: 15px;
}
.button-container{
  width: 4.22%;
}
.hbtn-button-icon {
      width: 50px;
      height: 50px;
      display: inline-block;
      overflow: hidden;
      padding: 10px;
      text-align: center;
      border: 2px #193e72 solid;
      text-decoration: none;
      color: rgb(255, 255, 255);
      z-index: 0;
      color: #193e72;
      background:transparent;
      border-radius: 50%;
      transition: background-color 0.5s;
} 
.hbtn-button-icon.active, .hbtn-button-icon:focus{
      background-color: #1e2557;
      border: 2px #1e2557 solid;
      color: #fff;
      transition: background-color 0.5s;
      outline: none;
}
/*.hbtn-button-icon.active::before {
      content: ' ';
      position: absolute;
      border: 2px #1e2557 solid;
      top: 1378px;
      height: 39px;
      margin-left: 5px;
} */
#sub-menu{
      margin: 35px 0;
}
.line{
  width:3.5%;
  border: 1px #193e72 solid;
}
.line.active{
  width:3.5%;
  border: 1px #1e2557 solid;
}
.line2{
  display: inline-flex;
  border: 2px #fff solid;
  width: 2.11%;
  height: 50px;
}
.line2.active{
  display: inline-flex;
  border-right: 2px #1e2557 solid;
  width: 2.11%;
  height: 50px;
}
.line3{
  display: inline-flex;
  border: 2px #fff solid;
  width: 2.11%;
  height: 50px;
  margin: 0 !important;
  padding: 0 !important;
}
.line2.off{
  display: inline-flex;
  border: 2px #fff solid;
  width:11.8%;
  height: 50px;
  margin: 0 !important;
  padding: 0 !important;
}
#horizontal{
  width: 98%;
  border-top:2px #1e2557 solid;
  align-items: center;
  align-content: center;
  margin: 0 !important;
}
.flexbox {
    /* BROWSER DEFINITION */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  TWEENER - IE 10 
    display: -webkit-flex; /* NEW - Chrome */
 
    /* W3C DEFINITION */
    display: flex;
    display: inline-flex;
    flex-flow: nowrap;
    align-items: center;
    align-content: stretch;
    width: 100%;
}
.tabcontent {
      display: none;
      padding-left: 20px;
      margin-top: 50px;
      margin-bottom: 50px;
}
.tabcontent.active{
      display: block;
}


figure.snip1033 {
        font-family: 'Raleway', Arial, sans-serif;
        color: #fff;
        position: relative;
        overflow: hidden;
        margin: 10px;
        min-width: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        /* background: #000000; */
}
figure.snip1033 img {
      opacity: 1;
      width: 70%;
      position: relative;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s;
}
figure.snip1033 .center {
      border-radius: 5px;
      display: block;
      content: '';
      position: absolute;
      background-color: #000;
      top: 50%;
      left: 50%;
      height: 70px;
      width: 70px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
      opacity: 0;
      text-align: center;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
    }
figure.snip1033 .center i {
      font-size: 38px;
      padding: 6px;
      color: #ffffff;
      line-height: 70px;
      opacity: 0.3;
    }
figure.snip1033 figcaption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: left;
    }
figure.snip1033 figcaption > div {
      float: left;
      height: 100%;
      overflow: hidden;
      width: 50%;
      position: relative;
    }
figure.snip1033 figcaption a {
      opacity: 0.7;
    }
figure.snip1033 figcaption a:hover {
      opacity: 1;
}
figure.snip1033 figcaption h3 {
      background-color: #222;
      word-spacing: -0.1em;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 1em;
      opacity: 0;
      position: absolute;
      -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
      transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}
figure.snip1033 figcaption .left h3 {
      border-radius: 5px 0 0 5px;
      top: 50%;
      padding: 4px 51px 4px 10px;
      right: 0;
      -webkit-transform: translate(100%, 0px);
      transform: translate(100%, 0px);
}
figure.snip1033 figcaption .right h3 {
      border-radius: 0 5px 5px 0;
      bottom: 50%;
      padding: 4px 10px 4px 35px;
      padding-left: 50px;
      -webkit-transform: translate(-100%, 0px);
      transform: translate(-100%, 0px);
}
figure.snip1033 a {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
}
figure.snip1033 .red {
      background-color: #8c212a;
}
figure.snip1033 .yellow {
      background-color: #945600;
}
figure.snip1033 .white {
      background-color: #ffffff;
      color: #444444;
}
figure.snip1033:hover img,
figure.snip1033.hover img {
      opacity: 0.5;
}
figure.snip1033:hover figcaption .left h3,
figure.snip1033.hover figcaption .left h3 {
      opacity: 1;
      -webkit-transform: translate(0%, 0px);
      transform: translate(0%, 0px);
}
figure.snip1033:hover figcaption .right h3,
figure.snip1033.hover figcaption .right h3 {
      opacity: 1;
      -webkit-transform: translate(0%, 0px);
      transform: translate(0%, 0px);
}
figure.snip1033:hover .center,
figure.snip1033.hover .center {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}
figure.snip1033:hover .center i,
figure.snip1033.hover .center i {
      -webkit-transform: translate(0%, -10px);
      transform: translate(0%, -10px);
}
#canales{
  position: relative;
}
.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
     0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
@keyframes shine {
     0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
#sub-menu .line:last-child{
      display: none;
}
.buttonEditCanales{
	display: none !important;
}

.video-background{
	width: 100%;
}
#home-slider button.controls{
	border-radius: 27px;
    padding: 4px 8px 6px 8px;
    background: #dedede0d;
    border: 2px solid #ffffff36;
}
#home-slider .content-controls{
	position: absolute;
    bottom: 20px;
    left: 30px;
}
#home-slider .content-controls img{
	width: 15px;
}
/*.col-md-6.caption.caption-wide.content-text-creditos::before {
      content: " ";
      background-image: url(../img/person-nomina.png);
      width: 32px;
      height: 32px;
      position: absolute;
      left: -15px;
      z-index: 100;
      -webkit-animation-name: slideInLeft;
      animation-name: slideInLeft;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
  }*/
  .logo-header img{
      width: 100px;
      height: 100px;
  }
  #section-descargables{
        margin-top: 5em;
        transform: translateY(-30px, 10px);
  }

  .tabcontent ul li::before{
      content: "\2022"; /* Punto de las listas */
      padding-right: 8px;
      color: var(--primario);
      font-size: 60px;
      line-height: 25px;
      vertical-align: -10px;
      display: inline-block;
  }
  #datos ol li{
	list-style: decimal;
	color: #000;
	margin-top: 10px;
}
#datos ul li{
	list-style: disc;
	color: #000;
	margin-top: 10px;
}
#datos ul{
	list-style-type: disc !important;

}
#datos ol{
	list-style-type: decimal !important;
}

@media (max-width: 991px) {
      .col-md-6.caption.caption-wide.content-text-creditos{
            margin-left: 28px;
      }
      .content-nomina {
            /* height: 580px; */
            background-color: #8824cd;
            color: white;
        }
        
        .conten-image-nomina-2 {
            height: auto;
        }
        .title-descargables img {
            transform: rotate(359deg);
        }
        .title-descargables {
            height: 200px;
        }
      #section-descargables  .content-text-descargables {
            height: 200px;
       } 
      
      #section-descargables .col-md-4{
            width: 33.33333333%;
            float: left;
      }
      #section-descargables .file-down img{
		margin-right: 100%;
      }
      /*.conten-image-nomina-2 h4,.conten-image-nomina-2 h3,.conten-image-nomina-2 h2,.conten-image-nomina-2 h1,.conten-image-nomina-2 p,.conten-image-nomina-2 span,.conten-image-nomina-2 h5 {
          text-align: justify !important;
      }*/
      
}




.menu-button button {
    color: #fff !important;
    font-size: 22px !important;
   /* border: 1px solid #f07622 !important;*/
    border-radius: 0px !important;
   /* background: #f07622 !important;*/
    margin-top: 10px !important;
    position: fixed !important;
    box-shadow: 0px 0px 0px 0px #d2d2d200 !important;
}

.main-nav-change .menu-button button {
    color: #fff !important;
    font-size: 22px !important;
    /*border: 1px solid #f07622 !important;*/
    border-radius: 00px !important;
   /* background: #f07622 !important;*/
    margin-top: 10px !important;
    position: fixed !important;
    box-shadow: 0px 0px 0px 0px #d2d2d200 !important;
}
.conten-image-nomina-2 h4,.conten-image-nomina-2 h3,.conten-image-nomina-2 h2,.conten-image-nomina-2 h1,.conten-image-nomina-2 p,.conten-image-nomina-2 span,.conten-image-nomina-2 h5 {
    font-size: 2.5rem !important;
}