/*
Theme Name: Viamedical
Theme URI: https://www.viamedical.cl/
Author: Matias Paillalef
Author URI: https://www.viamedical.cl/
Description: A custom theme for Clínica Dental Viamedical built with Bootstrap 5.3, Swiper, and AOS.
Version: 1.0.0
Text Domain: viamedical
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom styles for Viamedical will go here.
   Bootstrap and AOS will handle most of the layout and animations. */

body {
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
}

/* Colors */

.btn-primary {
    background-color: #004bbb;
    border-color: #004bbb;
}

.btn-primary:hover {
    background-color: #00368a;
    border-color: #00368a;
}

/* Navbar */
.site-header {
    transition: all 0.3s ease-in-out;
}

/* Hover effects */
.custom-hover {
    transition: transform 0.3s ease;
}

.custom-hover:hover {
    transform: translateY(-10px);
}

/* Blog Images */
.card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Swiper Nav */
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem;
    font-weight: bold;
}