/* UTEDYC - style-utedyc.min.css */
img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: #ffffff
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #666
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background: #00aac3;
    border-radius: 5rem;
    padding: .375rem .75rem;
    transition: .15s
}

.btn-b {
    background: #fff;
    color: #00aac3
}

.btn-flotante {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #00AAC3;
    padding: 10px 20px;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 99;
    transition: .3s
}

.btn-flotante:hover {
    background: #CCC;
    transform: translateY(-10px)
}

.btn-flotante2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #00559f;
    padding: 18px 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    transition: .3s
}

.btn-flotante2:hover {
    background: #fff;
    transform: translateY(-10px)
}

@media(max-width:600px) {
    .btn-flotante {
        font-size: 16px
    }

    .btn-flotante2 {
        font-size: 14px;
        padding: 1px 20px
    }
}

.revista {
    background: linear-gradient(rgba(17, 16, 26, .514) 70%, rgba(0, 0, 0, .3) 100%), url("../images/rd_2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 50vh;
    padding: 100px 0
}

.cfp {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .3)), url("../images/cfp-10anos-bg-15.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 5rem 0
}

.ospedyc {
    background: url("../images/inicio/banner_web ute_mayo22-03.png") right/cover no-repeat;
    color: #68389F
}

.ospedyc2 {
    max-width: 200px;
    width: 100%
}

.ospedyc3 {
    font-size: 35px;
    color: #68389F
}

.team-slider .single-box {
    padding: 10px
}

.team-slider .single-box img {
    width: 100%
}

.team-slider .info-area h4 {
    font-size: 1rem;
    line-height: 1.2
}

.team-slider .info-area p {
    font-size: .85rem
}

.page-section {
    padding: 5rem 0
}

@media(max-width:768px) {
    .page-section {
        padding: 3rem 0
    }
}

#secretarias .col-lg-3,
.cfp .col-lg-4 {
    margin-bottom: 30px
}

.social ul li a {
    font-size: 16px !important;  /* mismo tamaño para todos los íconos */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Para el ícono SVG de X/Twitter */
.social ul li a svg {
    width: 16px !important;
    height: 16px !important;
}

/* Para el ícono de TikTok (imagen) */
.social ul li img {
    width: 16px !important;
    height: 16px !important;
}

