@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');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

:root{
    --amarillo: #F1B42F;
    --blanco: #fff;
    --morado: #993D86;
    --moradoDark: #371F52;
    --moradoDark2: #2c1943;
    /*--degradado: linear-gradient(90deg, #371F52 21.97%, #6B2F6D 65.05%, #993D86 82.24%, var(--amarillo) 120.53%)*/
    --degradado: linear-gradient(90deg, rgb(57 30 84) 21.97%, rgb(89 50 132) 65.05%, rgb(206 27 140) 82.24%)
}

body{
    font-family: 'Poppins', sans-serif;
}


/* Header */
header {
    background: var(--degradado);
    display: flex;
    position: fixed; /* o fixed si quieres que siempre esté visible */
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    z-index: 10; /* más alto que cualquier otro div */
}

/*header {
    background: var(--degradado);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    z-index: 2;

}*/

.header__menu {
    display: inline-grid;
    text-align: center;
    align-items: center;
    cursor: pointer;
}

.header__menu i {
    font-size: 26px;
    color: var(--blanco);
}

.header__menu span {
    color: var(--blanco);
    font-weight: bold;
}

/* Menu */

.menu {
    position: fixed;
    z-index: 999;
    background: rgba(30, 17, 44, 1);
    width: 100%;
    top: 0px;
    height: 100%;
    padding: 20px 30px 20px;
    overflow: auto;
}

