*:focus {
    outline: 0px!important;
    box-shadow: 0px!important;
}

.white-separator {
    height: 1px;
    background-color: #FFF;
    margin: 0;
    border: 0px;
}

img.icono-redondo {
    margin-right: 30px;
}

.title-column {
    line-height: 30px;
}

.content-title-column {
    height: 100px;
    display: flex;
    align-items: center;
}

.content-title-column p {
    transition: all .3s ease;
}

.arrow, .arrow-white {
    display: none;
}

.divider-pseudo {
    position: relative;
}

.content-hide {
    margin-top: 50px;
}


.no-scroll {
    overflow: hidden;
}

.header {
    display: flex;
    align-items: center;
    padding: 30px 15px;
}

.--header-bg {
    background-color: #FFF;
    transition: all .3s ease;
    position: sticky;
    top: 0px;
    z-index: 35;
    max-width: 100%!important;
}

.--header-bg.active {
    background-color: #2F80ED;
    transition: all .3s ease;
}

.logo {
    width: 230px;
    height: auto;
    opacity: 1;
    transition: all .3s ease;
}

@media (max-width:414px){
    .logo, .logo-white {
        width: 180px!important;
    }
}
@media (max-width: 992px){
    .divider-pseudo::after {
        display: none;
    }
}

.divider-pseudo::after {
    content: '';
    width: calc(100% + 30px) ;
    height: 1px;
    left: -15px;
    background-color: #fff;
    position: absolute;
    top: 120px;
}

@media (max-width: 1200px){
    .divider-pseudo::after {
        width: 100%;
    }
}

.title-method {
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.title-method::after {
    content: '';
    width: calc(100% + 40%) ;
    height: 1px;
    left: -20%;
    background-color: #eaeaea;
    position: absolute;
    top: 90px; 
}

@media (max-width: 992px){
    .title-method::after {
        width: calc(100% + 60px) ;
        height: 1px;
        left: -30px;
    }
}

@media (max-width:992px){
    .content-hide {
        display: none;
        margin-top: 0;
        padding-top: 40px;
    }

    .card-column {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .card-column:nth-child(3){
        border: 0px;
    }

    .arrow {
        margin: auto 0 auto auto;
        padding: 0;
        display: block;
        transition: all .3s ease;
    }

    .arrow.active {
        transform: rotate(90deg);
        transition: all .3s ease;
    }
}

.content-blue {
    padding: 20px 0 50px 0;
}

@media (max-width: 500px){
    .arrow-white {
        margin: auto 0 auto auto;
        padding: 0;
        display: block;
        transition: all .3s ease;
    }

    .arrow-white.active {
        transform: rotate(90deg);
        transition: all .3s ease;
    }
    
    .title-column {
        color: #FFF;
        font-weight: 400;
    }

    .title-method::after {
        display: none;
    }

    .con-numeros {
        display: none;
    }

    .card-column {
        padding: 0 0 30px 0;
    }

    .content-blue {
        padding: 50px 0 0 0;
    }

    .title-method {
        margin: 0;
    }

    .title-method:hover {
        cursor: pointer;
    }

    .border-mobile:nth-child(1) {
        border-bottom: 1px solid rgba(0, 0, 0, .25)
    }

    .pb-mobile-30 {
        padding-bottom: 30px;
    }
}

.card-estrategia {
    width: 100%;
    height: 420px;
    position: relative;
}

@media (max-width:1200px) {
    .card-estrategia {
        margin-bottom: 30px;
    }
}

.card-estrategia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

.card-estrategia .over-bg {
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    left: 0;
    z-index: 1;
    background-color: rgba(38, 38, 38, .7);
    transition: all .3s ease;
}

.card-estrategia__data {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
}

.card-estrategia__data img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    position: relative;
}

.card-estrategia__data p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    color: #FFF;
    margin-top: 25px;
    display: none;
}

.border {
    width: 130px;
    height: 130px;
    border: 1px solid #FFF!important;
    border-radius: 100px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**.card-estrategia:hover {
    cursor: pointer;
}**/

.card-estrategia:hover .over-bg{
    background-color: rgba(47, 128, 237, .8);
    transition: all .3s ease;
}

.metodologias-container {
    padding: 80px 0 50px 0;
}

.metodologias__buttons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 90%;
}

@media (max-width:992px){
    .metodologias__buttons ul {
        display: none;
    }
}

