@import url(fonts/fonts.css);
@import url(buscar.css);
@import url(loader.css);
@import url(slider.css);
@import url(social.css);
@import url(sidebar.css);
@import url(lines.css);
@import url(popup.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.main-nav-row {
    display: none;
}

.bg-site {
    background: url(../images/bg-universidad.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 110vh;
    transition: all .5s;
    margin-top: -23px;
}

.ee-body.university {
    margin-bottom: 0px;
    margin-top: -10px;
}

.middle-header-row .col-sm-3 {
    display: none;
}

.box-1 {
    padding: 45px 50px;
    box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
    border-radius: 10px;
    background: #ffffffe6;
    position: absolute;
    width: 50%;
    transform: translate(50%, 10%);
    z-index: 2;
}

.box-big {
    position: relative;
    width: 100%;
    height: auto;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #666;
}

.date-feria {
    font-size: 20px;
    font-weight: 800;
    color: #0F385A;
}

.img-logo-ee {
    width: 20%;
    margin-left: 5px;
}

.box-item {
    width: 150px;
    height: 150px;
    padding: 0;
    background: #15BECE;
    border-radius: 100px;
}

.box-3 {
    padding: 45px 50px;
    box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
    border-radius: 10px;
    height: 347px;
}

.box-2 {
    padding: 45px 50px;
    box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.4s;
    min-height: 465.38px;
}

.box-2::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    transform: scaleX(0);
    z-index: -1;
    transition: 500ms;
}

.box-2:hover {
    transform: translateY(-10px);
}

.box-2:hover::before {
    transform: scaleY(1);
}

.box-2 img {
    filter: brightness(0) invert(1);
}

.btn-ver-mas {
    background: #FBAF17;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'BrandonGrotesque-Bold';
}

.btn-ver-mas:hover {
    background: #f1a409;
    color: #fff;
}

.btn-empresa {
    background: #A6CE38;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'BrandonGrotesque-Bold';
}

.btn-empresa:hover {
    background: #97bc30;
    color: #fff;
    border: none;
}

.btn-empresa-reg {
    background: #0F385A;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'BrandonGrotesque-Bold';
}

.btn-empresa-reg:hover {
    background: #092a45;
    color: #fff;
    border: none;
}

.space-1 {
    height: 10px;
}

.space-2 {
    height: 20px;
}

.space-3 {
    height: 30px;
}

.space-4 {
    height: 40px;
}

.space-5 {
    height: 50px;
}

.txt-center {
    text-align: center;
}

.no-padding {
    padding: 0;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.middle-header-row {
    padding: 1px;
}

.txt-right {
    text-align: right;
    float: right;
}

.txt-left {
    text-align: left;
}

.title-2 {
    font-family: 'BrandonGrotesque-Bold';
    color: #15BECE;
    font-size: 40px;
    margin: 0;
}

.title-3 {
    font-family: 'BrandonGrotesque-Bold';
    color: #0F385A;
    font-size: 24px;
    margin: 0;
}

.info-empresa {
    display: flex;
    align-items: center;
}

.img-empresas {
    border-radius: 20px;
}

.footer {
    z-index: 4;
}

.sec-desktop {
    display: block;
}

.sec-mobile {
    display: none;
}

.ee-info {
    color: #fff;
}

.ee-info a {
    color: #fff;
}

.js-status-hvmov {
    color: #fff;
}

.ee-header-profile {
    position: absolute;
    right: 0px;
    top: 20px;
}

.item-ofertas {
    background-color: #EC0677;
}

.img-logos {
    width: 70%;
}

@keyframes agrandar-imagen {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.imagen-animada {
    animation: agrandar-imagen 4s infinite alternate;
    width: 100%;
    height: auto;
    display: block;
}

.kenburns-top {
    -webkit-animation: kenburns-top 15s ease-out both infinite alternate;
    animation: kenburns-top 15s ease-out both infinite alternate;
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@media (max-width: 1900px) {
    .bg-site {
        height: 120vh;
    }
}

/* Media query para pantallas de portátiles de 14 pulgadas (y similares) */
@media (max-width: 1440px) {

    /* Ajusta los estilos aquí para pantallas que no superen los 1440px de ancho */
    .bg-site {
        height: 150vh;
    }
}

@media (max-width: 1366px) {

    /* Ajustes específicos para resoluciones de 1366px y menores, común en portátiles de 14" */

}

@media (max-width: 1100px) {
    .box-1 {
        width: 60%;
        transform: translate(35%, 50%);
    }
}

@media (max-width: 900px) {
    .box-1 {
        width: 80%;
        transform: translate(15%, 50%);
    }
}

@media (max-width: 767px) {
    .main-nav-row .navbar-brand.ee-mod {
        margin: 15px 0 10px 0;
    }

    .main-nav-row .ee-navbar-toggle-search {
        margin-top: 15px;
    }

    .navbar-toggle {
        margin-top: 18px;
        background-color: #173557;
        margin-left: 10px;
        position: relative;
        z-index: 5;

    }

    .main-nav-row .navbar-header .icon-bar {
        background-color: #ffffff;
    }

    .sidebar {
        display: none;
    }

    #check,
    #btn,
    #cancel {
        display: none;
    }

    .main-nav-row {
        display: block;
    }

    .sec-desktop {
        display: none;
    }

    .sec-mobile {
        display: block;
    }

    .box-1 {
        position: relative;
        width: 90%;
        transform: translate(5%, 0%);
        top: -150px;
    }

    .box-2 {
        margin-bottom: 30px;
    }

    .info-empresa {
        display: block;
    }

    .btn-empresa,
    .btn-empresa-reg {
        display: table;
        margin-bottom: 20px;
    }

    .box-3 {
        height: auto;
    }

    .modal-content-1 .container {
        padding: 0;
        margin-top: 20px;
    }

    .modal-content-1 .col-xs-12 {
        padding: 0;
    }

    .modal-content-2 .container {
        padding: 0;
    }

    .info-empresa {
        padding: 0;
    }

    .box-2,
    .box-3 {
        padding: 45px 30px;
    }

    .img-logos {
        width: 100%;
    }
}