﻿.content {
    background: #f5f5f5;
}

.div-titulo {
    background-color: #07354f;
    width: 100%;
    height: 20vh;
    text-align: center;
    align-content: center;
}

    .div-titulo h1 {
        color: white;
        font-size: 2.2em;
        font-weight: bold;
    }

.div-contenido {
    width: 70%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 5%;
    padding-bottom: 5%;
}

.contenedor-calendario {
    width: 40%;
    height: auto;
}

#calendar {
    width: 80%;
    height: auto;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.fc .fc-toolbar.fc-header-toolbar {
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 5%;
}

.fc .fc-daygrid-day-frame{
    background-color: white;
}

.fc .fc-view-harness {
    background-color: white;
}

.fc .fc-toolbar-title {
    font-size: 1.7em;
    font-weight: bold;
    color: #07354f;
    text-transform: capitalize;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height:0em;
}

.fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] {
    cursor: pointer;
    background-color: transparent !important;
    border: none !important;
    color: #07354f;
    font-size: 1.3em;
    font-weight: bold;
}

.fc .fc-daygrid-day-top {
    justify-content: center;
}

.fc .fc-col-header-cell-cushion {
    color: #07354f;
    text-decoration: none;
    text-transform: uppercase;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: none;
}

.fc .fc-daygrid-day-number {
    text-decoration: none;
    color: black;
}

.fc-daygrid-day-number.highlighted-day {
    background-color: #b4b4b4;
    color: white;
    border-radius: 50%;
    padding: 5%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.contenedor-servicios {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.servicio-titulo {
    width: 25%;
    font-weight: bold;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    border: none;
    background-color: #f5f5f5;
}

.servicio-img {
    width: 40px;
    height: 35px;
    margin-right: 0.5em;
}

.contenedor-informacion {
    width: 100%;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contenedor-horario {
    width: 57.5%;
    height: auto;
}

.horario {
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 8%;
}

.titulo-horario {
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 2%;
    font-size: 1.8em;
    font-weight: 600;
    color: #07354f;
}

.titulo-contenido{
    width: 95%;
    /*margin-left: 5%;*/
    padding: 1%;
    padding-top: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
}    

.titulo-img {
    /*width: 10%;*/
    height: 40px;
    margin-right: 2%;
}

    .titulo-contenido img {
        /*width: 10%;*/
    }

    .titulo-contenido p {
        width: 92%;
        color: black;
        font-weight: bold;
    }

    .titulo-contenido div {
        width: 3%;
    }

    .titulo-contenido i {
        color: black;
        font-weight: bold;
    }

.contenido-informacion {
    display: block;
    width: 92%;
    margin-left: 7%;
    padding: 1%;
}

.contenido-informacion p{
    width: 95%;
}

.a-link {
    color: #c4122f;
    font-weight: bold;
    text-decoration: none;
}

.enlaces-info {
    display: flex;
    height: auto;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.section-contenido{
    width: 28.3%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-top: 1%;
}

.section-contenido2 {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-top: 1%;
}

.section-contenido p {
    width: auto;
    height: auto;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
    padding-right: 1em;
    align-items: center;
}

.section-contenido2 p{
    width: auto;
    height: auto;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
    padding-right: 0.5%;
    align-items: center;
}

    .section-contenido span {
        text-align: left;
        font-size: 0.9em;
        padding-right: 1em;
    }

.section-contenido2 span {
    text-align: left;
    font-size: 0.9em;
    padding-right: 1%;
}

.section-ficha{
    padding-top: 0.5%;
    width: 15%;
    height: 100%;
}

.ficha-comercial {
    color: red;
    font-size: 0.9em;
    text-decoration: none;
}

.info-link {
    width: 92%;
    margin-left: 8%;
    padding: 1%;
}

.fc .fc-button .fc-icon {
    font-size: 2em;
}

.fc .fc-button {
    padding: .2em .25em;
}

.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: 600px) {
    .div-contenido{
        width: 90%;
    }

    .contenedor-servicios{
        width: 100%;
        flex-direction: column;
    }

    .servicio-titulo {
        width: 100%;
        text-align: left;
        padding-bottom: 1%;
    }

    .contenedor-informacion{
        flex-direction: column;
    }

    .contenedor-calendario{
        width: 100%;
    }

    .fc .fc-toolbar-title {
        font-size: 1.5em;
    }

    .fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] {
        padding: 0;
    }

    .contenedor-horario{
        width: 100%;
        margin-top: 10%;
    }

    .enlaces-info{
        flex-direction: column;
        height: auto;
    }

    .section-contenido{
        width: 100%;
    }

    .section-ficha{
        width: 100%;
    }

    .boton-movil {
        display: block;
    }

    .boton-desktop {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    .div-contenido{
        width: 80%;
    }

    .contenedor-servicios {
        width: 100%;
        flex-direction: column;
    }

    .servicio-titulo {
        width: 100%;
        text-align: left;
        padding-bottom: 1%;
        font-size: 1.5em;
    }

    .contenedor-informacion {
        flex-direction: column;
    }

    .contenedor-calendario{
        width: 100%;
    }

    .contenedor-horario{
        margin-top: 5%;
        width: 100%;
    }

    .enlaces-info {
        flex-direction: column;
        height: auto;
    }

    .section-contenido {
        width: 100%;
    }

    .section-ficha {
        width: 100%;
    }
}

@media (min-width: 800px) and (max-width: 1100px) {
    .div-contenido {
        width: 90%;
    }

    .fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] {
        padding: 0;
    }

    .fc .fc-toolbar-title {
        font-size: 1.2em;
    }

    .enlaces-info {
        flex-direction: column;
        height: auto;
    }

    .section-contenido {
        width: 100%;
    }

    .section-ficha {
        width: 100%;
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {
    .div-contenido {
        width: 90%;
    }

    .fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] {
        padding: 0;
    }

    .fc .fc-toolbar-title {
        font-size: 1.2em;
    }

    .enlaces-info {
        height: auto;
    }
}