/*
Theme Name: Astra personalizado
Template: astra
Version: 1.0
*/

header .custom-logo-link img {
    max-width: 60px;
    width: 31px;
    @media (min-width: 768px) {
        width: 49px;
    }
}

.ast-logo-title-inline .site-logo-img {
    padding-right: 0.7em;

    @media (min-width: 768px) {
        padding-right: 1em;
    }
}



.home h1 {
    text-wrap: balance;
}

strong {
    color: black !important;
}

.main-header-bar, .ast-header-break-point .main-header-bar {
    border-bottom-width: 0;
}

.mySlide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    @media (min-width: 768px) {
        min-height: 100dvh;
    }

    h2,p {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }

    img:not(.info img) {
        min-height: 180px;

        @media (min-width: 768px) {
            min-height: 258px;
        }
    }
}

.mySlide:nth-child(1) {
    @media (min-width: 768px) {
        min-height: 92dvh;
    }
}

#astra-footer-menu {
    display: flex;
    flex-flow: column nowrap;
    align-items: start;

    a {
        color: white;
        text-decoration: none;
    }
}

.site-title a {
    text-decoration: none;
    color: white !important;
    font-weight: 600;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 30px !important;
    height: 30px !important;
    fill: #ffffff !important;
}

.next {
    display: none;

    @media (min-width: 768px) {
        display: flex;
    }

    transition: all 0.2s ease-in-out;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.10);
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;

    justify-content: center;
    align-items: center;
    cursor: pointer;

    &:hover {
        background-color: rgba(0, 0, 0, 0.20);
    }

    &:focus, &:active {
        outline: none;
        box-shadow: none;
        border: none;
    }
}

.bg-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 200px;

    @media(min-width: 768px) {
        height: 250px;
    }
    @media(min-width: 992px) {
        height: 300px;
    }
}

.blue {
    color: #41b6e6;
}

ul {
    margin-left: 5px;
}

.videotutorial {
    box-shadow: 0px 0px 35px #000000;
}

.home .description {
    @media(min-width: 768px) {
        font-size: 1.2em;
    }
    @media(min-width: 992px) {
        font-size: 1.4em;
    }
}

.home .section_3 img {
    max-width: 150px;
    @media(min-width: 992px) {
        max-width: 275px;
    }
}

.home .steps p, .home .section_3 p {
    font-size: 0.8em;
    @media(min-width: 575px) {
        font-size: 1em;
    }
    @media(min-width: 992px) {
        font-size: 1.1em;
    }
}

.wpcf7 .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.wpcf7-form p, .wpcf7-form .form-label {
    margin-bottom: 0;
}

.wpcf7-form input {
    padding: 10px 15px;
}

.wpcf7-form label {
    line-height: 7px;
}

.wpcf7 .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 0.575rem 0.75rem !important;
}


.accordion-button:not(.collapsed) {
    font-weight: 600;
    color: black;
    background-color: #e8e8e8;
    box-shadow: inset 0 calc(-1 * 1px) 0 #e8e8e8;
}

.accordion-button.collapsed {
    background-color: #e8e8e8;
    font-weight: 800;

    &:hover {
        color: black;
    }
}

.contacto .contact_icon {
    width: 30px;
    @media(min-width: 992px) {
        width: 35px;
    }
}