body{
    --color--primary: #0B4DD0;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.align-self-center {
    align-self: center;
}

.justify-content-end {
    justify-content: flex-end;
}

main .top {
    background-image: url('../assets/img/img-bloque-1.png');
}

main .top .title {
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding-top: 64px;
    padding-bottom: 28px;
}

main .box-bg-white{
    border-radius: 9px;
    box-shadow: 1px 6px 23px 0 rgba(0, 0, 0, 0.13);
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    padding-block: 35px 65px;
    padding-inline: 10px;
    margin-bottom: 100px;
}

main .top .box {
    display: flex;
    flex-direction: column;
}

main .top .box p {
    line-height: 1.3;
    color: #666666;
}

main .top .box .subtitle {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    flex: 0;
}

main .top .box .btn {
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    white-space: normal;
    padding: 16px 0;
}

main .top .box .btn-landing-primary {
    background-color: var(--color--primary);
}

main .top .box .btn-landing-secondary {
    background-color: var(--color--primary);
}

main .mid .col-flex:nth-child(2) {
    margin-left: 75px;
}

main .row-flex {
    margin-top: 100px;
    margin-bottom: 100px;
}

main .faqs .title {
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2d3133;
}

main .bottom {
    border-radius: 7px;
    background-color: #f2f2f2;
    position: relative;
    text-align: center;
    color: var(--color--primary);
}

main .bottom .owl-carousel {
    padding: 100px 0 32px;
}

main .bottom .owl-carousel .item h4 {
    font-size: 36px;
    font-weight: 600;
}

main .bottom .owl-carousel .item p {
    opacity: 0.8;
    font-size: 24px;
    line-height: 1.33;
    margin-top: 28px;
}

main .bottom .owl-carousel .owl-controls .owl-pagination {
    margin: 48px;
}

main .bottom .owl-carousel .owl-controls .owl-pagination .owl-page {
    border-width: 0;
    background-color: #fff;
    width: 16px;
    height: 16px;
    margin: 0 12px;
}

main .bottom .owl-carousel .owl-controls .owl-pagination .owl-page.active {
    background-color: var(--color--primary);
}

main .bottom .quotes {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    background: #f2f2f2;
    top: -35px;
    width: 74px;
    height: 74px;
}

main .bottom .quotes span {
    font-size: 90px;
    height: 74px;
    display: block;
    line-height: 114px;
}

main .faqs .panel-group {
    margin: 80px 0;
}

main .faqs .panel-group .panel {
    border-radius: 8px;
    box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.06);
    border: solid 2px #f2f2f2;
    background-color: #ffffff;
    margin: 12px 0;
}

main .faqs .panel-group .panel-default>.panel-heading {
    padding: 26px 32px;
}

main .faqs .panel-group .panel-title {
    font-size: 24px;
    font-weight: 600;
}

main .faqs .panel-group .panel-title>a {
    display: flex;
    text-decoration: none;
    color: #2d3133;
}

main .faqs .panel-group .more-less {
    color: var(--color--primary);
    font-size: 14px;
    align-self: center;
    order: 1;
    margin-left: auto;
    padding-left: 20px;
}

main .faqs .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 14px 32px 40px;
}

