/* 
Theme Name: Los Mejores Colegios
Theme URI: https://stage.losmejorescolegios.com/
Description: Encuentra el colegio ideal para tus hijos en Los Mejores Colegios, la plataforma on-line que reúne a las instituciones educativas que se destacan por sus proyectos educativos diversos, alternativos e innovadores y al mismo tiempo, cuentan con acreditaciones de alta calidad académica.
Author: Ciprés de Colombia
Author URI: https://stage.losmejorescolegios.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: los-mejores-colegios
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, joel
*/

/* Add your custom styles here */




    .centrado {
        text-align: center;
        margin: 0 auto; /* Esto centrará el bloque horizontalmente */
    }

    .boton-verde {
		width: 80% !important;
        background-color: #92BF1F;
        color: white;
        padding: 10px;
        border-radius: 20px;
		font-size:0.8em;
        display: inline-block; /* Esto asegura que el botón no ocupe todo el ancho disponible */
		transition:all .5s ease-in-out;

    }
	.boton-verde:hover {
	background-color:#1D8DC8;
	transition:all .5s ease-in-out;
	}
