/* Color Rojo: rojo->#e00034 gris->#847770*/
.no-gutter>[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Praxis-Next', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

ol {
    font-family: 'Praxis-Next', sans-serif;
}

#semi-body {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

p {
    font-family: 'Praxis-Next', sans-serif;
}

/* -------------------- LOADER-----------*/
#preloader {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    z-index: 10001;
}

.preloader {
    width: 70px;
    height: 70px;
    border: 10px solid #eee;
    border-top: 10px solid #e00034;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*------------- TERMINA EL LOADER --------------*/

/*----------SUB-MENU-----------*/
.submenu {
    position: initial !important;
}

/*--------------------------------------- COMMON STYLES -----------------------------------------*/
section{
    padding: 30px;
}

.section_title h2 {
    font-family: 'Alverata', sans-serif;
    text-align: center;
    position: relative;
    color: #e00034;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #e00034;
    left: 50%;
    margin-left: -30px;
}

.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 24px;
    right: 24px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 55px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 0px 3px #999;
    z-index: 100;
}

.whatsapp:hover {
    background-color: #fff;
    color: #25d366;
}

.my-whatsapp {
    margin-top: 13px;
}

/*--------------------------------------- SECTION HOME -----------------------------------------*/
/*menu*/
.header h2 {
    height: 0px;
    margin: 0px;
}

.header {
    background-size: cover;
    background-repeat: no-repeat;
}

.iberoback {
    height: 108%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: -1;
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
}

.iberoback img {
    min-width: 100%;
    max-height: 100%;
    position: relative;
    margin-top: 50px;
    float: left;
}

.iberoback img {
    object-fit: cover;
}

#headerIberoPC {
    margin-top: -30px;
    top: 6%;
}

#headerIberoCel {
    display: none;
}

.header .section_overlay {
    background-color: rgba(33, 33, 33, .50);
}

.navbar {
    position: fixed !important;
    z-index: 10000 !important;
    width: 100%;
    background-color: #e00034 !important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.imgheader{
    margin-top: 55px;
}

.logo {
    padding-top: 13vh;
    padding-bottom: 50px;
}

.home_text {
    text-align: left;
}

h1 {
    font-family: 'Alverata', sans-serif;
}

h2 {
    font-family: 'Alverata', sans-serif;
    color: #e00034;
    font-weight: bold
}

.home_text h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px
}

.home_text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 300;
}

.download-btn {
    margin-top: 60px;
    margin-bottom: 50px;
}

.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: #e00034 !important;
    color: white !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 19px !important;
    border-radius: 3px !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}

.home-btn:hover {
    background-color: #fff !important;
    color: #e00034 !important;
    border-color: #e00034 !important;
}

/*--------------------------------------- SECTION ABOUT -----------------------------------------*/
.about {
    background: #F1F1F1;
}

.inner_about_area {
    padding-top: 5px;
    padding-bottom: 30px;
}

.inner_about_desc {
    padding-top: 30px;
}

.single_about_area {
    position: relative;
    padding-bottom: 4px;
    padding-left: 30px;
}

.single_about_area div i {
    font-size: 55px;
    color: #BABABA;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_about_area h3 {
    color: #343434;
    font-size: 20px;
    font-weight: 800;
}

.single_about_area p {
    color: #727272;
    font-size: 15px;
}

.single_about_area:hover div i {
    color: #e00034;
}
.hidden{
    display: none;
}
.asesores-cita{
    font-weight: 800;
}
#appointment-button{
    margin-top: 10px;
}
#advisor-link{
    margin-top: 10px;
}
/*--------------------------------------- SECTION VIDEO -----------------------------------------*/
.video_area {
    background: #e4e4e4;
    padding-bottom: 30px;
    padding-top: 30px;
}

.video_ite {
    margin-top: 70px;
}

.video_ite_esp {
    position: relative;
    background: #FFFFFF;
    padding: 116px 22px 22px;
}

.video_ite_esp:before {
    content: '';
    background: url('../images/logoRojo.png');
    width: 159px;
    height: 72px;
    position: absolute;
    top: 22px;
    left: 22px;

}

.video_vg {
    margin-top: 70px;
}

