

/*-----------------titular jumbo---------------------*/
.titular_jumbo .descripcion_area {
    font-size: clamp(1.25rem, 1.202rem + 0.24vw, 1.5rem);
    color: #333;
    font-weight: 500;
}

.titular_jumbo .descripcion_area .objeto::after {
    content: "\f57d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #88c90d;
    margin-left: 5px;
}

.titular_jumbo .descripcion_area .libro::after {
    content: "\f02d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    color: #7869cf;
    margin-left: 5px;
}

.titular_jumbo .descripcion_area .mano_amor::after {
    content: "\f4be";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ff5b35;
    margin-left: 5px;
}


.titular_jumbo .descripcion_area .alumno::after {
    content: "\f51c ";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #32C0CF;
    margin-left: 5px;
}


/*-----------texto presentacion imagen g---------------------*/
.texto_presentacion_imagen_g .subtitulo{ font-size: 17px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500;}

.texto_presentacion_imagen_g .texto_pres {    line-height: 130%;    text-align: justify;}

.texto_presentacion_imagen_g h2 {
    color: #333;
    font-size: clamp(1.75rem, 1.503rem + 1.24vw, 3.125rem);
    font-weight: 500;
    text-align: left;
    line-height: 100%;
}




/*------------------cajas servicios_imagenes----------------------*/
.servicios_imagenes .zona_titulares h2 {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    font-size: clamp(1.25rem, 0.964rem + 1.43vw, 3rem);
}
.servicios_imagenes  .descripcion_area p{margin-bottom: 0px;}
.servicios_imagenes .caja {
    display: block;
    position: relative;
}

.servicios_imagenes .caja a {
    padding:40px 30px;
    display: block;
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .08);
    transition: all 0.3s linear;
}

.servicios_imagenes .caja a:hover {
    box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.09);
}

.servicios_imagenes .descripcion_area {
    font-size: 0.9em;
}

.servicios_imagenes .caja h3 {
    font-size: clamp(1.05rem, 2.5vw, 1rem);
    font-weight: 600;
}

.servicios_imagenes .caja a h3 {
    text-decoration: none;
}

.servicios_imagenes .caja .ver {
    color: #CD1032;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #efefef50;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    transform: rotate(-45deg);
}

.servicios_imagenes .caja .ver::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
}
.servicios_imagenes .caja figure {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
}

.servicios_imagenes .caja a:hover .ver::after {
    transform: scale(1);
    background-color: #ee344e;
}

.servicios_imagenes .caja a:hover .ver {
    color: #fff;
}

.servicios_imagenes .caja p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 15px auto;
    font-size: 0.95em;
    line-height: 140%;

}

.servicios_imagenes .sobre_titular {
    margin-bottom: 8px;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px;

}

/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
}

/*------------------ noticia index-----------------------*/
.noticias3 .sobretitular {
    font-size: clamp(1.125rem, 1.058rem + 0.34vw, 1.5rem);
    font-weight: 700;
    display: block;
    margin-bottom: 29px;
    margin-top: -4px;
}

.noticias3 h2 {
    font-size: clamp(1.313rem, 1.009rem + 1.52vw, 3rem);
    margin-top: -0.8rem;
    line-height: 1.208;
    font-weight: 700;
}


.noticias3 .card-title {
    font-size: clamp(1.125rem, 1.08rem + 0.22vw, 1.375rem);
    letter-spacing: -.3px;
    line-height: 110%;
    min-height: 2.5em;
    color: #333;
}

.noticias3 .fecha_not {

    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.noticias3 .caja_not img {
    margin: 0 auto;
    mask-image: url(../img/nube.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;


}

.noticias3 .caja_not {

    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 10px 15px 0px rgba(193, 202, 210, 0.25);
    border: 1px solid transparent;
    transition: all ease 0.4s;
}


.noticias3 .caja_not .card {
    padding: 10px 20px;
    border: none;
    background-color: transparent !important;

}


.noticias3 .caja_not .ver_not {

    transition: color linear 1s;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.noticias3 .caja_not .ver_not::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    padding-left: 5px;
    font-weight: 600;
}

.noticias3 .caja_not .card-footer {
    background-color: #fff !important;
    padding: 0.25rem 1.25rem;
    border: none;
    font-weight: 300;
}


.noticias3 .noticias3 .card-body {
    border: none;
    padding: 0.5rem 1.25rem !important;
}


.noticias3 .caja_not:hover {
    box-shadow: none;
}

.noticias3 .caja_not:hover img {
    filter: grayscale(100%);
}


/*----------------------------------------*/

/*----- banda logos ---*/
.banda_logos h2.sobre_titular {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333
}






