.logos_cabecera{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.logos_cabecera img{
    width: 250px;
}
.logos_footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 30px;
    padding-left: 1em;
    padding-right: 1em;
    row-gap: 20px;
}
.logos_footer img:nth-child(1){
    width: 220px;
}
.logos_footer img:nth-child(2){
    width: 160px;
}
.logos_footer img:nth-child(3){
    width: 140px;
}
.logos_footer img:nth-child(4){
    width: 130px;
}


.registro .exitoso-title{
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #4a6a7a;
    font-size: 28px;
    font-weight:900;
}
.registro .vigencia{
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #e42055;
    font-size: 20px;
    font-weight:700;
}
.registro .cita{
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #4a6a7a;
    font-size: 28px;
    font-weight:900;
}

.table {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(3, 1fr);
}

/* Estilos para las celdas */
.cell {
    padding: 20px;
    /* border: 1px solid #ccc; */
    text-align: center;
}
.cell.f1c1{
  
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  
}
.cell.f1c2{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    
  
}
.cell.f1c3{
    border-top: 1px solid #ccc;
   
  
}
.cell.f2c1{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
   
  
}
.cell.f2c2{
  
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  
}
.cell.f2c3{
    border-top: 1px solid #ccc;
   
  
}

/* Media queries para hacer la tabla responsive */
@media (max-width: 480px) { /* Para celulares */
    .table {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
    }
    .cell {
        padding: 20px;
        border: 1px solid #ccc;
        text-align: center;
    }
    
    .cell:nth-child(1),
    .cell:nth-child(4) {
        order: 1;
    }

    .cell:nth-child(2),
    .cell:nth-child(5) {
        order: 2;
    }

    .cell:nth-child(3),
    .cell:nth-child(6) {
        order: 3;
    }
}

.redes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    }
    .redes .titulo_redes{
    font-family: 'Montserrat', sans-serif;
    color: #4a6a7a;
    font-size: 25px;
    font-weight:700;
    }
    .redes_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
    .redes .img_redes{
    color: #496a78;
    font-size: 40px;
    margin-right: 15px;
    width: 50px;
    }
/* Botones de redes Sociales */
.img_redes-w {
    background: linear-gradient(-45deg, #1ecad3, #4ad4db, #4ad4db, #1ecad3);
    background-size: 800% 400%;
    padding: .3em 1.5em;
    display: inline-block;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 800;
    color: white;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
    font-family: 'Montserrat', sans-serif;
    min-width: 170px;
    }
    
    .img_redes-w:hover {
    animation: gradient 3s infinite;
    transform: scale(1.05);
    color: #ffffff;
    }
    
    .img_redes-w:active {
    animation: gradient 3s infinite;
    transform: scale(0.8);
    }
    .img_redes-f {
    background: linear-gradient(-45deg, #1ecad3, #4a6a7a, #4a6a7a, #4a6a7a);
    background-size: 800% 400%;
    padding: .3em 1.5em;
    display: inline-block;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 800;
    color: white;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
    font-family: 'Montserrat', sans-serif;
    min-width: 170px;
    }
    
    .img_redes-f:hover {
    animation: gradient 3s infinite;
    transform: scale(1.05);
    color: #ffffff;
    }
    
    .img_redes-f:active {
    animation: gradient 3s infinite;
    transform: scale(0.8);
    }
    .img_redes-p {
    background: linear-gradient(-45deg, #1ecad3, #4a6a7a, #4a6a7a, #4a6a7a);
    background-size: 800% 400%;
    padding: .3em 1.5em;
    display: inline-block;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 800;
    color: white;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
    font-family: 'Montserrat', sans-serif;
    min-width: 170px;
    }
    
    .img_redes-p:hover {
    animation: gradient 3s infinite;
    transform: scale(1.05);
    color: #ffffff;
    }
    
    .img_redes-p:active {
    animation: gradient 3s infinite;
    transform: scale(0.8);
    }
    
    @keyframes gradient {
    0% {
    background-position: 0% 50%;
    }
    
    50% {
    background-position: 100% 50%;
    }
    
    100% {
    background-position: 0% 50%;
    }
    }
    /* */


    .horarios{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .horarios img{
        width: 30px;
    }
    .horarios .titulo_horarios{
        margin-top: .8em;
        color: #496a79;
        font-size: 20px;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
        line-height: 20px;
        margin-bottom: .8em;
    }

    .horarios .horarios_dia_hora{
        line-height: 22px;
        margin-top: 1em;
    }
    .horarios .horarios_dia_hora div:nth-child(1){
        color: #496a79;
        font-size: 19px;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
    }
    .horarios .horarios_dia_hora div:nth-child(2){
        color: #496a79;
        font-size: 23px;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
    }

    .img__exitoso.reserva{
        width: 250px;
        margin-top: 1em;
    }
    .img__exitoso{
        width: 220px;
        margin-top: 1em;
    }
    .img__exitoso-clinica{
        width: 250px;
    }

    .logociudad {
        margin-top: 5px;
        line-height: 20px;
        .dep{
            color: #496a79;
            font-size: 30px;
            font-weight: 800;
            font-family: 'Montserrat', sans-serif;
        }
        .ubi{
            color: #496a79;
            font-size: 11px;
            font-weight: 400;
            font-family: 'Montserrat', sans-serif;
        }
    }
    