@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';
}

.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: #f4f4f4;
    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: 10px;
}

.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: white;
    opacity: 0.6;
}

    .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-Medium';
        opacity: 1;
        width: 160px;
    }

        .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: #f4f4f4;
    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: #1973B8;
        font-size: 16px;
        transition: .4s;
        font-family: 'BentonSansBBVA-Medium';
    }

        .footer-links ul li a:hover {
            color: #072146;
        }

.footer-year {
    color: #1973B8;
    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 {
  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 ul {
  padding: 0px;
  margin: 0px;
}

.d-footer-menu ul li {
  list-style: none;
  margin-bottom: 7px;
}

.d-footer-menu ul li a {
  font-size: 14px;
  font-family: "BentonSansBBVA-Medium";
  color: #3772B5;
}

.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: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-family: "BentonSansBBVA-Medium";
        padding-top: 14px;
        /*opacity: 0.6;*/
    }

.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: 0px;
  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: 90px;
  padding-top: 22px;
}

.btn-menu-slide:hover {
  background-color: #1A437E;
  color: #FFFFFF;
}

.owl-carousel .item.item-bbva a {
  padding-top: 33px;
}

.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;
}

.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;
}

.item-p-desktop {
  padding-top: 33px;
}

.btn-drop-desktop {
  background-color: #F4F4F4;
  font-size: 14px;
  font-family: "BentonSansBBVA-Medium";
  width: 100%;
  border-radius: 0px;
  height: 90px;
  padding-top: 22px;
  color: #000000 !important;
}

.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;
}

.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;
}

header .container {
    margin-bottom: 6px;
    margin-top: 5px;
}

/*AJUSTES*/
.Cnt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
    /*font-size: .8rem*/
}

.Cnt:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*font-size: .8rem*/
}

.Cnt::-ms-input-placeholder { /* Microsoft Edge */
    /*font-size: .8rem*/
}

.CntDiv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    text-align: center;
    font-size: .8rem;
    line-height: 50px;
    color: #808080;
}

.bloqueCantidades {
    display: flex;
    justify-content: space-between;
}

    .bloqueCantidades.bloqueCantidadesAnuales {
        display: flex;
        flex-direction: column;
    }

.nuevo_bloque {
    padding-top: 13px;
    padding-bottom: 13px;
}

.selectionWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
}

    .selectionWrapper input {
        margin-right: 25px;
    }

.donativo_anual {
    display: none;
}

.selectionWrapper select {
    background-color: #f4f4f4;
    height: 50px;
    border: none;
    text-align: center;
    color: #121212;
    padding: 0 40px;
    background-image: url(../images/images-select.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 12px;
}

.cc_input {
    background-color: #f4f4f4;
    height: 50px;
    border: none;
    text-align: center;
    color: #121212;
    max-width: 80px;
    border-bottom: 1px solid #000000;
    margin-right: 4px;
}

/* NUEVO DISEŅO */
.Tit01-bold {
    font-family: 'BentonSansBBVA-Book';
}
.Tit02-bold {
    font-family: 'BentonSansBBVA-Bold';
}
.DMensual {
    width: 11%;
    position: relative;
    right: 0;
}

.DAnual {
    width: 20%;
}

.container .bloque1 .radios-recurrencia {
    /*border-bottom: 1px solid rgba(0,0,0,0.14);
  padding-bottom: 30px;*/
    padding-top: 15px;
}

.aportaciones-wrapper {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
}

.my-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    /*justify-content: space-between;*/
}
.row-secundaria.my-row,
.row-preparatoria.my-row,
.row-universidad.my-row {
    justify-content: flex-start;
}

.my-last-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
}

.input-name-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    justify-content: flex-start;
    padding-bottom: 14px;
}

    .input-name-row div {
        width: 31%;
        font-size: 14px;
        margin-right: 16px;
    }

.aportaciones-item {
    background-color: #f4f4f4;
    padding: 5px 10px;
    width: 30%;
    font-size: 15px;
    color: #121212;
    min-height: 50px; /*CAMBIOS*/
    background-color: #f4f4f4;
    text-align: left;
    font-family: 'BentonSansBBVA-Book',sans-serif;
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    height: 60px;
    outline: 0;
    padding: 26px 10px 5px;
    border: none;
    border-bottom: 1px solid #121212;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.center_txt {
    text-align: center;
}

.aportaciones-wrapper .back-grey.flex-column {
    align-items: flex-start;
    margin-right: 16px;
    margin-bottom: 15px;
    width: 31%;
}

.aportaciones-item .periodicidad {
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    display: block;
    font-size: 12px;
    opacity: 0.4;
}

