@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato.eot');
    src: url('../fonts/Lato.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato.woff') format('woff'), url('../fonts/Lato.ttf') format('truetype'), url('../fonts/Lato.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bancoppel-icons';
    src:  url('../fonts/bancoppel-icons.eot?47prxm');
    src:  url('../fonts/bancoppel-icons.eot?47prxm#iefix') format('embedded-opentype'),
      url('../fonts/bancoppel-icons.ttf?47prxm') format('truetype'),
      url('../fonts/bancoppel-icons.woff?47prxm') format('woff'),
      url('../fonts/bancoppel-icons.svg?47prxm#bancoppel-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0 auto;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

/*--------------Fuentes------------------*/

[class^="icon-"], [class*=" icon-"] {

    font-family: 'bancoppel-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-acerca_de:before {
    content: "\e900";
}
.icon-bullet:before {
    content: "\e901";
}
.icon-cont_reloj:before {
    content: "\e902";
}
.icon-contacto:before {
    content: "\e903";
}
.icon-descarga:before {
    content: "\e904";
}
.icon-flecha_sliders:before {
    content: "\e905";
}
.icon-flechas_go:before {
    content: "\e906";
}
.icon-home:before {
    content: "\e907";
}
.icon-password:before {
    content: "\e908";
}
.icon-social:before {
    content: "\e909";
}
.icon-trabajo:before {
    content: "\e90a";
}
.icon-user:before {
    content: "\e90b";
}
.icon-facebook:before {
    content: "\ea91";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-whatsapp:before {
    content: "\ea93";
}
.icon-telegram:before {
    content: "\ea95";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube:before {
    content: "\ea9d";
}
.icon-apple:before {
    content: "\eabe";
}
.icon-android:before {
    content: "\eac0";
}
.icon-windows:before {
    content: "\eac2";
}


/*---------------Estructura----------------*/

body {
    font-family: 'Lato';
    background: #fff
}

.container {
    width: 1084px;
    margin: 0 auto;
    display: table;
    position: relative;
}

.logo {
    width: 296px;
    height: 50px;
    background: url('../images/logo-bancoppel.svg') no-repeat 0 0;
    display: inline-block;
}

.top-header,
nav,
main,
footer{
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.top-header {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    position: absolute;
    z-index: 10;
}

.main-header {
    width: 1025px;
    height: 440px;
}

.bottom-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-slider img {
    width: 100%;
    height: auto;
}

.main-slider-mobile {
    display: none;
}

/*---------------Main-Menu------------------*/

/* .top-nav {
    position: absolute;
    right: 20px;
    bottom: 32px;
}

.top-nav > ul {
    list-style: none;
    padding: 0;
    margin-right: 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.31px;
    text-align: center;
    color: #636464;
}

.top-nav > ul > li {
    width: 120px;
    height: 38px;
    line-height: 38px;
    float: left;
    cursor: pointer;
}

.top-nav > ul > li.active  {
    background: #006FB9;
    color: #fff;
    box-shadow: 2px -2px 4px 0 rgba(0,0,0,0.30);
    border-radius: 5px 5px 0 0;
}

.main-header nav .top-nav li:hover {
    color: #636464;
}

.main-header nav .top-nav li.active:hover {
    color: #fff;
}

.main-header nav {
    display: inline-block;
    text-align: right;
    background: #006FB9;
    height: 32px;
    position: relative;
}

.main-header nav li:hover {
    color: #ffde2d;
}

.main-header nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #006FB9;
    color: rgba(255, 255, 255, 1);
}


.main-header nav > ul > li {
    float: left;
    height: 32px;
    padding: 0 20px;
    line-height: 32px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    z-index: 999;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.main-header nav > ul > li:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 1px;
    height: 15px;
    top: 9px;
    right: 0;
}

.main-header nav > ul > li:last-child::after {
    content: none;
}

ul.drop-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 250px;
    padding: 0;
    text-align: center;
}

li:last-child ul.drop-menu {
    left: auto;
    right: 0%;
}

ul.drop-menu li {
    background: #006FB9;
    color: #fff;
    display: none;
}


ul.drop-menu li a {
    color: #fff;
    display: block;
    padding: 7px 0;
}


ul.drop-menu li:hover {
    background: #ffde2d;
    color: #006FB9;
}

ul.drop-menu li a:hover {
    color: #006FB9;
}

ul.drop-menu li:last-child {
    border-radius: 0 0 5px 5px;
}

li:hover > ul.drop-menu li {
    display: block;
}

li:hover > ul.drop-menu.main-menu {
    perspective: 1000px;
}

li:hover > ul.drop-menu.main-menu li {
    transform-origin: top center;
    opacity: 0;
}

li:hover > ul.drop-menu.main-menu li:nth-child(1) {
    animation-name: main-menu;
    animation-duration: 150ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

li:hover > ul.drop-menu.main-menu li:nth-child(2) {
    animation-name: main-menu;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

li:hover > ul.drop-menu.main-menu li:nth-child(3) {
    animation-name: main-menu;
    animation-duration: 450ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

li:hover > ul.drop-menu.main-menu li:nth-child(4) {
    animation-name: main-menu;
    animation-duration: 600ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

li:hover > ul.drop-menu.main-menu li:nth-child(5) {
    animation-name: main-menu;
    animation-duration: 750ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

li:hover > ul.drop-menu.main-menu li:nth-child(6) {
    animation-name: main-menu;
    animation-duration: 900ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes main-menu {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    50% {
      opacity: 1;
    }
    90% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
} */


/*---------------Slider---------------------*/
.main-carousel {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding-bottom: 10px;
    position: relative;
    background-color: #fff;
}

.main-carousel:before {
    content: "";
    position:absolute;
    z-index: -1;
    width: 60%;
    bottom: 0;
    height: 10px;
    right: 20%;
    left: 20%;
    border-radius: 100px / 5px;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
  }

.main-slide {
    max-width: 1084px;
    margin-top: 20px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.main-slide h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 15px 0 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.main-slide p {
    font-size: 12px;
    color: #164695;
    letter-spacing: 0.33px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}

.main-slide p:after {
    content: "\e906";
    font-family: 'bancoppel-icons';
    font-size: 10px;
    color: #F9AC18;
    margin: 0 0 0 5px;
}


.circule-slide {
    margin-top: 18px;
    width: 118px;
    height: 118px;
    overflow: hidden;
    position: relative;
    background: #fff;
    transition: all .2s ease-in-out;
}

.circule-slide:hover {
    -webkit-box-shadow: 0 2px 9px 0 #164695;
    -moz-box-shadow: 0 2px 9px 0 #164695;
    box-shadow: 0 2px 9px 0 #164695;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    transition: all 350ms linear;
    transform: scale(1.1);
}

/*-----------------Botones---------------*/

button {
    cursor: pointer;
    background: transparent;
    border: none;
}

.btn-home {
    color:#fff;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 24px;
    height: 20px;
    font-size: 20px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.btn-home:hover {
    color:#ffde2d;
}

.btn-whatssap {
    position:fixed;
    width:60px;
    height:60px;
    bottom:70px;
    right: 5%;
   /* background-color: #006FB9;*/
    background-image: url(../images/botones/WhatsApp_logo.png);
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.btn-chat {
	 
    cursor: pointer;
    position:fixed;
    width:120px;
	height:46px;
    bottom:10px;
    right: 5%;

    background-image: url(../images/botones/chat_logo.png);
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}


/*------------------Iconos---------------*/

.icon-flechas_go {
    color: #F9AC18
}

/*------------------Main Banners-----------*/

.main-banners {
    width: 100%;
    margin: 0 auto;
    margin: 20px 0;
    float: left;
}

.item-banner {
    width: 20%;
    float: left;
    text-align: center;
}

.item-banner a img {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.item-banner a img:hover {
    box-shadow: 0 2px 4px 0 #164695;
    border-radius: 4px;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*------------------Footer Contact--------------*/


.footer-contacto {
    width: 100%;
    float: left;
    background-image: linear-gradient(-180deg, #DDDDDD 0%, #F1F1F1 5%);
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    margin-bottom: -20px;
}

.col-acerca {
    width: 33.33%;
    float: left;
}

.acerca {
    padding-left: 20px
}

.col-contacto {
    width: 66.66%;
    float: left;
}

.col-contacto > div {
    width: 50%;
    float: left;
    padding-right: 20px;
    padding-left: 15px;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.footer-contacto h2 {
    font-size: 20px;
    color: #006FB9;
    position: relative
}

.footer-contacto h2:before,
.footer-contacto h3:before {
    margin-right: 10px;
    position: relative;
    top: 5px;
    font-family: 'bancoppel-icons';
}

.footer-contacto h2:before {
    font-size: 33px;
}

.footer-contacto h3:before {
    font-size: 31px;
}

.footer-contacto h3 {
    display: inline-table;
    white-space: nowrap;
    color: #006FB9;
    font-size: 20px;
    font-weight: normal;
    position: relative
}

.footer-contacto h3:after {
    border-top: 2px solid #006FB9;
    content: '';
    display: table-cell;
    position: relative;
    top: 1.15em;
    width: 100%;
}

.footer-contacto h3:after {
    left: 1.5%;
}

.footer-contacto .acerca h2:before {
    content: "\e900";
}

.footer-contacto .contacto h3:before {
    content: "\e903";
}

.footer-contacto .bolsa-trabajo h3:before {
    content: "\e90a";
}

.footer-contacto .redes h3:before {
    content: "\e909";
}

.footer-contacto .descargas h3:before {
    content: "\e904";
}

.footer-contacto .acerca ul {
    margin: 12px 0 0 60px;
}

.footer-contacto .acerca ul li {
    font-size: 13px;
    text-align: left;
    line-height: 19px;
    position: relative
}

.footer-contacto .acerca ul li a {
    color: #225AA7;
    text-decoration: underline;
}

.footer-contacto .acerca ul li:before {
    content: "\e905";
    color: #FDD614;
    font-family: 'bancoppel-icons';
    text-decoration: none;
    position: absolute;
    left: -7px;
    font-size: 9px;
}

.footer-contacto .lada-mx {
    padding-top: 10px;
    position: relative
}

.footer-contacto .lada-mx:before {
    content: "\e902";
    font-family: 'bancoppel-icons';
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 30px;
    color: #225AA7;
}

.footer-contacto .lada-mx,
.footer-contacto .lada-us {
    width: 170px;
    padding-left: 50px;
}

.footer-contacto .lada-mx p,
.footer-contacto .lada-us p {
    color: #006FB9;
    text-align: left;
    font-size: 18px;
}

.footer-contacto .lada-mx p:nth-child(1),
.footer-contacto .lada-us p:nth-child(1) {
    font-size: 10px;
}

.footer-contacto .lada-mx p:nth-child(2),
.footer-contacto .lada-us p:nth-child(2) {
    margin-left: 40px;
}

.footer-contacto .lada-mx p:nth-child(3) {
    text-align: right;
    letter-spacing: 1px;
}

.footer-contacto .lada-mx p span {
    color: #636363;
}

.footer-contacto .bolsa-trabajo {
    text-align: center
}

.footer-contacto .bolsa-trabajo a img {
    padding: 20px 0;
}

.footer-contacto .redes,
.footer-contacto .descargas {
    text-align: center
}

.footer-contacto .redes a img {
    margin: 20px 5px 0;
}

.footer-contacto .descargas .box-express,
.footer-contacto .descargas .box-apps {
    width: 50%;
    float: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-contacto .descargas .box-express {
    text-align: right;
}

.footer-contacto .descargas .box-express img {
    margin-right: 5px;

}

.footer-contacto .descargas .box-apps {
    text-align: left;
}

.footer-contacto .descargas .box-apps a {
    display: block;
    margin-left: 5px;
}


/*------------------Footer Logos----------------*/

.footer-logos {
    width: 100%;
    float: left;
    padding: 15px 0 30px;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 3px solid #F1F1F1;
    border-bottom: 3px solid #F1F1F1;
    position: relative;
    min-height: 33px;
}

.footer-logos> div {
    margin: 5px 0 5px 5px;
    align-self: center;
}

.footer-logos > div:last-child {
    margin: 5px;
}

.footer-logos a {
    background-image: url(../images/botones/sprite_logos.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 5px auto;
}

.footer-logos > a:nth-of-type(1) {
    order: 1;
    margin: 5px auto 5px 0;
}

.footer-logos > a:nth-of-type(2) {
    order: 2;
}

.footer-logos > a:nth-of-type(3) {
    order: 3;
}

.footer-logos > a:nth-of-type(4) {
    order: 6;
    margin: 5px 0 5px auto;
}

.footer-logos > a:nth-of-type(5) {
    order: 4;
}

.footer-logos > a:nth-of-type(6) {
    order: 5;
}

.logo-afore {width: 235px; height: 47px; background-position: 23.8095% 2.39234%; background-size: 108.936%; }
.logo-buro {width: 59px; height: 47px; background-position: 2.53807% 27.2727%; background-size: 433.898%; }
.logo-coppel {width: 171px; height: 47px; background-position: 81.1765% 27.2727%; background-size: 149.708%; }
.logo-fintech {width: 56px; height: 46px; background-position: 2.50000% 76.6667%; background-size: 457.143%; }
.logo-ipab {width: 94px; height: 47px; background-position: 3.08642% 52.1531%; background-size: 272.340%; }
.logo-ampici {width: 115px; height: 47px; background-position: 73.7589% 52.1531%; background-size: 222.609%; }

/*------------------Copyright----------------*/

.copyright {
    width: 100%;
    float: left;
    margin: 20px 0;
    color: #636464;
    font-size: 12px;
    text-align: center
}

.txt-blue {
    color: #225aa8;
}

.liga-comisiones {
    color: #3a99e5;
    text-decoration: underline;
}

.terminos a {
    color: #636464;
    text-decoration: underline;
}

.terminos a:after {
    content: "|";
    margin: 0 0 0 3px;
}

.terminos a:after::last-child {
    content: none;
}

@media screen and (max-width: 1920px) {
    .footer-contacto .descargas .box-apps {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .col-acerca{
        display: none;
    }
    .col-contacto{
        width: 100%
    }
}

@media screen and (max-width: 660px) {
    .footer-logos > a:nth-of-type(1) {
        order: 1;
        margin: 5px auto;
    }
    
    .footer-logos > a:nth-of-type(2) {
        order: 2;
    }
    
    .footer-logos > a:nth-of-type(3) {
        order: 3;
    }
    
    .footer-logos > a:nth-of-type(4) {
        order: 4;
        margin: 5px auto;
    }
    
    .footer-logos > a:nth-of-type(5) {
        order: 5;
    }
    
    .footer-logos > a:nth-of-type(6) {
        order: 6;
    }
}

@media screen and (max-width: 599px) {
    .col-contacto > div {
        width: 100%;
        padding-right: 15px;
    }

    .footer-contacto .lada-us {
        margin-bottom: 20px
    }

    .footer-contacto .descargas .box-express img {
        display: none;
    }
    .footer-contacto .descargas .box-apps {
        display: flex;
    }
}


/*---------------Login---------------*/

.pad-avatar{
    position: relative
}

.login-movil {
    display: none;
}
.content-login {
    position: absolute;
    width: 248px;
    height: 228px;
    z-index: 9;
    right: 30px;
    top: 115px;
    overflow: hidden;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 4px;
}

.xseparadorLoginx {
    color: #A5A5A5;
    background: #A5A5A5;
    width: 229px;
    position: absolute;
    top: 134px;
    left: 10px;
    height: .5px
}

.xfrasex {
    font-size: 11px;
    color: #164695;
    letter-spacing: 0.45px;
    text-align: center;
    line-height: 13px;
    margin-left: 58px;
}

.xavatarx {
    top: -17px;
    left: 0;
    position: absolute
}

.xcontent-loginx {
    position: absolute;
    width: 248px;
    height: auto;
    z-index: 9;
    right: 0;
    top: 1px;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
}

.xcontent-passx {
    width: 246px;
    height: 252px;
    z-index: 9;
    top: 0px;
    border-radius: 3px;
    position: absolute
}

.xcontent-cerrarx {
    position: absolute;
    width: 249px;
    height: 210px;
    z-index: 9;
    right: 0;
    top: 0px;
    background: rgba(20, 20, 20, 0.80);
    border-radius: 3px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 -35px;
    padding-top: 52px
}

.xtexto-salidax {
    font-family: Lato;
    font-size: 16px;
    color: #FFF;
    width: 200px
}

.xloginDADx,
.xloginDADx .set,
.xcontent-passx,
.xcontent-passx .set {
    width: 100%;
    height: auto
}

.xloginDADx .set,
.xcontent-passx .set {
    float: left;
    text-align: center;
    padding: 8px 10px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.xloginDADx .set:last-child {
    float: left;
    text-align: center;
    padding: 8px 0;
    margin-top: 15px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.xloginDADx h3, .xcontent-passx h3 {
    font-size: 17px;
    color: #006FB9;
    letter-spacing: 0px;
    text-align: center;
    border-bottom: 1px solid #D1D1D1;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0px 0 9px 0;
}

.xlogin-inputx, .xlogin-inputx-pwd {
    width: 85%;
    height: 30px;
    text-indent: 5px;
    font-style: italic;
    outline: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    color: #636464;
    letter-spacing: 0.45px;
    text-align: left;
    float: left;
}

.xlogin-inputx-pwd {
    width: 90%;
}

.xloginDADx .icon-user, .xcontent-passx .icon-password {
    float: left;
    margin-top: 6px;
    font-size: 17px;
    color: #A5A5A5;
}

.xlogin-pwdx {
    position: absolute;
    top: 150px
}

.xboton-amarillox {
    border: 0;
    width: 128px;
    height: 20px;
    background: #fd3;
    background: -webkit-linear-gradient(top, +#fd3 0, #ffcf1b 100%);
    background: -webkit-linear-gradient(top, #fd3 0, #ffcf1b 100%);
    background: linear-gradient(to bottom, #fd3 0, #ffcf1b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdd33', endColorstr='#ffcf1b', GradientType=0);
    box-shadow: 0 0 2px 0 #ffbe12;
    border-radius: 3px;
    border-bottom: 2px solid #ffbe12;
    font-family: Lato;
    font-size: 12px;
    color: #1C479A;
    letter-spacing: 0;
    text-shadow: 0 1px 0 #F9AC18;
    cursor: pointer;
    outline: 0
}


.xboton-amarillox-pad {
    padding: 0 30px;
    margin-bottom: 8px;
}

.xboton-amarillox-pass {
    position: absolute;
    top: 185px;
    left: 117px;
    width: 122px;
    height: 37px
}

.xtexto-padx {
    padding-bottom: 20px
}

.xboton-amarillox-salir {
    width: 110px
}

.xboton-azulx {
    border: 0;
    height: 28px;
    width: 110px;
    background: #225AA7;
    border: 1px solid #D1D1D1;
    box-shadow: inset 0 -3px 0 0 #164695;
    border-radius: 2px;
    background: -webkit-linear-gradient(top, +#225AA7 0, #225AA7 100%);
    background: -webkit-linear-gradient(top, #225AA7 0, #225AA7 100%);
    background: linear-gradient(to bottom, #225AA7 0, #225AA7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdd33', endColorstr='#ffcf1b', GradientType=0);
    box-shadow: 0 0 2px 0 #fff;
    font-family: Lato;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border-bottom: 2px solid #225aa8;
    outline: 0
}

.xlink-olvidastex {
    text-decoration: underline;
    font-size: 11px;
    color: #164695;
    letter-spacing: 0.45px;
    text-align: center;
}

.xlink-nosoyyox {
    font-size: 11px;
    color: #164695;
    letter-spacing: 0.45px;
    text-align: center;
    text-decoration: underline;
}

.setPAD {
    background: #006FB9;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.37px;
    text-align: center;
}

.setPAD a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.33px;
    text-align: center;
    line-height: 12px;
    margin-right: 16px;
    position: relative;
    text-decoration: underline;
}

.setPAD a:after {
    content: "\e906";
    font-family: 'bancoppel-icons';
    font-size: 11px;
    color: #F9AC18;
    position: absolute;
    right: -16px;
    top: 3px;
}


@media screen and (max-width: 1023px) {

    .container {
        width: 100%;
        display: block;
    }

    .top-header {
        margin: 0 0 0 0;
        position: relative;
    }

    .logo {
        width: 207.5px;
        height: 35px;
        background-size: cover;
        display: block;
    }

    .main-header {
        width: 100%;
        height: auto;
    }

    .main-header nav {
        display: block;
        height: auto;
        width: 100%;
        min-height: 32px;
    }
/*
    .top-nav {
        right: 50%;
        bottom: 100%;
        margin-right: -120px;
    } */

    .main-header nav > ul {
        width: 100%;
        padding: 32px 0 0 0;
        /* display: block; */
        display: none;
    }

    .main-header nav > ul > li {
        float: none;
        height: auto;
        text-align: left
    }

    .main-header nav > ul > li:after {
        content: none
    }

    .bottom-header {
        position: relative;
        float: left;
    }
/* 
    .main-carousel {
        display: none;
    } */

    .main-slider-mobile {
        display: block;
    }

    .main-slider-desktop {
        display: none;
    }

    .item-banner a img {
        width: 90%
    }

    .login-movil {
        width: 100%;
        float: left;
        display: block;
        padding: 13px 25px;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

    .login-movil a {
        display: block;
        color: #225aa7;
    }

    .login-movil a .icon-acceso {
        background: url('../images/login/ico_acceso.svg') center center no-repeat;
        width: 46px;
        height: 46px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .login-movil a h3 {
        font-size: 1.5em;
        line-height: 1.5em;
        position: relative;
        padding: 0 60px;
    }

    .login-movil h3:after {
        font-family: 'bancoppel-icons';
        content: "\e905";
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -15px;
    }
}

@media screen and (max-width: 599px) {

    .main-banners .item-banner {
        width: 100%;
        margin-bottom: 8px;
    }

    .main-banners .item-banner a {
        display: block;
    }

    .main-banners .item-banner a img {
        width: 0;
        height: 60px;
        padding-left: 320px
    }

    .main-banners .item-banner:nth-of-type(1) a img {
        background: url('../images/banners_verticales/banner_envios.jpg') no-repeat;
    }

    .main-banners .item-banner:nth-of-type(2) a img {
        background: url('../images/banners_verticales/banner_seg.png') no-repeat;
    }

    .main-banners .item-banner:nth-of-type(3) a img {
        background: url('../images/banners_verticales/banner_express.png') no-repeat;
    }

    .main-banners .item-banner:nth-of-type(4) a img {
       background: url('../images/banners_verticales/banner_codi.png') no-repeat;
    }

	.main-banners .item-banner:nth-of-type(5) a img {
        background: url('../images/banners_verticales/bv_tips_seguridad_movil.jpeg') no-repeat;
    }
    /*.main-banners .item-banner:nth-of-type(5) a img {
       background: url('../images/banners_verticales/banner_geolocalizacion.png') no-repeat;
    }*/
}

/************************Menu Antiguo************************/

.btn,
.cursor,
.logos-sprite {
    cursor: pointer
}

.btm-nav,
.set {
    float: left;
}

.boton-amarillo2,
.btn-search {
    border: 0 inset;
    height: 28px;
    padding: 0px 20px;
    background: #ffdd33;
    background: -webkit-linear-gradient(top, + #ffdd33 0%, #ffcf1b 100%);
    background: -webkit-linear-gradient(top, #ffdd33 0%, #ffcf1b 100%);
    background: linear-gradient(to bottom, #ffdd33 0%, #ffcf1b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdd33', endColorstr='#ffcf1b', GradientType=0);
    box-shadow: 0px 0px 2px 0px #333;
    font-family: 'Lato';
    font-size: 14px;
    color: #225aa8;
    cursor: pointer;
    border-radius: 3px;
    border-bottom: 2px solid #ffbe12;
}

.icon-sprite {
    background-image: url(../images/estructura/sprite_icon.png);
}

.sprite-login {
    background-image: url(../images/estructura/sprite_login.png)
}

.nav-home-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    margin: 3.5px 0 0 7px;
    background-position: -5px -144px
}

#navigation {
    width: 1024px;
    height: auto;
    position: absolute;
    top: 55px;
    left: 30px;
    z-index: 999
}

#mobile-nav {
    display: none;
}

.top-nav {
    width: 1024px;
    padding: 9px 0;
}

.btm-nav {
    width: 100%;
    height: auto;
    background: #006FB9;
    border-radius: 0 0 3px 3px;
    position: relative;
}

.btm-nav ul {
    float: right
}

.btm-nav ul li {
    float: left;
    padding: 7px 0
}

.btm-nav ul li a {
    color: #fff;
    font-size: 13px;
    border-left: 1px solid #fff;
    padding: 0 28px
}

.btm-nav ul li:first-child a {
    border-left: 0
}

.btm-nav ul li a:hover {
    color: #ffde2d
}

.btm-nav ul.sub {
    display:none;
    position: absolute;
    z-index: -777;
    top: 32px
}

.btm-nav ul li.item {
    width: auto!important;
    position: relative
}

.btm-nav ul li.item:hover ul.sub {
    display:block;
    left: 0;
    position: absolute
}

ul.sub li {
    width: 210px;
    float: none!important;
    padding: 0
}

ul.sub li a {
    border-left: none;
    display: block;
    background: #006FB9;
    padding: 7px;
    border-bottom: 1px solid #fff;
}

ul.sub li a:hover {
    background: #ffde2d;
    color: #225aa7!important
}

.fix-sub-pos {
    margin-left: -70px
}

.fix-sub-pos li {
    width: 200px
}

.nav-logo {
    width: 301px;
    height: 52px;
    background: url(../images/estructura/logo.png) no-repeat;
    display: inline-block;
    margin-left: 30px
}

.tabs-azul {
    color: #000;
    position: absolute;
    right: 20px;
    bottom: 32px;
    height: 40px
}

.tabs-azul .current {
    height: 40px;
    color: #fff;
    display: block;
    float: left;
    background-color: #006FB9
}

.tabs-azul a {
    font-size: 16px;
    display: block;
    height: 42px;
    line-height: 45px;
    width: 112px;
    color: #636464;
    padding: 0 7px 0 0;
    margin: 0;
    position: relative;
    top: 0;
    background-color: #fff;
    float: left;
    text-align: center;
}

#contentSolicitudAcl {
    width: 404px;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    height: 50px;
}

.col-encuesta {
    text-align: center;
    margin-top: -30px;
}
.col-encuesta h3{
    display: flex;
    align-items: center;
}
.col-encuesta h3::after {
    top: 0.15em;
}
.col-encuesta h3 img {
    margin-right: 10px;
}
.col-encuesta .img-encuesta {
    padding: 20px 0;
    width: 60px;
}


@media screen and (max-width: 1023px) {
    #desktop-nav {
        display:none
    }

    #mobile-nav {
        display: block
    }

    #navigation {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        float: left
    }

    .main-slider {
        margin-top: -60px;
    }

    #top-nav {
        width: 100%;
        text-align: center
    }

    #top-nav a {
        display: block
    }

    .nav-logo {
        height: auto;
        background: 0 0;
        padding: 12px 0;
        text-align: center;
        margin: auto
    }

    .nav-logo img {
        width: 150px;
        height: auto
    }

    .tabs-azul-mobile {
        width: 100%;
        height: 40px;
        float: left;
        z-index: -4;
        text-align: center
    }

    .tabs-azul-mobile .current {
        width: 119px;
        height: 40px;
        background-color: #006FB9;
        color: #FFF;
        display: block;
        display: inline-block;
        -moz-box-shadow:    2px -2px 4px 0 rgba(0,0,0,0.30);
        -webkit-box-shadow: 2px -2px 4px 0 rgba(0,0,0,0.30);
        box-shadow:         2px -2px 4px 0 rgba(0,0,0,0.30);
    }

    .tabs-azul-mobile a {
        font-size: 16px;
        height: 42px;
        line-height: 45px;
        width: 112px;
        text-align: center;
        text-decoration: none;
        color: #636464;
        padding: 0 7px 0 0;
        margin: 0;
        position: relative;
        top: 0;
        background-color: #FFF;
        display: inline-block
    }

    .burger-bar {
        width: 100%;
        background: #006FB9;
        padding: 5px 0;
        float: left;
        position: relative
    }

    .mobile-house {
        height: 30px;
        width: 30px;
        background-position: -2px -72px;
        cursor: pointer;
        float: left;
        margin-left: 10px
    }

    .burger-icon {
        height: 30px;
        width: 30px;
        background-position: -2px -108px;
        cursor: pointer;
        position: absolute;
        right: 10px
    }

    .mobile-sub {
        width: 100%;
        float: left;
        background: #006FB9;
        z-index: 47;
        display: none
    }

    .mobile-sub a {
        color: #FFF;
        font-size: 18px;
        display: block;
        padding: 10px 7px
    }

    .mobile-sub ul li:last-child {
        border-bottom: none!important
    }

    .mobile-sub ul li:last-child a {
        padding: 10px 7px 5px
    }

    .mobile-sub ul li {
        border-bottom: none!important
    }
    .mobile-item {
        border-bottom: 1px solid #fff
    }
    .mobile-submenu {
        display: none;
        box-shadow: inset 0 0 15px #036
    }

}

@media screen and (max-width: 599px) {
    #contentSolicitudAcl { 
        width: 100%;
    }
    .main-slider {
        margin-top: -25px;
    }
    .main-slide p {
        font-size: 9px;
        letter-spacing: 0;
    }
    .slick-slide {
        margin: 0 5px;
    }
    .circule-slide {
        width: 73px;
        height: 73px;
    }
}

@media screen and (max-width: 321px) {
    .slick-slide {
        margin: 0;
     margin-left: 0px;
    }
}