/* 
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 */
.frase-grande {
  	font-family: "Marcellus", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.2px;
}

.frase-pequena {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 3.2px;
}
b, strong {
    font-weight: 700;
}
.es-content-body{
    border:none;
    background-color: #ffffff;
}
.tablaDiosa tbody tr:nth-child(odd) td,
.tablaDiosa tbody tr:nth-child(odd) th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 0px solid hsla(0,0%,50.2%,.5019607843137255);
    background-color: #ffffff;
}
.tablaDiosa2 tbody tr:nth-child(odd) td,
.tablaDiosa2 tbody tr:nth-child(odd) th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 0px solid hsla(0,0%,50.2%,.5019607843137255);
    background-color: transparent;
}