.metodologias__buttons ul li {
    /* height: 65px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px 0;
}

.metodologias__buttons ul li:hover {
    cursor: pointer;
}

.metodologias__buttons ul li img {
    display: none;
}

.metodologias__buttons ul li span {
    display: block;
    max-width: 265px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #2F80ED;
    transition: all .2s ease;
}

.metodologias__buttons ul li:hover span {
    font-weight: 700;
    transition: all .2s ease;
}

.metodologias__buttons ul li:nth-child(1) img {
    display: block;
    width: 15px;
}

.metodologias__buttons ul li.active span {
    font-weight: 700;
    transition: all .3s ease;
}

.metodologias__item {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    transition: all .3s ease;
}

.metodologias__item img {
    width: auto;
    height: 500px;
    object-fit: cover;
}

.metodologias__item.show {
    opacity: 1;
    transition: all .5s ease;
}

.metodologias__item {
    padding: 0 15px 0 0;
}

.metodologias__item ul {
    padding: 0 45px 0 0;
    margin: 0;
    list-style: none;
}

.metodologias__item ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(38, 38, 38, .6);
    margin-bottom: 20px;
}

.metodologias__item button {
    display: none;
}

.estra-consu {
    margin-top: 100px;
    padding-bottom: 100px;
}

@media (max-width:992px){
    .metodologias__item button {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px;
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .metodologias__item button span {
        display: flex;
        align-items: center;
        font-size: 20px;
        line-height: 34px;
        font-weight: 400;
        text-align: left;
    }

    .metodologias-button--mobile img {
        display: flex!important;
        width: 16px;
        height: 24px;
    }

    .metodologias__item {
        flex-direction: column;
        position: relative;
        opacity: 1;
        padding: 0 15px!important;
    }

    .metodologias__item img {
        display: none;
        transition: all .3s ease;
    }

    .metodologias__item img.rotate {
        transform: rotate(90deg);
        transition: all .3s ease;
    }

    .metodologias__item ul {
        display: none;
        padding: 0 10px;
    }

    .metodologias-container hr {
        display: none!important;
    } 
}

@media (max-width: 768px) {
    .metodologias-container .title-left-mobile {
        font-weight: 700!important;
    }
}

@media (max-width: 500px) {
    .card-estrategia__data {
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .card-estrategia {
        height: auto!important;
    }

    .card-estrategia img {
        visibility: hidden;
        display: none;
    }

    .card-estrategia .over-bg {
        display: none;
    }

    .card-estrategia .over-bg {
        visibility: hidden;
    }

    .card-estrategia__data {
        position: relative;
        padding-top: 40px;
    }

    .border {
        background-color: #2F80ED;
    }

    .border img {
        visibility: visible;
        display: block;
    }

    .card-estrategia__data p {
        display: block!important;
        color: #000;
        width: 80%;
    }

    .estra-consu {
        margin-top: 40px;
        padding-bottom: 60px;
        padding-left: 0;
        padding-right: 0;
    }

    .bold-mobile {
        font-weight: 700;
    }

    .card-estrategia {
        padding-left: 0;
        padding-right: 0;
    }
}

.logo.hide {
    opacity: 0;
    transition: all .1s ease;
}

.logo-white {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 230px;
    height: auto;
    z-index: 2;
    opacity: 0;
    transition: all .1s ease;
}

.logo-white.show {
    opacity: 1;
    transition: all .3s ease;
}

.main-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 12px;
}

.main-menu ul li {
    padding: 0;
    margin: 0 15px;
}

.main-menu ul li.current a {
    color: #2F80ED!important;
} 

.--header-bg.active .main-menu ul li a {
    color: #FFF!important;
    position: relative;
}

.--header-bg.active .main-menu ul li a::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: transparent;
    left: 0;
    bottom: 0px;
    transition: all .3s ease;
}

.--header-bg.active .main-menu ul li a:hover::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #FFF;
    left: 0;
    bottom: -5px;
    transition: all .3s ease;
}

.main-menu ul li a {
    text-transform: uppercase;
    color: #262626;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-menu ul li a:hover {
    text-decoration: none;
    color: #2F80ED;
}

.main-menu ul li:nth-last-child(-n+2) a:hover {
    text-decoration: none;
    color: #A053C2;
}

.--header-bg.active .main-menu ul li:nth-last-child(-n+2) a:hover {
    text-decoration: none;
    color: #FFF;
}

.header .header-cta {
    display: flex;
    margin: auto 20px auto auto;
}

@media (max-width:320px){
    .header .header-cta {
        margin: auto 10px auto auto;
    }

    .logo, .logo-white {
        width: 160px!important;
    }
}

.--header-bg.active .header .header-cta button {
    border-color: #FFF;
    transition: all .3s ease;
}

.header .header-cta button {
    border: 2px solid #262626;
    border-radius: 100px;
    background-color: transparent;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.header .header-cta button:nth-child(1){
    margin-right: 15px;
}

.--header-bg.active  .header .header-cta button i {
    color: #FFF;
    transition: all .3s ease;
}

.header .header-cta button i {
    color: #262626;
    transition: all .3s ease;
}

.header .header-cta button:nth-child(1) i {
    font-size: 19px;
}

.header .header-cta button:nth-child(2) i {
    font-size: 18px;
}

.header .header-cta button:hover {
    border-color: #2F80ED;
    transition: all .3s ease;
}

.header .header-cta button:hover i {
    color: #2F80ED;
    transition: all .3s ease;
}

.modal-inside.ico-active {
    color: #A053C2;
}

.--header-bg.active .modal-inside.ico-active {
    color: #A053C2;
}

.ico-wsp.ico-active {
    border-color: #2F80ED!important;
}

@media (max-width:500px){
    .ico-wsp {
        display: none!important;
    }
}

.--header-bg.active .ico-wsp.ico-active {
    border-color: #A053C2!important;
}

.ico-wsp.ico-active i {
    color: #2F80ED!important;
}

.--header-bg.active .ico-wsp.ico-active i {
    color: #A053C2!important;
}

.--header-bg.active .ico-search.ico-active {
    border-color: #A053C2!important;
}

.ico-search.ico-active {
    border-color: #2F80ED!important;
}

.--header-bg.active .ico-search.ico-active i {
    color: #A053C2!important;
}


.ico-search.ico-active i {
    color: #2F80ED!important;
}

@media (max-width:500px){
    .ico-search.ico-active i {
        color: #FFF!important;
    }

    .ico-search.ico-active {
        background-color: #2F80ED!important;
    }
}

.bg-hamburger {
    background-color: #2F80ED;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:500px){
    .bg-hamburger {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }
}

.hamburger-box {
    width: 25px!important;
    height: 2px!important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px!important;
    height: 2px!important;
    background-color: #FFF;
}

@media (max-width:500px){
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px!important;
    }

    .hamburger-box {
        width: 20px!important;
    }

    .hamburger--collapse .hamburger-inner {
        top: 37px;
    }

    .hamburger--collapse .hamburger-inner::after {
        top: -16px;
    }

    .hamburger-inner::before {
        top: -8px;
    }
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #FFF;
}

.bg-modal-search, .bg-modal-contact, .bg-modal-inside, .bg-menu-mobile  {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 34;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.search-modal {
    background-color: #F7F7F7;
    position: fixed;
    z-index: 40;
    top: 115px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
    display: none;
}

@media (max-width:414px){
    .search-modal {
        top: 100px;
    }
}

.search-modal__content {
    margin-top: 70px;
}

.input-group {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media (max-width:500px){
    .input-group {
        display: block;
    }

    .input-group input[type=text] {
        width: 100%!important;
    }

    .input-group button[type=submit] {
        margin-top: 30px;
    }
}

.input-group input[type=text] {
    width: calc(100% - 140px);
    border-top:0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid rgba(38, 38, 38, .1);
    background-color: transparent;
    height: 44px;
    font-size: 22px;
    line-height: 22px;
}

.input-group input::placeholder {
    color: rgba(0,0,0,.25);
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
}

.input-group button[type=submit] {
    border-radius: 100px;
    background-color: #2F80ED;
    border: 0px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 35px;
    transition: all .3s ease;
}

.input-group button[type=submit]:hover {
    background-color: #0069d9;
    transition: all .3s ease;
}

.popular h3 {
    color: rgba(38, 38, 38, .5);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
}

.popular ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.popular ul li a {
    font-size: 22px;
    line-height: 35px;
    color: #262626;
    font-weight: normal;
    transition: all .3s ease;
}

.popular ul li a:hover {
    color: #2F80ED;
    text-decoration: none;
    transition: all .3s ease;
}

.close-search {
    border: 0px;
    background-color: transparent;
    transition: all .3s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

.close-search:hover {
    opacity: .7;
    transition: all .3s ease;
}

.contact-modal {
    position: fixed;
    top: 115px;
    z-index: 40;
    background-color: #F7F7F7;
    padding: 80px 0;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
    display: none;
}

.contact-modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width:768px){
    .contact-modal__content {
        flex-direction: column;
    }
}

.contact-options {
    display: flex;
}

@media (max-width:500px){
    .contact-options {
        flex-direction: column;
    }
}

.contact-options a {
    margin: 0 10px;
}

.contact-modal__content h2 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    margin: 0 0px 30px 0;
    padding: 0;
}

@media (max-width:500px){
    .contact-modal__content h2 {
        text-align: center;
        margin: 0;
    }
}

.btn-contact {
    border-radius: 50px;
    background-color: #A053C2;
    border: 0px;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    width: 140px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease;
}
@media (max-width:768px){
    .btn-contact {
        margin-top: 30px;
    }
}

.btn-contact i {
    font-size: 20px;
    margin-right: 10px;
}

.btn-contact:hover {
    background-color: #2F80ED;
    transition: all .3s ease;
}

.--btn-phone {
    background-color: #2F80ED!important;
}

.--btn-mail {
    background-color: #1C355E!important;
}

.--btn-wsp:hover, .--btn-phone:hover, .--btn-mail:hover {
    background-color: #262626!important;
}

.close-contact, .close-inside {
    border: 0px;
    background-color: transparent;
    transition: all .3s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

.close-contact:hover, .close-inside:hover {
    opacity: .7;
    transition: all .3s ease;
}

.inside-modal {
    position: fixed;
    top: 115px;
    z-index: 40;
    background-color: #F7F7F7;
    padding: 80px 0;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
    display: none;
}

@media (max-width:1100px){
    .inside-modal {
        padding: 80px 15px;
    }
}

@media (max-width: 414px){
    .inside-modal {
        top:102px;
        padding: 80px 15px;
    }
}

.inside-modal__content {
    display: block;
}

.inside-modal__content h2 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    padding: 0;
}

.inside-modal__content p {
    font-size: 26px;
    line-height: 38px;
    color: #000;
    font-weight: 300;
    padding: 0;
}

@media (max-width:414px){
    .inside-modal__content p {
        font-size: 16px;
        line-height: 26px;
    }
}

.btn-inside {
    border-radius: 50px;
    background-color: #A053C2;
    border: 0px;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    width: 160px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease;
}

.btn-inside:hover {
    background-color: #2F80ED;
    transition: all .3s ease;
}

.secondary-menu {
    position: fixed;
    top: 115px;
    left: 0;
    background-color: #FFF;
    height: calc( 100vh - 115px);
    width: 100%;
    z-index: 30;
    display: none;
    padding-top: 50px;
    height: 100%!important;
}

.secondary-menu__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.secondary-wp-menu {
    padding-left: 20px;
    list-style: none;
}

.secondary-wp-menu li {
    height: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.secondary-wp-menu li a {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    transition: all .07s ease;
}

.secondary-wp-menu li a:hover, .contact-wp-menu li a:hover {
    font-weight: 700;
    text-decoration: none;
    transition: all .1s ease;
}

.secondary-menu__links hr {
    width: 135px;
    height: 1px;
    color: rgba(66, 66, 66, .5);
    margin: 0 0 0 20px;
}

.contact-wp-menu {
    margin-top: 20px;
    padding-left: 20px;
    list-style: none;
}

.contact-wp-menu li {
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.contact-wp-menu li a {
    font-size: 13px;
    font-weight: 400;
    color: #262626;
    transition: all .07s ease;
}

.secondary-menu__image h3 {
    font-size: 15px;
    color: #262626;
    letter-spacing: 0.1em;
    line-height: 30px;
    font-weight: 500;
    margin: 30px 0 0 0;
}

.secondary-menu__image p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #262626;
}

.bg-white {
    background-color: #FFF;
}

.bg-light-grey {
    background-color: #F6F6F6;
}

.mobile-wp-menu--top, .mobile-wp-menu--bottom, .mobile-wp-menu--contact {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.mobile-wp-menu--top li a {
    font-size: 24px;
    line-height: 24px;
    color: #262626;
    font-weight: 400;
    height: 45px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.mobile-wp-menu--top li a:hover {
    text-decoration: none;
    color: #2F80ED;
    transition: all .3s ease;
}

.mobile-wp-menu--bottom li a {
    font-size: 24px;
    line-height: 24px;
    color: #262626;
    font-weight: 400;
    height: 45px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.mobile-wp-menu--bottom li a:hover {
    text-decoration: none;
    color: #2F80ED;
    transition: all .3s ease;
}

.divider-menu-mobile {
    width: 135px;
    height: 1px;
    color: rgba(66, 66, 66, .5);
    margin: 20px 0 20px 15px;
}

.mobile-wp-menu--contact {
    list-style: none;
    padding: 0 15px;
}

.mobile-wp-menu--contact li a {
    font-size: 13px;
    line-height: 13px;
    color: #262626;
    font-weight: 400;
    height: 30px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

@media (max-width:500px){
    .mobile-wp-menu--contact li a {
        font-size: 15px!important;
        height: 35px!important;
    }
}

.mobile-wp-menu--contact li a:hover {
    text-decoration: none;
    color: #2F80ED;
    transition: all .3s ease;
}

.mobile-menu {
    position: fixed;
    z-index: 35;
    display: none;
}

/* Menu Mobile 1100px */
@media (max-width: 1100px){

    .main-menu {
        display: none;
    }

}

@media (max-width:414px){
    
    .--scroll-active {
        height: 100vh;
        overflow: scroll;
    }

    .menu-scroll{
        height: 624px!important;
    }
}
.white-separator {
    height: 1px;
    background-color: #FFF;
    margin: 0;
    border: 0px;
}

img.icono-redondo {
    margin-right: 30px;
}

.title-column {
    line-height: 30px;
}

.content-title-column {
    height: 100px;
    display: flex;
    align-items: center;
}

.content-title-column p {
    transition: all .3s ease;
}

@media (max-width:992px){
    .content-title-column:hover {
        cursor: pointer;
    } 
}

/* .content-title-column:hover p {
    color: #A053C2;
    transition: all .3s ease;
} */

.arrow, .arrow-white {
    display: none;
}

.divider-pseudo {
    position: relative;
}

.content-hide {
    margin-top: 50px;
}

@media (max-width: 992px){
    .divider-pseudo::after {
        display: none;
    }
}


@media (max-width: 1200px){
    .divider-pseudo::after {
        width: 100%;
    }
}

.title-method {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 992px){
    .title-method::after {
        width: calc(100% + 60px) ;
        height: 1px;
        left: -30px;
    }
}

@media (max-width:992px){
    .content-hide {
        display: none;
        margin-top: 0;
        padding-top: 40px;
    }

    .card-column {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .card-column:nth-child(3){
        border: 0px;
    }

    .arrow {
        margin: auto 0 auto auto;
        padding: 0;
        display: block;
        transition: all .3s ease;
    }

    .arrow.active {
        transform: rotate(90deg);
        transition: all .3s ease;
    }
}

.content-blue {
    padding: 50px 0 50px 0;
}

@media (max-width: 500px){

    .temas-abordados {
        display: none;
    }

    .arrow-white {
        margin: auto 0 auto auto;
        padding: 0;
        display: block;
        transition: all .3s ease;
    }

    .arrow-white.active {
        transform: rotate(90deg);
        transition: all .3s ease;
    }


    .title-method::after {
        display: none;
    }

    .con-numeros {
        display: none;
    }

    .card-column {
        padding: 0 0 30px 0;
    }

    .title-method {
        margin: 0;
    }

    .title-method:hover {
        cursor: pointer;
    }

    .border-mobile:nth-child(1) {
        border-bottom: 1px solid rgba(0, 0, 0, .25)
    }

    .pb-mobile-30 {
        padding-bottom: 30px;
    }
}
/* ultimo css menu con hover (imagen y texto)*/
*:focus {
    outline: 0px!important;
    box-shadow: 0px!important;
}

.no-scroll {
    overflow: hidden;
}

.header {
    display: flex;
    align-items: center;
    padding: 30px 15px;
}

.--header-bg {
    background-color: #FFF;
    transition: all .3s ease;
    position: sticky;
    top: 0px;
    z-index: 35;
}

.--header-bg.active {
    background-color: #2F80ED;
    transition: all .3s ease;
}

.sticky-drop {
    box-shadow:
  0 1px 1.2px rgba(0, 0, 0, 0.031),
  0 2.4px 3px rgba(0, 0, 0, 0.044),
  0 5px 6.2px rgba(0, 0, 0, 0.056),
  0 10.2px 12.8px rgba(0, 0, 0, 0.069),
  0 28px 35px rgba(0, 0, 0, 0.1)
;
}

.logo {
    width: 230px;
    height: auto;
    opacity: 1;
    transition: all .3s ease;
}

@media (max-width:414px){
    .logo, .logo-white {
        width: 180px!important;
    }
}

.logo.hide {
    opacity: 0;
    transition: all .1s ease;
}

.logo-white {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 230px;
    height: auto;
    z-index: 2;
    opacity: 0;
    transition: all .1s ease;
}

.logo-white.show {
    opacity: 1;
    transition: all .3s ease;
}

.main-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 12px;
}

.main-menu ul li {
    padding: 0;
    margin: 0 15px;
}

.main-menu ul li a {
    text-transform: uppercase;
    color: #262626;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-menu ul li a:hover {
    text-decoration: none;
    color: #2F80ED;
}

.main-menu ul li:nth-last-child(-n+2) a:hover {
    text-decoration: none;
    color: #A053C2;
}

.header .header-cta {
    display: flex;
    margin: auto 20px auto auto;
}

@media (max-width:320px){
    .header .header-cta {
        margin: auto 10px auto auto;
    }

    .logo, .logo-white {
        width: 160px!important;
    }
}

.--header-bg.active .header .header-cta button {
    border-color: #FFF;
    transition: all .3s ease;
}

.header .header-cta button {
    border: 2px solid #262626;
    border-radius: 100px;
    background-color: transparent;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.header .header-cta button:nth-child(1){
    margin-right: 15px;
}

.--header-bg.active  .header .header-cta button i {
    color: #FFF;
    transition: all .3s ease;
}

.header .header-cta button i {
    color: #262626;
    transition: all .3s ease;
}


.header .header-cta button:nth-child(2) i {
    font-size: 18px;
}

.header .header-cta button:hover {
    border-color: #2F80ED;
    transition: all .3s ease;
}

.header .header-cta button:hover i {
    color: #2F80ED;
    transition: all .3s ease;
}

.modal-inside.ico-active {
    color: #A053C2;
}

.--header-bg.active .modal-inside.ico-active {
    color: #A053C2;
}

.ico-wsp.ico-active {
    border-color: #2F80ED!important;
}

@media (max-width:500px){
    .ico-wsp {
        display: none!important;
    }
}

.--header-bg.active .ico-wsp.ico-active {
    border-color: #A053C2!important;
}

.ico-wsp.ico-active i {
    color: #2F80ED!important;
}

.--header-bg.active .ico-wsp.ico-active i {
    color: #A053C2!important;
}

.--header-bg.active .ico-search.ico-active {
    border-color: #A053C2!important;
}

.ico-search.ico-active {
    border-color: #2F80ED!important;
}

.--header-bg.active .ico-search.ico-active i {
    color: #A053C2!important;
}


.ico-search.ico-active i {
    color: #2F80ED!important;
}

@media (max-width:500px){
    .ico-search.ico-active i {
        color: #FFF!important;
    }

    .ico-search.ico-active {
        background-color: #2F80ED!important;
    }
}

.bg-hamburger {
    background-color: #2F80ED;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:500px){
    .bg-hamburger {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }
}

.hamburger-box {
    width: 25px!important;
    height: 2px!important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px!important;
    height: 2px!important;
    background-color: #FFF;
}

@media (max-width:500px){
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px!important;
    }

    .hamburger-box {
        width: 20px!important;
    }

    .hamburger--collapse .hamburger-inner {
        top: 37px;
    }

    .hamburger--collapse .hamburger-inner::after {
        top: -16px;
    }

    .hamburger-inner::before {
        top: -8px;
    }
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #FFF;
}

.bg-modal-search, .bg-modal-contact, .bg-modal-inside, .bg-menu-mobile, .bg-modal-cadem-online  {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 34;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.search-modal {
    background-color: #F7F7F7;
    position: fixed;
    z-index: 40;
    top: 115px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
    display: none;
}

@media (max-width:414px){
    .search-modal {
        top: 100px;
    }
}

.search-modal__content {
    margin-top: 70px;
}

.input-group {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media (max-width:500px){
    .input-group {
        display: block;
    }

    .input-group input[type=text] {
        width: 100%!important;
    }

    .input-group button[type=submit] {
        margin-top: 30px;
    }
}

.input-group input[type=text] {
    width: calc(100% - 140px);
    border-top:0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid rgba(38, 38, 38, .1);
    background-color: transparent;
    height: 44px;
    font-size: 22px;
    line-height: 22px;
}

.input-group input::placeholder {
    color: rgba(0,0,0,.25);
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
}

.input-group button[type=submit] {
    border-radius: 100px;
    background-color: #2F80ED;
    border: 0px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 35px;
    transition: all .3s ease;
}

.input-group button[type=submit]:hover {
    background-color: #0069d9;
    transition: all .3s ease;
}

.popular h3 {
    color: rgba(38, 38, 38, .5);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
}

.popular ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.popular ul li a {
    font-size: 22px;
    line-height: 35px;
    color: #262626;
    font-weight: normal;
    transition: all .3s ease;
}

.popular ul li a:hover {
    color: #2F80ED;
    text-decoration: none;
    transition: all .3s ease;
}

.close-search {
    border: 0px;
    background-color: transparent;
    transition: all .3s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

.close-search:hover {
    opacity: .7;
    transition: all .3s ease;
}

.contact-modal {
    position: fixed;
    top: 115px;
    z-index: 40;
    background-color: #F7F7F7;
    padding: 80px 0;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
    display: none;
}

@media (max-width:500px){
    .contact-modal {
        top: 102px;
    }
}

.contact-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:768px){
    .contact-modal__content {
        flex-direction: column;
    }
}

@media (max-width:500px){
    .contact-modal__content h2 {
        text-align: center;
        margin: 0;
    }
}

.btn-contact {
    border-radius: 50px;
    background-color: #A053C2;
    border: 0px;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    width: 140px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease;
}
@media (max-width:768px){
    .btn-contact {
        margin-top: 30px;
    }
}

.btn-contact i {
    font-size: 20px;
    margin-right: 10px;
}

.btn-contact:hover {
    background-color: #2F80ED;
    text-decoration: none!important;
    transition: all .3s ease;
}

.no-decoration {
    text-decoration: none!important;
}

.close-contact, .close-inside, .close-cadem-online {
    border: 0px;
    background-color: transparent;
    transition: all .3s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

.close-contact:hover, .close-inside:hover, .close-cadem-online:hover {
    opacity: .7;
    transition: all .3s ease;
}

.inside-modal {
    position: fixed;
    top: 115px;
    z-index: 40;
    background-color: #F7F7F7;
    padding: 80px 0;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
    display: none;
}

@media (max-width:1100px){
    .inside-modal {
        padding: 80px 15px;
    }
}

@media (max-width: 414px){
    .inside-modal {
        top:102px;
        padding: 80px 15px;
    }
}

.inside-modal__content {
    display: block;
}

.inside-modal__content h2 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    padding: 0;
}

.inside-modal__content p {
    font-size: 26px;
    line-height: 38px;
    color: #000;
    font-weight: 300;
    padding: 0;
}

@media (max-width:414px){
    .inside-modal__content p {
        font-size: 16px;
        line-height: 26px;
    }
}

.btn-inside {
    border-radius: 50px;
    background-color: #A053C2;
    border: 0px;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    width: 160px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease;
}

.btn-inside:hover {
    background-color: #2F80ED;
    transition: all .3s ease;
	color: #FFF;
    text-decoration: none;
}

.cadem-online-modal {
    position: fixed;
    top: 115px;
    z-index: 40;
    background-color: #F7F7F7;
    padding: 80px 0;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2);
    display: none;
}

@media (max-width:1100px){
    .cadem-online-modal {
        padding: 80px 15px;
    }
}

@media (max-width: 414px){
    .cadem-online-modal {
        top:102px;
        padding: 80px 15px;
    }
}

.cadem-online-modal__content {
    display: block;
}

.cadem-online-modal__content h2 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    padding: 0;
}

.cadem-online-modal__content p {
    font-size: 26px;
    line-height: 38px;
    color: #000;
    font-weight: 300;
    padding: 0;
}

@media (max-width:414px){
    .cadem-online-modal__content p {
        font-size: 16px;
        line-height: 26px;
    }
}

.btn-cadem-online {
    border-radius: 50px;
    background-color: #A053C2;
    border: 0px;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    width: 160px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease;
}

.btn-cadem-online:hover {
    background-color: #2F80ED;
    transition: all .3s ease;
	color: #FFF;
    text-decoration: none;
}

.secondary-menu {
    position: fixed;
    top: 115px;
    left: 0;
    background-color: #FFF;
    height: calc( 100vh - 120px);
    width: 100%;
    z-index: 30;
    display: none;
    padding-top: 50px;
}

.secondary-menu__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.secondary-wp-menu {
    padding-left: 20px;
    list-style: none;
}

.secondary-wp-menu li {
    height: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.secondary-wp-menu li a {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    transition: all .07s ease;
}

.secondary-wp-menu li a:hover, .contact-wp-menu li a:hover {
    font-weight: 700;
    text-decoration: none;
    transition: all .1s ease;
}

.secondary-menu__links hr {
    width: 135px;
    height: 1px;
    color: rgba(66, 66, 66, .5);
    margin: 0 0 0 20px;
}

.contact-wp-menu {
    margin-top: 20px;
    padding-left: 20px;
    list-style: none;
}

.contact-wp-menu li {
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.contact-wp-menu li a {
    font-size: 13px;
    font-weight: 400;
    color: #262626;
    text-transform: uppercase;
    transition: all .07s ease;
}

.secondary-menu__image h3 {
    font-size: 15px;
    color: #262626;
    letter-spacing: 0.1em;
    line-height: 30px;
    font-weight: 500;
    margin: 30px 0 0 0;
    text-transform: uppercase;
}

.secondary-menu__image p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #262626;
}

.bg-white {
    background-color: #FFF;
}

.bg-light-grey {
    background-color: #F6F6F6;
}

.mobile-wp-menu--top, .mobile-wp-menu--bottom, .mobile-wp-menu--contact {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.mobile-wp-menu--top li a:hover {
    text-decoration: none;
    color: #2F80ED;
    transition: all .3s ease;
}

.mobile-wp-menu--bottom li a:hover {
    text-decoration: none;
    color: #2F80ED;
    transition: all .3s ease;
}

.divider-menu-mobile {
    width: 135px;
    height: 1px;
    color: rgba(66, 66, 66, .5);
    margin: 20px 0 20px 15px;
}

.mobile-wp-menu--contact {
    list-style: none;
    padding: 0 15px;
}

.mobile-wp-menu--contact li a {
    font-size: 13px;
    line-height: 13px;
    color: #262626;
    font-weight: 400;
    height: 30px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.mobile-wp-menu--contact li a:hover {
    text-decoration: none;
    color: #2F80ED;
    transition: all .3s ease;
}

.mobile-menu {
    position: fixed;
    z-index: 35;
    display: none;
}

/* Menu Mobile 1100px */
@media (max-width: 1100px){

    .main-menu {
        display: none;
    }

}

@media (max-width:414px){
    
    .--scroll-active {
        height: 100vh;
        overflow: scroll;
    }

    .menu-scroll{
        height: 624px!important;
    }
}

.text-link {
    text-decoration: none;
    color: #000;
    transition: all .3s ease;
}

.text-link:hover {
    color: #000;
    transition: all .3s ease;
}

.n-estudios-box {
    position: relative;
}

.text-link:hover ~ a {
    background-color: #2F80ED!important;
    color: #FFF!important;
}

.btn-estudio-over {
    background-color: #2F80ED!important;
    color: #FFF!important;
}

.metodologias__item  {
    position: relative!important;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 100px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-color: transparent;
    transition: all .3s ease;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-radius: 100px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 900;
    border-color: transparent;
    transition: all .3s ease;
}

.nextpostslink, .previouspostslink {
    border-radius: 100px!important;
    height: 40px!important;
    width: 40px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    color: #2F80ED!important;
    border-color: #2F80ED!important;
    transition: all .3s ease;
}

.nextpostslink:hover, .previouspostslink:hover {
    color: #FFF!important;
    background-color: #2F80ED!important;
    border-color: #2F80ED!important;
    transition: all .3s ease;
}

.wp-pagenavi a:hover {
    text-decoration: none!important;
}

.ssbp-list li {
    margin: 0!important;
}

.ssbp-list li a::before {
    line-height: 50px!important;
    font-size: 25px!important;
    margin-top: -2px;
}

.ssbp-list li a:hover::before {
    color: #FFF!important;
}

.btn-always-blue:hover {
    background-color: #FFF;
    color: #007bff;
    border-color: #007bff;
}

.meto-img {
    max-height: 340px!important;
}

.input-form {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(38, 38, 38, .1);
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.cv-form {
    padding-right: 30px;
    position: relative;
}

.cv-form::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f15b";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 8px;
    font-size: 15px;
}

#equipo {
    position: relative;
    top: -110px;
}

.date-card b {
    font-weight: 500!important;
}

.form-control:focus {
    background-color: transparent!important;
    box-shadow: none!important;
}

.page-footer .form-control:focus {
    background-color: transparent!important;
    box-shadow: none!important;
    color: #FFF!important;
}

.page-footer .btn-primary:hover {
    background-color: #001537!important;
    border-color: #001537!important;
}

.btn-primary {
    border-color: transparent!important;
}

.rrss-secondary-menu {
    display: flex;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}

.rrss-secondary-menu li {
    margin-right: 10px;
}

.rrss-secondary-menu li a {
    border: 2px solid #BDBDBD;
    border-radius: 100px;
    background-color: transparent;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.rrss-secondary-menu li a i {
    color: #BDBDBD;
    font-size: 18px;
    transition: all .3s ease;
}

.rrss-secondary-menu li a:hover {
    text-decoration: none;
    border-color: #2F80ED;
}

.rrss-secondary-menu li a:hover i {
    text-decoration: none;
    color: #2F80ED;
}

.card-cadem-fortalezas {
    width: 100%;
    height: 420px;
    position: relative;
}

@media (max-width:1200px) {
    .card-cadem-fortalezas {
        margin-bottom: 0px;
    }
}

@media (max-width:992px) {
    .card-cadem-fortalezas {
        padding: 0px;
    }

    .cadem-fortalezas {
        padding: 0px;
    }
}


.card-cadem-fortalezas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

.card-cadem-fortalezas .over-bg {
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    left: 0;
    z-index: 1;
    background-color: rgba(38, 38, 38, .7);
    transition: all .3s ease;
}

.card-cadem-fortalezas__data {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
}

.card-cadem-fortalezas__data img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    position: relative;
}

@media (max-width:1200px){
    .card-cadem-fortalezas__data img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        position: relative;
    }
}

.card-cadem-fortalezas__data p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    color: #FFF;
    margin-top: 25px;
    display: none;
}

/* .card-cadem-fortalezas:hover {
    cursor: pointer;
} */

.card-cadem-fortalezas:hover .over-bg{
    background-color: rgba(47, 128, 237, .8);
    transition: all .3s ease;
}

@media (max-width:992px){

    .card-cadem-fortalezas:hover {
        cursor: default;
    }

    .card-cadem-fortalezas:hover .over-bg {
        background-color: rgba(38, 38, 38, .7)!important;
    }

    .cadem-fortalezas .card-cadem-fortalezas:nth-child(1) .over-bg {
        background-color: rgba(47, 128, 237, .8)!important;
    }


    .cadem-fortalezas .card-cadem-fortalezas:nth-child(3) .over-bg {
        background-color: rgba(47, 128, 237, .8)!important;
    }

    .card-cadem-fortalezas__data p {
        display: block!important;
    }
}

.team-group:last-child .team-group--people::before {
    display: none!important;
}

.container-fluid {
    max-width: 1440px;
}


@media (min-width:1440px){
    .full-width {
        max-width: 100%!important;
    }
}

@media (max-width:992px){
    .flujo-ul {
        flex-wrap: wrap!important;
    }

    .metodologias__item {
        left: 0!important;
    }
}

@media (max-width:992px){
    .order-mobile {
        display: flex;
        flex-direction: column;
    }

    .order-mobile .order-sm-0 {
        order: 0;
    }

    .order-mobile .order-sm-1 {
        order: 1;
    }

    .order-mobile .order-sm-2 {
        order: 2;
    }

    .order-mobile .order-sm-3 {
        order: 3;
    }

    .order-mobile .video-wrap {
        margin: 0;
    }
}

.buttons-post {
    padding-left:15px!important;
    padding-right: 15px!important;
}

@media (max-width:500px){

    .first-title {
        color: rgba(0, 0, 0, 1)!important;
    }

    .button-newsletter .text-center {
        text-align: left!important;
    }

    .subtitle-second {
        font-size: 16px;
    }

    .team-member .img-fluid {
        width: 100%!important;
    }

    .buttons-post {
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: calc(100% - 30px);
        margin: 0 0 0 15px;
    }

    .order-mobile {
        display: flex;
        flex-direction: column;
    }

    .order-mobile .order-sm-0 {
        order: 0;
    }

    .order-mobile .order-sm-1 {
        order: 1;
    }

    .order-mobile .order-sm-2 {
        order: 2;
    }

    .order-mobile .order-sm-3 {
        order: 3;
    }

    .order-mobile .video-wrap {
        margin: 0;
    }

    .ssbp-list li a::before {
        font-size: 20px!important;
        margin-top: -4px;
    }

    .share-bar .text-right {
        text-align: left!important;
    }

    .title-column {
        font-size: 22px;
    }

    .responsive-img {
        padding-bottom: 0!important;
        height: auto!important;
    }

    .responsive-img img {
        position: relative!important;
    }
    
    .mobile-menu {
        overflow-y: scroll;
        bottom: 0;
        top: 0;
        margin-top: 102px;
    }

    .scroll-mobile {
        overflow-y: scroll;
        min-height: 100vh;
    }
    
}

.flujo-ul {
    flex-wrap: nowrap;
}

.table-rank tbody object {
    vertical-align: middle;
    margin-right: 10px;
}

@media (max-width:992px){
    .table-hide-mobile {
        visibility: hidden;
    }

    .table thead th {
        border-bottom: 0px;
    }

    .second-table {
        margin-top: -74px;
    }
}

.img-single {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

@media (max-width:500px){
    .img-single {
        height: 200px;
    }
}

.s1 {
    font-size: 22px;
    line-height: 30px;
}

.wpcf7 .btn-primary:hover {
    background-color: #001537!important;
    border-color: #001537!important;
}

.wpcf7-not-valid-tip {
    font-size: 13px!important;
    margin-top: 8px!important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0!important;
    border: 0px solid!important;
    font-size: 13px!important;
    color: #FFF!important;
    padding: 0!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #FFF!important;
}

#wpcf7-f428-p20-o1 .wpcf7-response-output {
    color: #000!important;
}

.order-sm-0, .order-sm-1 {
    order: inherit;
}

.go-top {
    visibility: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #2F80ED;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
    box-shadow:
  0 0px 1.1px rgba(0, 0, 0, 0.081),
  0 0px 3.6px rgba(0, 0, 0, 0.119),
  0 0px 16px rgba(0, 0, 0, 0.2)
;

}

.go-top i {
    color: #FFF;
    font-size: 20px;
}

@media (max-width:500px){
    .go-top.show {
        opacity: 1;
        visibility: visible;
        transition: all .3s ease;
    }
}

.select-form {
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(38, 38, 38, .1);
    margin-top: 10px;
    color: rgba(0,0,0,.55);
    font-weight: 300!important;
    font-family: Rubik, sans-serif!important;
    font-size: 17px;
}

.select-form.change {
    color: #000!important;
}

.mensaje textarea {
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(38, 38, 38, .1);
    margin-top: 10px;
    font-weight: 300!important;
    font-family: Rubik, sans-serif!important;
    font-size: 17px;
}

.mensaje textarea::placeholder {
    color: rgba(0,0,0,.5);
    font-weight: 300;
    font-size: 17px;
}

.area select option:nth-child(2) {
    color: red;
}

.arrow-mobile-dark {
    width: 15px;
}

.temas-abordados {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.temas-abordados li {
    counter-increment: my-awesome-counter;
    background-color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0 10px 20px 10px;
    min-height: 60px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 18px;
}

.temas-abordados li::before {
    content: counter(my-awesome-counter);
    color: #FFF;
    background-color: #A053C2;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: -12px;
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -17px;
}

.arrow-mobile-temas {
    display: none!important;
}

@media (max-width: 500px){

    .content-temas-abordados {
        display: none;
    }

    .arrow-mobile-temas {
        display: block!important;
    }

    .button-temas-abordados {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .more-temas-abordados {
        margin: 0!important;
    }

    .arrow-mobile-temas {
        width: 15px;
        transition: all .3s ease;
    }

    .button-temas-abordados.active .arrow-mobile-temas {
        transform: rotate(90deg);
        transition: all .3s ease;
    }
    
}

.color-cian {
    color: #2F80ED!important;
}

.iconos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.iconos-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iconos-item h3 {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #1C355E;
    margin: 15px 0 0 0;
    height: 52px;
}

.iconos i {
    color: #1C355E;
    font-size: 35px;
    margin-top: -60px;
}

@media (max-width:992px){
    .iconos-item img {
        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;
    }
}

@media (max-width:768px){
    .iconos {
        flex-direction: column;
        justify-content: center;
    }

    .iconos i {
        color: #1C355E;
        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .iconos-item h3 {
        height: auto!important;
    }
}

.text-work-with-us p {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}

.--header-bg.active .main-menu ul li.current a::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #FFF;
    left: 0;
    bottom: -5px;
    transition: all .3s ease;
}

.more-img {
    width: 20px;
}

.text-article li {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #787878;
    font-weight: 300;
}

.foto-servel {
    height: 550px;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .responsive-img {
        height: fit-content!important;
      padding-bottom: 0px!important;
  }

  .responsive-img img {
      position: relative;
  }


.highlight-img img {
    height: 450px;
    width: 100%;
}

#wpcf7-f5-o1 .wpcf7-not-valid-tip {
    display: none!important;
}