@font-face {
  font-family: 'BentonSansBBVA-Book';
  src: url('../../../fonts/BentonSansBBVA-Book.ttf') format('ttf'),
    url('../../fonts/BentonSansBBVA-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BentonSansBBVA-Bold';
  src: url('../../fonts/BentonSansBBVA-Bold.ttf') format('ttf'),
    url('../../fonts/BentonSansBBVA-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BentonSansBBVA-Medium';
  src: url('../../fonts/BentonSansBBVA-Medium.ttf') format('ttf'),
    url('../../fonts/BentonSansBBVA-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body {
  color: #121212;
  font-size: 16px;
  font-family: 'BentonSansBBVA-Book';
}
.DesFF {
    text-align: justify;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-logo {
  padding-top: 10vh;
  padding-bottom: 5vh;
  width: 250px;
}

.sec-logo {
  background-color: #072146;
}


.name-user {
  margin-bottom: 0px;
  line-height: 1.4;
  color: white;
}

.name-user b {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
}

.sec-navbar {
  background-color: #004481;
  padding-top: 5px;
  padding-bottom: 5px;

}

.navbar-custom {
  background-color: transparent !important;
}

.drop-perfil {
  line-height: 3 !important;
}

.dropdown-menu {
  border-radius: 0px;
  min-width: 7rem;

}

.sec-perfil {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-movil {
  display: none;
}

.label-readonly {
  font-size: 14px;
  color: rgba(0, 0, 0, .6);

}

.floating-label-group {
  position: relative;
}

.floating-label {
  font-size: 1rem;
  color: rgba(0, 0, 0, .6);
  position: absolute;
  pointer-events: none;
  top: 14px;
  left: 16px;
  transition: all 0.2s ease;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: -23px;
  bottom: 0px;
  left: 0px;
  font-size: 14px;
  color: rgba(0, 0, 0, .6);
}

.input-form {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.input-form:active,
.input-form:focus {
  box-shadow: none;
  outline: 0;
}

.form-perfil {
  padding-top: 40px;
}

.form-row-perfil {
  padding-bottom: 40px;
}

.form-row-correo {
  padding-top: 15px;
  padding-bottom: 40px;
}

.form-row-contrasena {
  padding-top: 15px;
  padding-bottom: 50px;
}

.save-btns {
  text-align: center !important;
  margin: 60px 0 60px 0;
}

.btns {
  border: none;
  background: #237ABA;
  color: #fff;
  padding: 13px 15px;
  text-decoration: none;
  margin-left: 30px;
  margin-right: 30px;
  width: 210px;
}

.btns:hover {
  color: #237ABA;
  background-color: #D4EDFC;
}

.btns:hover > a {
  color: #237ABA;
}

.d-btns-perfil {
  text-align: center;
}

.p-info-pass i {
  margin-right: 10px;
  color: #004481;
}

.p-info-pass {
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 0px;
}


.table-envios {
  margin-top: 30px;
}

.table-envios thead {
  background-color: #072146;
}

.table-envios th {
  color: white;
  font-weight: 400;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px
}

.td-img img {
  width: 140px;
}

.td-img {
  width: 180px;
}

.td-info-envios {
  vertical-align: middle !important;
}

.badge-borrador {
  background-color: #F4F4F4;
  font-weight: 600;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  letter-spacing: .5px;
  margin-bottom: 15px
}

.td-info-envios .t1 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: .5px;
}

.td-info-envios .t2 {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, .4);
  padding-top: 5px;
  margin-bottom: 0px;
  letter-spacing: .5px;
}

.btn-table {
  color: #004481;
  font-weight: 600;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 5px;
  letter-spacing: .5px;
  font-size: 14px
}

.tr-borrador td {
  border-bottom: 2px solid rgba(0, 0, 0, .2);
  border-bottom-style: dashed;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}


.td-avance {
  vertical-align: middle !important;
}

.td-avance .t1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}

.td-avance .t2 {
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 600;
  color: rgba(0, 0, 0, .4);
  padding-top: 10px;
  margin-bottom: 0px;
}

#myProgress {
  width: 100%;
  background-color: #F4F4F4;
  font-size: 14px;
  text-align: right;
  color: white;
}

#myBar {
  height: 30px;
  background-color: #004481;
}

.tr-active td {
  border-bottom-style: dashed;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

.d-ver-envio {
  text-align: right;
  padding-right: 20px;
}


.pagination {
  border-top: 2px solid rgba(0, 0, 0, .1);
  padding-top: 30px;
}

.pagination ul {
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 15px;
}

.pagination ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-left: 10px;
}

.pagination ul li a {
  color: #004481;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;

}

.td-info-notificaciones .t1 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: .5px;
}

