/* 
Theme Name: Colegio La Salle
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Pixel Pro
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */
a {color: #3480B2;}
a:active, a:hover {color: #20376C;}
*:focus {outline: none!important;}
body, html {overflow-x: hidden;}
#content-hover .column-content {transition: all 0.3s;}
#content-hover .column-content:hover {width: 50%;}
.logo-img {transition: all 0.3s;}
.elementor-sticky--active .logo-img {width: 80px;}
.elementor-sticky--active {background: #1f3982 !important;}
.elementor-sticky--active .jet-mega-menu-list .jet-mega-menu-item a {color: #FFFFFF;}
.elementor-sticky--active .jet-mega-menu-list .jet-mega-menu-item .jet-mega-menu-item__title {color: #FFFFFF;}
.elementor-sticky--active .jet-mega-menu-list .jet-mega-menu-item .jet-mega-menu-item__dropdown {color: #FFFFFF;}
.elementor-sticky--active .jet-mega-menu-mega-container__inner {margin-top: 10px !important;}

/*Contenido novedades*/
.content-blog h2, .content-blog h3, .content-blog h4 {
    color: #1F3982;
    font-weight: bold;
    font-style: normal;
}
.content-blog img {
    margin: 10px 0;
    border-radius: 5px;
}
.content-blog blockquote {
    background: #f2f2f2;
    margin: 0;
    padding: 20px;
    border-radius: 5px;
    font-weight: bold;
	margin-bottom: 31px;
}

/*Cajas propuesta educativa*/
.caja-hover {overflow: hidden;}
.img-filtro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}
/*Dispositivos más grandes que móviles*/
@media all and (min-width: 768px) {
	
}

/*Dispositivos más grandes que tablets*/
@media all and (min-width: 1025px) {
	
}

/*Portátiles comunes y más grande*/
@media all and (min-width: 1320px) {
	html {font-size: 17px;}/*Si se usan tamaños de fuente en rem se verá 106.25% más grande en dispositivos arriba de 1320px*/
	
}

/*Tamaño intermedio entre portátiles comunes y Desktop grande*/
@media all and (min-width: 1500px) {
	html {font-size: 18px;}/*Si se usan tamaños de fuente en rem se verá 112.5% más grande en dispositivos arriba de 1500px*/
	.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1380px;}/*Pueden retirar esta línea si no se necesita aumentar el tamaño del contenedor de elementor en dispositivos arriba de 1500px*/
}

/*Desktop grande de 1920px, Desktop 4K y Retina*/
@media all and (min-width: 1800px) {
	html {font-size: 20px;}/*Si se usan tamaños de fuente en rem se verá 125% más grande en dispositivos arriba de 1800px*/
	.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1700px;}/*Pueden retirar esta línea si no se necesita aumentar el tamaño del contenedor de elementor en dispositivos arriba de 1800px*/
}

/*Tablets y móviles*/
@media all and (max-width: 1024px) {
	
}

/*Solo móviles*/
@media all and (max-width: 767px) {
	#content-hover .column-content:hover {
		width: 100%;
	}
	.content-table {
		overflow-x: scroll;
	}
}