@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url(fonts/zurich-boldfont.woff);
@import url(buscar.css);
/* CSS Document */
.full-width-container {
    width: 100%;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Zurich bold';
    font-style: normal;
    font-weight: normal;
    src: local('Zurich bold'), url('./zurich-boldfont.woff') format('woff');
}
.yt-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  top: -110px;
}
/* CONTENEDOR VIDEO */
.yt-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
/* TRUCO IMPORTANTE */
.yt-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
  object-fit: cover;
  scale: 1;
}
/* OVERLAY */
.yt-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}
/* CONTENIDO */
.yt-container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: block;
}
.yt-content h1 {
  color: #fff;
  margin-bottom: 20px;

}
.yt-content h2 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 2.5rem;
}
.yt-content p {
  color: #ffffff;
  font-size: 186x;
  margin-bottom: 30px;
}
.yt-btn {
  padding: 14px 32px;
  background: #ff4a57;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.h2{
    font-family: 'Zurich bold';
    font-size: 55px;
}
body{
    margin:0;
    background:#edf0f5;
    font-family:Arial,sans-serif;
}
.btn-primary{
    display:inline-block;
    margin-top:30px;
    background:#c52f28;
    color:#fff;
    padding:18px 30px;
    text-decoration:none;
    border-radius:8px;
    transition:.3s;
    border: none;
}
.btn-primary:hover{
    color:#fff;
    transform:translateY(-4px);
    background:#c52f28;
}
/* HERO */
.tu-hero{
    overflow:hidden;
    padding-top: 300px;
}
.tu-hero__image{
    max-width:400px;
    margin:auto;
    padding-top: 100px;
}
.tu-hero__content{
    color:#fff;
    padding-top:80px;
}
.tu-hero__title{
    font-size:80px;
    font-family: 'Zurich bold';
    margin-bottom:20px;
}
.tu-hero__text{
    font-size:18px;
    line-height:1.8;
}
.tu-hero__btn{
    display:inline-block;
    margin-top:30px;
    background:#c52f28;
    color:#fff;
    padding:18px 30px;
    text-decoration:none;
    border-radius:8px;
    transition:.3s;
}
.tu-hero__btn:hover{
    color:#fff;
    transform:translateY(-4px);
}
.tu-hero__wave{
    position:absolute;
    width:100%;
    left:0;
    bottom:-10px;
}
.tu-hero__wave svg{
    width:100%;
    height:220px;
}
/* INFO */
.tu-info{
    padding:90px 0;
}
.tu-info__content{
    text-align: right;
    padding: 20px;
}
.tu-info__content h2{
    font-size:60px;
    font-family: 'Zurich bold';
}
.tu-info__content p{
    color: #000;
    font-size:16px;
    line-height:1.5;
}
.carousel-control{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    }
/* STATS */
.tu-stats{
    padding-bottom:80px;
}
.tu-stats__card{
    text-align:center;
    padding:45px 25px;
    color:#fff;
    font-family: 'Zurich bold';
}
.tu-stats__card--red{
    background:#c6a533;
    border-radius: 10px;
}
.tu-stats__card--gold{
    background:#c6a533;
    border-radius: 10px;
}
.tu-stats__icon{
    font-size:50px;
    margin-bottom:15px;
}
.tu-counter{
    font-size:60px;
    font-weight:700;
}
.text-unique{
    padding-top: 80px;
}
.centrar-cont{
    display: block;
    justify-self: center;
    }
.text-alterno{
    text-align: left;
    padding-bottom: 40px;
    padding-top: 16px;
    background-color: #fff;
    margin: 19px;
    width: 30%;
    height: 500px;
    color: #000;
    border-radius: 10px;
    box-shadow: #EAEAEA 5px 5px 10px;
}

