/*
Theme Name: GBV Theme
Theme URI: https://equilibrio.agency/
Author: Alexsander Arellano
Author URI: https://alexs.co/
Description:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gbv, equilibrio, agency, wordpress
Version: 1.0.1
*/


body {
    margin: 0;
}

.header-background {
    padding-top: 80px;
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-background-pages {
    padding-top: 40px;
    position: relative;
    background-color: #FFFFFF;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title-header{
    font-family: Work Sans;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0em;
    color: #FFF;
    @media screen and (max-width: 768px) {
        font-size: 40px;
        line-height: 40px;
    }
    @media screen and (min-width: 768px) and (max-width: 1025px) {
        font-size: 46px;        
        line-height: 50px;
    }
    @media screen and (min-width: 1400px) {
        font-size: 60px;
    }
}
.text-header{
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    color: #FFF;
}
.buttom-header{
    background-color: #000;
    color: #FFF;
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    width: auto;
    text-align: center;
    min-height: 55px;
    padding: 16px 24px 16px 24px;
    gap: 4px;
}
.buttom-header a{
    color: #FFF;
    text-decoration: none;
}
.buttom-header a:hover{
    color: #CCC;
}
.image-home{
    width: 90%;
}
.minitext-home{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #000;
}
.text-home{
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
.title-home{
    font-family: Work Sans;
    font-size: 48px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0em;
    color: #000;
}
.buttom-header-big{
    background-color: #000;
    color: #FFF;
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    width: 337px;
    height: 68px;
    padding: 20px 0;
    gap: 4px;
}
.buttom-header-big a{
    color: #FFF;
    text-decoration: none;
}
.buttom-header-big a:hover{
    color: #CCC;
}

.site-branding {
    flex-grow: 1;
}

.site-logo img {
    max-width: 100%;
    height: auto;
}

.main-navigation {
    display: flex;
    align-items: flex-end;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-item {
    margin-right: 20px;
}

.scroll-button {
    margin-left: auto;
}


.site-footer {
    background-color: #000;
    color: #fff;
    padding: 20px;
}
.site-footer a{
    color: #fff;
    text-decoration: underline;
}
.site-footer a:hover{
    color: #CCC;
}
.footer-content {
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-columns {
    display: flex;
}
.column-one {
    flex: 1;
}

.column-two,
.column-three {
    flex-basis: calc(50% - 10px);
}
.footer-rows {
    display: flex;
}

.row-one,
.row-two {
    flex-basis: 50%;
}
.title-footer{
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
.text-footer-small{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    margin: 0;
    max-width: 500px;
}
.text-footer-small a{
    color: #FFF;
    text-decoration: none;
}
.text-footer-small a:hover{
    color: #CCC;
}
.text-footer{
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}
.line-footer{
    border: 1px solid #FFFFFF;
}
.bg-investments{
    background: #F0F0F0;
}
.links-header{
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    color: #FFF;
    padding: 0 20px;
}
.links-header a{
    color: #FFF;
    text-decoration: none;
}
.links-header a:hover{
    color: #CCC;
}
.links-header-mobile{
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    color: #FFF;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 12px;
    border-bottom: 1px solid #FFFFFF;
}
.links-header-mobile a{
    color: #FFF;
    text-decoration: none;
}
.links-header-mobile a:hover{
    color: #CCC;
}
.right-hamburger-menu{
        text-align: -webkit-right;
    
}
@media screen and (max-width: 800px) {
    .sidebar-widget {
      margin-top: 50px;
    }
  }
.services-background {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.hamburger-menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}
.bar {
    width: 30px;
    height: 3px;
    background-color: #FFF;
    transition: 0.4s;
}

.margins-content {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
}
input.wpcf7-form-control.wpcf7-text {
    max-width: 600px;
    height: 47px;
    padding: 10px 16px 10px 16px;
    border: 1px;
    gap: 10px;
    border: 1px solid #000000;
    color: #000;
}
input.wpcf7-form-control.wpcf7-submit {
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    padding: 20px 40px;
    gap: 16px;
    background-color: #000;
    color: #FFF;
    width: 390px;
}
.wpcf7-spinner {
    visibility: hidden;
    display: block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.my-sm-2, .mb-sm-2 {
    margin-bottom: 0.5rem!important;
}
.mx-sm-2, .mt-sm-2 {
    margin-top: 0.5rem!important;
}
.py-sm-2, .pb-sm-2 {
    padding-bottom: 0.5rem!important;
}
.px-sm-2, .pt-sm-2 {
    padding-top: 0.5rem!important;
}
.sendform {
    position: relative;
    cursor: pointer;
    background: url('./images/send-form.png') no-repeat;
    background-size: 20px;
    color: white;
    background-position: 40px center;
}
select.wpcf7-form-control.wpcf7-select {
    max-width: 600px;
    width: 390px;
    height: 47px;
    padding: 10px 16px 10px 16px;
    border: 1px;
    gap: 10px;
    border: 1px solid #000000;
    color: #000;
}
input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #646464;
    ;
  }
.wpcf7 label{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
header{
    position: absolute;
    color: white;
    z-index: 10;
    width: 100%;
}
.subopciones {
    display: none;
}
.bgmenumobile {
    background-color: rgba(0, 0, 0, 0.65);
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    overflow: auto;
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
    position: relative;
}
.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    #menu {
        display: none;
    }
    .links-header{
        font-size: 16px;
    }
    .buttom-header{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .buttom-header-big{
        font-size: 18px;
    }
    .margins-content {
        margin-left: 0.5rem!important;
        margin-right: 0.5rem!important;
    }
    .image-home{
        width: 100%;
    }
}
@media (max-width: 425px) {   
    input.wpcf7-form-control.wpcf7-text {
        width: 300px;
    }
    select.wpcf7-form-control.wpcf7-select {
        width: 300px;
    }
    input.wpcf7-form-control.wpcf7-submit {
        width: 300px;
    }
}
body.trayectoria-header-black header {
    background-color: rgba(0, 0, 0, 0.85);
    position: relative;
}
body.trayectoria-header-black header a,
body.trayectoria-header-black .links-header,
body.trayectoria-header-black .links-header a,
body.trayectoria-header-black .buttom-header a {
    color: #fff;
}
body.trayectoria-header-black .bar {
    background-color: #fff;
}

/* Remove top margins inside header on landing-trayectoria to match design */
body.trayectoria-header-black header .mt-2,
body.trayectoria-header-black header .mt-3 {
    margin-top: 0 !important;
}

/* More specific: target only the outer container and inner container in header */
body.trayectoria-header-black header > .container-fluid.mt-2.mb-4 {
    margin-top: 0 !important;
}
body.trayectoria-header-black header .container.mt-3 {
    margin-top: 0 !important;
}