/* 
Theme Name: The Lab Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: The Lab 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: thelab-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
*/

/* Styles */

a, a:hover {
    color: unset
}

.text-semibold {
    font-weight: 600;
}

.text-blue {
    color: #36B8D1 !important;
}

.td-line-through {
    text-decoration: line-through;
}

.euro-small {
    font-size: 41px;
}

.price-iva {
    color: white;
    font-size: 20px;
}

#hero-mobile {
    overflow: visible;
}

.icon-list-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

#contact-form input::placeholder {
    opacity: 1;
}

#contact-form .elementor-message-success {
    color: white !important;
}

/* Tablet */
@media (min-width: 767px) and (max-width: 1024px) {

    #hero-mobile {
        height: 250px;
    }

}

/* Mobile */
@media (max-width: 766px) {
    .euro-small {
        font-size: 25px;
    }
}