﻿.content {
    background: #f5f5f5;
}

.fondo-texto {
    background-color: #07354f;
    padding: 1em 2em 1em 2em;
    color: #fff;
    font-weight: bold;
    font-size: 2.2em;
    text-align: center;
}

.grupo-servicio {
    width: 20%;
    margin: auto;
}

.boton-actividad {
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    /*padding: 0.5em;*/
    margin: 0.5em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
}

.boton-actividad-responsive {
    display: none;
}

.imagen-servicio {
    border-top-left-radius: 1rem;
    object-fit: cover;
    clip-path: circle(75% at 70% 25%);
}

.titulo-servicio {
    color: #07354f;
    font-weight: bold;
}

.link-servicio {
    text-decoration: none;
    color: #07354f;
    position: absolute;
    bottom: 5%;
}

.margin-4 {
    margin-top: 4em;
}

.padding-servicio {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 3em;
    padding-bottom: 2em;
}

.card {
    border-radius: 1rem !important;
}

.div-imagen {
    padding: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.w-70-center {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.w-75-center {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.row-height {
    min-height: 28em;
}

.pb-4 {
    padding-bottom: 2em;
}

.boton-movil {
    display: none;
}

.boton-desktop {
    display: block;
}

.boton-whatsapp {
    position: fixed;
    z-index: 100;
    margin-top: 3%;
    margin-bottom: auto;
    right: 0;
    background-color: #26d366;
    text-align: left;
    color: white;
    width: auto;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.a-whatsapp {
    text-decoration: none;
    color: white;
}

@media (max-width: 800px) {
    .fondo-texto {
        font-size: 2em;
    }

    .div-imagen {
        width: 100%;
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 0px;
    }

        .div-imagen img {
            border-top-right-radius: 1rem;
        }

    .padding-servicio {
        width: 100%;
        padding: 5%;
        background-color: white;
    }

        .padding-servicio p {
            width: 100%;
        }

    .w-75-center {
        width: 90%;
    }

    .h-100 {
        display: flex;
        flex-direction: column;
    }

    .boton-actividad {
        display: none;
    }

    .boton-actividad-responsive {
        display: block;
        width: 90%;
        padding: 0%;
        margin: auto;
    }

        .boton-actividad-responsive select {
            border: 1px solid black;
            width: 100%;
            padding: 5%;
            border-radius: 10px;
            font-size: 1.2em;
            font-weight: bold;
        }
}


@media (max-width: 600px) {
    .boton-movil {
        display: block;
    }

    .boton-desktop {
        display: none;
    }

}