﻿/**************************************/
/* CSS General */
/**************************************/
@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Light"),local("GTWalsheimProLight"),url(../font/GTWalsheimProLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Regular"),local("GTWalsheimProRegular"),url(../font/GTWalsheimProRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Bold"),local("GTWalsheimProBold"),url(../font/GTWalsheimProBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

:root {
    --main-color: #364AD8;
    --main-font: "GT Walsheim Pro";
}

body {
    /* background: #292929; */
    font-family: var(--main-font);
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    font-weight: 200;
}

.main-font {
    font-family: var(--main-font);
    font-weight: 200;
}

.main-font .green{
    color: #00FF80;
    font-weight: 700;
}

.mx-6 {
    margin: 0 1rem;
}

/**************************************/
/* Navbar */
/**************************************/
.navbar {
    background: transparent;
    transition: background-color 200ms linear;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-brand {
    font-weight: 500;
    font-size: 25px;
    margin-top: 10px;
    padding: 0 20px;
    /*margin-left: 50px;*/
}

.nav-logo {
    max-width: 100%;
    width: 17em;
}

.nav-link {
    /* padding-top: .8rem !important; */
    padding: .8rem .5rem !important;
}

.nav-item a {
    color: black;
}

.nav-item {
    transition: all .4s ease;
    border-bottom: 3px solid transparent;
}

.nav-item:hover {
    border-bottom: 3px solid white;
}

.fixed-top.scrolled {
    background-color: rgba(54, 73, 217, 0.8) !important;
}

/* selector */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: transparent;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-family: 'GT Walsheim Pro', sans-serif;
}

select::-ms-expand {
    display: none;
}

.select {
    position: relative;
    display: flex;
    width: 6.5em;
    height: 3em;
    line-height: 3;
    background: transparent;
    overflow: hidden;
    border-radius: .25em;
}

.select::after {
    content: '\25BC';
    position: absolute;
    color: white;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

/* .select:hover::after {
    color: white;
 } */
option {
    background: transparent;
    color: black;
}

.free_trial.bold {
    background-color: white !important;  
    font-weight: bolder !important;
    color: rgba(54, 73, 217, 0.8) !important; 
}
/**************************************/
/* Landing section */
/**************************************/
.landing-section {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing-text {
    position: absolute;
    top: 58%;
    left: 11%;
    transform: translate(-7%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

.landing-text h1 {
    font-size: 3.75rem;
    margin-bottom: 20px;
}

.landing-text h2 {
    font-size: 4rem;
    margin-top: -30px;
}

.landing-text a {
    text-decoration: none;
}

.btn-landing {
    /*display: block;*/
    margin: auto;
    /*margin-top: 20px;*/
    max-width: 400px;
    padding: 5px 2rem;
    border-radius: 50px;
    /*text-transform: uppercase;*/
    width: auto;
    z-index: 1;
}

.img-landing {
    width: 50%;
}

.fix-img-respon{
    width: 33% !important;
}

.fix-imgar-respon{
    width: 40% !important;
}

img.img-logos {
    /* display: block; */
    object-fit: contain;
    width: 50% !important;
    height: auto;
}

.btn-landing__skin {
    font-family: var(--main-font);
    font-size: 16px;
    text-align: center;
    color: var(--main-color);
    background-color: white;
    text-decoration: none;
    transition: all .4s ease;
    font-weight: bolder;
    border: 0px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.btn-landing__skin:hover {
    background-color: #00FF80;
    color: white;
    font-weight: 500;
}

.overlay-landing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0.85;
    transform: rotate(-180deg);
}


/**************************************/
/* Proposition section */
/**************************************/
h3.blue {
    color: #3832BA;  
}

.proposition-section {
    background:url(../image/corner.png) top right no-repeat;
    background-size: 20%;
}

.proposition-section .py-10 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
}

/**************************************/
/* Steps section */
/**************************************/
.steps-section {
    background-color: #3832BA;
    border-radius: 50px;
}

.steps-section .py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

img.steps-icon {
    max-height: 55px;
    margin-bottom: 27px;
}

.steps-number {
    background-size: contain !important;
    padding: 0rem 6rem;
}

/**************************************/
/* Cards section */
/**************************************/
.cards-section {
    background:url(../image/certification.png) top left no-repeat;
    background-size: 56%;
    padding: 39px;
}

.cards-section .py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

img.cards-img {
    width: 100% !important;
}

.green-card {
    background-color: #00FF80;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}

.blue-card {
    background-color: #3832BA;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}

.white-card {
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #3832BA;
}

.text-blue {
    color: #3832BA;
}

.cards-img-box {
    position: relative;
}

.cards-price-white {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 5px 40px;
    font-size: 1.5rem;
    color: #3832BA;
    margin: 10px 15px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.cards-price-blue {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3832BA;
    padding: 5px 40px;
    font-size: 1.5rem;
    color: white;
    margin: 10px 15px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.cards-price-green {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #00FF80;
    padding: 5px 40px;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin: 10px 15px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

/**************************************/
/* Teachers section */
/**************************************/
.teachers-section {
    background:url(../image/profesors.png) top left no-repeat;
    background-size: 100%;
}

.teachers-section .container.start{
    margin-right: -100px;
}

.teachers-section .py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.teachers-section .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.teachers-section .carousel-indicators li {
    background: rgba(0, 255, 128, 0.5);
    border-radius: 100%;
    width: 13px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.teachers-section .carousel-indicators .active {
    background: rgba(0, 255, 128, 1);
}

.teacher-card {
    background-color: white;
    /*box-shadow: 0px 0px 5px black;*/
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    margin: 10px;
    border-radius: 15px;
}

.teacher-name {
    line-height: 0;
    margin-bottom: 0.75rem;
    font-weight: bolder;
    font-size: 14px;
}

.teacher-text{
    padding-bottom: 10px;
}

.teacher-img {
    width: 100%;
    padding: 20px;
}

.logo-teacher-img {
    height: 20px;
}

.teacher-img-box {
    position: relative;
}

.teacher-line { 
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #54E2BD;
    margin: 20px 0px 0px 20px;
    padding: 5px 30px;
    font-size: 1.5rem;
    color: #3832BA;
}

/**************************************/
/* Subjets section */
/**************************************/
.subjets-section .py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.subjet-item {
    border: #00FF80 2px solid;
    border-radius: 20px;
    margin-bottom: 1px !important;
}

.subjet-item h5 {
    padding: 0px 50px !important;
    font-weight: unset
}

.subjet-item h5 a{
    color: #000000 !important;
}

.subjet-item-text {
    background-color: rgba(0, 255, 128, 0.2);
    border-radius: 20px;
    padding: 15px 0px;
}

.subjet-item-text .panel-body {
    padding: 0px 50px !important;
    line-height: 12px;
}

.accordion-menu a {
    display: block;
    position: relative;
}
@media only screen and (min-width: 426px) {

    .accordion-menu a:after {
        color: #3832BA;
        content: "\25BE"; /* fa-chevron-downâŻ† */
        position: absolute;
        right: 0;
    }
    .accordion-menu a[aria-expanded="true"]:after {
        color: #3832BA;
        content: "\25B4"; /* fa-chevron-up */
    }

    .yt-iframe{
        height: 500px;
    }
}

/**************************************/
/* Tool section */
/**************************************/
.pretitle-row {
    margin: 0 6rem;
}

.title-row h2 {
    font-family: var(--main-font);
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    
}

.title-row h2.blue {
    color: #3832BA; 
    font-family: var(--main-font);
    text-align: center;
    margin-left: 15px !important;
    margin-right: 15px !important;
    line-height: 3.5rem;
    font-size: 2.75rem;
    font-weight: 600;
    width: 700px;
    padding-bottom: 25px;
}


.title-row h3 {
    font-family: var(--main-font);
    text-align: center;
    font-size: 2.75rem;
    font-weight: 300;
    margin-left: 15px !important;
    margin-right: 15px !important;
    line-height: 3.5rem;
}

.title-row h2.mod{
    color: #3832BA; 
    font-family: var(--main-font);
    text-align: center;
    font-size: 2.75rem;
    font-weight: 300;
    margin-left: 15px !important;
    margin-right: 15px !important;
    line-height: 3.5rem;
}

.card-row {
    margin-top: 5rem;
}

.card {
    position: relative;
    bottom: 0;
    min-height: 400px;
    height: auto;
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 37px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 37px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 37px -4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card:hover {
    -webkit-box-shadow: 10px 10px 34px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 34px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 34px -6px rgba(0, 0, 0, 0.5);
    bottom: 40px;
    padding-bottom: -40px;
    color: var(--main-color);
}

.card .icon-svg {
    stroke: var(--main-color);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card:hover div {
    color: var(--main-color);
}

.card div {
    padding: 1rem 2rem;
}

.card__detail {
    color: #1229D7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tool-section {
    margin: 3rem 1rem;
}

/**************************************/
/* Team section */
/**************************************/
.team-section {
    padding: 4rem 1.5rem;
}

/**************************************/
/* How Work section */
/**************************************/
.hw-section {
    background-color: #FAFAFA;
    padding: 3rem 0;
}

.row-title h2 {
    font-size: 3rem;
}

.hw__content,
.hw__icon-svg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #D7D7D7;
    transition: all .3s ease;
}

.hw__content span {
    background-color: #D7D7D7;
    color: white;
    height: 40px;
    width: 40px;
    padding: .5rem .7rem;
    border-radius: 50%;
    transition: all .3s ease;
    font-weight: 500;
}

.row_hw {
    padding: 3rem 0;
}

.row_hw .hw__content span {
    background-color: var(--main-color);
}

.row_hw .hw__content {
    color: var(--main-color);
}

.row_hw .hw__icon-svg {
    fill: var(--main-color);
    stroke: var(--main-color);
}

.row_hw .line_circle {
    border-color: var(--main-color);
}

.hw__icon-svg2 {
    transition: all .3s ease;
}

.row_hw .hw__icon-svg2 {
    stroke: var(--main-color);
}

.draw_line {
    position: relative;
}

.line_circle {
    position: absolute;
    left: 50%;
    height: 240px;
    border-left: 3px solid #D7D7D7;
    transition: all .3s ease;
}

/**************************************/
/* Video section */
/**************************************/
.video-section {
    padding: 2rem 0;
}

.video-section .container {
    position: relative;
}

.video-section .container img {
    z-index: 1;
}




.video-section a {
    text-decoration: none;
    color: black
}

.video__box {
    position: relative;
    top: -100px;
    background-color: white;
    padding: 2rem 3rem;
    z-index: 10;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.video__box h6 {
    font-size: 2rem;
}

.video__box span {
    font-size: 1.3rem;
    font-weight: 500;
    color: #D7D7D7;
}

.video__box p {
    color: #D7D7D7;
}

/**************************************/
/* Charts section */
/**************************************/
.chart-section {
    padding: 4rem 0;
}

.chart-section img {
    max-height: 500px;
    max-width: 1300px;
}


/**************************************/
/* Benefits section */
/**************************************/
.benefits-section {
    padding: 5rem 0;
}

.benefits__box {
    padding: 3rem 0;
    background-color: #FAFAFA;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
}

.benefits__title {
    padding: 5rem 0;
}

.benefits__title h2 {
    font-size: 3rem;
}


/**************************************/
/* Ecommerce section */
/**************************************/
.ecommerce-section {
    padding: 5rem 1rem;
}

.ec__box {
    padding: 3rem 0;
    margin-bottom: 5rem;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
}

.ec__num {
    font-size: 4.5rem;
    color: var(--main-color);
}

.ec__text {
    color: var(--main-color);
    font-size: 2rem;
    line-height: 1;
}

.ec__list li {
    margin: 0 1.5rem;
}

.ec__box h6 {
    font-size: 2.5rem;
}

/**************************************/
/* About us section */
/**************************************/
.about_us-section {
    padding: 1rem 1rem;
}

.about__box {
    padding: 3rem 0;
    margin-bottom: 5rem;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 29px -9px rgba(0, 0, 0, 0.2);
}

.about_us-section .faq-box p{
    margin-bottom: 0rem;
    font-size: 19px;
}

.about_us-section .faq-box img{
    border-radius: 100px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    /*filter: grayscale(100%);*/
}

.about_us-section .faq-box h3{
    margin-top: 10px;
    font-weight: 600;
}

/**************************************/
/* FAQ section */
/**************************************/
.faq-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.faq-section {
    background: #FAFAFA;
}

.faq-section h3 {
    font-weight: bold;
}

.faq-box h6 {
    font-size: 1.6rem;
}

.faq-box p {
    font-size: 22px;
    color: black;
}

/**************************************/
/* Form section */
/**************************************/
.form-section {
    background: #FAFAFA;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.form-section form {
    margin-top: 4rem;
}

.form-section form input {
    border: none;
    border-radius: 0;
    background: #FAFAFA;
    border-bottom: 2px solid #D7D7D7;
    box-shadow: none !important;
    transition: all .4s ease;
}

.form-section form input:focus {
    background: #FAFAFA;
    border-color: var(--main-color);
}

.form-section form input::placeholder {
    color: darkgray;
}

.form-section h2 {
    font-size: 3rem;
    font-weight: 300;
}

.form-section span {
    font-size: 1.2rem;
    font-weight: 500;
}

.form-section p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 2rem;
}

.form-section a {
    text-decoration: none;
}

/**************************************/
/* Referents */
/**************************************/

.referents-section .faq-box img{
    border-radius: 100px;
    width: 160px;
    height: 160px;
    object-fit: cover;
    /*filter: grayscale(100%);*/
}

.referents-section .bold h3{
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 30px;
}

/**************************************/
/* Footer */
/**************************************/
footer {
    background: #3832BA;
    color: white;
}

.footer-logo{
    max-width: 150px;
}

.page-footer a {
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    left: 0px;
}

.page-footer .list-link a:hover {
    color: var(--main-color);
    left: 8px;
}

.social-icon-list a {
    margin: 2rem 8px;
}

.social-icon-list a:hover .icon-svg-social {
    stroke: var(--main-color);
}

.list-link li {
    line-height: 2.5;
}

.fix-btn {
    display: flex;
    justify-content: center;
    background: #3832BA;
}

.btn-toggle {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    font-weight: bold;
    color: #ffff;
    display: block;
    background: #3832BA;
    text-align: center;
    width: 17%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-color: gray;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    margin-bottom: -1px;
    font-family: var(--main-font);
}

.btn-toggle:hover {
    text-decoration: none;
    color: white;
}
.seccion-toggle {
    background: #3832BA;
    border-top: 1px solid white;
}

.seccion-toggle a {
    color: #ffff;
    font-size: 0.8rem;
    font-family: var(--main-font);
}


/**************************************************************************************************************************************/
/*                                                       Responsive Tablet - Page                                                     */
/**************************************************************************************************************************************/
@media only screen and (max-width: 990px) {
    .line_circle {
        display: none;
    }
}

@media only screen and (max-width: 769px) and (min-width: 427px) {

    /**************************************/
    /* Landing Section */
    /**************************************/
    .landing-text h1 {
        font-size: 3rem;
        margin-bottom: 40px;
    }

    .landing-text h2 {
        font-size: 2rem;
    }

    /**************************************/
    /* Landing Section */
    /**************************************/
    .tool__text p {
        padding: 1rem 3rem;
    }

    .card-row {
        margin-top: 1rem;
    }


    /**************************************/
    /* Chart Section */
    /**************************************/
    .chart_img1 {
        width: 500px;
    }

}

/**************************************************************************************************************************************/
/*                                                    Responsive Mobile - Page                                                        */
/**************************************************************************************************************************************/
@media only screen and (max-width: 426px) {


    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 1);
    }

    .nav-item:hover {
        border-bottom: 3px solid transparent;
    }

    /**************************************/
    /* Landing Section */
    /**************************************/
    .landing-section {
        background-position: 30% 50%;
        background-size: cover;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 1);
        border-color: rgb(255, 255, 255);
    }

    .navbar-dark .navbar-toggler-icon {
        color: rgba(255, 255, 255, 1);
        border-color: rgba(255, 255, 255, 1);
    }

    .landing-text h1 {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

    .landing-text h2 {
        font-size: 1.5rem;
    }

    .landing-text h3 {
        font-size: 1rem;
    }

    /**************************************/
    /* Tool Section */
    /**************************************/
    .tool-section h2 {
        font-size: 2.5rem;
    }

    .title-row h2 {
        margin-bottom: 2rem;
    }

    .title-row p {
        padding: 0 1.5rem;
    }

    .card__title {
        text-align: center;
    }

    .card__img {
        text-align: center;
    }

    .card__detail {
        text-align: justify;
        text-indent: 30px;
    }

    /**************************************/
    /* Team Section */
    /**************************************/
    .team-section {
        padding: 1rem 1.5rem;
    }

    .title-row h3 {
        text-align: center;
    }

    .team-section p {
        text-align: justify;
        text-indent: 30px;
    }

    .team-section img {
        margin: 3rem 0;
    }

    /**************************************/
    /* How Work section */
    /**************************************/
    .row_hw {
        padding: 2rem 0;
    }

    .hw-section .row-title {
        margin: 0;
    }

    .hw-section .row-title h2 {
        font-size: 2rem;
    }

    .hw__content {
        text-align: center;
    }

    .svg--size {
        width: 200px;
    }

    .draw_line {
        text-align: center;
    }

    /**************************************/
    /* Chart Section */
    /**************************************/
    .chart_img1 {
        width: 300px;
    }

    .chart_img2 {
        width: 300px;
    }

    /**************************************/
    /* Benefits section */
    /**************************************/
    .benefits__box img {
        width: 200px;
    }

    .benefits__title {
        padding: 3rem 0;
        width: 100%;
        padding-top: 0;
    }

    .benefits__box h2 {
        font-size: 1.8rem;
        text-align: center;
        width: 100%;
    }

    /**************************************/
    /* Video section */
    /**************************************/
    .video__box {
        top: -25px;
        padding: 2rem;
    }

    .video__box h6 {
        font-size: 1.2rem;
    }
    .video-section .container img{
        max-height: 300px;
    }

    /**************************************/
    /* Ecommerce section */
    /**************************************/
    .ec__num {
        font-size: 2.5rem;
    }

    .ec__text {
        font-size: 1rem;
    }

    .ec__box h6 {
        font-size: 1.5rem;
    }

    /**************************************/
    /* Ecommerce section */
    /**************************************/
    .faq-section h3 {}

    /**************************************/
    /* Form section */
    /**************************************/
    .form-section h2 {
        font-size: 2.5rem;
    }

    .form-section form {
        margin-top: 2rem;
    }

    .benefits-img{
        max-height: 200px;
    }

    .fix-img-respon{
    width: 50% !important;
    }

    .fix-imgar-respon{
    width: 50% !important;
    }

    
    img.img-logos{
        /*display: block;*/
        object-fit: contain;
        width: 80% !important;
        height: auto;
    }

}


.lines {
    text-align: justify;
}
    .lines::before,
    .lines::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 15%;
        height: 7px;
        background-color: #00FF80;
        margin-top: -20px;
        border-radius: 4px;
        
    }

.lineimg {
    text-align: justify;
}
    .lineimg::before,
    .lineimg::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 9%;
        height: 7px;
        background-color: #00FF80;
        margin-top: -13px;
        border-radius: 4px;
        
    }