.d-table-notificaciones {
  padding-top: 100px;
}

.tr-succes td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.tr-notificaciones td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.d-form-perfil h5 {
  padding-bottom: 15px;
}

.new-header {
  background-color: #072146;
  padding-top: 5px;
  padding-bottom: 10px;
}

.nav-top {
  text-align: right;
}

.nav-top ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.nav-top ul li {
  display: inline-block;
  padding-left: 20px;
}

.nav-top ul li a {
  color: #F8CD51;
  font-size: 14px;
  text-decoration: none;
  transition: .4s;
  font-family: 'BentonSansBBVA-Medium';
}

.nav-top ul li a:hover {
  color: #FFFFFF;
}

.row-img-logo {
  margin-top: -13px;
}

.row-img-logo .t1 {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 0px;
  text-align: right;
  padding-top: 40px;
}

.sec-new-navbar {
  background-color: #1A437F;
}

.sec-new-navbar .navbar {
  background-color: transparent !important;
  padding: 0px;
  margin: 0px;

}

.sec-new-navbar .navbar .navbar-brand {
  display: none;
}

.sec-new-navbar .navbar .navbar-brand > img {
  width: 120px;
}

.link-lupa > img {
  width: 20px;
}

.sec-new-navbar .nav-item .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .4s;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'BentonSansBBVA-Medium';
    font-size: 15px;
    color: #BDBDBD;
    color: white;
    opacity: 0.6;
    margin-bottom: 3px;
    /*color: rgba(255, 255, 255, .8);*/
}

    .sec-new-navbar .nav-item .nav-link:hover {
        color: #378DCD;
    }

    .sec-new-navbar .nav-item .nav-link.btn-donar {
        background-color: #02A5A5;
        color: rgba(255, 255, 255, .75);
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        margin-right: 0px;
        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 3px;
        font-family: 'BentonSansBBVA-Bold';
        opacity: 1;
    }

        .sec-new-navbar .nav-item .nav-link.btn-donar:hover {
            background-color: #02A5A5;
            color: rgba(255, 255, 255, 1);
        }

.sec-banner {
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}

.derechos-arco {
  background-image: url(../img/banner/bg-derechos-arco.jpg);
}

.cancelacion-donativos {
  background-image: url(../img/banner/bg-cancelacion-donativos.jpg);
  background-position: center;
}

.fondo-educa {
  background-image: url(../img/banner/bg-fondo-educa.jpg);
  background-position: center;
}

.recibos-deducibles {
  background-image: url(../img/banner/bg-recibos-deducibles.jpg);
  background-position: center;
}

.overlay-banner {
  position: relative;
  z-index: 1;
}

.overlay-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00293c+1,26445c+100 */
  background: #000000;
  /* Old browsers */
  opacity: 0.5;
  /* IE6-9 fallback on horizontal gradient */
  z-index: -2;
}

.title-banner {
  margin-bottom: 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 50px;
  font-family: 'BentonSansBBVA-Medium';
}

.sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gray {
  background-color: #F4F4F4;
}

.p-text {
  font-size: 16px;
}

.blue {
  color: #1973B8;
}

.p-small-text {
  font-size: 14px;
}

.d-info-da ul {
  padding-top: 10px;
}

.d-info-da ul li {
  padding-bottom: 10px;
}

.btn-link {
  color: #1973B8;
  font-weight: 600;
}

.btn:active,
.btn:focus {
  box-shadow: none;
  outline: 0;
}

.btn-blue {
  color: #FFFFFF;
  background-color: #1973B8;
  border-radius: 0px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: .4s;
}

