/* 
Theme Name: Hello Elementor Child
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: Elementor Team
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 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--colorWhite: #fff;
	--colorDark: 000;
	--fontFamily: "Montserrat", sans-serif;
}

.bg-white {
	background: var(--colorWhite);
	padding: 5px;
}

.text-bold {
	font-family: var(--fontFamily);
	font-weight: 700;
}

/**/

img.img-top-pestañas {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    img.img-top-pestañas {
        width: 50%;
        padding: 0px;
        top: 20px;
    }
}