#vg_banner {
    margin-top: 5%;
}

/* visitas guiadas */

.visita_guiada_esp {
    position: relative;
    background: #FFFFFF;
    padding: 116px 22px 22px;
}

.visita_guiada_esp:before {
    content: '';
    background: url('../images/logoRojo.png');
    width: 159px;
    height: 72px;
    position: absolute;
    top: 22px;
    left: 22px;

}

/* TODO Tendencias*/

.fondo_tarjeta1 {
    position: relative;
    background: #e00034;
    padding: 116px 22px 22px;
}

.fondo_tarjeta1:before {
    content: '';
    background: url('../images/LogoBlanco.png');
    width: 159px;
    height: 72px;
    position: absolute;
    top: 22px;
    left: 22px;
}

/*Triángulo*/
.fondo_tarjeta1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #FFF;
    border-left: 100px solid transparent;
}

.div-examen {
    margin-right: 0 !important;
    max-width: 1280px !important;
}

.video_title {
    padding-bottom: 30px;
}

.video_title h2 {
    font-family: 'Alverata', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-top: 0px;
}

.video_title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    background: #e00034;
    height: 1px;
}

.video_title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
    color: #333;
    font-weight: 300;
}

.btn-whats {
    background: #25d366 !important;
    color: white !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 21px !important;
    padding-right: 21px !important;
    font-size: 19px !important;
    border-radius: 3px !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}

.btn-whats:hover {
    background-color: white!important;
    color: #25d366 !important;
    border-color: #25d366;
}

.btn-video,
.btn-video:active,
.btn-video:focus,
.btn-video:visited {
    background: transparent !important;
    border: 1px solid #929292 !important;
    color: #686868 !important;
    border-radius: 3px !important;
    padding: 12px 35px !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}

.btn-video:hover {
    background: #e00034 !important;
    color: #fff !important;
    border: 1px solid #e00034 !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: white !important;
    border-radius: 3px !important;
    padding: 12px 35px !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}

.btn-primary:hover {
    color: #e00034 !important;
    background: #fff !important;
}

.video iframe {
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
    margin-top: 5%;
}

.link_rojo {
    text-decoration: none;
    color: #e00034;
}

.link_rojo:hover {
    text-decoration: underline;
    color: #e00034;
}

.link_blanco {
    text-decoration: none;
    color: white;
}

.link_blanco:hover {
    text-decoration: underline;
    color: white;
}

.texto_rojo{
    color: #e00034 !important;
}
.rojo_ibero{
    color: #e00034;
}
.fondo_rojo{
    background-color: #e00034;
}
.fondo_blanco{
    background-color: #FFF;
}
.fondo_gris{
    background-color: lightgray;
}

/*-------------- BOTON FLOTANTE PROCESO DE ADMISIÖN -----------------------------*/
.floating-button {
    position: fixed; /* Posición fija en la pantalla */
    left: 40px; /* Espacio desde la izquierda */
    bottom: 40px; /* Espacio desde abajo */
    width: auto; /* Ancho del botón */
    padding: 0 20px;
    height: 60px; /* Alto del botón */
    border: none;
    background-color: #e00034; /* Color de fondo del botón */
    border-radius: 10%; /* Redondea el botón para hacerlo circular */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); /* Sombra opcional para un efecto "flotante" */
    /*display: flex;*/
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    color: white; /* Color del texto del botón */
    text-decoration: none; /* Remueve el subrayado si es un enlace */
    font-size: 1.3em; /* Tamaño del texto */
    font-weight: bold; /* Negrita para el texto */
    text-align: center;
    line-height: 20px;
    z-index: 10;
}
/* Opcional: efecto al pasar el ratón por encima */
.floating-button:hover {
    background-color: #c0002d; /* Un rojo un poco más oscuro para el hover */
    color: white;
}


