/*
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  ***************/
@font-face {
    font-family: 'League Spartan';
    src: url('http://numerologiaparaparejas.com/wp-content/uploads/2021/03/leaguespartan-bold.eot');
    src: url('http://numerologiaparaparejas.com/wp-content/uploads/2021/03/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('http://numerologiaparaparejas.com/wp-content/uploads/2021/03/leaguespartan-bold.woff2') format('woff2'),
         url('http://numerologiaparaparejas.com/wp-content/uploads/2021/03/leaguespartan-bold.woff') format('woff'),
         url('http://numerologiaparaparejas.com/wp-content/uploads/2021/03/leaguespartan-bold.ttf') format('truetype'),
         url('http://numerologiaparaparejas.com/wp-content/uploads/2021/03/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;

}


@media screen and (max-width: 768px) {
	h1 { font-size: 2.2rem; }
	h2 { font-size: 1.8rem; }
	h3 { font-size: 1.5rem; }
	h4 { font-size: 1.2rem; }
	
	.section-scroll-dots-navigation {
		right: 0;
	}
	.hide-on-mobile {
		display: none;
	}
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'League Spartan', sans-serif;
    text-shadow: 0 0 8px #00000038;
}



ul.benefits-li li h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}
.cta-button a {
    background-color: #61e29b !important;
}
.home-form {
    display: flex;
    flex-direction: column;
}
.home-form .field {
    width: 90%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 0 10px -4px #000000;
    max-height: 90px;
}
.home-form .send-button {
    width: 90%;
    max-width: 800px;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #dc61e2;
    border: none !important;
	box-shadow: 0 0 10px -4px #000000;
}