/**
Theme Name: Asesoria Couce
Author: Origami Soluciones
Author URI: https://origamisoluciones.com/
Description: Web corporativa para Asesoría Couce
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: asesoria-couce
Template: astra
*/

/*General*/
:root {
    --red: #AD0444;
    --black: #222;
    --gray: #706F6F;
    --white: #FFFFFF;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--red);
}

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(--red);
}

.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(35, 31, 32);
    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.64;
}

.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: 0px !important;
}

.bdt-prime-slider-skin-meteor .bdt-prime-slider-wrapper {
    max-width: 100% !important;
    padding-top: 70px !important;
}

.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li img {
    display: none !important;
    visibility: hidden !important;
}

.bdt-position-cover::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.48);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

/* Header */
body.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg{
    width: 200px !important;
}
body.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{
    max-width: 200px !important;
}

/*Responsive*/
@media only screen and (max-width: 576px) {
    .wpforms-container .wpforms-field.wpforms-one-half {
        width: 100% !important;
        margin-left:0px !important;
    }
}

@media (max-width: 767px) {
    body.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg{
        width: 125px !important;
    }
    body.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{
        max-width: 125px !important;
    }
    .ast-hfb-header .site-header{
        margin: 10px !important;
    }
}