main .faqs .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    font-size: 24px;
    line-height: 1.33;
    color: #5c6062;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    main section {
        margin-bottom: 60px;
    }
    header .container div a {
        display: block;
        margin: 0 auto;
        width: 155px;
    }
    header .container div a img {
        clip-path: inset(0 160px 0 0);
        max-width: none;
        /*max-width: none;
        margin-left: -18px;*/
    }
    main .top .title {
        font-size: 25px;
        padding-left: 40px;
        padding-right: 40px;
    }
    main .top .title-primary {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.44;
        letter-spacing: 0.16px;
        color: var(--color--primary);
    }
    main .box-bg-white{
        padding-block: 25px 25px;
    }
    main .top .box{
        padding-bottom: 40px;
    }
    main .top .box .title-secondary {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.44;
        letter-spacing: 0.16px;
        color: var(--color--primary);
        flex: 0;
    }
    main .top .box p {
        font-size: 20px;
    }
    main .top .box .subtitle {
        font-size: 16px;
        line-height: 1.5;
        color: #666666;
    }
    main .top .box .btn {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
    main .mid .row:first-child>div {
        padding: 0 16%;
    }
    main .mid .row:first-child>.col-flex:nth-child(2) {
        padding: 0;
        margin-left: 16%;
    }
    main .mid img.skills {
        object-fit: none;
        height: 265px;
    }
    main .mid .title {
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #2d3133;
    }
    main .mid p {
        opacity: 0.8;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        color: #34383a;
    }
    main .mid .row-md-flex {
        display: flex;
        flex-direction: column;
    }
    main .mid .col-flex:nth-child(2) {
        margin-left: 0;
    }
    main .mid .row-md-flex:nth-child(2) .col-flex:nth-child(1) {
        order: 2;
    }
    main .mid .row-md-flex:nth-child(2) .col-flex:nth-child(2) {
        order: 1;
        padding: 0 40px 20px;
    }
    main .bottom .owl-carousel .item h4 {
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: var(--color--primary);
    }
    main .faqs .title {
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: #2d3133;
    }
    main .faqs .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body p {
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        color: #5c6062;
    }
    main .faqs .panel-group .panel-default>.panel-heading {
        padding: 26px 15px;
    }
    main .faqs .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 14px 15px 40px;
    }
    .social-footer {
        padding-left: 10px;
    }
    #footer .apps li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    main section {
        margin-bottom: 80px;
    }
    header .container div {
        padding: 2.5rem 0;
    }
    header .container div a {
        display: block;
        margin: 0 auto;
        width: 155px;
        /*display: block;
        width: 121px;
        overflow: hidden;
        margin: 0 auto;*/
    }
    main .top .title {
        font-size: 42px;
    }
    main .top .boxes {
        padding: 0 10px;
        text-align: center;
    }
    main .top .boxes .row {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }
    main .top .boxes .row>div {
        display: flex;
    }
    main .top .title-primary {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0.19px;
        flex: 0;
        margin-block: 24px;
    }
    main .top .box .title-secondary {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0.19px;
        color: var(--color--primary);
        margin-bottom: 24px;
    }
    main .top .box p {
        font-size: 20px;
        line-height: 1.3;
        color: #666666;
        margin-bottom: 48px;
        flex: 1;
    }
    main .top .box .subtitle {
        font-size: 18px;
        line-height: 1.78;
        color: #676767;
    }
    main .mid .row:first-child>div {
        text-align: center;
        padding: 0 12%;
    }
    main .mid .row-md-flex:nth-child(2) .col-flex:nth-child(2) {
        padding: 0 155px 53px;
    }
    main .mid .title {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        color: #2d3133;
    }
    main .mid p {
        opacity: 0.8;
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
        color: #34383a;
    }
    main .mid img.skills {
        margin-left: -12%;
    }
    main .bottom {
        margin-top: 120px;
    }
    footer .wf-container {
        display: flex;
    }
    footer .bottom-text-block {
        display: flex;
        flex-direction: column;
    }
    footer .bottom-text-block>div {
        display: flex;
        align-items: center;
    }
    footer .social-footer {
        padding-top: 0;
    }
    footer .bottom-text-block .vc_col-sm-8 {
        margin-right: 15%;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .container {
        width: 1024px;
        max-width: 100%;
    }
    main .mid .row-md-flex:nth-child(2) .col-flex:nth-child(1) {
        order: 1;
    }
    main .mid img.skills {
        object-fit: inherit;
        height: auto;
        margin-left: -15%;
    }
    main .mid .row-md-flex:nth-child(2) .col-flex:nth-child(2) {
        padding: 0;
    }
    main .mid .col-flex:nth-child(2) {
        margin-left: 75px;
    }
    main .mid .row:first-child>.col-flex:nth-child(2) {
        margin-left: 75px;
    }
    main section {
        margin-bottom: 120px;
    }
    main .mid .row-md-flex {
        display: flex;
        flex-direction: row;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row-md-flex {
        display: flex;
    }
    header .container div a {
        display: inline-block;
        width: auto;
    }
    header .container div a img {
        clip-path: none;
        max-width: 100%;
    }
    main .top .title-primary,
    main .top .title-secondary {
        font-size: 40px;
        line-height: normal;
        letter-spacing: 0.25px;
    }
    main .top .box p {
        font-size: 24px;
        line-height: 1.33;
    }
    main .top .box .btn {
        width: 100%;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.8;
        letter-spacing: 1.5px;
        white-space: nowrap;
        padding: 6px 12px;
        margin-inline: auto;
    }
    main .mid .row:first-child>div {
        text-align: left;
        padding: 0;
    }
    main .mid .title {
        font-size: 36px;
        line-height: 1;
        text-align: left;
    }
    main .mid p {
        font-size: 24px;
        line-height: 1.33;
        text-align: left;
    }
    main .bottom {
        margin-top: 180px;
    }
    main .faqs .panel-group .more-less {
        padding-left: 200px;
    }
    main .faqs .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 14px 140px 40px 32px;
    }
    main .bottom .owl-carousel .item {
        padding: 0 15%;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    /*main .top .boxes {
        width: 80%;
        margin: auto;
    }*/
}