/*
Theme Name: Senda Theme
Version: 4.0
Description: Template para el grupo Senda basado en Blank Slate
Author: Devórame Otra Vez
Author URI: https://devorameotravez.com/
Template: blankslate
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700;900&display=swap');
:root {
    --main-color: #4b4b4b;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: var(--main-color);
    line-height: 1.3em;
    font-size: 16px;
}

button {
    cursor: pointer;
}

h1,
h2,
h3 {
    font-weight: 700 !important;
    line-height: 1.2em;
}

h1:hover,
h2:hover,
h3:hover {
    text-decoration: none !important;
}

ol,
ul {
    list-style: initial;
    list-style-position: inside;
}

.vermasBtn a {
    width: 100% !important;
}


/* Elementor */

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:hover {
    text-decoration: none;
}

.elementor-kit-5 .elementor-cta:hover,
.elementor-cta:hover h2 {
    text-decoration: none !important;
}


/* h1 {
    font-size: 2em !important;
}

h2 {
    font-size: 1.6em !important;
}

h3 {
    font-size: 1.3em !important;
}

@media(min-width: 768px) {
    h1 {
        font-size: 2.5em !important;
    }
    h2 {
        font-size: 2em !important;
    }
    h3 {
        font-size: 1.5em !important;
    }
}

@media(min-width: 1024px) {
    h1 {
        font-size: 3.12em !important;
    }
    h2 {
        font-size: 2.8em !important;
    }
    h3 {
        font-size: 2.2em !important;
    }
} */