/*--------------------- PORTADA ---------------------*/

.bg-portada{
    width: 100%;
    height: 81vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-image: url('../images/BG-PORTADA-ORBITA-3.jpg');
}

.bg-portada-mobilidad{
    background-image: url('../images/BG-MOBILIDAD-URBANA.jpg');
}

.bg-portada-eco{
    background-image: url('../images/BG-ECO-2.jpg');
}

.bg-portada-mercado{
    background-image: url('../images/BG-MERCADO-GLOBAL-2.jpg');
}

.content__portada{
    width: 81%;
    max-width: 1300px;
    margin: 55px auto 0;
    color: #FFFFFF;
}

.content__portada h1{
    width: 100%;
    font-size: 33px;
    line-height: 33px;
}

.content__portada-eco {
    margin: 0 auto;
}

.content__portada-eco h1{
    text-align: center;
    margin: 0 auto;
}

.content__portada p{
    font-size: 18px;
    margin: 25px 0;
    text-shadow: 5px 5px 10px black;
}

.content__portada-mercado h1{
    text-align: center;
    margin: 0 auto;
}

.content__portada-mercado p{
    text-align: center;
    margin: 25px auto;
}

.content__portada a{
    max-width: 221px;
    display: flex ;    
    align-items: center;
    padding: 15px 29px;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background-color: #FF0E56;    
}

.content__portada a img{
    display: block;
    margin-left: 11px;
}


/*--------------------- PORTADA ---------------------*/

/*--------------------- ABOUT ---------------------*/

.content-about{
    width: 81%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 65px 0;
}

.item__about{
    width: 100%;
}

.txt__about{
    padding: 25px 0;
}

.txt__about p{
    font-size: 18px;
    color: #000000;
}

.txt__about-none{
    padding-bottom: 0 !important;
}

/*--------------------- ABOUT ---------------------*/

/*--------------------- PAGE ---------------------*/

.bg-page{
    width: 100%;
    padding: 65px 0;
    background-size: cover;
    background-position: center;
    background-image: url('../images/BG-PAGE.jpg');
}

.content-page{
    width: 81%;
    max-width: 1300px;
    margin: 0 auto;
}

.item__page{
    display: block;
    text-decoration: none;
    margin-bottom: 35px;
}

.item__page-none{
    margin-bottom: 0 !important;
}

.item__page img{
    display: block;
    width: 100%;
}

.item__page h2{
    font-size: 27px;
    color: #FFFFFF;
    text-align: center;
    padding: 29px 22px;
    background-color: #000000;
}

.img__page-desktop{ display: none !important; }

/*--------------------- PAGE ---------------------*/


/*--------------------- MOBILIDAD URBANA ---------------------*/

.bg-page-mobilidad {
    padding: 107px 0;
    background-image: url(../images/BG-MOBILIDAD.jpg);
}

.content-mobilidad .item__about h3{
    max-width: 701px;
    color: #FFFFFF;
    font-size: 25px;
}

.content-mobilidad .item__about{
    margin-bottom: 95px;
}

.content-mobilidad .item__about-none{
    margin-bottom: 0;
}

.content-mobilidad .txt__about p{
    color: #FFFFFF;
}

.content-mobilidad .txt__about{
    padding: 21px 0 0;
}

/*--------------------- MOBILIDAD URBANA ---------------------*/

/*--------------------- AVES ---------------------*/

.bg-content-aves{
    position: relative;
    padding: 175px 0 219px;
    background-image: url(../images/BG-ECO-YELLOW-2.jpg);
}

.content-aves{    
    width: 81%;
    max-width: 1300px;
    margin: 0 auto;
}

.content-aves h2{
    font-weight: 400;
    font-size: 25px;
    text-align: center;
}

.content-aves img:nth-child(1){
    position: absolute;
    display: block;
    width: 175px;
    bottom: 45px;
    left: 0;
}

.content-aves img:nth-child(3){
    position: absolute;
    display: block;
    width: 135px;
    top: 55px;
    right: 0;
}

/*--------------------- AVES ---------------------*/

/*--------------------- BOSQUE ---------------------*/

.bg-content-bosque{
    position: relative;
    padding: 109px 0;
    background-image: url(../images/BG-BOSQUE-2.jpg);
}

.content-bosque h2{
    color: #FFFFFF;
}

.content-bosque h3{
    color: #E7A836;
    margin: 26px 0;
    font-size: 87px;
    text-align: center;
}

/*--------------------- BOSQUE ---------------------*/

/*--------------------- VIDEO ---------------------*/

.bg-content-video{
    padding: 85px 0;
}

