/*
Theme Name: Aprender a Vivir
Theme URI: https://centroaprenderavivir.com/
Author: Francisco Arioli
Author URI: https://inerdot.com
Description: Un tema básico para WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aprender-a-vivir
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

.site-header, .site-footer {
    background: #333;
    color: white;
    padding: 1em;
    text-align: center;
}

.titulo-aav {
	display: inline-block;
}

.btn.btn-aav{
	background: #ec921a !important;
	border-color: #ec921a !important;
	color: #fff !important;
}

.btn.btn-aav:hover{
	background: #fff !important;
	border-color: #ec921a !important;
	color: #000 !important;
}

@media (max-width:320px){
	header a.logo img{
		max-height: 25px !important;
	}
	.urgencias{
		width:40% !important;
	}
}
@media (min-width:768px){
	header a.logo img{
		max-height: 40px !important;
	}
	.urgencias{
		width:80px !important;
	}
}

.footer-logo{
	max-height: 40px !important;
}


        .whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            border: none;
            border-radius: 50px;
            padding: 10px;
            font-size: 20px;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            z-index: 1000;
        }

        .whatsapp-button img {
            width: 70px;
        }