/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

/*definimos el ancho del scroll */
::-webkit-scrollbar{
	width: 8px;
}
/*definimos el color de fondo de de la barra de scroll */
::-webkit-scrollbar-track {
	background: #F0F0F0;
	border-radius: 10px;
}
/*personalizamos el scroll*/
::-webkit-scrollbar-thumb{
	box-shadow:inset 0 0 5px #2C2C2C;
	border-radius: 20px;
}

/* Text Borde Color */
.text_border h1 {
    margin: 0;
    -webkit-text-stroke-width: .75px;
    -webkit-text-stroke-color: #fff;
    cursor: pointer;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.text_border h1:hover {
    margin: 0;
    color: #871f21 !important;
    -webkit-text-stroke-color: #fff;
}

/* Bordes estilos formularios */
.elementor-15 .elementor-element.elementor-element-a6e155f .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
	border-style: dashed;
}

/* Icons Descargar Menú */

li.btn_pdf:before {
	display: block;
	content: ' ';
	background-image: url('http://masfcai.com.ar/wp-content/uploads/2022/04/white_arrow_icon.svg');
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	align-self: center;
}

li:first-child a {
    padding-left: 5px !important;
}

@media screen and (max-width:767px) {
	.elementor-217 .elementor-element.elementor-element-97651e1 img {
    width: 12% !important;
	}
	.elementor-icon-box-wrapper {
    display: flex !important;
	}
	.elementor-icon-box-content {
    padding-left: 10px;
	}
	
	.elementor-344 .elementor-element.elementor-element-997d0ef img {
		width: 45% !important;
	}
	
	.elementor-344 .elementor-element.elementor-element-997d0ef {
    text-align: left !important;
}
	
}

li.btn_pdf.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-350 {
    display: flex;