.item__video{
    width: 100%;
    max-width: 900px;
    margin: 75px auto 0;
}

.item__video video{
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
}

/*--------------------- VIDEO ---------------------*/

/* TITLE SECTION */

.titlle-section {
    display: flex;
}

.titlle-section h2{
    display: table;
    font-size: 27px;
    color: #FFFFFF;
    padding: 8px 15px;
    background: #000000;
}

/* ECOSISTEMA */

.bg-title-eco{
    width: 19px;
    height: 57px;
    background-image: url(../images/bg_title-ecosistema.jpg);
    background-position: center;
}

.h2-title{
    display: flex;
}

.title h2{
    color: #FFFFFF;
    font-size: 25px;
    display: inline;
    padding: 12px;
    background-color: #000000;
}

.title p{
    color: #FFFFFF;
    font-size: 16px;
    margin: 25px 0 0;
    padding: 0 25px;
}

/* ANALYTICS */

.bg-title-ana{
    width: 19px;
    height: 102px;
    background-image: url(../images/bg_title-analytics.jpg);
    background-position: center;
}

.title-ana{
    padding: 55px 0 0;
}


.content-analytics{
    padding: 31px 0 0;
}

.analytics-movil{
    width: 100%;
}

.analytics-movil img{
    display: block;
    width: 100%;
    margin-bottom: 47px;
}

.list-plataforma ul{
    list-style: none;
    margin-bottom: 25px;
    padding-left: 13px;
    border-left: 11px solid #000000;
}

.list-plataforma li{
    font-size: 16px;
    color: #000000;
    margin: 11px 0;
}

.list-plataforma ul b{
    display: block;
    width: 115px;
    padding: 11px;
    color: #FFFFFF;
    text-align: center;
    background-color: #000000;
}

.analytics-desktop{ display: none; }


/* CLIENTES */

.bg-clientes-contacto{
    width: 100%;
    height: auto;
    background-image: url(../images/bg-clientes-contacto_v2.jpg);
    background-size: cover;
    background-position: center;
    padding: 55px 0;
}

/* CONTACTO */

.title-contact {
    width: 81%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 55px 0 0;
}

.h2-title-contact {
    display: flex;
}

.h2-title-contact h2{
    color: #FFFFFF;
}

.bg-title-contact {
    width: 19px;
    height: 102px;
    background-image: url(../images/bg_title-ecosistema.jpg);
    background-position: center;
}

.h2-title-contact h2 div{
    font-size: 27px;
    line-height: 1.89;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: #000000;
    padding: 0.5rem 1rem;
}

.content-contact{
    width: 81%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px 55px;
}

.txt-contact{
    width: 100%;
    margin: 25px 0;
}

.txt-contact b{
    font-size: 21px;
    color: #FFFFFF;
}

.txt-contact p{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 25px;
}

/* FORM */

.content_form{
    width: 100%;
}

.content_form input{
    width: 100%;
    font-size: 13px;
    padding: 13px 10px;
    border: 1px solid #e6e6e6;    
    color: #4b4b55;
    margin-top: 15px;
    background-color: white;
    border-radius: 15px;
}

.content_form textarea{
    width: 100%;
    height: 129px;
    font-size: 13px;
    padding: 10px 10px;
    border: 1px solid #e6e6e6;    
    color: #4b4b55;
    margin-top: 15px;
    border-radius: 15px;
    background-color: white;
}

.btn_submit {
    width: 100%;    
    border: initial !important;
    color: white !important;
    margin: 10px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 20px;
    cursor: pointer;
    background-color: #FF0853 !important;
}


/* NUESTRAS OFICINAS */

.oficinas_desktop{
    display: none !important;
}

.content-oficinas {
    width: 81%;
    max-width: 1300px;
    margin: 0 auto;    
}

.title-oficinas{
    padding-top: 15px;
}

.paises_oficinas{
    width: 81%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 25px 0 55px;    
}

.paises_oficinas h2{
    color: #FFFFFF;
    font-size: 23px;
    margin-top: 25px;
}

.paises_oficinas p{
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 25px;
    margin-top: 15px;
}

.paises_oficinas p img{
    position: absolute;
    top: 2px;
    left: 0px;
    width: 17px;
}

/*--------------------- MERCADO GLOBAL ---------------------*/

.bg-content-limits{
    background-color: #FFFFFF;
    background-image: initial;
    padding: 155px 0 55px;
}

.logo__limits{
    position: initial !important;
    width: 175px;
    margin: 0 auto 35px;
}

/* CARRUSEL */

.content-carrusel{
    margin-top: 55px;
}