.main-wrapper {
    display: block;
    padding: 35px 0;
}

.back-grey {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .back-grey.datos-periodicidad {
        display: block;
        text-align: left;
        padding-top: 10px;
    }

.row-input-left input {
    text-align: left;
}

.aportaciones-wrapper input {
    /*border-bottom: 2px solid #707070;*/
    width: 31%;
}
.aportaciones-secundaria,
.aportaciones-preparatoria,
.aportaciones-universidad {
    width: 285px;
}

.total-aportaciones {
    margin-right: 24px
}
.inner-wrapper {
    padding: 0 0 30px 0;
}

.aportaciones-wrapper select {
    background-image: url(../images/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 93% center;
}

.small-legal {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
}

.radioSi {
    right: 0;
}

.datos-persona-moral {
    display: none;
}

.fw-footer {
    background-color: #F4F4F4;
}

.footer_pago {
    font-size: 13px;
}

.container .Radios {
    width: 100%;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

.white-container {
    background-color: #ffffff;
    padding: 25px;
    width: fit-content;
}

.main_title_blue {
    color: #1973B8;
    font-family: 'BentonSansBBVA-Book';
    font-size: 18px;
}

.datos_clabe {
    display: none;
}

input.cc_input_large {
    max-width: 256px;
    width: 256px;
}
.new_btn_donacion {
    cursor: pointer;
}

.blue_btn_enable {
    background-color: #237aba !important;
    color: #ffffff;
}

    .blue_btn_enable .periodicidad {
        color: #F8CD51;
        opacity: 1;
    }

.center_content {
    text-align: center;
}

    .center_content a {
        color: #1973B8
    }

    .center_content .main_title_blue {
        font-size: 32px;
        font-family: 'BentonSansBBVA-Book';
    }

.flex-content-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-cont-col {
    display: flex;
    flex-direction: column;
    width: 32%;
    box-shadow: 0 0 7px 2px rgba(0,0,0,0.09);
    padding: 15px;
}

.flex-spa-betw {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px;
}

.caracteristica-blue {
    color: #1973B8;
    font-family: 'BentonSansBBVA-Book';
}

.total-amount-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    margin-top: 30px;
    border: 1px solid #D7D7D7;
    padding: 10px;
}

.tit-line {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #d4d4d4;
    margin-top: 18px;
}

@media (max-width: 768px) {
    .flex-content-3 {
        flex-direction: column;
    }

    .flex-cont-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .DMensual {
        width: 35px;
        position: relative;
        right: 8px;
    }

    .DAnual {
        width: 45px;
    }

    .aportaciones-wrapper {
        flex-direction: column;
    }

    .my-row {
        flex-direction: column;
    }

    .aportaciones-item {
        width: 100%;
        margin: 5px 0;
    }

    .aportaciones-wrapper .back-grey.flex-column {
        align-items: center;
        width: 100%;
    }
    .aportaciones-wrapper input {
        width: 100%
    }

    .input-name-row {
        display: none;
    }
}

.main-wrapper .not_input {
    border-bottom: none;
    background-color: #FAFAFA;
}

.aportaciones-wrapper .back-grey.flex-column strong {
    font-family: 'BentonSansBBVA-Medium';
}

/*CONFIRMACION*/

.tilt_wrapper {
    margin: 100px 0;
}

    .tilt_wrapper h3 {
        margin: 40px 0;
        font-size: 21px;
    }

.confirm_p {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .Cnt03_consejero {
        width: 32%;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .Cnt03_consejero {
        width: 31%;
        margin-right: 0;
    }
}

@media (min-width: 1280px) {
    .Cnt03_consejero {
        width: 285px;
        margin-right: 0;
    }
}


@media (max-width: 512px) {
    .Cnt03_consejero {
        width: 100%;
        margin-right: 0;
    }

    .selectionWrapper {
        flex-direction: column;
    }

        .selectionWrapper input {
            margin-right: 0;
        }

        .selectionWrapper select {
            width: 100%;
            margin-top: 12px;
        }

    .bloqueCantidades {
        flex-direction: column;
    }

        .bloqueCantidades input {
            margin-bottom: 8px;
        }

    .cc_input {
        width: 22%;
    }
}

@media (max-width: 512px) {
    .radioNo {
        margin-left: 8px !important;
    }

    input.cc_input_large {
        width: 230px;
    }
}

@media (max-width: 380px) {
    input.cc_input_large {
        width: 200px;
    }
}


/*estilos cenas con causa*/
.title-top {
    padding-bottom: 30px;
    padding-top: 50px;
    margin-bottom: 20px;
}

    .title-top h3 {
        font-size: 15pt;
    }

.becas-table td th {
    padding: 10px;
}

.title-school {
    background-color: #FAFAFA;
    margin-bottom: 10px;
}

    .title-school td {
        background-color: #FAFAFA;
        padding: 15px;
        padding-bottom: 0px;
    }

.blue-text {
    color: #1973B8;
    font-weight: 500;
    margin-bottom: 10px;
}

.list-becas {
    padding-left: 20px;
}

    .list-becas li::marker {
        font-size: 20px;
        text-align: center;
    }

    .list-becas li {
        margin-top: 0px;
        font-size: small;
        padding-left: 0px;
        margin-left: 0px;
        
    }

.becas-table {
    width: 100%;
}

.prepa {
    padding-bottom: 35px;
}

.secu {
    padding-bottom: 63px;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    height: fit-content;
    border: none;
    background-color: #F4F4F4;
    border-radius: 0px;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #F4F4F4;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        top: 15px;
        border-color: rgba(0, 0, 0, 0) transparent transparent transparent;
        background-image: url(../images/arrow.svg);
        background-repeat: no-repeat;
        background-size: 9px;
        background-position: 93% center;
        ;
    }
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #666666;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #F4F4F4;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-select {
    background: none;
    background-color: #F4F4F4;
    padding-bottom: 0px;
    padding: 0px;
}

.num-becas {
    color: #1973B8;
    font-weight: bolder;
    font-size: 30pt;
}

.deducible-imp {
    margin-top: -30px;
    font-size: small;
    margin-bottom: 50px;
    color: #000000;
    opacity: 60%;
}

.bbva-video {
    font-weight: bold;
    color: #1973B8;
}

.intro-list li {
    opacity: 60%;
}

    .intro-list li::marker {
        opacity: 100%;
        color: #000000;
        font-size: 25px;
        text-align: center;
    }
/*
.modal-content {
    background-color: #00000000;
    border: none;
    width: 100%;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-body iframe {
    width: 100%;
}

.modal-dialog {
    width: 100%;
}

.num-becas-align {
    padding-left: 150px;
}

.num-becas-align2 {
    padding-right: 150px;
}
*/


.modal {
    background-color: #0000003f;
}

.modal-content {
    background-color: #00000000;
    border: none;
    width: 1200px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-body iframe {
    width: 100%;
    height: 800px;
    opacity: 100%;
}

.modal-dialog {
    width: 1200px;
}

.fade:not(.show) {
    opacity: 100
}

.modal-backdrop {
    background: none !important;
}

.modal {
    background-color: #0000008d;
    padding-top: 50px;
}

.btn-cerrar {
    padding-left: 65px;
    padding-right: 65px;
}

.open-pay-text {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -80px;
    margin-top: 15px;
    text-align: left;
}

.ciber-img {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
}

.open-img {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 25px;
    margin-top: 15px;
}

.checked-img {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 50px;
    margin-top: -10px;
}

.btn-cerrar {
    padding-left: 65px;
    padding-right: 65px;
}

.open-pay-text {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -80px;
    margin-top: 15px;
    text-align: left;
}

.ciber-img {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
}

.open-img {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 25px;
    margin-top: 15px;
}

.checked-img {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 50px;
    margin-top: -10px;
}

.num-becas-align {
    padding-left: 150px;
}

.num-becas-align2 {
    padding-right: 150px;
}

.disabled-link {
 /*   pointer-events: none;
    opacity: 30%*/
}

.display-yes {
    display: block
}

.display-not {
    display: none;
}

.pad-formulario {
    padding-right: 0px;
}

.gray-text {
    color: #7F7F7F;
}



.home-top {
    background: linear-gradient(90deg,rgba(0, 8, 107, 1) 0%, rgba(0, 6, 80, 1) 100%);
    color: #ffffff;
    /*  height: 420px;*/
    margin-left: 0px;
}

.top-section-title {
    font-weight: bolder;
    text-align: center;
    font-family: 'BentonSansBBVA-Bold';
    font-size: 28px;
    margin: 0px;
    color: #FFFFFF;
    letter-spacing: -0.4px;
    position: absolute;
    bottom: auto;
    right: auto;
    text-align: center;
    vertical-align: middle;
    padding-top: 120px;
    margin-bottom: auto;
    right: 0px;
    padding-left: 90px;
    height: 420px;
    background-color: #043263;
}

.mar {
    height: 420px;
    background-color: #043263;
    background-image: url("../images/cenas-home.png");
    background-position: 40px 0px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-left: 0px;
}

.order-1 {
    order: 1;
    margin-right: 0px;
    padding-right: 0px;
}

.order-2 {
    order: 2;
}