.btn-blue:hover {
  background-color: #072146;
  color: #FFFFFF;
}

.new-footer {
  background-color: #072146;
  padding-top: 50px;
  padding-bottom: 50px;

}

.logo-footer {
  width: 100px;
}

.row-links-footer {
  padding-top: 35px;
}

.footer-links ul {
  padding: 0px;
  list-style: none;
}

.footer-links ul li {
  display: inline-block;
  padding-right: 10px;

}

.footer-links ul li a {
  color: #FFFFFF;
  font-size: 16px;
  transition: .4s;
  font-family: 'BentonSansBBVA-Medium';
}

.footer-links ul li a:hover {
  color: #FFFFFF;
}

.footer-year {
  color: #FFFFFF;
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 0px;
  font-family: 'BentonSansBBVA-Medium';
}

.social-links {
  text-align: right;
}

.social-links ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 00px;
}

.social-links ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.social-links ul li a .fab {
  background-color: #5BBEFF;
  color: #072146;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  padding-top: 4px;
  font-size: 10px;
  transition: .4s;
}

.social-links ul li a .fab:hover {
  background-color: #FFFFFF;
}

.social-links .t1 {
  color: #5BBEFF;
  font-size: 12px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.title-sec {
  text-align: center;
  margin-bottom: 0px;
  font-size: 24px;
  font-family: "BentonSansBBVA-Medium";
}

.form-login-donador {
  padding-top: 50px;
}

.floating-label-gray {
  font-size: 1rem;
  color: rgba(0, 0, 0, .7);
  position: absolute;
  pointer-events: none;
  top: 19px;
  left: 16px;
  transition: all 0.2s ease;
}

input:focus ~ .floating-label-gray,
input:not(:focus):valid ~ .floating-label-gray {
  top: 7px;
  bottom: 0px;
  left: 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, .7);
}

textarea:focus ~ .floating-label-gray,
textarea:not(:focus):valid ~ .floating-label-gray {
  top: 7px;
  bottom: 0px;
  left: 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, .7);
}

.input-form-gray {
  background-color: #F4F4F4;
  border-radius: 0px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid rgba(0, 0, 0, .15);
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  color: #000000;
  font-size: 16px;
}

.input-form-gray:active,
.input-form-gray:focus {
  box-shadow: none;
  outline: 0;
  background-color: #F4F4F4;
  border-bottom: 2px solid #1973B8;
  color: #000000;
}


.btn-lg-blue {
    padding-top: 16px;
    color: #FFFFFF;
    background-color: #1973B8;
    border-radius: 0px;
    font-size: 16px;
    transition: .4s;
    height: 60px;
    width: 100%;
}

.btn-lg-blue:hover {
  background-color: #072146;
  color: #FFFFFF;
}

.d-btns-login {
  text-align: center;
}

.btn-blue-link {
  padding: 0px;
  margin: 0px;
  color: #1973B8;
  font-family: "BentonSansBBVA-Medium";
}

.btn-blue-link:hover {
  color: #1973B8;
  text-decoration: underline;
}

.floating-label-group small {
  color: #000000;
}

.select-form {
  padding-top: 5px;
}

.text-cancelacion {
  padding-top: 120px;
  padding-right: 70px;
}

.d-form-right {
  padding-left: 85px;
  padding-top: 70px;
  padding-bottom: 70px;
  border-left: 2px solid rgba(0, 0, 0, .1);
}

.p-form {
  font-family: "BentonSansBBVA-Medium";
  font-size: 16px;
  margin-bottom: 8px;
}

.p-select {
  text-align: center;
  margin-bottom: 0px;
  padding-top: 20px;
}

.text-fondo-educa {
  padding-top: 120px;
  padding-right: 70px;
}

