/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

:root {
    --mont: "Montserrat", sans-serif;
    --osw: "Oswald", sans-serif;
    --naranja: #F0823C;
}

.btnNaranja {
    width: 260px;
    height: 55px;
    display: flex;
    background-color: var(--naranja);
    color: white;
    font-family: var(--mont);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    color: white;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btnNaranja:hover {
    background-color: white;
    color: var(--naranja);
    border: 1px solid var(--naranja);
}

.btnNaranja:hover img {
    content: url(/wp-content/uploads/2026/09/wapp-naranja.svg);
}

#fila-header .lqd-head-col {
    align-items: center;
    justify-content: space-between;
}

#hero {
    height: 1113px;
    align-content: center;
    padding-top: 100px;
}

.contenedorFechas {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contenedorFechas>p {
    display: flex;
    gap: 15px;
    align-items: center;
}


.htmlContenedorImg {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.contenedorChecks {
    display: flex;
    justify-content: center;
    gap: 55px;
    border: 1px solid var(--naranja);
    padding: 10px 30px 10px 30px;
    width: fit-content;
    margin-inline: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    bottom: -150px;
}

.contenedorChecks .osw18naranja {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#fila-naranja {
    padding-block: 35px;
}

.mes {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 281px;
    position: relative;
}

.mes .osw24negro {
    margin-bottom: 10px !important;
}


.mes .osw24negro::before {
    content: url(/wp-content/uploads/2026/09/icono-certificaciones.svg);
    position: absolute;
    left: -40px;
}

.meses {
    display: flex;
    justify-content: center;
    gap: 68px;
}

.mes .mont18naranja {
    min-height: 88px;
}

.mes .mont14negro {
    min-height: 72px;
}

.checks2 .contenedorChecks {
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
}

#fila-certificaciones {
    padding-top: 35px;
}

.checks {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.check img {
    padding-top: 4px;
}

#fila-checks {
    padding-block: 75px;
}

.flechaDoble {
    background-image: url(/wp-content/uploads/2026/09/forma-contenedora.svg);
    height: 58px;
    width: 454px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fila-checks-col2 {
    padding-left: 95px;
}

#fila-footer {
    padding-top: 68px;
    padding-bottom: 45px;
}

.colx2>p {
    display: flex;
    gap: 18px;
}

#fila-form input {
    height: 55px;
}

#fila-form textarea {
    height: 86px !important;
}

#fila-form input,
#fila-form textarea,
#fila-form .ui-selectmenu-button {
    border: 1px solid #F0823C;
    font-family: var(--mont);
    font-weight: 500;
    font-size: 16px;
    color: white;
    background-color: #ffffff24;
}

.ui-selectmenu-icon {
    top: 25px !important;
}

#fila-form form br {
    display: none;
}

#fila-form form {
    max-width: 479px;
    margin-inline: auto;
}

#fila-form .wpcf7-spinner {
    position: absolute;
}

input.wpcf7-submit {
    background-color: var(--naranja) !important;
    font-size: 14px;
}

p:has(>input) {
    justify-self: end;
}

div#col-zocalo {
    margin: 0px;
    padding-block: 20px;
}

a {
    outline: none !important;
}

@media only screen and (max-width: 900px) {

    .contenedorChecks {
        flex-wrap: wrap;
        width: fit-content;
        gap: 15px;
        bottom: -105px;
    }

    .htmlContenedorImg {
        place-self: center;
        position: relative;
    }

    #fila-naranja .osw32negro {
        margin-block: 23px !important;
    }

    .meses {
        flex-wrap: wrap;
    }

    #fila-checks>div>div {
        flex-direction: column-reverse;
    }

    #fila-checks {
        padding-bottom: 280px;
    }

    #fila-checks .lqd-imggrp-inner {
        justify-content: center;
    }

    #hero {
        padding-top: 135px;
    }

    .navbar-toggle {
        display: none !important;
    }

    #hero {
        height: 1240px;
        background-size: cover;
    }

    #fila-checks .vc_column_container {
        width: 100% !important;
    }

}


@media only screen and (max-width: 600px) {

    #hero {
        height: 1610px;
    }

    .contenedorImagenes {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contenedorChecks {
        width: 325px;
        bottom: -115px;
        justify-content: flex-start;
    }

    .contenedorChecks .osw18naranja {
        gap: 10px;
    }

    .mes .osw24negro::before {
        position: relative;
        margin-right: 10px;
        left: unset;
    }

    .mes .osw24negro {
        display: flex;
    }

    .mes .mont18naranja {
        min-height: 55px;
    }

    .btnNaranja {
        width: 235px;
        height: 45px;
    }

    .checks2 .contenedorChecks {
        flex-direction: column;
    }

    #fila-checks-col2 {
        padding-left: 15px;
    }

    .checks {
        gap: 10px;
    }

    .check img {
        padding-top: 0px;
    }

    .flechaDoble {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .flechaDoble {
        height: auto;
        width: auto;
        background-position: center;
    }

    .btnNaranja {
        font-size: 13px;
    }

    #fila-checks {
        padding-bottom: 155px;
    }

    #col-zocalo {
        padding-block: 12px !important;
    }

    #fila-form input,
    #fila-form textarea,
    #fila-form .ui-selectmenu-button {
        padding-inline: 10px;
    }

    #fila-form input {
        padding-inline: 35px !important;
    }

    .joinchat__button {
        bottom: 60px !important;
    }

}

.grecaptcha-badge {
    opacity: 0 !important;
}