.elementor-evoratec__two-columns-home .column-one {


}

.elementor-evoratec__two-columns-home {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 500px;

    .banner__enlace {
        display: flex;
        margin-top: 48px;

        a {
            background: white;
            border: 2px solid white;
            color: #333;
            font-family: 'Jost', Arial, sans-serif;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 3px;
            min-height: 48px;
            padding: 1rem 2.5rem;
            text-transform: uppercase;
            transition: all .35s;
            display: flex;
            justify-content: center;

            &:hover {
                background: #f2f2f2;

            }
        }

    }

    .banner__enlace a:hover {
        color: #15151c;
    }

    .banner__enlace svg {
        width: 14px;
        margin-left: 4px;
        strike: #bc0000;
    }

    .banner__enlace:hover svg {
        strike: #bc0000 !important;
    }

}


.elementor-evoratec__two-columns-home {


    .column-one {
        position: relative;
        width: 100%;

        display: flex;
        flex-direction: column;
        justify-content: center;


        background-image: url(https://orcasitas.evoratec.com/wp-content/uploads/2024/09/sancristobal-greca-blanca.png) !important;
        background-position: 100% 100% !important;
        background-repeat: no-repeat !important;
        background-size: 50% auto !important;

        .contenedor {
            padding: 30px;
        }

        .contenido {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 8px;
            text-align: left;
            width: 60%;

            ul {
                font-family: Jost, Arial;
                color: white;
                padding: 16px;
                font-size: 16px;
            }
        }

        p {
            font-family: 'Jost', Arial, sans-serif;
            color: white;
            line-height: 1.2em;
            font-size: 16px;
            text-align: left;
            margin-bottom: 24px;
        }

        h2 {
            font-family: 'Jost', Arial, sans-serif;
            letter-spacing: 4px;
            text-transform: uppercase;
            font-size: 72px;
            color: white;
            font-weight: 800;

            line-height: 1;
        }

        h3 {
            letter-spacing: 4px;
            text-transform: uppercase;
            font-size: 32px;
            color: white;
            font-weight: 800;
            margin-bottom: 40px;
            width: 60%;
        }


        h4 {
            font-family: 'Formula 1', Arial, sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: #1c1c15;;
        }

        .contactanos {
            margin-top: 30px;
        }
    }

    .column-one.orden_2 {
        order: 2;
    }

    .column-two {
        display: flex;
        align-items: center;

        background-repeat: no-repeat;
        background-size: cover;

        width: 100%;
        background-position: 50%;
        height: 100%;

        a {
            width: 100%;
        }
    }


    .column-two img {
        object-fit: cover;
        width: 100%;
        height: 100%;


    }
}


.elementor-evoratec__two-columns-home.verde {
    .column-one {

        background: #4D9D2E;


    }
}

.elementor-evoratec__two-columns-home.marron {
    .column-one {
        background: #B47C5A;
    }
}

.elementor-evoratec__two-columns-home.marron_oscuro {
    .column-one {
        background: #41281e;

    }
}

.elementor-evoratec__two-columns-home.blanco {
    .column-one {
        background: #fff;
        background-image: url(https://orcasitas.evoratec.com/wp-content/uploads/2024/09/san-cristobal-greca-2.png) !important;
        background-position: 100% 100% !important;
        background-repeat: no-repeat !important;
        background-size: 50% auto !important;

        .contenedor {
            p {
                color: black;

            }

            h2 {
                color: #4D9D2E;

            }

            h3 {
                color: #41281e;

            }

            h4 {
                color: #1c1c15;;
            }

            .banner__enlace {
                a {
                    color: #41281e;
                    background: #fff;
                    border: 2px solid #41281e;

                }

            }
        }

    }
}

@media screen and (max-width: 900px) {
    .elementor-evoratec__two-columns-home {
        grid-template-columns: 1fr;

    }

    .elementor-evoratec__two-columns-home .column-one,
    .elementor-evoratec__two-columns-home .column-two {
        width: 100%;
        padding: 16px;
    }

    .elementor-evoratec__two-columns-home .column-two {
        order: 0 !important;
        padding: 0;
    }

    .elementor-evoratec__two-columns-home .column-one {
        order: 1 !important;
    }

    .evo-feature-list {
        margin-top: 16px;
        padding: 16px;
        font-size: 14px;
    }

    .elementor-evoratec__two-columns-home .column-one::before {
        display: none;
    }


    .elementor-evoratec__two-columns-home h3 {
        font-size: 20px;
        text-transform: capitalize;
    }

    .elementor-evoratec__two-columns-home .column-two img {
        padding: 0 !important;

    }
}


.banner_seccion {
    .elementor-evoratec__two-columns-home {

        display: grid;
        grid-template-columns: 45% 55% !important;
        min-height: 500px;

        .column-one {
            position: relative;
            width: 100%;

            display: flex;
            flex-direction: column;
            justify-content: center;


            background-image: url(https://orcasitas.evoratec.com/wp-content/uploads/2024/09/sancristobal-greca-blanca.png) !important;
            background-position: 100% 100% !important;
            background-repeat: no-repeat !important;
            background-size: 50% auto !important;

            .contenedor {
                padding: 30px;
            }

            .contenido {
                font-family: 'Open Sans', Arial, sans-serif;
                font-size: 16px;
                font-weight: normal;
                margin-bottom: 8px;
                text-align: left;
                width: 100%;

                ul {
                    font-family: Jost, Arial;
                    color: white;
                    padding: 16px;
                    font-size: 16px;
                }
            }

            p {
                font-family: 'Jost', Arial, sans-serif;
                color: white;
                line-height: 1.2em;
                font-size: 16px;
                text-align: left;
                margin-bottom: 24px;
            }

            h2 {
                font-family: 'Jost', Arial, sans-serif;
                letter-spacing: 4px;
                text-transform: uppercase;
                font-size: 72px;
                color: white;
                font-weight: 800;

                line-height: 1;
            }

            h3 {
                letter-spacing: 4px;
                text-transform: uppercase;
                font-size: 32px;
                color: white;
                font-weight: 800;
                margin-bottom: 40px;
                width: 100%;
            }


            h4 {
                font-family: 'Formula 1', Arial, sans-serif;
                font-size: 18px;
                font-weight: 600;
                color: #1c1c15;;
            }

            .contactanos {
                margin-top: 30px;
            }
        }

        .column-one.orden_2 {
            order: 2;
        }

        .column-two {
            display: flex;
            align-items: center;

            background-repeat: no-repeat;
            background-size: cover;

            width: 100%;
            background-position: 50%;
            height: 100%;

            a {
                width: 100%;
            }
        }


        .column-two img {
            object-fit: cover;
            width: 100%;
            height: 100%;


        }
    }
}

@media screen and (max-width: 767px) {
    .banner_seccion {
        width: 100%;

        .elementor-evoratec__two-columns-home {
            grid-template-columns: 1fr !important;
            min-height: 500px;
        }
    }


    .elementor-evoratec__two-columns-home {
        .column-one {
            padding: 0;

            .contenedor {
                width: 100% !important;

                h2 {
                    font-size: 28px !important;
                }

                h3 {
                    font-size: 18px !important;;
                }
            }
        }
    }

    .banner__enlace {
        a {
            font-size: 14px;
        }
    }


}