.one-line {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.two-lines {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.d-item-card {
  background-color: #FFFFFF;
  margin-bottom: 35px;
}

.d-img-card {
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-info-card {
  padding: 20px;
}

.d-info-card .t1 {
  font-size: 12px;
  margin-bottom: 5px;
  font-family: "BentonSansBBVA-Medium";
  color: rgba(0, 0, 0, .5);
}

.d-info-card .t2 {
  font-size: 19px;
  font-family: "BentonSansBBVA-Bold";
  margin-bottom: 10px;
}

.btn-link-card {
  padding: 0px;
  margin: 0px;
  color: #1973B8;
  font-size: 12px;
  font-family: "BentonSansBBVA-Medium";
}

.btn-link-card:hover {
  color: #072146;
}

.btn-link-card i {
  margin-right: 10px;
}

.d-title-solicitud .t1 {
  color: rgba(0, 0, 0, .5);
  padding-top: 10px;
  font-size: 16px;
}

.d-title-solicitud {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 15px;
}

.row-form-solicitud {
  padding-top: 35px;
}

.input-folio {
  font-family: "BentonSansBBVA-Medium";
  font-size: 16px;
  margin-bottom: 8px;
  border: none;
  margin-bottom: 0px;
  width: 100%;
  text-align: right
}

.d-title-form {
  background-color: #1973B8;
  padding-left: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "BentonSansBBVA-Medium";
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.form-check-label {
  font-size: 12px;
  font-family: "BentonSansBBVA-Bold";
  margin-left: 5px;
  margin-right: 5px;
}

.form-solicitud .form-group {
  margin-bottom: 0px;
}

.custom-file-input {
  border: none;
}

.custom-file-label {
  border: none;
  padding-left: 0px;
}

.small-form {
  font-size: 12px;
  color: #000000;
  font-family: "BentonSansBBVA-Medium";
}

.input-check {
  width: 100%;
  border-radius: 0px;
  height: 30px;
  font-size: 13px;
}

.sec-footer-menu {
  margin-bottom: 70px;
}

.d-footer-menu .t1 {
  font-family: "BentonSansBBVA-Medium";
  font-size: 14px;
}

.d-footer-menu .t1 a {
        font-family: "BentonSansBBVA-Medium";
        font-size: 14px;
        color: #121212;
 }

.d-footer-menu ul {
    padding: 0px;
    margin: 0px;
    padding-right: 40px;
}

.d-footer-menu ul li {
  list-style: none;
  margin-bottom: 7px;
}

    .d-footer-menu ul li a {
        font-size: 15px;
        font-family: "BentonSansBBVA-Medium";
        color: #1973B8;
    }

.footer-educacion {
  padding-right: 40px;
}

.navbar-nav.nav-movil {
  margin-top: 20px;
  background-color: #1B3361;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.navbar-nav.nav-movil .nav-item {
  border-bottom: none;
}

.navbar-nav.nav-movil .nav-item {
  border-bottom: none;
  padding: 0px;
  margin: 0px;
}

.navbar-nav.nav-movil .nav-item .nav-link {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-mex-nav {
  margin: 0px;
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  right: 75px;
  top: 22px;
  display: none;
}

.sec-new-navbar .navbar .navbar-toggler {
  border: none;
}

.sec-new-navbar .navbar .navbar-toggler:active,
.sec-new-navbar .navbar .navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}

.img-exit {
  opacity: 0;
  transition: .8s;
  margin-left: -30px;
  width: 14px;
}

.img-burger {
  transition: .8s;
}

.sec-new-navbar .navbar .dropdown > .dropdown-menu {
  top: 200%;
  transition: 0.6s all ease-in-out;
  background-color: #1A437F;
  border: none;
  padding-left: 0px;

}

    .sec-new-navbar .navbar .dropdown > .dropdown-menu > .dropdown-item {
        color: rgba(255, 255, 255, .8) !important;
        margin-bottom: 14px;
        transition: .4s;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        font-family: "BentonSansBBVA-Medium";
        padding-top: 14px;
    }

.sec-new-navbar .navbar .dropdown > .dropdown-menu > .dropdown-item:hover {
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, 1) !important;
}


.sec-new-navbar .navbar .dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: -5px;
  transition: .4s;
}

.sec-new-navbar .navbar .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.sec-menu-slide {
  padding-top: 70px;
}

.btn-menu-slide {
  background-color: #F4F4F4;
  font-size: 14px;
  font-family: "BentonSansBBVA-Medium";
  width: 100%;
  border-radius: 0px;
  height: 100px !important;
  min-height: 100px !important;
  display: flex;
  align-items: center;   /* centrado vertical */
  justify-content: center; /* centrado horizontal */
  text-align: center;
}
.nav-item a{
  height: 100px !important;
  min-height: 100px !important;
}

.btn-menu-slide:hover {
  background-color: #1A437E;
  color: #FFFFFF;
}


.owl-dots .owl-dot.active span {
  background-color: #1A437F !important;
}

.owl-dots .owl-dot span {
  background-color: #F4F4F4 !important;
}

.owl-dots .owl-dot:active,
.owl-dots .owl-dot:focus {
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.d-img-deducibles {
  /*background-image: url(../img/banner/bg-deducibles.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  margin-right: -30px;
}

.d-deducibles {
  background-color: #FFFFFF;
  padding-left: 30px;
  padding-right: 80px;
}

    .d-deducibles .t1 {
        font-size: 28px;
        margin-bottomx: 0px;
        color: #121212;
        text-align: justify;
    }

.modal-bbva .modal-header .close {
  padding-top: 9px;
  padding-right: 9px;
}

.modal-bbva .modal-header {
  border: none;
}

.modal-bbva .modal-footer {
  border: none
}

.modal-bbva {
  border-radius: 10px;
  border: none;
  margin-left: 17px;
}

.modal-bbva .modal-body {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.modal-bbva .modal-body .t1 {
  margin-bottom: 0px;
}

.modal-bbva .modal-footer {
  text-align: center;

}

.d-btns-modal {
  padding-bottom: 15px;
  padding-top: 10px;
}

.btn-modal {
  border-radius: 5px;
  border: 1px solid #1973B8;
  color: #1973B8;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;

}

.btn-modal:hover {
  color: #FFFFFF;
  background-color: #072146;
  border: 1px solid #072146;
}

.btn-modal-active {
  border-radius: 5px;
  background-color: #1973B8;
  color: #FFFFFF;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  font-family: "BentonSansBBVA-Medium";

}

.btn-modal-active:hover {
  color: #FFFFFF;
  background-color: #072146;
}

.sec-menu-desktop {
  padding-top: 70px;
}

.sec-menu-slide {
  display: none;
}

.navbar-menu-desktop {
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF !important;
}

.btn-drop-desktop {
  background-color: #F4F4F4;
  font-size: 14px;
  font-family: "BentonSansBBVA-Medium";
  width: 100%;
  border-radius: 0px;
  height: 90px;
  color: #000000 !important;
  height: 100px !important;
  min-height: 100px !important;
  display: flex;
  align-items: center;   /* centrado vertical */
  justify-content: center; /* centrado horizontal */
  text-align: center;
}

.btn-drop-desktop:hover {
  background-color: #1A437E;
  color: #FFFFFF !important;
}

.btn-drop-desktop:active,
.btn-drop-desktop:focus {
}

.navbar-menu-desktop .navbar-nav {
  width: 100%;
}

.navbar-menu-desktop .navbar-nav .nav-item {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-menu-desktop .navbar-nav .dropdown .dropdown-menu {
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  border: none;
}


.navbar-menu-desktop .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  background-color: #1A437F;
  font-size: 14px;
  font-family: "BentonSansBBVA-Medium";
  width: 100%;
  border-radius: 0px;
  color: #FFFFFF !important;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  opacity: .5;
  transition: .3s;
  height: auto;
  display: flex;
  align-items: center;   /* centrado vertical */
  justify-content: center; /* centrado horizontal */
  text-align: center;
}
.embed-video{
   display: flex;
  align-items: center;   /* centrado vertical */
  justify-content: center; /* centrado horizontal */
  text-align: center;
}
.iframe-video{
  width: 100%;
}

.navbar-menu-desktop .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  opacity: 1;
}

.navbar-menu-desktop .navbar-nav .dropdown .dropdown-menu .dropdown-item:nth-child(1) {
  margin-bottom: 1px;
}

.sec-menu-desktop.recibos{
  padding-bottom: 70px;
}

.sec-menu-desktop .navbar .dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
  margin-top: -2px;
  transition: .4s;
}

.sec-menu-desktop .navbar .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}



