/*
Theme Name: Appointment Blue
Theme URI: https://webriti.com/appointment-blue-child-version-details-page-1/
Author: webriti
Description: A Business theme which is ideal for creating a corporate / business website. Appointment Blue theme is a child theme of the Appointment theme and is the Blue color variation. Those who need a blue background-based theme can use this child theme. Appointment Blue theme comes with various locales.
Author URI: https://www.webriti.com
Tags: full-width-template, threaded-comments, two-columns, right-sidebar, left-sidebar, sticky-post, custom-menu, translation-ready, blog, footer-widgets, featured-images
Template: appointment
Version: 1.2.5
Requires at least: 4.5
Tested up to: 5.7
Requires PHP: 5.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appointment-blue
*/

/*--------------------------------------------------------------
  New Navbar Classes - Navbar3
--------------------------------------------------------------*/
.navbar.navbar3 .navbar-nav > .active.open > a .sub-arrow::after {
  color: #ffffff;
}
.navbar3 {
  border: none;
  background-color: #21202e;
  padding: 0 0;
}
.navbar3 .cart-header {border-left: 1px solid #ffffff;}
.navbar3 .header-module {
  padding: 2rem 0rem 2rem 1rem;
}
.navbar3 .search-box-outer a {
    color: #ffffff;
}
.navbar3 .cart-header > a.cart-icon  {color: #ffffff;}
.navbar-header.index3 {text-align: center;background-color: #fff;float: none;padding: 20px 0 20px;}
.navbar-header.index3 .navbar-brand {display: inline-block;float: none;margin-right: 0;}
.top-header-widget {
    padding: 10px 0 10px;
}
.top-header-widget ul {
    margin: 0 0;
    list-style: none;
}
.header-contact-info i {
    font-size: 15px;
    line-height: 20px;
    padding-right: 7px;
    vertical-align: bottom;
}
.top-header-widget li, .top-contact-detail-section li {
    padding: 0px 0px 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    list-style: none;
}
.navbar3 .head-contact-social li {
    display: inline-block;
    padding: 0.438rem 0.1rem;
    font-size: 0.838rem;
    line-height: 2.3;
    transition: all 0.3s;
    display: inline-block;
}

/* Estilos específicos para Safari en iOS */
/*@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .flex-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }

    .flex-container > div {
        -webkit-flex: 1;
        flex: 1;
        border: 1px solid #ddd;
        padding: 10px;
        box-sizing: border-box;
    }

    #graficoTemperaturas {
        width: 100%;
        max-width: 600px;
        height: 300px;
        margin: auto;
    }
} */

/* Media Queries para dispositivos móviles */
@media (max-width: 600px) {
    .flex-container {
        flex-direction: column;
    }

    h1 {
        font-size: calc(1.2rem + 2vw);
    }

    h3 {
        font-size: calc(1rem + 1vw);
    }
}

/* Estilo para los botones del formulario */
form input[type="submit"] {
    background-color: #4CAF50;
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

/* Estilo cuando el usuario pasa el mouse por encima */
form input[type="submit"]:hover {
    background-color: #45a049;
}

/* Estilo para los campos de fecha */
form input[type="date"] {
    padding: 8px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Estilo para las etiquetas */
form label {
    font-size: 14px;
    margin