.slider .slide {
    height: 100%;
    width: auto;
  }
  .logo-slider {
     background: none;
     -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
     box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
     margin: auto;
     overflow: hidden;
     position: relative;
     width: auto;
  }

  .logo-slider::after {
     right: 0;
     top: 0;
     -webkit-transform: rotateZ(180deg);
     transform: rotateZ(180deg);
  }
  .logo-slider::before {
     left: 0;
     top: 0;
  }
  .logo-slider .logo-slide-track {
     -webkit-animation: logo-scroll 60s linear infinite;
     animation: logo-scroll 60s linear infinite;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: calc(250px * 14);
     animation-duration: 15s;
     animation-iteration-count: infinite;
  }
  .logo-slider .slide {
     width: auto;
     padding: 10px;
  }
  @-webkit-keyframes logo-scroll {
     0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
     }
     100% {
        -webkit-transform: translateX(calc(-250px * 10));
        transform: translateX(calc(-250px * 10));
     }
  }
  @keyframes logo-scroll {
     0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
     }
     100% {
        -webkit-transform: translateX(calc(-250px * 10));
        transform: translateX(calc(-3000px));
     }
  }

/*--------------------- MERCADO GLOBAL ---------------------*/

/*--------------------- PAGE LIMITS ---------------------*/

.bg-content-page-limits{
    padding: 155px 0;
    background-image: url('../images/BG-PAGE-LIMITS.jpg');
}

.content-page-limits h2 b{
    display: block;
    font-size: 29px;
    margin-top: 19px;
}

.content-page-limits a{
    max-width: 221px;
    display: flex ;    
    align-items: center;
    padding: 17px 29px;
    margin: 25px auto 0;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background-color: #FF0E56;
}

.content-page-limits a img{
    display: block;
    width: 25px !important;
    margin-left: 11px;
    position: initial !important;
}

/*--------------------- PAGE LIMITS ---------------------*/

/*--------------------- ASOCIADOS ---------------------*/

.asociados{
    width: 81%;
    max-width: 1050px;
    margin: 0 auto;
}

.asociados img{
    width: 73%;
    max-width: 295px;
}

/*--------------------- ASOCIADOS ---------------------*/