/*tabla comprobantes*/
/* description table */
.icon-search:before {
    content: "\e90d";
    color: #072146;
    font-size: 16px;
}

table > tbody > tr > td {
    border: none !important;
    vertical-align: middle !important;
}

.specs {
}

table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table tr {
        border: none;
        padding: .35em;
        font-size: 10.5px;
    }

        table tr label {
            font-weight: 300 !important;
        }

    table th,
    table td {
        padding: .625em;
        text-align: center;
    }

    table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

.e01, .t01 {
    width: 25px;
}

.t02, .e02 {
    width: 50px;
}

    .e02 a {
        text-decoration: none;
    }

.TitulosC {
    font-size: 12px;
    font-family: 'BentonSansBBVA-Bold';
    background: #337ab7;
    color: #fff;
}

.cabecera {
    margin-top: 35px;
}

.F2 {
    background-color: #eeeeee;
}

.comprobantes_btns {
    margin-top: 25px;
}

    .comprobantes_btns:after {
        clear: both;
        display: block;
        content: '';
    }

.btnRegresar_single {
    float: none;
    width: 100px;
    text-align: right;
    padding-right: 35px;
    margin: 0 auto;
    font-family: 'BentonSansBBVA-Bold';
}

    .btnRegresar_single a {
        background: #237ABA;
        color: #fff;
        padding: 10px 15px;
    }

        .btnRegresar_single a:hover {
            background-color: #D4EDFC;
            color: #237ABA;
            text-decoration: none;
            transition-duration: .3s;
            transition-timing-function: cubic-bezier(.22,.58,.34,.85);
        }

