/**
Theme Name: Astra Child - Eccuo
Author: Eccuo Digital 4.0
Author URI: https://www.eccuo.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-eccuo
Template: astra
*/


/* ECCUO */

p {
	margin-bottom: 25px;
}
p:last-child,
p.mb0 {
	margin-bottom: 0;
}

.row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.row .col-md-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.row .col-md-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.ti-widget .ti-footer {
	display: none;
}

.tabs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.tabs-container .tab {
    padding: 15px 30px;
    border: 1px solid #5B402B;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
	transition: 0.5s;
	cursor: pointer;
}
.tabs-container .tab.active {
    background: #5b402b;
    color: #ffffff;
}
.tabs-container .tab:hover {
    background: #5b402b;
    color: #ffffff;
    transition: 0.5s;
}
.tab_container-hidden {
	display: none;
}
body.elementor-editor-active .tab_container-hidden {
	display: block;
}

.form-contact .row {
    margin-top: 15px;
}
.form-contact .row:first-child {
    margin-top: 0;
}
.form-contact input.wpcf7-text,
.form-contact select.wpcf7-select,
.form-contact textarea.wpcf7-textarea,
.form-contact input.wpcf7-text::placeholder,
.form-contact select.wpcf7-select::placeholder,
.form-contact textarea.wpcf7-textarea::placeholder {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Work Sans';
    color: #000000;
    letter-spacing: 1px;
    height: auto;
}
.form-contact input.wpcf7-text,
.form-contact select.wpcf7-select,
.form-contact textarea.wpcf7-textarea {
    padding: 20px 40px !important;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    box-shadow: none !important;
}
.form-contact input.wpcf7-text::placeholder,
.form-contact select.wpcf7-select::placeholder,
.form-contact textarea.wpcf7-textarea::placeholder {
    text-transform: uppercase;
}
.form-contact textarea.wpcf7-textarea {
    height: 65px;
}
.form-contact input.wpcf7-submit {
    border: 1px solid #000000;
    border-radius: 30px;
    background: #ffffff;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0 0 40px;
}

div.footer-icon {
    text-align: right;
}
div.footer-icon a {
    margin-right: 15px;
}
div.footer-icon a:last-child {
    margin-right: 0;
}


/* PANTALLAS */

@media(min-width:1521px) {
    .ti-widget .ti-reviews-container-wrapper .ti-review-item {
    	flex: 0 0 25% !important;
	    max-width: 25% !important;
	}
}

@media(max-width:1024px) {
	.tabs-container {
		display: flex;
		flex-direction: column;
		width: 502px;
		max-width: 100%;
		margin: 0 auto;
	}
	.tabs-container .tab {
		font-size: 16px;
		padding: 10px 15px;
	}
	div.footer-icon {
		text-align: center;
	}
}

@media(min-width:768px) {
    header nav li#menu-item-538 {
        display: none;
    }
}

@media(max-width:768px) {
	br {
		display: none;
	}
}

@media(max-width:480px) {
    .form-contact input.wpcf7-text,
    .form-contact select.wpcf7-select,
    .form-contact textarea.wpcf7-textarea,
    .form-contact input.wpcf7-text::placeholder,
    .form-contact select.wpcf7-select::placeholder,
    .form-contact textarea.wpcf7-textarea::placeholder {
        font-size: 17px;
        letter-spacing: 0px;
        height: auto;
    }
    .form-contact input.wpcf7-submit {
        width: 100%;
        margin: 20px auto;
    }
    .form-contact input.wpcf7-text,
    .form-contact select.wpcf7-select,
    .form-contact textarea.wpcf7-textarea {
        padding: 12px !important;
    }
}