@media screen and (min-width: 768px){

    /* TITLE SECTION */

    .titlle-section h2 {
        padding: 11px 15px;
    }

    /*--------------------- PORTADA ---------------------*/

    .bg-portada {
        height: 59vh;
    }

    .content__portada h1 {
        font-size: 65px;
        line-height: 60px;
    }

    .content__portada p {
        font-size: 21px;
    }

    .content__portada a {
        max-width: 227px;
        padding: 23px 29px;
    }

    /*--------------------- PORTADA ---------------------*/

    /*--------------------- ABOUT ---------------------*/

    .content-about {
        padding: 91px 0;
    }

    .txt__about{
        padding: 39px 0;
    }

    .h2-title {
        margin-left: -19px;
    }

    /*--------------------- ABOUT ---------------------*/

    /*--------------------- MOBILIDAD URBANA ---------------------*/

    .content-mobilidad .item__about h3{
        font-size: 31px;
    }

    /*--------------------- MOBILIDAD URBANA ---------------------*/

    /*--------------------- AVES ---------------------*/

    .bg-content-aves{
        padding: 201px 0;
    }

    .content-aves h2{
        font-size: 31px;
    }

    /*--------------------- AVES ---------------------*/

    /*--------------------- BOSQUE ---------------------*/

    .bg-content-bosque{
        padding: 155px 0;
    }
  
    .content-bosque h3{
        font-size: 177px;
    }

    /*--------------------- BOSQUE ---------------------*/

    /*--------------------- VIDEO ---------------------*/

    .bg-content-video{
        padding: 141px 0;
    }

    /*--------------------- VIDEO ---------------------*/

    /*--------------------- MERCADO GLOBAL ---------------------*/

        .bg-content-limits{
            padding: 165px 0 55px;
        }

    /*--------------------- MERCADO GLOBAL ---------------------*/

    /*--------------------- PAGE LIMITS ---------------------*/

    .content-page-limits h2 b{
        font-size: 35px;
    }

    /*--------------------- PAGE LIMITS ---------------------*/

    /*--------------------- PAGE LIMITS ---------------------*/

    .bg-content-page-limits{
        padding: 165px 0;
    }

    /*--------------------- PAGE LIMITS ---------------------*/


    .title h2{
        font-size: 31px;
    }

    .bg-title-eco {
        height: 65px;
    }

    .title p {
        width: 100%;
        max-width: 569px;
        font-size: 18px;
    }
    
    /* ANALYTICS */

    .bg-title-ana{
        width: 19px;
        height: 114px;
        background-image: url(../images/bg_title-analytics.jpg);
        background-position: center;
    }    

    .content-analytics {
        padding: 0;
    }

    .analytics-movil{ display: none; }
    
    .analytics-desktop{ 
        display: block;
    }

    .analytics-desktop img{ 
        width: 100%;
    }

    /* NUESTRAS OFICINAS */

    .paises_oficinas{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flex-oficinas{
        width: 49%;
    }

    /* NUESTRAS OFICINAS */

    .oficinas_mobile{
        display: none !important;
    }

    .oficinas_desktop{
        display: flex !important;
        flex-wrap: initial !important;
    }

    .item_oficinas_mobile{
        width: 49%;
    }

    .oficinas_desktop .flex-oficinas{
        width: 100%;
    }

}

@media screen and (min-width: 1024px){


/*--------------------- PORTADA ---------------------*/

    .bg-portada {
        height: 100vh;
    }

    .content__portada h1 {
        max-width: 700px;
    }

    .content__portada p {
        max-width: 550px;
    }

    .content__portada a {
        max-width: 227px;
        padding: 23px 29px;
    }

/*--------------------- PORTADA ---------------------*/   

/*--------------------- ABOUT ---------------------*/

    .titlle-section h2 {
        font-size: 43px;
    }

    .title h2 {
        font-size: 43px;
    }

    .txt__about p {
        font-size: 25px;
    }

    .bg-title-eco {
        width: 67px;
        height: 80px;
    }

    .bg-title-contact {
        width: 67px;
    }

    .h2-title-contact  {
        margin-left: -67px;
    }
    
    .h2-title {
        margin-left: -67px;
    }

/*--------------------- ABOUT ---------------------*/

/*--------------------- PAGE ---------------------*/

    .bg-page {
        padding: 111px 0;
    }

    .item__page {
        position: relative;
        display: flex;
        align-items: center;
    }

    .img__page-mobile{ display: none !important; }
    .img__page-desktop{ display: block !important; }
    
    .item__page h2 {
        position: absolute;
        font-size: 43px;
        padding: 0 0 0 49px;
        background-color: transparent;
    }

/*--------------------- PAGE ---------------------*/

 /*--------------------- AVES ---------------------*/

 .bg-content-aves{
    padding: 231px 0;
}

.content-aves img:nth-child(1){
    left: 10%;
    bottom: 73px;
}

.content-aves img:nth-child(3){
    right: 10%;
}

/*--------------------- AVES ---------------------*/

/*--------------------- BOSQUE ---------------------*/

.bg-content-bosque{
    padding: 165px 0;
}

.content-bosque h3{
    font-size: 208px;
    margin: 0;
}

/*--------------------- BOSQUE ---------------------*/

/*--------------------- VIDEO ---------------------*/

.bg-content-video{
    padding: 141px 0;
}

.content-video img {
    max-width: 900px;
    margin: 65px auto 0;
}

/*--------------------- VIDEO ---------------------*/

/*--------------------- MERCADO GLOBAL ---------------------*/

.bg-content-limits{
    padding: 175px 0 55px;
}

/* CARRUSEL */

.content-carrusel {
    margin-top: 155px;
}

/*--------------------- MERCADO GLOBAL ---------------------*/

/*--------------------- PAGE LIMITS ---------------------*/

.bg-content-page-limits{
    padding: 175px 0;
}

/*--------------------- PAGE LIMITS ---------------------*/

    .tabcontent li{
        padding: 11px 55px;
    }

    .tabcontent-desarrollo li{
        padding: 11px 35px;
    }

}

/*--------------------- ASOCIADOS ---------------------*/

.asociados img{
    width: 73%;
    max-width: 203px;
}

/*--------------------- ASOCIADOS ---------------------*/

@media screen and (min-width: 1100px){


    /*--------------------- MOBILIDAD URBANA ---------------------*/

        .content-mobilidad .item__about h3{
            font-size: 55px;
        }

    /*--------------------- MOBILIDAD URBANA ---------------------*/

    /*--------------------- MOBILIDAD URBANA ---------------------*/

        .bg-page-mobilidad {
            padding: 156px 0;
        }

    /*--------------------- MOBILIDAD URBANA ---------------------*/

    /* TITLE SECTION */

    .titlle-section h2 {
        padding: 7px 15px;
    }  


    /* ANALYTICS */

    .title-ana {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

     .bg-title-ana{
        height: 170px;
    }

    .analytics-desktop {
        width: 100%;
        max-width: 1200px;
        margin: 75px auto 0;
    }

   

    /* CONTACTO */

    .title-contact {
        padding: 125px 0 0;
    }

    .h2-title-contact h2 div {
        font-size: 55px;
        line-height: 1.56;
    }

    .bg-title-contact {
        height: 170px;
    }

    .txt-contact b {
        font-size: 25px;
    }

    .content_form textarea {
        height: 163px;
    }

    /* NUESTRAS OFICINAS */

    .title-oficinas {
        padding-top: 55px;
    }

    .paises_oficinas{
        max-width: 1050px;
        margin: 0 auto;
        padding: 25px 0 55px;
    }

    .flex-oficinas {
        width: 42%;
    } 

    .paises_oficinas h2 {
        font-size: 24px;
    }

}

@media screen and (min-width: 1200px){

    /* ECOSISTEMA */

    .content-ecosistema{
        padding: 35px 0 101px;
    }

    .line-datos {
        bottom: 209px;
    }

    /* BASE DE DATOS */

    .content-base-datos{
        padding: 0 0 135px;
    }

    /* CONTABILIDAD */

    .content-contabilidad{
        padding: 0 0 87px;
    }

    /* DESARROLLO */

    .content-desarrollo {
        padding: 108px 0 85px;
    }

    /* CONTACTO */

    .content-contact{
        padding: 0 0 55px;
    }

}

@media screen and (min-width: 1250px){

    .bg-title-contact {
        height: 154px;
    }

    .titlle-section h2 {
        font-size: 49px;
    }
    
/*--------------------- PORTADA ---------------------*/

    .content__portada{
        margin: 25px auto 0;
    }
    
    .content__portada h1 {
        font-size: 73px;
        line-height: 67px;
    }

    .content__portada p {
        max-width: 700px;
    }

    .content__portada a {
        padding: 17px 29px;
    }

/*--------------------- PORTADA ---------------------*/

/*--------------------- BOSQUE ---------------------*/

    .bg-content-bosque{
        padding: 165px 0;
    }

    .content-bosque h2{
        max-width: 900px;
        margin: 0 auto;
    }

    .content-bosque h3{
        font-size: 243px;
    }

/*--------------------- BOSQUE ---------------------*/

}

@media screen and (min-width: 1350px){
    
/*--------------------- PORTADA ---------------------*/

    .content__portada{
        margin: 25px auto 0;
    }
    
    .content__portada h1 {
        max-width: 815px;
        font-size: 83px;
        line-height: 72px;
    }

    .content__portada-eco h1 {
        max-width: 869px;
    }

    .content__portada-mercado h1 {
        max-width: 867px;
    }    

    .content__portada p {
        max-width: 815px;
    }

    .content__portada-mercado p {
        max-width: 757px;
    }

    .content__portada a {
        padding: 17px 29px;
    }

/*--------------------- PORTADA ---------------------*/   

}

@media screen and (min-width: 1500px){

        
/*--------------------- PORTADA ---------------------*/

    .bg-portada {
        height: 89vh;
    }

    .content__portada h1 {
        max-width: 1125px;
        font-size: 115px;
        line-height: 105px;
    }

    .content__portada p {
        max-width: 1125px;
        font-size: 25px;
    }

    .content__portada a {
        max-width: 237px;
        padding: 21px 31px;
    }

/*--------------------- PORTADA ---------------------*/

/*--------------------- ABOUT ---------------------*/

    .txt__about p {
        font-size: 27px;
    }

/*--------------------- ABOUT ---------------------*/

/*--------------------- PAGE ---------------------*/

    .item__page h2 {
        font-size: 49px;
    }

/*--------------------- PAGE ---------------------*/

 /*--------------------- AVES ---------------------*/

    .bg-content-aves{
        padding: 331px 0;
    }

    .content-aves h2 {
        font-size: 45px;
    }

    .content-aves img:nth-child(1) {
        width: 255px;
        left: 10%;
        bottom: 108px;
    }

    .content-aves img:nth-child(3) {
        width: 181px;
        top: 91px;
    }

/*--------------------- AVES ---------------------*/

/*--------------------- BOSQUE ---------------------*/

    .bg-content-bosque{
        padding: 165px 0;
    }

    .content-bosque h2{
        max-width: 1100px;
        font-size: 35px;
    }

    .content-bosque h3{
        font-size: 263px;
    }

/*--------------------- BOSQUE ---------------------*/

/*--------------------- VIDEO ---------------------*/

    .bg-content-video{
        padding: 193px 0;
    }

/*--------------------- VIDEO ---------------------*/

    .title h2 {
        font-size: 49px;
    }

    .bg-title-eco {
        height: 87px;
    }

}

@media screen and (min-width: 1700px){

}