/**
Theme Name: carenacm
Author: 2ksystems
Author URI: https://2ksystems.com/
Description: Web corporativa de Carena Construction Management
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: carenacm
Template: astra
*/

/*General*/
:root {
    --primary: #7D1A2B;
    --black: #021228;
    --white: #FFFFFF;
    --light-brown: #F7F7F7;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 12px var(--black);
}

a:focus,
input:focus,
textarea:focus,
select:focus,
.eael-tabs-nav li:focus,
.elementor-tab-title:focus {
    outline: none !important;
}

.sr-only {
    display: none !important;
}

/*Plugins*/
.wpforms-container .wpforms-field-label-inline {
    color: var(--blue);
}

.wpforms-container ul {
    list-style-type: none;
}

.eael-elements-flip-box-front-container {
    background-blend-mode: normal !important
}

.bdt-position-cover::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.48);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

div.eael-elements-flip-box-front-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 68%);
    background: -webkit-linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 68%);
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 68%);
    border-bottom: 9px solid var(--red);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#231f20", endColorstr="#231f20", GradientType=1);
    opacity: 0.48;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.eael-flip-box--3d .eael-elements-slider-display-table {
    z-index: 1;
}

aside#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),
aside#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    color: var(--white) !important;
}

.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content .bdt-slider-excerpt{
    columns: 1;
    text-align: center;
}
.bdt-prime-slider-skin-crelly .bdt-crelly-btn{
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

.bdt-position-cover::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.48);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

/*WPForms*/
.wpforms-list-inline ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


/*Responsive*/
@media only screen and (max-width: 860px) {
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{
        width:100px !important;
        max-width:100px !important;
    }

    .main-header-menu .menu-link, .main-header-menu>a{
        padding:0 8px !important;
    }

    .ast-builder-grid-row.ast-grid-center-col-layout{
        grid-template-columns: 100px auto max-content;
    }
}


@media only screen and (max-width: 576px) {
    .wpforms-container .wpforms-field.wpforms-one-half {
        width: 100% !important;
        margin-left:0px !important;
    }

    .contact-map iframe{
        max-height:300px;
    }

    ul.bdt-slideshow-items{
        min-height:600px !important;
    }
}