.top-actions {
    position: fixed;
    top: 4%;
    right: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
    z-index: 9;
    color: #000000;
}
.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #000 !important;
}
.top-header-row {
    display: none;
}
.mi-video-seccion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 15px;
    background-color: #c52f28;
}
.mi-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    padding-bottom: 56.25%; /* Relación 16:9 */
}
.mi-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.text-mivideo{
    font-size: 48px;
    font-family: 'Zurich bold';
    color: #fff;
    text-align: right;
    padding: 50px;
}
.custom-carousel {
    overflow: hidden;
    border-radius: 0 60px 0 60px;
}
.custom-carousel img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}
.carousel-indicators {
    bottom: 10px;
}
.list-seccional{
    list-style-type: none;
    padding: 0 10px;
}
.contact-form{
    padding-top: 80px;
}
.control-label {
    color: #000;
}
.rate-btn {
  /* Positioning */
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999; /* Ensures it stays on top of other content */

  /* Styling */
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #000; /* Amber/Gold */
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 50px; /* Fully rounded edges */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  
  /* Interaction */
  cursor: pointer;
  transition: all 0.3s ease;
  display: none;
}

.rate-btn:hover {
  background-color: #c52f28;
  transform: translateY(-3px);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-decoration: none;
}

.rate-btn:active {
  transform: translateY(0);
}
.bkg-negro {
    background-image: url(../images/fondo-noticias.png);
    background-repeat: no-repeat;
    background-color: #000;
   background-position: 50% 30%;
   background-size:cover;
}
.card-noticias {
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 8px;
    border: 1px #fff;
    padding: 32px;
    margin: 50px 0;
}
.card-noticias p{
    color: #FFF;
}
.contenedor-btn-hoja {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.titulos-esp {
    margin: 24px 0px;
    font-size: 48px;
    font-weight: 400;
    color: #FFF;
    font-family: 'Zurich bold';
}
.btn-contenedor {
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: transparent;
    border-radius: 5px;
    margin: 0 5px;
    padding: 15px 5px;
}
.btn-contenedor:hover{
    color: #FFF;
    text-decoration: none;
}


/* Mobile optimization: make it slightly smaller on smaller screens */
@media (max-width: 480px) {
  .rate-btn {
    bottom: 16px;
    right: 16px;
    padding: 10px 18px;
    font-size: 14px;
  }
}

/* RESPONSIVE */
@media(max-width:991px){
    .tu-header{
        position:relative;
        top:0;
    }
    .tu-header__menu li{
        display:block;
        margin-bottom:15px;
    }
    .tu-header__search{
        margin-top:15px;
        width:100%;
    }
    .tu-hero{
        padding-top:50px;
        text-align:center;
    }
    .tu-hero__content{
        padding-top:300px;
    }
    .tu-hero__title{
        font-size:34px;
    }
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #666;
}
.main-nav-row .item-inner-main-nav {
    padding: 0px 0;
    text-transform: lowercase;
}
.main-nav-row .item-inner-main-nav::first-letter {
    text-transform:capitalize;
}
.main-nav-row .item-inner-main-nav .dropdown-menu li::first-letter {
    text-transform:capitalize;
}
.main-nav-row {
    background-color: transparent;
}
.main-nav-row .navbar-header {
    text-align: center;
    background-color: #305d83;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    color: #FF0000;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
    color: #FF0000;
}
.top-header-row .item-inner-top-header a {
    color: #000;
    padding: 7px 12px;
}
.main-nav-row .item-inner-main-nav a {
    color: #000;
    margin: 16px -8px 16px -0px;
    padding: 0px 10px;
    border-right: none;
    font-size: 1.6rem;
    font-weight: 500;
    border-left:0.5px solid #FF0000;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
.main-nav-row .navbar-collapse {
    padding: 0;
}
.social-media-text-top-header {
    display: none;
}
.col-links-inner-top-header {
    border: none;
    width: 100%;
}
.header {
    position: fixed;
    z-index: 8;
    display: block;
    width: 98%;
    background-color:#F5F5F788;
    margin-top: 20px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    justify-self: center;
}
.header::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: #F5F5F733;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: -2;
    pointer-events: none;
}
.header::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: transparent;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    filter: url(#glass-distortion);
    opacity: .35;
    z-index: -1;
    pointer-events: none;
}
.middle-header-row .col-sm-3 {
    width: 57%;
}

.middle-header-row .col-sm-5 {
    width: 23%;
    float: right;
}

.middle-header-row .col-sm-4 {
    width: 20%;
    float: left;
}

.ee-login-wrapper .col-md-push-6 {
    left: 0;
}

.ee-login-wrapper .col-md-6 {
    width: 100%;
}
.top-header-row {
    background: transparent;
}
.text-muted,
.copyright-row .term-conditions-link,
.footer,
.powered-by-row .term-conditions-link,
.privacy-advercity-row .term-conditions-link {
    color: #000;
}
.main-nav-row .item-inner-main-nav .dropdown-menu {
    background-color: #eaeaea !important;
    color: #fff !important;
}
.main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
    background-color: #FF0000 !important;
    color: #000;
    width: 100%;
}
.main-nav-row .item-inner-main-nav .dropdown-menu li {
    border-bottom: solid 1px #FF0000;
}
.navbar-nav li:nth-child(6) {
    /*display: none;*/
}
/*login blanco*/
.ee-navbar-profile{
background-color: #b0b0b0;
}
.ee-info {
    color: #000;
}
.ee-info a {
    color: #000 !important;
}
.header .ee-header-profile .ee-myresume {
    color: #000;
}
.js-status-hvmov {
    color: #000;
}
.header .ee-header-profile .ee-myresume .log-off {
    margin-right: 0;
    color: #000;
}
.dropdown-menu li a {
    color: #000;
}
.middle-header-row {
    padding: 10px 0px;
}
.input-group-btn .btn-default {
    background-color: transparent;
    border: 0;
}
.input-group-btn .btn-default:hover {
    background-color: transparent;
    border: 0;
}
.header .ee-login-wrapper {
    padding: 10px 0;
}
.btn-default {
    color: #fff;
    background-color: #FF0000;
    border: 3px solid #FF0000;
}
.btn-default:hover {
    color: #fff;
    background-color: #710e14;
    border: 3px solid #710e14;
}
.bg-img {
    background-size: cover !important;
    background-position: center;
    margin-top: -160px;
    position: relative;
    z-index: 0;
    background-color: #fff;
    margin-bottom: 60px;
}
.centrado {
    display: flex;
    align-items: center;
}
.padre-1 {
    display: table;
    margin-top: 390px;
}
.padre-2 {
    margin-top: 30px;
    text-align: justify;
}
.sec-impulsa{
    background-color: #f6f8f9;
    padding: 5% 0%;
}
.padre-3 {
    display: table;
    height: 94px;
}
.hijo {
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
}
.hijo h3{
    margin-bottom: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
}
.hijo p{
    margin-bottom: 10%;
}
.img-w{
    width: 60%;
}
.title-1 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    margin-top: 26px;
    text-transform: lowercase;
    font-family: 'Zurich bold';
}
.title-1::first-letter{
    text-transform: capitalize;
}
.title-2 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.title-footer {
    font-size: 24px;
    font-weight: 600;
    color: #F4EBDD;
}
.title-3 {
    font-size: 16px;
    font-weight: 600;
    color: #F4EBDD;
}
.institucional{
    width: 90%;
}
.space {
    margin-top: 10%;
}
.space-0 {
    height: 0.5px;
}
.space-1 {
    height: 10px;
}
.space-2 {
    height: 20px;
}
.space-3 {
    height: 30px;
}
.space-4 {
    height: 40px;
}
.space-5 {
    height: 50px;
}
.space-6 {
    margin-top: 5.4%;
}
.line-1 {
    height: 4px;
    background-color: #FF0000;
    margin-top: 43px;
    border-radius: 20px;
}
.title-invitamos {
    color: #000;
    font-weight: 600;
    font-size: 36px;
    margin-top: 26px;
    text-align: center;
    margin-top: 10%;
    line-height: normal;
    font-family: 'Zurich bold';
}
.line-2 {
    height: 1px;
    background-color: #BAA768;
    border-radius: 20px;
}
.img-body-2 {
    filter: brightness(106%) contrast(118%) saturate(9%) blur(0px) hue-rotate(0deg);
    width: 94px;
}