.btnRegresar {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 35px;
    font-family: 'BentonSansBBVA-Bold';
}

.btnDescarga {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 35px;
    font-family: 'BentonSansBBVA-Bold';
}

    .btnDescarga a, .btnRegresar a {
        background: #237ABA;
        color: #fff;
        padding: 10px 15px;
        text-decoration: none;
    }

        .btnDescarga a:hover, .btnRegresar a:hover {
            background-color: #D4EDFC;
            color: #237ABA;
            transition-duration: .3s;
            transition-timing-function: cubic-bezier(.22,.58,.34,.85);
        }

.leyendaDes {
    padding: 15px 0 35px 0;
}

.menuFact {
    padding: 0 0 30px 0;
}

    .menuFact ul {
        margin: 0;
        padding: 0;
    }

        .menuFact ul li {
            display: inline-block;
            padding: 10px 15px;
        }

            .menuFact ul li a {
                background: #237ABA;
                color: #fff;
                padding: 10px 15px;
            }

                .menuFact ul li a:hover {
                    background-color: #D4EDFC;
                    color: #237ABA;
                    transition-duration: .3s;
                    transition-timing-function: cubic-bezier(.22,.58,.34,.85);
                }

@media screen and (max-width: 940px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

    .contact_description table tr {
        border: none;
        margin-bottom: 0;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

        table td:before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'BentonSansBBVA-Bold';
        }

        table td:last-child {
            border-bottom: 0;
        }

    .cabecera {
        display: none;
    }

    td:nth-of-type(2):before {
        content: "Ver";
    }

    td:nth-of-type(3):before {
        content: "Folio";
    }

    td:nth-of-type(4):before {
        content: "Realizado por";
    }

    td:nth-of-type(5):before {
        content: "Estado";
    }

    td:nth-of-type(6):before {
        content: "Nombre";
    }

    td:nth-of-type(7):before {
        content: "RFC";
    }

    td:nth-of-type(8):before {
        content: "Fecha emisión";
    }

    td:nth-of-type(9):before {
        content: "Fecha depósito";
    }

    td:nth-of-type(10):before {
        content: "Importe";
    }

    td:nth-of-type(11):before {
        content: "Conv./Tarj./Inv.";
    }

    td:nth-of-type(12):before {
        content: "Guía / Folio";
    }

    td:before {
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    table tr {
        font-size: 14px;
    }

    .t02, .e02 {
        width: 100%;
    }
}

.widthcol {
    padding: 60px 40px;
}

header .container {
    margin-bottom: 6px;
    margin-top: 5px;
}