/*--------------------------------------- SECTION CARDS -----------------------------------------*/
*::before,
*::after {
    box-sizing: border-box;
}
.cards{
    list-style: none;
    padding: 0;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.card__content{
    padding: 15px;
    text-align: center;
}
.banner {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------- NEW CARD ---------------------------------------------------*/
.card {
    width: 100%;
    max-width: 252px;
    height: 265px;
    padding: 0;
    background: white;
    border-radius: 30px;
    transition: 0.2s ease-in-out;
    margin: 10px auto;
}
.card .img {
    width: 100%;
    height: 50%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: linear-gradient(#e66465, #9198e5);
    display: flex;
    align-items: top;
    justify-content: right;
}
.card .img-card1{
    background: url('../platicas-carreras/images/Header_Visitas_Guiadas.webp') no-repeat center right;
    background-size: cover;
}
.card .img-card2{
    background: url('../orientacion-vocacional/images/OV_Talleres.webp') no-repeat center center;
    background-size: cover;
}
.card .img-card3{
    background: url('../open-week/images/Header_Open_Week.webp') no-repeat center center;
    background-size: contain;
}
.card .img-card4{
    background: url('../ingeniatualimento/images/O24-Header-Ing_Alimentos-Cel.webp') no-repeat center center;
    background-size: contain;
}
.card .text {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: space-around;
}

.card .text .h3 {
    font-family: 'Lucida Sans' sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.card .text .p {
    font-family: 'Lucida Sans' sans-serif;
    color: #999999;
    font-size: 13px;
}

.card-btn,
.card-btn:focus,
.card-btn:active,
.card-btn:visited {
    color: #e00034 !important;
    text-align: left;
    padding: 0 !important;
    font-size: 13px !important;
}

.card:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

/*--------------------------------- SWIPER ----------------------------------------------------*/
.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper-pagination-bullet-active{
    background: #e00034 !important;
}
.swiper-button-prev, .swiper-button-next{
    color: #e00034 !important;
}

/*--------------------------------------- SECTION CALL TO ACTION -----------------------------------------*/

.btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
    background: #e00034 !important;
    border: 1px solid #e00034 !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 15px 35px !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}

.btn-action:hover {
    background: white !important;
    border-color: #e00034 !important;
    color: #e00034 !important;
}

/*--------------------------------------- SECTION BECAS CONCURSOS Y ACTIVIDADES -----------------------------------------*/

.download {
    background: #fff;
}

#CONTACT {
    background-color: white;
}
/*------------ REDES SOCIALES ---------------*/
.social_icons {
    padding-top: 50px;
    padding-bottom: 50px;
}

.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.social_icons ul li {
    list-style: none;
    display: inline;
    margin: 20px;
}

.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social_icons ul li a:hover {
    fill:#fff;
}

/*--------------------------------------- SECTION FOOTER -----------------------------------------*/
.copyright {
    background-color: #1A1D22;
    padding-bottom: 65px;
    padding-top: 65px;
    border-bottom: 3px solid #e00034;
}

.copy_right_text {
    width: 90%;
}

.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    font-size: 15px;
}

.copy_right_text p a {
    color: #8C8B8A;
    font-weight: 600;
    font-size: 15px;
}

.copy_right_text p a:hover {
    color: white;
}

/*------------- MEDIA QUERIES -----------------*/

@media all and (max-width:1200px) {
    .video_title {
        padding-bottom: 15px;
    }

    .video_title h2 {
        font-size: 28px;
        line-height: 1.5px;
        display: inline;
    }

    .video_title h2:after {
        bottom: -12px;
    }

    .video_title p {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 25x;
    }
}

@media (max-width: 768px) {
    #btn2 {
        margin-top: 15px;
    }

    .video {
        padding-top: 50px;
    }

    .video-button {
        text-align: center;
    }

    .home_text {
        text-align: center;
    }

    .iberoback {
        height: 120vh;
    }

    #headerIberoPC {
        display: none;
    }

    #headerIberoCel {
        display: flex;
    }

    .video_area {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .p-cel{
        padding-left: 0;
    }
}

@media (min-width: 769px) {

    .video-button {
        text-align: center;
    }

    .video {
        padding-bottom: 70px;
    }
}

@media (max-width: 992px) {

    .fondo_tarjeta1 {
        margin-top: 50px;
    }

    .video {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .video-button {
        text-align: left;
    }

    .video {
        padding-top: 0px;
    }
}

@media (min-width: 1200px) {
    .video-button {
        text-align: left;
    }

    .video {
        padding-top: 0px;
    }
}