/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/*Para las tarjetas de información, como la que hay en la página de contacto*/
.custom-card .elementor-widget-wrap:hover:before, 
.custom-card-fixed .elementor-widget-wrap:before, 
.custom-select-slide.active:before {
	background-color: #9d292a !important;
}

/*Carrusel de "Conoce más sobre nosotros" de la página de Inicio*/
.porto-carousel .elementor-column {
	min-height: 500px;
}

@media (max-width: 480px) {
	.porto-carousel .elementor-column {
		min-height: 1px;
	}
}

/*-------------------------------------------------------------------------------------------*/

/*Para los iconos y colores del sidebar de "Conócenos"*/
.icon-animated path {
	stroke: #491314;
}

.owl-carousel.dots-style-1 .owl-dot.active span, 
.owl-carousel.dots-style-1 .owl-dot:hover span, 
.stats-number, .stats-text, .counter_prefix, .counter_suffix, 
.porto-icon,
.sidebar-content .widget-title, .sidebar-content .menu li {
	color: #491314 !important;
}

/*También para el hover del teléfono del header*/
.sidebar-content .menu li.current-menu-item,
#header .porto-sicon-box:hover p, #header .porto-sicon-box:hover h5, #header .porto-sicon-box:hover i {
	color: #9d292a !important;
}

/*-------------------------------------------------------------------------------------------*/

/*Recolocar imagen vertical de la sección "Conócenos > Historia" a la izquierda*/
.img-vertical-historia { 
	left: 0; !important;
}

/*Menú lateral de "Conóncenos"*/
.sidebar-content .widget-title {
	color: #220c3c; 
}