.img-body-2:hover {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.img-body-3 {
    filter: brightness(100%) contrast(100%) saturate(8%) blur(0px) hue-rotate(0deg);
}

.img-body-3:hover {
    filter: brightness(100%) contrast(100%) saturate(107%) blur(0px) hue-rotate(0deg);
}

.w_50 {
    width: 50%;
}

.w_60 {
    width: 60%;
}

.w_70 {
    width: 70%;
}

.w_90 {
    width: 90%;
}

.w_100 {
    width: 100%;
}

.rrss {
    display: flex;
    flex-direction: row;
    gap: 11%;
    width: 54%;
    align-items: center;
}
.rrss a:hover {
    color: #8D0F30;
}
.link {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.txt-data {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}
.txt-data img {
    width: 20px;
}
.txt-data a {
    color: #fff;
}
.txt-data:hover {
    color: #BAA768;
}
.txt-data a:hover {
    color: #BAA768;
}
.txt-white {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    transition: color 0.3s;
}
.txt-white a {
    color: #fff;
}
.txt-white :hover {
    color: #BAA768;
}
.txt-white a:hover {
    color: #BAA768;
    text-decoration: none;
}
.box-grey-1 {
    background-color: #1e1e1e;
    padding: 2%;
}
.box-white-1 {
    padding: 20px 0;
}
.txt-grey {
    color: #808080;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}
.test {
    background-color: #1fa855;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    left: 10px;
    padding: 10px;
    position: fixed;
    bottom: 15%;
    right: 9px;
    z-index: 2;
    display: none;
}
.item-inner-top-header {
    position: absolute !important;
    left: 541px;
    top: 32px;
    border-left: 1px solid #FF0000;
    z-index: 1;
}
.navbar-nav li:nth-child(5) {
    display: none;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #FF0000;
}
.notifications .alert:not(.hidden) {
    margin-top: 100px;
}
.form-contact-row {
    margin-top: 100px;
}
.form-contact-row p{
    color: #000;
}
.tarjetas {
    display: flex;
    margin-left: -11%;
    gap: 8px;
    margin-top: 0px;
}
.libro {
    content: url("../images/work.svg");
    width: 45px;
    padding: 0px 10px;
}
.marquee {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: rgb(197, 47, 40);
    color: rgb(197, 47, 40);
    padding-top: 5px;
}
.marquee li {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.marquee__content {
    display: flex;
    list-style: none;
    animation: scrolling 20s linear infinite;
    align-items: center;
}
.marquee__item {
    flex-shrink: 0;
}
.marquee a {
    color: #FFF;
    text-decoration: none;
}
.marquee a:hover {
    color: #FFF;
    text-decoration: none;
}
@keyframes scrolling {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}
.card {
    width: 300px;
    padding: 20px;
    background: #fff;
    border: 6px solid #EAEAEA;
    box-shadow: 12px 12px 0 #003359;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 20px;
    margin-bottom: 0px;
    min-height: 500px;
}
.card:hover {
    transform: translate(-5px, -5px);
    box-shadow: 17px 17px 0 #003359;
}
.card__title {
    font-size: 22px;
    font-weight: 600;
    color: #13526b;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.card__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #003359;
    transform: translateX(-100%);
    transition: transform 0.3s;
}
.card:hover .card__title::after {
    transform: translateX(0);
}
.card__content {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
}
.card__button {
    border: 3px solid #003359;
    background: #003359;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    left: 25%;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
    width: 50%;
    height: 100%;
    border-radius: 5px;
}
.card__button:hover {
    border: 3px solid #408eeb;
    background-color: #408eeb;
    color: #fff;
    transition: transform 0.3s;
}
.ee-body.university {
    margin-bottom: 200px;
}
@keyframes glitch {
    0% {
        transform: translate(2px, 2px);
    }
    25% {
        transform: translate(-2px, -2px);
    }
    50% {
        transform: translate(-2px, 2px);
    }
    75% {
        transform: translate(2px, -2px);
    }
    100% {
        transform: translate(2px, 2px);
    }
}
.glitch {
    animation: glitch 0.3s infinite;
}
.eesites-offer-data {
    margin-top: 100px;
}

/*Fix botones ofertas mobile*/
.eesites-fixed-buttons.affix-bottom {
    /* position: inherit !important; */
    bottom: auto;
    top: 0;
}

.eesites-fixed-buttons {
    position: inherit !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: -110px;
    background-color: #fff;
}

.affix {
    position: inherit !important;
}

.eesites-full-width-buttons {
    width: calc(100% + 30px);
    margin-left: -15px;
    z-index: 999;
    background-color: #fff;
    margin-top: 90px;
    margin-bottom: 20px;
}

.eesites-fixed-buttons.affix-bottom {
    /* position: fixed !important; */
    bottom: auto;
    top: 0;
}

.eesites-fixed-buttons {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: -110px;
    background-color: #fff;
}

.affix {
    position: fixed !important;
}

@media (max-width: 1199px) {
    .item-inner-top-header {
        left: 440px;
    }
}
@media (max-width: 990px) {
    .item-inner-top-header {
        left: 322px;
    }
}
@media (max-width: 900px) {
    .bg-img {
        margin-top: -221px;
    }
    .padre-1 {
        height: 447px;
    }
    .item-inner-top-header {
        left: 317px;
    }
}
@media (max-width: 767px) {
    .eesites-fixed-buttons.affix-bottom {
        position: inherit !important;
    }
    .mainnav-toggle-search-row {
        background-color: transparent;
        margin: 0;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        color: #FF0000;
    }
    .navbar-nav {
        width: 98%;
        text-align: left;
        background:rgba(255,255,255,0.95);
        margin-top: 20px;
    }
    .navbar-nav {
        margin: 5px 0px;
    }
    .navbar-nav>li {
        float: none;
        display: list-item;
    }
    .main-nav-row .item-inner-main-nav a {
        color: #000000;
        margin: 0px 0px 0px 0px;
        padding: 12px 40px;
        font-size: 14px;
    }
    .mainnav-toggle-search {
        width: 100%;
    }
    .main-nav-row .navbar-header {
        text-align: center;
        background:rgba(255,255,255,0.95);
        border-radius:12px;
        box-shadow:0 8px 25px rgba(0,0,0,.08);
    }
    .title-1 {
        color: #000;
        font-weight: 600;
        font-size: 30px;
        margin-top: 26px;
        text-transform: lowercase;
        font-family: 'Zurich bold';
    }
    .title-1::first-letter{
        text-transform: capitalize;
    }
    .main-nav-row .navbar-header .icon-bar {
        background-color: #000;
    }
    .fa-search:before {
        content: "\f002";
        color: #000;
    }
    .bg-img {
        padding: 30px 0;
        margin-top: 0;
    }
    .padre-1 {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-top: 100px;
    }
    .padre-2 {
        height: auto;
    }
    .line-1 {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .padre-3 {
        display: table;
        height: 94px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .w_50 {
        width: 40%;
    }
    .w_70 {
        width: 50%;
    }
    .w_100 {
        width: 70%;
    }
    .w_90 {
        width: 50%;
    }
    .w_60 {
        width: 40%;
    }
    .test {
        display: none;
    }
    .main-nav-row .navbar-collapse {
        background-color: #ffffff;
    }
    .navbar-nav li:nth-child(5) {
        display: block;
    }
    .img-chica {
        margin-top: -50px;
    }
    .notifications .alert:not(.hidden) {
        margin-top: 130px;
    }
    .card {
        width: 300px;
        padding: 20px;
        background: #fff;
        border: 6px solid #F4EBDD;
        box-shadow: 12px 12px 0 #630318;
        transition: transform 0.3s, box-shadow 0.3s;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    .tarjetas {
        display: block;
        margin-left: 0%;
        margin-top: 75px;
    }
    .centrado {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .tu-hero
    {
        min-height: 900px;
    }
    .tu-info {
    padding: 20px 0;
    }
    .tu-hero__btn {
    margin-bottom: 0px;
    }
    .text-alterno{
    padding: 20px;
    margin: 5px;
    width: 90%;
    }
    .tu-hero__content{
        padding-top:250px;
    }
    .centrar-cont{
    margin: 20px;
    }
    .tu-hero__text{
        line-height: 1.1;
    }
}