.menu__cerrar {
    color: var(--blanco);
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.menu__eslogan {
    position: fixed;
    bottom: 0px;
    right: 30px;
}

.menu__logo {
    margin-bottom: 20px;
    text-align: right;
}

.menu__logo img {
    width: 80px;
}

.menu__lista {
    display: flex;
    gap: 15px;
    justify-content: space-around;
    align-items: baseline;
}

.menu__modalidad h1 {
    color: var(--amarillo);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.menu__modalidad a {
    color: var(--blanco);
    font-size: 14px;
    font-weight: 500;
    word-wrap: break-word;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.menu__modalidad span {
    border: 1px var(--amarillo) solid;
    color: var(--amarillo);
    font-size: 10px;
    font-weight: 500;
    word-wrap: break-word;
    margin-left: 12px;
    padding: 1px 10px;
    border-radius: 10px;
}

.menu__items h1 {
    color: var(--blanco);
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
    text-align: right;
    margin-bottom: 30px;
}

.menu__items {
    border-right: 1px solid var(--blanco);
    padding-right: 15px;
    width: 28%;
}

.menu__items h2 {
    color: var(--amarillo);
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
    text-align: right;
}

.menu__items__oferta {
    display: flex;
    gap: 19px;
    margin-bottom: 30px;
    justify-content: end;
}

.menu__items__oferta a {
    font-size: 12px !important;
    font-weight: 700 !important;
}

.menu__items__oferta a:hover {
    text-decoration: underline;
}

.menu__modalidad a:hover {
    color: var(--amarillo);
}

.menu__items a {
    display: block;
    color: var(--blanco);
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    text-align: right;
    text-decoration: none;
    margin-bottom: 15px;
}

.menu__items a:hover {
    color: var(--amarillo);
}

/*
.menu__modalidad {
    width: 30%;
}*/

.menu__modalidad.menu__modalidad_1 {
    width: 100%;
    margin-top: 50px;
}

/* footer*/
footer {
    background: var(--degradado);
    position: relative;
    float: left;
    width: 100%;
}

.footer__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer__creditos {
    padding: 30px 15px;
    border-top: 1px solid var(--blanco);
    text-align: center;
    color: var(--blanco);
    font-weight: bold;
}

.footer__creditos a {
    color: #fff;
}

.footer__logo {
    border-right: 1px solid var(--blanco);
    padding: 3% 4% 3% 0%;
}

a.footer__redes__youtube i {
    margin-right: 12px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.footer__list h1 {
    font-size: 18px;
    color: var(--blanco);
    font-weight: bold;
    margin-bottom: 20px;
}

.footer__contacto a, .footer__redes a {
    color: var(--blanco);
    font-size: 14px;
    display: flex;
    margin-bottom: 16px;
    text-decoration: none;
    justify-content: left;
    align-items: center;
}

.footer__contacto a img, .footer__redes a img {
    margin-right: 13px;
    display: block;
}

.footer__universidad a {
    color: var(--blanco);
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

/* Contacto flotante */

.contacto_flotante__item {
    /*display: none;*/
    opacity : 0;
    transition : 0.5s ease;
}



.flotante__show{
    opacity : 1;
    transition : 0.5s ease;
}


.contacto_flotante {
    position: fixed;
    bottom: 105px;
    right: 29px;
    /*z-index: 9999999999;*/
    z-index:999;
}

.contacto_flotante__principal img {
    width: 60px;
    cursor: pointer;
    position : relative;
    z-index : 20;
}

.contacto_flotante__telefono {
    position: absolute;
    /*top: -70px;
    right: 10px;*/
    top: 7px;
    right: 6px;
    transition : 0.5s; 
}

 .flotante__show.contacto_flotante__telefono{
    top: -70px;
    right: 10px;
    transition : 0.5s;
    position: absolute;
    opacity : 1;
}

.contacto_flotante__whatsapp {
    position: absolute;
    /*bottom: -30px;
    right: 80px;*/
    bottom: 5px;
    right: 3px;
}
.flotante__show.contacto_flotante__whatsapp{
    position: absolute;
    bottom: -30px;
    right: 80px;
}

.contacto_flotante__compartir {
    position: absolute;
    /*bottom: -70px;
    right: 8px;*/
    bottom: 4px;
     right: 8px;
}

.flotante__show.contacto_flotante__compartir{
    bottom: -70px;
    right: 8px;
    transition : 0.5s;
    position: absolute;
    opacity : 1;
    cursor :pointer;
}


.contacto_flotante__ayuda {
    position: absolute;
    /*top: -30px;
    right: 80px;*/ 
    top: 6px;
    right: 2px;
}

.flotante__show.contacto_flotante__ayuda{
    top: -30px;
    right: 80px;
    transition : 0.5s;
    position: absolute;
    opacity : 1;
    cursor : pointer;
}

.contacto_flotante__item img {
    width: 44px;
    object-fit: contain;
    height: 44px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

.contacto_flotante__principal img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}


.content-shared{
    border-radius: 10px;
    background: #000;
    transition: .6s;
    width: 350px;
    height: 220px;
    padding: 1rem;
    position: fixed;
    z-index: 1000;
    right: 0;
}
.content-shared.desactive-content{
    transform: translateX(500px);
}

.content-shared .button-closed-shared{
    border:none;
    background: transparent;
    float : right;
    width: 20px;
    height: 20px;
    color: #fff; 
}
.shareon {
    display: flex;
    justify-content: space-evenly;
    margin: 1rem auto;
}
.input-contain-url{
    width: 100%;
    border: none;
    border-radius: 3px;
    height: 35px;
}
.copy{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.copy .copy-button{
    width: 240px;
    height: 38px;
    border: none;
    border-radius: 5px;
    background: #371f52;
    color: #fff;
    font-family: Poppins;
    transition: 0.5s;
}
.copy .copy-button:hover{
    background:#f1b42f;
    color:#000;
    transform: translateY(-4px);
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}
/* Interiores */

.interiores__contenido {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 15px 60px;
}

.interiores__contenido__titulo{
    color: var(--morado);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.interiores__contenido__texto{
    padding-bottom: 20px;
}

@media only screen and (max-width: 1100px)  {
    .footer__contacto{
        max-width: 300px;
        width: auto;
    }
}

@media only screen and (max-width: 900px)  {
    .footer__list{
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: left;
        padding: 1rem;
    }
    
}

@media only screen and (max-width: 768px) and (min-width: 300px)  {
    
    .header__logo img {
        width: 260px;
    }

    
    .footer__creditos {
        padding: 15px 15px;
        font-size: 12px;
    }

    .footer__list {
        padding: 15px;
        flex-wrap: wrap;
        justify-content: left;
        gap: 20px;
    }

    .footer__logo {
        border-right: 0px solid var(--blanco);
        padding: 0px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .menu {
        padding: 10px 15px 15px;
    }

    .menu__logo {
        text-align: left;
    }

    .menu__lista {
        gap: 20px;
        flex-wrap: wrap;
    }

    .menu__items {
        border-right: 0px solid var(--blanco);
        padding-right: 0px;
        width: 100%;
        border-bottom: 1px solid var(--blanco);
    }

    .menu__items h2,
    .menu__items h1 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: left;
    }

    .menu__items__oferta {
        justify-content: left;
        margin-bottom: 15px;
    }

    .menu__items a {
        text-align: left;
    }

    .menu__eslogan img {
        margin: 0 auto;
        display: block;
    }

    .menu__eslogan {
        position: relative;
        bottom: 0px;
        right: 0px;
    }

    .menu__modalidad {
        width: 100%;
    }

    .interiores__contenido {
        padding: 15px 15px;
    }

    .interiores__contenido__titulo {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .interiores__contenido__texto p {
        font-size: 14px;
    }
}