/* Santander Headline Bold */
@font-face {
  font-family: 'Santander Headline';
  src: url('../fonts/Santander Headline W05 Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Santander Text Regular */
@font-face {
  font-family: 'Santander Text';
  src: url('../fonts/Santander Text W05 Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, .titulo-principal {
  font-family: 'Santander Headline', sans-serif;
  font-weight: 700;
}

body, p, .texto-reg {
  font-family: 'Santander Text', sans-serif;
  font-weight: 400;
}

.comunidades_img{
    width:23rem; 
    transition-duration: 700ms; 
    opacity: 1;
}

.bannerCustom{
    height: 500px;
    color: #ffffff;
    background-image: url(../img/alumni-sf.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.title_banner{
    font-weight: 500;
    font-size: 45px;
    color:#2E2E2E;
}

.btn-common-inverse{
    background:#EB0101;
}

.contenedor_mapa{
    background-color: #ffffff;
    border-radius: 16px;
}

.info_estado{
    background-color: #6C57E1E5;
    border-radius: 16px;
    margin: 24px;
}

.text-naranja{
    color: #EB0101;
}

@media (min-width: 857px) and (max-width: 1200px){
    
}

@media (min-width: 576px) and (max-width: 856px){
    .comunidades_img{
        width:14rem; 
    }
}

@media (min-width: 409px) and (max-width: 575px) {
    .comunidades_img{
        width:17rem; 
    }
}

@media (min-width: 10px) and (max-width: 408px) {
    .comunidades_img{
        width:16rem; 
    }
}


.btn-rosa {
    border-radius:8px;
    background:#FC8181;
    color: #FFF;
    border:none;
    margin: 0px 5px;
}

.btn-rojo {
    border-radius:8px;
    background:#EB0101;
    color: #FFF;
    border:none;
    margin: 0px 5px;
}

.btn-rojo:hover {
    border-radius:8px;
    background:#EB0101;
    color: #FFF;
    border:none;
    margin: 0px 5px;
    font-family: 'Santander Headline', sans-serif;
}

.card{
    border:none;
    border-radius: 20px;
}



.sharing-buttons {
    position: relative;
    display: inline-block;
}

.extra-buttons {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    padding-bottom: 5px; /* Espacio entre botón principal y adicionales */
}

.sharing-buttons:hover .extra-buttons {
    display: block;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Tamaño de los botones adicionales */
    height: 40px;
    margin: 0 2px; /* Espacio entre los botones adicionales */
    border-radius: 50%; /* Redondea los botones adicionales */
}

.btn-linkedin {
    background-color: #EB0101;
    color: white;
}

.btn-email {
    background-color: #EB0101;
    color: white;
}

/* Ajustar iconos a botones adicionales */
.btn-icon i {
    font-size: 20px;
}


.form-control{
    border-radius: 8px;
    text-align: center;
    color: #333333;
    background: #f8f7fe;
    border: none;
    padding: 0.8rem;
}
