header .container {
    background-color: #fff !important;
}

header{
    position: sticky !important;
	z-index: 4 !important;
}

header .toggle-menu__container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}

.banner {
    display:none!important;
    padding: 1.5rem 1.5rem !important;
}

.mobile-c1 {
    display: flex;
    justify-content: space-between;
    height: 70px;
    background-color: #fff;
}

.sidebar__item.search {
    height: 50px !important;
}


.sidebar__item.search a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: top left;
    top: -14px;
    left: 55%;
/* 		height: 3em; */
    cursor: pointer;
    font-size: 1em;
    width: 100px;
}

.btn-cta-menu-burger a, .btn-cta-menu-burger button{
    padding: 5px 15px !important;
    min-width: 70px;
}


.pdm-lightbox {
    padding: 10rem 1.5rem !important;
} 

.new-menu-mobile {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: .5rem;
    background-color: #82b0ef;
}

.btn-call-us {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: .75em 1.75em;
    color: #fff;
    background: transparent;
    font-weight: 400;
    white-space: nowrap;
    margin: 2px;
    cursor: pointer;
    transition-duration: .25s;
    font-size: .85em;
    border: 1px solid #fff;
    border-radius: 2em;
    margin-right: 1rem;
}

.new-menu-mobile .btn.btn--condensed {
    margin: 2px;
}

.hidden {
    display: none !important;
}

@media (min-width: 769px) {

    .container-mobile {
        display: none;
    }
}

@media (max-width: 768px) {

    .global.cf .container {
        display: none !important;
    }
    
    .two-column .col img{
        max-width: 320px;
    }
}

@media only screen and (min-width: 769px) {
    header nav ul li a img {
        display: none;
    }

    header nav ul a span {
        font-weight: 300 !important;
        margin: auto;
    }
}

header nav ul li a {
    display: flex;
    justify-content: space-around;
}

header nav ul a span {
    margin: auto;
    font-weight: 700;
}

.admin-bar header nav {
    top: 129.39px;
    height: calc(100% - 46px);
}

header nav .overflow {
    padding: 0rem 1.5rem;
    height: 100%;
}

.search-header--search input.search-content.callback::placeholder {
    color: #fff !important;
}

.search-header--search button.search .svg-icon path {
    fill: #fff !important;
}

.container-mobile .search-header--search input.search-content.callback {
    border-radius: 20px !important;
    height: 20px !important;
    background-color: #82b0ef;
}

.search-header--search input {
    font-size: 1em
}

.search-header--search button.search {
    padding: 0.5em 1em;
}

.footer-menu-buger {
    /* position: fixed; */
    /* bottom: 0; */
    background-color: #F1F5FB;
    padding: 0 20px;
    margin: 0 -20px;
    /* z-index: 1000; */
    /* width: 100%; */
}


.btn-cta-menu-burger {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    margin: 10px 0;
}

.btn-cta-menu-burger a,
.btn-cta-menu-burger button {
    height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Estilo para cada botón */
.btn-cta-menu-burger a:first-child {
    color: black;
    background-color: white;
    border: 2px solid black;
}

.btn-cta-menu-burger a:first-child:hover {
    background-color: black;
    color: white;
}

.btn-cta-menu-burger a:nth-child(2) {
    background-color: #F4B429;
    /* Amarillo */
    color: white;
}

.btn-cta-menu-burger a:nth-child(2):hover {
    background-color: #d99b20;
}

.btn-cta-menu-burger button {
    padding: 5px 20px !important;
    background-color: #543532;
    color: white;
}

.btn-cta-menu-burger button:hover {
    background-color: #432b29;
}


.footer-menu-buger .container-value-props .row .col-md-4.text-center {
    height: 160px !important;
}


.container-value-props .row {
    display: flex;
    justify-content: space-between;
}

.container-value-props .row .value-prop-item .icon img {
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;

}

.value-prop-item h5 {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.header-menu-mobile__fake{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media screen and (max-width:768px){
   header nav{
        height: inherit !important;
        min-height: 100vh;
        margin-top: 139.39px;
        padding-top: 0 !important;
        padding-bottom: 120px !important;
        z-index: 11;
    } 

    body:not(.home) main{
        margin-top: 145px !important;
    }

    body.home main{
        margin-top: 140px !important;
    }
}

@media screen and (min-width:769px){
    .new-menu-mobile{
        display: none;
    }
}

body:not(.home) main{
    margin-top: 142px;
}

header{ 
    position: fixed !important;
}