
:root{
    --colorUnidad:#eb6f45;
}




.cont-gdc .shapeBottom{position: absolute;left: 0;top: 260px;width: 100%;height: 90px;fill: #fff;min-width: 360px;}

.cont-gdc .bg-blue{
  background-color: var(--colorUnidad);
}

.cont-gdc .bg-grey{
  background-color: #2a60ba12;
  border-radius: 0px 120px 0px 0px;
}

.cont-gdc .white{
  color: #fff !important;
}

.cont-gdc b{
  font-weight: 600;
}


.cont-gdc .ih-container h1 {
    font-size: 50px;
    font-weight: 600;
}

.cont-gdc .block-text p {
    font-size: 16px;
    color: rgb(80 80 80 / 77%);
    line-height: 1.5;
    margin-bottom: 5px;
}


.cont-gdc .header-coopfranchise{
  height: 350px;
  padding:65px 0 20px;
}

.cont-gdc .gdc-graph-sinergy{
  padding:0 40px;
  max-width:500px;
  margin:auto;
}
.cont-gdc .gdc-graph-sinergy img{
  width:100%;
}

.cont-gdc .blue{
  color: var(--colorUnidad) !important;
}

.cont-gdc .text-justify{text-align:justify !important;}


.cont-gdc .internal-hero {
    /* background-image: url(/img/section_title_bg2.jpg?2); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0 30px;
    background: linear-gradient(90deg, #eb6734 0%, #fb9c77 110%);
}

.cont-gdc .module-franchise-benefits {
    padding: 60px 0;
}

/*TIME*/
.cont-gdc .title-GDC2 {
    font-weight: 600;
    font-size: 55px;
    line-height: 66px;
    color: var(--colorUnidad);
    text-align: center;
    margin-bottom: 0px;
}

.cont-gdc .title-GDC {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 0px;
}

@media(max-width:475px){

  .cont-gdc .title-GDC{
    font-size: 35px;
  }

  .cont-gdc .title-GDC2{
    font-size: 30px;
  }

  .cont-gdc .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    padding-left: 20%;
  }

  .cont-gdc .cd-timeline-content {
    padding-left: 20%;
  }
}

#graph_about-images li {
  width: 24%;
}

.graph_adn_internal {
  text-align: center;
  /*max-width: 30%;*/
  margin: auto;
}

.graph_adn_internal img {
  max-width: 30%;
}


.cd-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position:relative;
  z-index:1;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.cd-timeline {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
.cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  width: 8px;
  background: var(--colorUnidad);
  border-radius:4px;
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:#f7f8fc;
  border:2px solid #f0f0f0;
  z-index: 5;
}
.cd-timeline-img:before{
  content:"";
  position:absolute;
  border-radius:100%;
  background-color:#f7f8fc;
  width: 40px;
  height: 90px;
  left: -3px;
  top: 0px;
}
.cd-timeline-img:after{
  content:"";
  position:absolute;
  /* border-radius:100%; */
  /* background-color:#102a8a; */
  width: 100px;
  height: 100px;
  left: -32px;
  top: -5px;
  /* opacity: .5; */
  -webkit-animation: loader-6-1 2s infinite;
  animation: loader-6-1 2s infinite;
  background-image: url(/img/about-us/circle.svg);
  background-size: cover;
  background-position: center;
}

.cd-number {
    display: block;
    height: 5px;
    z-index: 999999;
    position: inherit;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    width: 60px;
    margin-left: -12px;
    margin-top: 27px;
}
.cd-timeline-content {
  position: relative;
  padding-left: 85px;
  padding-top:10px;
  padding-right:0;
  position: relative;
  z-index: 1;
}
.cd-timeline-content .arrow {
  position: absolute;
  top: 35px;
  left: 88%;
  height: 25px;
  /* background-color:#f0f0f0; */
  /* border-radius:4px; */
  width: 80px;
  background-image: url(/img/about-us/conector.svg);
  background-size: cover;
  transform: rotate(180deg);
  background-position: center;
}
.cd-timeline-content h2 {
  color: #rgba(80, 80, 80, 1);
  position:relative;
  z-index:2;
  font-size: 18px;
  line-height:1;
  font-weight: 600;
  margin-top:0;
  margin-bottom:10px;
}
.cd-timeline-content p{
  position:relative;
  font-size: 14px;
  font-weight:300;
  color:#rgba(80, 80, 80, 1);
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content {
  text-align:right;
  padding-left:0;
  padding-right: 80px;
}

@media only screen and (min-width: 1200px) {
  .cd-timeline::before {
    left: 50%;
    margin-left: -4px;
  }
  .cd-timeline-block {
    margin: 5em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  .cd-timeline-img {
    /* width: 40px; */
    /* height: 40px; */
    left: 50%;
    margin-left: -20px;
    /* -webkit-transform: translateZ(0); */
    /* -webkit-backface-visibility: hidden; */
  }
  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .arrow {
    right: 88%;
    left:auto;
    transform: inherit;
  }
}
@media (max-width: 1199px) {
  .cd-container {
    width: 70%;
    max-width: 560px;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    text-align: left;
    padding-right: 0;
    padding-left: 100px;
  }
  .cd-timeline-content .arrow {
    left:auto;
    right: 85%;
    transform: inherit;
  }
  .cd-timeline::before {
    left: -45px;
  }
  .cd-timeline-img {
    top: -2px;
    left: -60px;
  }
}
@media (max-width: 767px) {
    .cd-timeline::before {
    left: -10px;
  }
  .cd-container {
    width: 80%;
    padding-left: 5%;
  }
  .cont-gdc .title-GDC2{
    max-width: 500px;
    margin: auto;
  }

}

.cont-gdc .title-GDC3{
  color: var(--colorUnidad);
}

@media (max-width: 650px) {
    .cd-timeline::before {
    left: -10px;
  }
  .cd-container {
    width: 85%;
    padding-left: 35px;
  }
}

/*Fin TIME*/

/*Testimonials*/
.cont-gdc .module-testimonials{
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  background: #f6f6ff;
  border-radius: 160px 0px 0px 0px;
}
.cont-gdc .slider-quotes{
  margin: 50px 0 30px;
}
@media (max-width:576px){
  .cont-gdc .slider-quotes{
    margin: 30px 0 30px;
  }
}
.cont-gdc .slider-quotes .lSSlideOuter .lSPager.lSpg{
  float: none;
}
.cont-gdc .quotes{
  position: relative;
  padding: 30px 90px;
  padding-left: 55px;
  text-align: left;
}
@media (max-width: 1199px){
  .cont-gdc .quotes{
    padding: 30px 30px;
    padding-left: 55px;
  }
}
@media (max-width:576px){
  .cont-gdc .quotes{
    text-align: center;
    padding: 0;
    padding-top: 50px;
  }
}
.cont-gdc .quotes:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 40px;
    height: 31px;
    background-size: cover;
    background-image: url(/img/quotes.svg?2);
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width:576px){
.cont-gdc .quotes:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -20px;
  }
}
.cont-gdc .quote-text p{
  font-size:16px;
  font-weight: 400;
  color: #888;
  line-height: 1.5;
  margin-bottom:30px;
}
.cont-gdc .quote-name{
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}
.cont-gdc .quote-since{
  font-size: 14px;
  color: #777;
  font-weight: 400;
  margin-bottom: 20px;
}
.cont-gdc .testimonial-counters p{
  font-size:20px;
}
@media (max-width: 991px){
  .cont-gdc .lSPager.lSpg li {
    float: none;
  }
}

/*GRAFICO WORLD*/

.cont-gdc .graph_1-world-container{
  position: inherit;
  padding: 40px;
  height: 615px;
  text-align: center;
}
@media (min-width:992px) and (max-width:1199px){
  .cont-gdc .graph_1-world-container{
    padding:0;
    height: 590px;
    width: 510px;
    margin: auto;
  }
}
@media (min-width:768px) and (max-width:991px){
  .cont-gdc .graph_1-world-container{
    margin-top:0;
    background:transparent;
    height:auto;
  }
}
@media only screen and (max-width: 767px){
  .cont-gdc .graph_1-world-container{
    margin-top:0;
    background:transparent;
    height:auto;
  }
}
@media only screen and (max-width: 576px){
  .cont-gdc .graph_1-world-container{
    height: 275px;
    width:260px;
    margin:auto;
  }
}
.cont-gdc .graph_1-world {
  position: initial;
  margin: auto;
  width: 500px;
  height: 500px;
  text-align: center;
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media only screen and (max-width: 767px){
  .cont-gdc .graph_1-world {
    /* position:absolute; */
    /* left:-45%; */
    /* top:-45%; */
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(0.9, 0.9);
  }
}

@media only screen and (max-width: 576px){
  .cont-gdc .graph_1-world {
    position: relative;
    right: 90%;
    bottom: 85%;
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
}

@media only screen and (max-width: 360px){
  .cont-gdc .graph_1-world {
    /* position:absolute; */
    /* left:-45%; */
    /* top:-45%; */
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

.cont-gdc .g1_w_element_1{
  width: 250px !important;
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  margin-left:-125px;
  margin-top:-125px;
}

.cont-gdc img[class^="g1_w_element_"] {
  width: 85px;
  position: relative !important;
  z-index:2;
}

.cont-gdc .g1_w_element_3{
  left: 15px;
  top: 85px;
}
.cont-gdc .g1_w_element_4{
  left: 55px;
  top: 85px;
}
.cont-gdc .g1_w_element_5{
  left: 25px;
  top: 173px;
}
.cont-gdc .g1_w_element_6{
  left: 313px;
    top: 301px;
}
.cont-gdc .g1_w_element_7{
  left: -95px;
  top: 280px;
}
.cont-gdc .g1_w_element_8{
  left: 180px;
  top: 185px;
}
.cont-gdc .g1_w_element_9{
  left: -6px;
  top: 145px;
}
.cont-gdc .g1_w_element_10{
  left: -128px;
  top: 40px;
}
.cont-gdc .g1_w_element_11{
  width: 150px !important;
  position:absolute !important;
  z-index:0 !important;
  left: -225px;
  top: -125px;
}
.cont-gdc .g1_w_element_12{
  width: 150px !important;
  position:absolute !important;
  z-index:0 !important;
  left: 275px;
  top: -275px;
}
.cont-gdc .g1_w_element_13{
  width: 150px !important;
  position:absolute !important;
  z-index:0 !important;
  left: 225px;
  top: -115px;
}
.cont-gdc .g1_w_element_14{
  width: 150px !important;
  position:absolute !important;
  z-index:0 !important;
  left: 20px;
  top: 44px;
}
.cont-gdc .g1_w_element_15{
  width: 150px !important;
  position:absolute !important;
  z-index:0 !important;
  left: 167px;
  top: -28px;
}
.cont-gdc .g1_w_element_16{
  width: 150px !important;
  position:absolute !important;
  z-index:0 !important;
  left: -150px;
  top: -100px;
}
.cont-gdc .g1_w_element_17{
  width: 150px !important;
  position:absolute !important;
  z-index:0 !important;
  left: -355px;
  top: -260px;
}
.cont-gdc .g1_w_element_18{
  width: 150px !important;
  position:absolute !important;
  z-index:0 !important;
  left: 32px;
    top: 54px;
}
.cont-gdc .g1_w_text_0{
  width: 130px;
  position: absolute;
  z-index: 0;
  left: 50%;
  font-size:22px;
  font-weight:700;
  color:#666;
  top: 50%;
  margin-left: -65px;
    margin-top: 20px;
    text-align: center;
}
.cont-gdc .g1_w_text_1,
.cont-gdc .g1_w_text_2,
.cont-gdc .g1_w_text_3,
.cont-gdc .g1_w_text_4,
.cont-gdc .g1_w_text_5,
.cont-gdc .g1_w_text_6,
.cont-gdc .g1_w_text_7,
.cont-gdc .g1_w_text_8{
  width: 105px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color:#fff;
  z-index:1;
  line-height:1;
  text-align:center;
  text-shadow:0 1px 1px rgba(0,0,0,0.2);
  display: inline-flex;
  line-height: 16px;
}
.cont-gdc .g1_w_text_1{
  left: 13%;
  top: -106%;
}
.cont-gdc .g1_w_text_2{
    left: 34.2%;
    top: -106%;
}
.cont-gdc .g1_w_text_3{
  left: 34%;
  top: -74%;
  width: 100px;
}
.cont-gdc .g1_w_text_4{
  left: 347px;
    top: 399px;
}
.cont-gdc .g1_w_text_5{
  left: 2%;
  top: -40.5%;
}
.cont-gdc .g1_w_text_6{
  left: 23%;
  top: -36.5%;
  width: 100px;
}
.cont-gdc .g1_w_text_7{
  left: -31%;
  top: -51%;
}
.cont-gdc .g1_w_text_8{
  left: -62%;
  top: -82%;
  width: 93px;
}

/*FIN GRAFICO*/

/*FEATURES*/

.cont-gdc .block-gdb{
  padding:60px 0;
}
.cont-gdc .coop-brand{
  height: 50px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}
.cont-gdc .module-features {
  padding:60px 0;
  text-align: center;
  border-radius: 160px 0px 160px 0px;
}
.cont-gdc .module-features h1.title-40{
  max-width:600px;
  margin:0 auto;
  padding:40px 0 20px;
  text-align:center;
}
@media screen and (max-width:576px){
  .cont-gdc .module-features h1.title-40{
    font-size:32px;
  }
}
.cont-gdc .module-features .white-module{
  background-color:#ffffff;
  position:relative;
}
@media screen and (max-width:767px){
  .cont-gdc .module-features .white-module{
    border-bottom:0;
    background-color: #f9f9f9;
    margin-bottom: 30px;
  }
}
.cont-gdc .feature-content{
  text-align:center;
  position:relative;
  padding:20px;
  display: block;
  text-decoration: none;
}
.cont-gdc .feature-content:hover{
  text-decoration: none!important;
}
@media (min-width:992px) and (max-width:1199px){
  .cont-gdc .feature-content{
    padding: 20px 5px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .cont-gdc .feature-content{
    padding: 20px 10px;
  }
}
@media screen and (max-width:767px){
  .cont-gdc .feature-content{
    padding: 20px 10px;
  }
}
@media screen and (max-width:480px){
  .cont-gdc .feature-content{
    padding: 15px 0;
  }
}
.cont-gdc .feature-content img{
  height:160px;
}
@media (min-width:768px) and (max-width:991px){
  .cont-gdc .feature-content img{
    height:100px;
  }
}
@media screen and (max-width:767px){
  .cont-gdc .feature-content img{
    height:auto;
    margin:auto;
    width: 100%;
    max-width: 230px;
  }
}
@media screen and (max-width:576px){
  .cont-gdc .feature-content img{
    max-width: 190px;
  }
}
.cont-gdc .feature-content h1{
  font-size: 22px;
  font-weight: 400;
  color: #rgba(80, 80, 80, 1);
  margin-bottom: 15px;
}
@media (min-width:768px) and (max-width:991px){
  .cont-gdc .feature-content h1{
    font-size:20px;
    margin-bottom:13px;
  }
}
@media screen and (max-width:767px){
  .cont-gdc .feature-content h1{
    font-size:20px
  }
}
.cont-gdc .feature-content p{
  font-size:14px;
  color:#393939;
  font-weight:300;
}
@media (min-width:768px) and (max-width:991px){
  .cont-gdc .feature-content p{
    font-size:13px;
  }
}

.cont-gdc .block-coop-numbers{
  padding:60px 0;
}

/*FIN FEATURES*/

@media (max-width: 767px){
  .cont-gdc .text-xs-center {
    text-align: center!important;
  }
}

@media (max-width: 767px){
  .cont-gdc .text-md-start {
    text-align: center!important;
  }
}


/*360 SUSCRIPCIONES*/

.suscrip-gdc .bg-blue{
  background-color: var(--colorUnidad);
}

.cont-gdc .blue-light{
  color: #ffbf7d !important;
}

.suscrip-gdc .white{
  color: #fff;
}

.suscrip-gdc .bg-grey{
  background-color: #2a60ba12;
  border-radius: 0px 120px 0px 0px;
}

.suscrip-gdc .step-content {
  padding: 40px 10px;
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(80, 80, 80, 0.29);
  border-radius: 15px;
  margin-bottom: 80px !important;
}

.suscrip-gdc .step-content2 {
  max-width: 170px;
  margin: auto;
}

.suscrip-gdc .container-seccion{
  display: flex;
  align-items: center;
}

@media(max-width:991px){
  .suscrip-gdc .container-seccion{
      display: initial;
  }
}

.suscrip-gdc .cartel-promo{
  border-right: solid 2px;
  padding: 2px 15px;
  font-size: 20px;
  margin: 10px 0px;
  display: inline-block;
}

.suscrip-gdc .cartel-promo i{
  border-left: 2px solid;
  margin: 0px 12px 0px 8px;
}

.suscrip-gdc ul.objets-list{
  width:100%;
  margin:auto;
  margin-bottom: 60px;
  display: inline-block;
}

.suscrip-gdc .objets-list li {
  float:left;
  width: 20%;
  text-align: center;
  height: 180px;
  font-weight: 700;
  margin-bottom: 40px;
}


.suscrip-gdc .objets-list li{
  background: url(/img/360suscription/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5px;
  z-index: 2;
}

.suscrip-gdc .objets-list li:before {
  content: "";
  height: 4px;
  display: block;
  margin-left: -8%;
  width: 11%;
  background: #fff;
  margin-top: 75px;
  margin-bottom: -80px;
  position: static;
}

.suscrip-gdc .objets-list li div{
  background: linear-gradient(180deg, #6092CD 0%, #265D9D 100%);
  border-radius: 50%;
  padding: 10px;
  width: 60px;
  height: 60px;
  margin: auto;
  /* margin-top: 25px; */
  margin-bottom: 15px;
  min-width: 60px;
}

.suscrip-gdc .objets-list li p{
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.suscrip-gdc .objets-list li div svg{
  max-width: 35px;
  height: 40px;
}

.suscrip-gdc .objets-list li span {
  font-size: 14px;
  width: 100px;
  margin: auto;
  margin-top: 25px;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  max-height: 110px;
}

.suscrip-gdc .objets-list li.o-1:before{
  background: none;
}


@media(max-width:991px ){

  .suscrip-gdc ul.objets-list{
    display: inherit;
  }

  .suscrip-gdc .objets-list li {
    width: 33%;
    margin-bottom: 80px;
  }

  .suscrip-gdc .objets-list li:before {
    content: "";
    display: block;
    width: 9%;
    margin-left: -7%;
  }

  .suscrip-gdc .objets-list li.o-1:before, .objets-list li.o-4:before {
    background: none;
  }

  .suscrip-gdc .objets-list li.o-4{
    margin-left: 16.5%;
  }

  .suscrip-gdc .objets-list li div {
    padding:10px;
    margin-top: 0px;
  }

}

@media(max-width:600px){

  .suscrip-gdc ul.objets-list{
    display: block;
    max-width: 350px;
    min-width: 300px;
  }

  .suscrip-gdc .objets-list li:before {
    /* height: 45px; */
    /* margin-left: -45%; */
    /* margin-top: 0px; */
    display: none;
  }
  .suscrip-gdc .objets-list li {
    width: 50%;
    height: 175px;
    margin-top: 35px;
    min-width: 60px;
  }

  .suscrip-gdc .objets-list li.o-3:before {
    background: none;
    background-size: contain;
  }

  .suscrip-gdc .objets-list li.o-7:before {
    background: none;
    background-size: contain;
  }

  .suscrip-gdc .objets-list li.o-4 {
    margin-left: 0%;
  }

}

.cont-gdc .cf-bullets{
  overflow: hidden;
}
.cont-gdc .cf-bullets li{
  position: relative;
  padding-left:40px;
  margin-bottom: 5px;
}
.cont-gdc .cf-bullets li svg{
  width:32px;
  height:32px;
  position: absolute;
  left:0;
  top:0;
}
.cont-gdc .cf-bullets li h3{
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cont-gdc .cf-bullets li h3 a{
  color: #000;
}
.cont-gdc .cf-bullets li p{
  color:#rgba(80, 80, 80, 1);
  font-size:16px;
  font-weight:300;
}
.cont-gdc .cf-bullets-min li{
  padding-left:32px;
}
.cont-gdc .cf-bullets-min li svg{
  width:24px;
  height:24px;
}

.cont-gdc .block-tools-content{
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.cont-gdc .block-tools-content .title-w-icon img{
  top: -24px;  
}
@media (max-width:1199px){
  .cont-gdc .block-tools-content {
    padding: 70px 0;  
  }
}
@media (max-width:991px){
  .cont-gdc .block-tools-content {
    padding:0 0 60px;
  }
}

.cont-gdc .bold-1{
   font-weight:600!important;
}

/*TECH GDC*/

.tech-gdc ul.objets-list{
    width:100%;
    margin:auto;
    display: inline-block;
}

.tech-gdc .objets-list li {
    float:left;
    width: 33%;
    text-align: center;
    height: 240px;
    font-weight: 700;
    margin-bottom: 40px;
}


.tech-gdc .objets-list li{
    background: url(/img/360suscription/circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    z-index: 2;
}

.tech-gdc .objets-list li:before {
        content: "";
    height: 4px;
    display: block;
    margin-left: -8%;
    width: 11%;
    background: #fff;
    margin-top: 110px;
    margin-bottom: -110px;
    position: static;
}

.tech-gdc .objets-list li div{
    background: linear-gradient(180deg, #6092CD 0%, #265D9D 100%);
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    margin: auto;
    /* margin-top: 25px; */
    margin-bottom: 15px;
    min-width: 60px;
}

.tech-gdc .objets-list li p{
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.tech-gdc .objets-list li div svg{
    max-width: 35px;
    height: 40px;
}

.tech-gdc .objets-list li span {
    font-size: 14px;
    width: 190px;
    margin: auto;
    margin-top: 60px;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    max-height: 110px;
    /* margin-left: 85px; */
}

.tech-gdc .objets-list li.o-1:before{
    background: none;
}


@media(max-width:991px ){

    .tech-gdc ul.objets-list{
        display: inherit;
    }

    .tech-gdc .objets-list li {
        width: 33%;
        margin-bottom: -40px;
    }

    .tech-gdc .objets-list li:before {
        content: "";
        display: block;
        width: 9%;
        margin-left: -7%;
    }

    .tech-gdc .objets-list li div {
        padding:10px;
        margin-top: 0px;
    }

}

@media(max-width:787px){

    .tech-gdc ul.objets-list{
        display: block;
        max-width: 350px;
        min-width: 300px;
    }

    .tech-gdc .objets-list li:before {
        height: 45px;
        margin-left: 48%;
        margin-top: -48px;
        width: 5px;
        margin-bottom: 48px;
    }
    .tech-gdc .objets-list li {
        width: 100%;
        margin-top: 80px;
        min-width: 60px;
    }
}

/*INCLUSION 360*/

.inclusion-gdc ul.objets-list{
    width:100%;
    margin:auto;
    display: flex;
    justify-content: center;
}

.inclusion-gdc .objets-list li {
    float:left;
    width: 14%;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.inclusion-gdc .objets-list li:before {
    content: "";
    height: 45px;
    display: block;
    margin-left: -45%;
    width: 90%;
}


.inclusion-gdc .objets-list li.o-2:before {
    background: url(/img/360inclusion/Ellipse.svg) no-repeat;
    background-size: contain;
}

.inclusion-gdc .objets-list li.o-3:before {
    background: url(/img/360inclusion/Ellipse.svg) no-repeat;
    background-size: contain;
}

.inclusion-gdc .objets-list li.o-4:before {
    background: url(/img/360inclusion/Ellipse.svg) no-repeat;
    background-size: contain;
}

.inclusion-gdc .objets-list li.o-5:before {
    background: url(/img/360inclusion/Ellipse.svg) no-repeat;
    background-size: contain;
}

.inclusion-gdc .objets-list li.o-6:before {
    background: url(/img/360inclusion/Ellipse.svg) no-repeat;
    background-size: contain;
}

.inclusion-gdc .objets-list li.o-7:before {
    background: url(/img/360inclusion/Ellipse.svg) no-repeat;
    background-size: contain;
}


.inclusion-gdc .objets-list li span {
    font-size:45px;
}


.inclusion-gdc .objets-list li div {
    padding:10px 20px;
}

@media(max-width:991px ){

    .inclusion-gdc ul.objets-list{
        display: inherit;
    }

    .inclusion-gdc .objets-list li {      
        width: 25%;
    }

    .inclusion-gdc .objets-list li:before {
        content: "";
        height: 60px;
        display: block;
        margin-left: -44%;
        width: 90%;
        margin-top: 25px;
    }

    .inclusion-gdc .objets-list li.o-5:before {
        background: none;
        background-size: contain;
    }

    .inclusion-gdc .objets-list li.o-5{
        margin-left: 12.5%;
    }

    .inclusion-gdc .objets-list li div {
        padding:10px;
    }

}

@media(max-width:600px){

    .inclusion-gdc ul.objets-list{
        display: block;
        max-width: 350px;
    }

    .inclusion-gdc .objets-list li:before {
        height: 45px;
        margin-left: -45%;
        margin-top: 0px;
    }
    .inclusion-gdc .objets-list li {
        width: 50%;
        height: 210px;
    }

    .inclusion-gdc .objets-list li.o-3:before {
        background: none;
        background-size: contain;
    }

    .inclusion-gdc .objets-list li.o-7:before {
        background: none;
        background-size: contain;
    }

    .inclusion-gdc .objets-list li.o-5 {
        margin-left: 0%;
    }

    .inclusion-gdc .objets-list li.o-7{
        margin-left: 25%;
    }
}


.inclusion-gdc .list-digital li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}


.inclusion-gdc span.desc {
    width: 260px;
    background: linear-gradient(90deg, #eb6734 0%, #fb9c77 100%);
    margin-left: -50px;
    z-index: -1;
    height: 90px;
    border-radius: 0px 50px 50px 0px;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 11px;
    padding-left: 70px;
    padding-right: 40px;
}



.inclusion-gdc span.number {
    font-size: 33px;
    font-weight: 700;
    background: linear-gradient(180deg, #eb6734 6.63%, #fb9c77 100%);
    border-radius: 50px;
    color: #fff;
    height: 90px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FIN 360 INLCUSION*/

.cont-gdc .hcf-title i img{
  height: 100px;
}
.cont-gdc .hcf-title h1{
  font-size: 20px;
  font-weight: 300;
}

ol.concept-list {
  list-style: none;
}
ol.concept-list > li{
  position:relative;
}
ol.concept-list > li:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: -6px;
  width: 10px;
  height: 16px;
  border-width: 0 4px 4px 0;
  border-style: solid;
  border-color: #fff;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.regular {
    font-weight: 400!important;
}

.cont-gdc .space {
  padding: 0px 0px 0px;
}

.cont-gdc .img-section{
  padding-bottom: 12px;
  padding-top: 0px;
}

@media(min-width:767px){
  .cont-gdc .img-section{
  padding-bottom: 90px;
  padding-top: 0px;
}
}

/*INICIO YTC*/





.ytc-style .heat-fill {
  float: left;
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #333;
  height: 7px;
  width: 200px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC);
}
.ytc-style .fill-a, .ytc-style .fill-b {
  width: 20px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  background: #fff;
  padding-right: 4px;
  position: absolute;
  left: 0;
  margin-top: -7px;
  font-weight: 700;
  background: #f1f3fa;
}

.ytc-style .fill-b {
  text-align: left;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 60px;
  padding-left: 4px;
  padding-right: 0;
}

.ytc-style .map-total-value {
  float: right;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.ytc-style .ytc1_counter {
  width: 500px;
  margin: auto;
}

@media(max-width: 450px){

  .ytc-style .ytc1_counter {
    margin: auto;
    -ms-transform: scale(0.65, 0.65);
    -webkit-transform: scale(0.65, 0.65);
    transform: scale(0.65, 0.65);
    height: 190px;
    margin-top: -50px;
  }
}
.ytc-style .ytc_counter-block {
    width: 50%;
    height: 240px;
    padding-top: 70px;
    text-align: center;
}

.ytc-style .ytc_counter-block.ycb-1 {
    margin-left: 25%;
    background: url(/img/yellowtradingcoin/top.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


.ytc-style .ytc_counter-block.ycb-2 {
    background: url(/img/yellowtradingcoin/left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -62px;
    margin-left: 12px;
}

.ytc-style .ytc_counter-block.ycb-3 {
    margin-left: 50%;
    background: url(/img/yellowtradingcoin/right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -235px;
    width: 50%;
    padding-right: 40px;
}

.ytc-style .ytc_counter-block > div {
    padding: 5px;
    text-align: center;
}

.ytc-style .ycb-number {
  text-align:center;  
}

.ytc-style .ycb-number span{
  line-height:1;
  font-size: 37px;
  font-weight: 600;
  display:inline-block;
  color: var(--colorUnidad);
}
.ytc-style .ycb-text {
  text-align:left;
  min-height: 45px
}
.ytc-style .ycb-text span{
  font-size: 14px;
  font-weight: 500;
  width: 140px;
  display:inline-block;
  color: var(--colorUnidad);
}

.ytc-style .graph_ytc_2-container{
  width: 550px;
  height: 500px;
  margin: auto;
  text-align: center;
  position: relative;
}
.ytc-style .graph_ytc_2{
  width:100%;
  height:100%;
  position: relative;
  -webkit-animation: bounce 5s ease-in-out 1s infinite alternate;
  animation: bounce 5s ease-in-out 1s infinite alternate;
}

.ytc-style .ytc_g2_element_1{
  position: absolute;
  width: 400px;
  height:auto;
  left:0;
  top:0;
  z-index:4;
}
.ytc-style .ytc_g2_element_2{
  position: absolute;
  width: 400px;
  height:auto;
  left:0;
  top:105px;
  z-index:2;
}
.ytc-style .ytc_g2_element_3{
  position: absolute;
  width: 400px;
  height:auto;
  left:0;
  top:210px;
  z-index:1;
}
.ytc-style .ytc_g2_element_4{
  position: absolute;
  width: 400px;
  height:auto;
  left:0;
  top:198px;
  z-index:3;
}
.ytc-style .ytc_g2_element_5{
  position: absolute;
  top: 127px;
  left: 300px;
  height: 37px;
}
.ytc-style .ytc_g2_element_6{
  position: absolute;
  top: 224px;
  left: 300px;
  height: 37px;
}
.ytc-style .ytc_g2_element_7{
  position: absolute;
  top: 328px;
  left: 300px;
  height: 37px;
}
.ytc-style .ytc_g2_text_1 {
  position: absolute;
  top: 128px;
  left: 300px;
  text-align: right;
  font-size: 13px;
  width: 250px;
  color:#1c327c;
}
.ytc-style .ytc_g2_text_2 {
  position: absolute;
  top: 233px;
  left: 300px;
  text-align: right;
  font-size: 13px;
  width: 250px;
  color:#275e9c;
}
.ytc-style .ytc_g2_text_3 {
  position: absolute;
  top: 341px;
  left: 300px;
  text-align: right;
  font-size: 13px;
  width: 250px;
  color:#0092e0;
}

@media (max-width:576px){
  .ytc-style .graph_ytc_1-container,
  .ytc-style .graph_ytc_2-container,
  .ytc-style .graph_ytc_3-container {
      width: 280px;
      height: 280px;
  }  
  .ytc-style .ytc_g1_element_1 {
    width: 100px;
    height: 100px;
  }
  .ytc-style .ytc_g1_text_1,
  .ytc-style .ytc_g1_text_2,
  .ytc-style .ytc_g1_text_3,
  .ytc-style .ytc_g1_text_4 {
    font-size: 18px;
  }
  .ytc-style .ytc_g1_text_2 {
    left: 64px;
    top: 5px;
  }
  .ytc-style .ytc_g1_text_1 {
    left: 245px;
    top: 235px;
  }
  .ytc-style .ytc_g1_text_3 {
    left: 237px;
    top: 119px;
  }
  .ytc-style .ytc_g1_text_4 {
    left: -4px;
    top: 208px;
  }
  .ytc-style .ytc_g2_element_5,
  .ytc-style .ytc_g2_element_6,
  .ytc-style .ytc_g2_element_7,
  .ytc-style .ytc_g2_text_1,
  .ytc-style .ytc_g2_text_2,
  .ytc-style .ytc_g2_text_3{
      display:none;
  }
  .ytc-style .ytc_g2_element_1,
  .ytc-style .ytc_g2_element_2,
  .ytc-style .ytc_g2_element_3,
  .ytc-style .ytc_g2_element_4 {
    width: 270px;
  }
  .ytc-style .ytc_g2_element_2 {
    top: 75px;
  }
  .ytc-style .ytc_g2_element_3 {
    top: 146px;
  }
  .ytc-style .ytc_g2_element_4 {
    top: 136px;
  }
}

.ytc-style .graph_ytc_5-container{
  margin: auto;
  width: 500px;
  height: 500px;
}
.ytc-style .graph_ytc_5 {
  width: 500px;
  text-align: center;
  position: relative;
}
.ytc-style .ytc_g5_element_1 {
  position: relative;
  width: 80%;
  margin: auto;
}
.ytc-style .ytc_g5_element_2 {
  position: absolute;
  width: 263px;
  z-index: 1;
  left: 130px;
  top: 44px;
}
.ytc-style .ytc_g5_element_3 {
  position: absolute;
  width: 282px;
  z-index: 1;
  left: 4px;
  top: 92px;
}
.ytc-style .ytc_g5_element_4 {
  position: absolute;
  width: 363px;
  z-index: 1;
  left: 0;
  top: 50px;
}
.ytc-style .ytc_g5_element_5 {
  position: absolute;
  width: 96px;
  z-index: 1;
  left: 273px;
  top: 61px;
}
.ytc-style .ytc_g5_element_6,
.ytc-style .ytc_g5_element_7,
.ytc-style .ytc_g5_element_8 {
  position: absolute;
  width: 20px;
  z-index: 1;
}
.ytc-style .ytc_g5_element_6 {
  left: 205px;
  top: 30px;
}
.ytc-style .ytc_g5_element_7 {
  left: 118px;
  top: 291px;
}
.ytc-style .ytc_g5_element_8 {
  left: 385px;
  top: 117px;
}
.ytc-style .ytc_g5_text_1,
.ytc-style .ytc_g5_text_2,
.ytc-style .ytc_g5_text_3{
  position:absolute;
  z-index:2;
  font-size: 12px;
  font-weight:400;
  line-height: 1.2;
  background: #fff;
}
.ytc-style .ytc_g5_text_1 {
  top: 24px;
  left: 4px;
  width: 200px;
  text-align: left;
}
.ytc-style .ytc_g5_text_2 {
  top: 290px;
  left: 0px;
  width: 115px;
  text-align: left;
}
.ytc-style .ytc_g5_text_3 {
  top: 128px;
  left: 408px;
  width: 110px;
  text-align: right;
}
.ytc-style .graph_ytc_6-container{
  margin: auto;
  width: 450px;
  height: 450px;
}
.ytc-style .graph_ytc_6 {
  width: 100%;
  position: relative;
  margin-top: -90px;
}
.ytc-style .ytc_g6_element_3 {
  position: absolute;
  width: 220px;
  z-index: 1;
  left: 10px;
  top: 68px;
}
.ytc-style .ytc_g6_element_4 {
  position: absolute;
  width: 220px;
  z-index: 2;
  right: 10px;
  top: 68px;
}
.ytc-style .ytc_g6_element_2 {
  position: absolute;
  width: 220px;
  z-index: 3;
  left: 115px;
  bottom: 0;
}
.ytc-style .ytc_g6_element_5 {
  position: absolute;
  width: 125px;
  z-index: 4;
  left: 162px;
  top: 164px;
}
.ytc-style .graph_ytc_7-container{
  margin: auto;
  width: 500px;
  margin-top: -130px;
  margin-bottom: 30px;
}
.ytc-style .graph_ytc_7 {
  width: 100%;
  height: 245px;
  position: relative;
}
.ytc-style .ytc_g7_element_1 {
  width: 210px;
  position: absolute;
  left:0;
  top: 20px;
}
.ytc-style .ytc_g7_element_2 {
  width: 200px;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 20px;
}
.ytc-style .ytc_g7_element_3 {
  width: 122px;
  z-index: 3;
  position: absolute;
  top: 96px;
  right: 9px;
}
.ytc-style .ytc_g7_element_4 {
  width: 65px;
  z-index:1;
  position: absolute;
  top: 90px;
  left: 215px;
}
.ytc-style .ytc_g7_element_5 {
  width: 80px;
  z-index: 1;
  top: 82px;
  position: absolute;
  left: 206px;
}
.ytc-style .ytc_g7_element_6 {
  width: 80px;
  z-index: 1;
  position: absolute;
  left: 206px;
  top: 182px;
}
.ytc-style .ytc_g7_text {
  position: relative;
  padding-left: 20px;
}
.ytc-style .ytc_g7_element_7{
  left: 243px;
  position:absolute;
  top:30px;
  width: 25px;
}
.ytc-style .g7-title-1{
  position: absolute;
  width: 175px;
  text-align: left;
  font-size: 14px;
}
.ytc-style .g7-title-2{
  position: absolute;
  width: 174px;
  font-size: 14px;
  right:0;
  left:auto;
  text-align:right;
}
.ytc-style .graph_ytc_8-container{
  margin: auto;
  width: 500px;
  height: 500px;
}
.ytc-style .graph_ytc_8 {
  width: 100%;
  height:100%;
  position: relative;
}
.ytc-style .ytc_g8_element_1{
  position: relative;
  left:50%;
  top: 51%;
  width: 100%;
  z-index: 4;
  transform:translate(-50%,-30%);
}
.ytc-style .ytc_g8_element_2{
  position: absolute;
  left:0;
  top:70px;
  z-index: 3;
 }
.ytc-style .ytc_g8_element_3{
  position: relative;
  left: 20.5%;
  z-index: 3;
}
.ytc-style .ytc_g8_element_4{
  position: relative;
  left: 35%;
  top: -17.5%;
  z-index: 3;
}
 .ytc_g8_element_5{
  position: relative;
  left: 64%;
  top: -8.5%;
  z-index: 3;
  transform:translate(-50%,-50%)
}
.ytc-style .ytc_g8_element_6{
  position: absolute;
  left:50%;
  top:50%;
  z-index: 1;
  transform:translate(-50%,-50%)
}


.ytc-style .ytc_g8_text_1,
.ytc-style .ytc_g8_text_2,
.ytc-style .ytc_g8_text_3{
  position:absolute;
  z-index: 3;
  font-size: 16px;
  font-weight:400;
  line-height: 1.2;
  background: #fff;
  padding: 6px;
}
.ytc-style .ytc_g8_text_1 {
  /* top: 24px; */
  left: 5%;
  text-align: left;
}
.ytc-style .ytc_g8_text_2 {
  top: 19%;
  left: 34%;
  width: 100px;
  text-align: left;
}
.ytc-style .ytc_g8_text_3 {
  top: 33%;
  left: 79%;
  width: 100px;
  text-align: right;
}



.ytc-style .graph_ytc_9-container{
  margin: auto;
  width: 500px;
  height: 500px;
}
.ytc-style .graph_ytc_9 {
  width: 100%;
  height: 540px;
  /* position: relative; */
}
.ytc-style .ytc_g9_element_1{
  position: relative;
  top: 0;
  width: 250px;
  left: 124px;
}
.ytc-style .ytc_g9_element_2{
  position: relative;
  top: 140px;
  left: 38px;
  width: 170px;
}
.ytc-style .ytc_g9_element_3{
  position: relative;
  top: -80px;
  left: 40px;
  width: 170px;
}
.ytc-style .ytc_g9_element_4{
  position: relative;
  top: 10px;
  left: 12px;
  width: 150px;
}
.ytc-style .ytc_g9_element_7{
  position: relative;
  top: -125px;
  left: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 0.2;
  width: 120px;
  text-align: left;
  display: block;
}
.ytc-style .ytc_g9_element_8{
  position: absolute;
  top: 0;
  top: -32px;
  left: 202px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}
.ytc-style .ytc_g9_element_9{
  position: relative;
  top: -150px;
  left: 380px;
  font-weight: 500;
  font-size: 13px;
  line-height: 0.2;
  text-align: right;
  width: 120px;
  display: block;
}
.ytc-style .ytc_g9_element_10{
  position: relative;
  top: -15px;
  left: 208px;
  display: block;
  width: 100px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}

@media (max-width: 1199px){
  .ytc-style .ytc_g5_text_3 {
    top: 110px;
    left: 405px;
    width: 75px;
  }
  .ytc-style .graph_ytc_7-container {
    width: 450px;
  }
  .ytc-style .ytc_g7_element_1 {
    width: 180px;
  }
  .ytc-style .ytc_g7_element_2 {
    width: 166px;
    right: 20px;
  }
  .ytc-style .ytc_g7_element_3 {
    width: 109px;
    top: 107px;
    right: 48px;
  }
  .ytc-style .ytc_g7_element_4 {
    left: 192px;
    width: 49px;
  }
  .ytc-style .ytc_g7_element_5 {
    left: 150px;
  }
  .ytc-style .ytc_g7_element_6 {
    left: 150px;
  }
  .ytc-style .ytc_g7_element_7 {
    left: 224px;
  }
  .ytc-style .graph_ytc_8-container {
    width: 450px;
    height: 450px;
  }
  
  .ytc-style .graph_ytc_9-container {
    width: 450px;
  }
  .ytc-style .ytc_g9_element_7 {
    left: 50px;
  }
  .ytc-style .ytc_g9_element_8 {
    top: -24px;
    left: 164px;
  }
  .ytc-style .ytc_g9_element_9 {
    left: 350px;
  }
  .ytc-style .graph_ytc_10-container {
    width: 450px;
    height: 500px;
  }
  .ytc-style .graph_ytc_11-container {
    margin: auto;
    width: 450px;
    height: 300px;
  }
  .ytc-style .ytc_g11_element_2 {
    width: 367px;
    left: 46px;
    top: 86px;
  }

  .ytc-style .ytc_g8_element_5{
    left: 61%;
  }
}

@media (max-width:991px){

  .ytc-style .graph_ytc_9{
    height: auto;
    margin-bottom: 28px;
  }
  
  .ytc-style .ytc_g9_element_1 {
    left: 95px;
    width: 200px;
    top: 10px;
  }
  .ytc-style .ytc_g9_element_2 {
    width: 138px;
    left: 20px;
    top: 130px;
  }
  .ytc-style .ytc_g9_element_3 {
    width: 138px;
    left: -7px;
    top: -55px;
  }
  .ytc-style .ytc_g9_element_4 {
    left: -37px;
    width: 130px;
  }
  .ytc-style .ytc_g9_element_7 {
    top: -100px;
    left: 50px;
  }
  .ytc-style .ytc_g9_element_8 {
    top: -24px;
    left: 164px;
  }
  .ytc-style .ytc_g9_element_9 {
    top: -120px;
    left: 350px;
  }
  .ytc-style .ytc_g8_element_3 {
     left: -20.5%;
  }
  .ytc-style .ytc_g8_element_4{
   left: -10%;
   top: -15%;
  }
  .ytc-style .ytc_g8_element_5{
   left: 20%;
  }

  .ytc-style .ytc_g8_text_1 {
  left: 3%;
}
.ytc-style .ytc_g8_text_2 {
  left: 29%;
  top: 20%;
}
.ytc-style .ytc_g8_text_3 {
  top: 32%;
}
}


@media (max-width:1199px){
  .ytc-style .graph_ytc_6-container,
  .ytc-style .graph_ytc_7-container,
  .ytc-style .graph_ytc_9-container,
  .ytc-style .graph_ytc_10-container {
  }
  .ytc-style .graph_ytc_8-container {
    margin-top: -170px;
  }
}
@media (max-width:991px){
  .ytc-style .graph_ytc_11-container{
    width: 570px;
    height: 360px;
  }
  .ytc-style .ytc_g11_element_2 {
    width: 465px;
    left: 58px;
    top: 98px;
  }
}
@media (max-width:767px){
  .ytc-style .graph_ytc_11-container{
    width: 520px;
    height: 320px;
  }
  .ytc-style .ytc_g11_element_2 {
    width: 428px;
    left: 50px;
    top: 90px;
  }
}
@media (max-width:576px){
  .ytc-style .graph_ytc_5-container,
  .ytc-style .graph_ytc_6-container,
  .ytc-style .graph_ytc_7-container,
  .ytc-style .graph_ytc_8-container,
  .ytc-style .graph_ytc_9-container,
  .ytc-style .graph_ytc_10-container{
    width:280px;
    height:auto;
  }

  .ytc-style .graph_ytc_5-container, .graph_ytc_10-container{
    max-width: 100%;
    display: grid;
    justify-content: center;
  }

  .ytc-style .graph_ytc_5 {
      -ms-transform: scale(0.65, 0.65);
      -webkit-transform: scale(0.65, 0.65);
      transform: scale(0.65, 0.65);
      height: 250px;
      margin-top: -90px;
  }
  .ytc-style .ytc_g5_element_3 {
    width: 178px;
    left: 0;
    top: 74px;
  }
  .ytc-style .ytc_g5_element_4 {
    width: 230px;
    left: 0;
    top: 50px;
  }
  .ytc-style .ytc_g5_element_5 {
    width: 60px;
    left: 171px;
    top: 59px;
  }
  .ytc-style .ytc_g5_text_1, 
  .ytc-style .ytc_g5_text_2, 
  .ytc-style .ytc_g5_text_3 {
    font-size: 13px;
    font-weight: 300;
  }
  .ytc-style .ytc_g5_text_2 {
    text-align: left;
  }
  .ytc-style .ytc_g6_element_2 {
    width: 150px;
    left: 63px;
    bottom: 0;
  }
  .ytc-style .ytc_g6_element_3 {
    width: 150px;
    left: 10px;
    top: 24px;
  }
  .ytc-style .ytc_g6_element_4 {
    width: 150px;
    right: 10px;
    top: 24px;
  }
  .ytc-style .ytc_g6_element_5 {
    width: 70px;
    left: 103px;
    top: 102px;
  }
  .ytc-style .ytc_g7_element_1 {
    width: 100px;
  }
  .ytc-style .ytc_g7_element_2 {
    width: 90px;
    top: 26px;
  }
  .ytc-style .ytc_g7_element_3 {
    width: 78px;
    top: 79px;
    right: 34px;
  }
  .ytc-style .ytc_g7_element_4{
    left: 122px;
    width: 40px;
    top: 50px;
  }
  .ytc-style .ytc_g7_element_5 {
    left: 110px;
    width: 50px;
    z-index: 1;
    top: 41px;
  }
  .ytc-style .ytc_g7_element_6 {
    left: 108px;
    width: 50px;
    top: 148px;
  }
  .ytc-style .graph_ytc_7 {
    height: 141px;
    width: 280px;
    overflow: hidden;
  }
  .ytc-style .ytc_g7_text{
    width: 280px;
    overflow: hidden;
  }
  .ytc-style .g7-title-1,
  .ytc-style .g7-title-2 {
    display: block;
    position: relative;
    left:auto;
    right:auto;
    width:100%;
    text-align: center;
    font-size: 16px;
    margin:10px auto;
  }
  .ytc-style .ytc_g7_element_7{
    position: relative;
    top:auto;
    left:auto;
    display:inline-block;
    margin:auto;
  }
  .ytc-style .graph_ytc_7-container{
    margin-bottom:0;
  }
  .ytc-style .graph_ytc_8-container{
    height: 430px;
  }
  .ytc-style .ytc_g8_element_2 {
    top: 97px;
    width: 97%;
  }
  .ytc-style .ytc_g8_element_3 {
    width: 15px;
    left: -23%;
    top: 67px;
  }
  .ytc-style .ytc_g8_element_4 {
    top: 5px;
    width: 15px;
  }
  .ytc-style .ytc_g8_element_5 {
    top: 31px;
    width: 15px;
  }
  .ytc-style .ytc_g8_element_6 {
    width: 100%;
  }
  .ytc-style .graph_ytc_9{
    height: 400px;
  }
  .ytc-style .ytc_g9_element_1 {
    left: 0;
    top: 10px;
  }
  .ytc-style .ytc_g9_element_2 {
    width: 120px;
    z-index: 1;
    left: -40px;
    top: -10px;
  }
  .ytc-style .ytc_g9_element_3 {
    width: 120px;
    z-index: 1;
    left: 40px;
    top: -10px;
  }
  .ytc-style .ytc_g9_element_4 {
    top: -120px;
    left: 6px;
    width: 120px;
    z-index: 0;
  }
  .ytc-style .ytc_g9_element_7 {
    top: -215px;
    left: -24px;
    font-weight: 400;
    font-size: 11px;
    width: 95px;
  }
  .ytc-style .ytc_g9_element_8 {
    top: -24px;
    left: 92px;
    font-weight: 400;
    font-size: 12px;
  }
  .ytc-style .ytc_g9_element_9 {
    top: -235px;
    left: 215px;
    font-weight: 400;
    font-size: 11px;
    width: 95px;
  }
  .ytc-style .ytc_g9_element_10 {
    font-weight: 400;
    font-size: 11px;
    left: 93px;
    top: -140px;
  }
  .ytc-style .graph_ytc_10-container{
    margin-bottom:0;
  }
  .ytc-style .graph_ytc_11-container{
    width: 280px;
    height: 211px;
  }
  .ytc-style .ytc_g11_element_2 {
    width: 228px;
    left: 29px;
    top: 72px;
  }

  .ytc-style .ytc_g8_text_1 {
    top: 38%;
    left: 0%;
}
.ytc-style .ytc_g8_text_2 {
  top: 23%;
  left: 24%;
}
.ytc-style .ytc_g8_text_3 {
  top: 28%;
  left: 71%;
}
}

.ytc-style .btm-space {
  margin-bottom: 50px;
}

@media(max-width:767px){
  .ytc-style .btm-space {
    margin-bottom: -40px;
  }
}

/*FIN YTC*/

/*INICIO CDP*/

.cdp-gdc #map_wrapper {
    height: 927px;
    position: relative;
    padding-bottom: 0px;
    background: #aadaff;
}

.cdp-gdc .text-16,
.cdp-gdc .block-text .cdp-gdc .text-16{
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  line-height: 1.7;
}

.cdp-gdc .step-content{
  padding:10px 40px;
  position:relative;
  text-align:center;
}

.cdp-gdc .step-content img{
  max-width:140px;
  margin:auto;
  margin-bottom:20px;
}

.cdp-gdc .text-18,
.cdp-gdc .block-text .cdp-gdc .text-18{
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  line-height: 1.7;
}

.cdp-gdc .block-franchise-steps{
  padding:30px 0;
}

@media (max-width: 767px) {
  .cdp-gdc .title-50{
    font-size:36px !important;
    font-weight: 300;
  }
}

.cdp-gdc .title-20{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #505050;
}

.cdp-gdc .graph_43_c-container {
  padding: 60px 0;
}

.cdp-gdc .graph_43_c {
  position: relative;
  width: 560px;
  height: 700px;
  margin: auto;
  color: #000;
}

.cdp-gdc .g43_c_element_0 {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 20%;
  margin-left: -140px;
  left: 50%;
  margin-top: -140px;
  z-index: 2;
}

.cdp-gdc .g43_c_element_1, .cdp-gdc .g43_c_element_2, .cdp-gdc .g43_c_element_3, .cdp-gdc .g43_c_element_4, .cdp-gdc .g43_c_element_5, .cdp-gdc .g43_c_element_6 {
  position: absolute;
  width: 140px;
  height: 140px;
  z-index: 2;
}

.cdp-gdc .g43_c_line_1, .cdp-gdc .g43_c_line_2, .cdp-gdc .g43_c_line_3, .cdp-gdc .g43_c_line_4, .cdp-gdc .g43_c_line_5, .cdp-gdc .g43_c_line_6 {
  position: absolute;
  z-index: 2;
}

.cdp-gdc .g43_c_text_1, .cdp-gdc .g43_c_text_2, .cdp-gdc .g43_c_text_3, .cdp-gdc .g43_c_text_4, .cdp-gdc .g43_c_text_5, .cdp-gdc .g43_c_text_6 {
  color: #eb6f45 !important;
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  width: 140px;
  text-align: center;
  z-index: 3;
  font-weight: 600;
}

.cdp-gdc .g43_c_element_1 {
  top: 3%;
  left: 29%;
  width: 240px;
  height: 240px;
}

.cdp-gdc .g43_c_element_2 {
  top: 0;
  left: 210px;
}

.cdp-gdc .g43_c_element_3 {
  top: 0;
  left: 380px;
}

.cdp-gdc .g43_c_element_4 {
  top: 44%;
  left: 32px;
  border: solid 1px #ddd;
  border-radius: 50%;
}

.cdp-gdc .g43_c_element_5 {
  top: 63%;
  left: 214px;
  border: solid 1px #ddd;
  border-radius: 50%;
}

.cdp-gdc .g43_c_element_6 {
  top: 45%;
  left: 388px;
  border: solid 1px #ddd;
  border-radius: 50%;
  z-index: 12;
}

.cdp-gdc .g43_c_line_1 {
  top: 154px;
  left: 101px;
  height: 140px;
}

.cdp-gdc .g43_c_line_2 {
  height: 120px;
  top: 154px;
  left: 272px;
}

.cdp-gdc .g43_c_line_3 {
  top: 154px;
  left: 384px;
  height: 140px;
}

.cdp-gdc .g43_c_line_4 {
  top: 26%;
  left: 95px;
  height: 130px;
}

.cdp-gdc .g43_c_line_5 {
  height: 220px;
  top: 38.2%;
  left: 272px;
}

.cdp-gdc .g43_c_line_6 {
  top: 26%;
  left: 398px;
  height: 136px;
}

.cdp-gdc .g43_c_text_1 {
  left: 40px;
  top: -30px;
}

.cdp-gdc .g43_c_text_2 {
  left: 210px;
  top: -30px;
}

.cdp-gdc .g43_c_text_3 {
  left: 380px;
  top: -30px;
}

.cdp-gdc .g43_c_text_4 {
  left: 30px;
  top: 66%;
}

.cdp-gdc .g43_c_text_5 {
  left: 210px;
  top: 85%;
}

.cdp-gdc .g43_c_text_6 {
  left: 390px;
  top: 67%;
}

@media (max-width: 576px) {
  .cdp-gdc .graph_43_c-container {
    padding:0;
  }

  .cdp-gdc .graph_43_c {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .cdp-gdc .g43_c_element_0 {
    position: relative;
    width: 220px;
    height: 220px;
    margin: auto;
    margin-bottom: 30px;
    left: auto;
    top: auto;
  }

  .cdp-gdc .g43_c_element_0, .cdp-gdc .g43_c_element_1, .cdp-gdc .g43_c_line_1, .cdp-gdc .g43_c_line_2, .cdp-gdc .g43_c_line_3, .cdp-gdc .g43_c_line_4, .cdp-gdc .g43_c_line_5, .cdp-gdc .g43_c_line_6 {
    display: none;
  }

  .cdp-gdc .g43_c_element_2, .cdp-gdc .g43_c_element_3, .cdp-gdc .g43_c_element_4, .cdp-gdc .g43_c_element_5, .cdp-gdc .g43_c_element_6 {
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    left: auto;
    top: auto;
    width: 140px;
    height: 140px;
    display: block;
  }

  .cdp-gdc .g43_c_text_1, .cdp-gdc .g43_c_text_2, .cdp-gdc .g43_c_text_3, .cdp-gdc .g43_c_text_4, .cdp-gdc .g43_c_text_5, .cdp-gdc .g43_c_text_6 {
    font-size: 14px;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
}

.cdp-gdc .simply-scroll .simply-scroll-list li {
   float: left;
    width: 320px;
    height: 100px;
    line-height: 1.3;
    padding: 30px 15px;
    background: #FBFAFA;
    margin: 0px 10px;
    border-radius: 15px;
    display: grid;
    align-items: center;
}

.cdp-gdc .simply-scroll-clip {
  position: relative;
  overflow: hidden;
  background: none;
  color: #696969;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  line-height: 0px;
}

.cdp-gdc .number-ads div{
  background: #FBFAFA;
  box-shadow: 2px 2px 32px rgba(93, 44, 172, 0.29);
  border-radius: 20px;
  margin: 10px -5px;
  padding: 35px 25px;
}

.cdp-gdc .number-ads img{
  max-height: 35px;
  max-width: 145px;
  margin-bottom: 20px;
}

.cdp-gdc .number-ads .counter{
  font-size: 40px;
  margin-bottom: 5px;
}

.cdp-gdc .desc-course {
  padding-left: 45px;
}

.cdp-gdc .desc-course span {
  font-size: 30px;
  margin-left: -33px;
  float: left;
  margin-top: -5px;
  font-weight: 700;
}

.cdp-gdc .desc-course p {
  max-width: 280px;
}

.cdp-gdc .violet{
  color: #6B16E8 !important;
}

.cdp-gdc .block-our-history{
  padding:60px 0;
}

.cdp-gdc .svg-cdp{
     margin-top:-300px
  }

@media (max-width:767px){
  .cdp-gdc .svg-cdp{
     margin-top:-90px
  }
}

.cdp-gdc .simply-scroll .simply-scroll-list li {
   float: left;
    width: 320px;
    height: 100px;
    line-height: 1.3;
    padding: 30px 15px;
    background: #FBFAFA;
    margin: 0px 10px;
    border-radius: 15px;
    display: grid;
    align-items: center;
}

/*FIN CDP*/

/*INICIO STAFF*/

.block-intro-staff{
  padding:60px 0;
  background: #f1f3fa;
  border-radius: 00px 0px 0px 160px;
}
@media (max-width:767px){
  .block-intro-staff h1{
    margin-bottom:30px;
  }
  .block-intro-staff p{
    font-size:16px;
  }
}
.block-people{
  margin:auto;
  margin-top:60px;
  margin-bottom:60px;
  text-align:center;
}
.block-people h2{
  color:#000;
  text-align:left;
  font-weight:400!important;
  font-style:normal!important;
  font-size:28px;
  margin:0 0 30px;
}
.trpeople{
  width: 25%;
  position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      /* float: left;*/
      display: inline-block !important;
}
.list-people{
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.list-people li{
  width: calc(100%/4 - 30px);
  display: inline-block;
  margin: 10px 15px 30px;
  padding: 0px;
  position: relative;
  vertical-align: top;
  text-align: center;
}
@media (max-width:900px){
  .list-people li{
    width: calc(100%/3 - 30px);
  }
  .trpeople{
    width: 33.33%;
  }
}
@media (max-width:620px){
  .list-people li{
    width: calc(100%/2 - 30px);
  }
  .trpeople{
    width: 50%;
  }
}

.list-people li .data-img, td .data-img {
    border-radius: 50%;
    padding: 3px;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-people{
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.list-people li{
  width: calc(100%/4 - 30px);
  display: inline-block;
  margin: 10px 15px 30px;
  padding: 0px;
  position: relative;
  vertical-align: top;
  text-align: center;
}
@media (max-width:900px){
  .list-people li{
    width: calc(100%/3 - 30px);
  }
  .trpeople{
    width: 33.33%;
  }
}
@media (max-width:620px){
  .list-people li{
    width: calc(100%/2 - 30px);
  }
  .trpeople{
    width: 50%;
  }
}

.list-people li .data-img, td .data-img {
    border-radius: 50%;
    padding: 3px;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width:991px){
  .list-people li .data-img, td .data-img{
    /* width: 170px; */
    /* height:170px; */
  }
}
@media (max-width:576px){
  .list-people li .data-img, td .data-img{
    /* width: 140px; */
    /* height:140px; */
  }
}
.list-people li .data-people{
  color:#000;
  font-weight:300;
  font-size:16px;
}
.list-people li .data-people .data-name{
  font-size:18px;
  font-weight: 400;
}
@media (max-width:576px){
  .list-people li .data-people .data-name{
    font-size:16px;
  }
}
.list-people li .data-cargo,
.list-people li .data-info{
  font-size:14px;
}
.list-people li:hover .data-name{
  color:#0badf5;
}
.list-people li:hover .data-img, tr:hover .data-img{
  border-color:#eee;
}

@media(max-width: 480px){
  .list-people li {
    width: calc(100% - 30px);
  }

  .trpeople {
    width: 100%;
  }

  .listaFlag .trpeople{
      width: 100%;
      border-color: grey;
  }
}

.flip-card {
  background-color: transparent;
  height: 200px;
  perspective: 1000px;
  margin-top: 25px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

td>.data-people .data-cargo, td>.data-people .data-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.data-name{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}


.info-menber {
    padding: 18px;
    height: 198px;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
    position: relative;
    background: #00000075;
    border-radius: 100%;
    width: 198px;
    color: #fff;
    margin: -210px auto 12px;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.listaFlag td>.data-people .data-name{
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.listaFlag td>.data-people .data-cargo{
  font-size: 18px;
}

.listaFlag .trpeople{
    width: 33.33%;
    padding: 20px;
    border-color: transparent;
}

@media(max-width: 767px){

  .listaFlag .trpeople{
    width: 100%;
    border-color: grey;
  }
}

.listaFlag.table>tbody>tr>td{
    vertical-align: middle;
    display: block;
    min-height: 160px;
}

.data-people ul.social-media>li {
    width: 18px;
    display: inline-block;
    margin: 0px 1px;
}

.inactive-social {
    opacity: 0.3;
    cursor: not-allowed;
}

.flag {
    background-image: url(/img/flags.webp?3);
    height: 40px;
    background-repeat: no-repeat;
    width: 58px;
    margin: auto;
    background-position-x: center;
    background-position-y: 50px;
    margin-bottom: 10px;
}

.flag.c-RO {
   background-position-y: -6876px;
}

.flag.c-AF{
    background-position-y: -2px;
}

.flag.c-CA {
    background-position-y: -133px;
}

.flag.c-CZ {
    background-position-y: -198px;
}

.flag.c-FI {
    background-position-y: -265px;
}

.flag.c-HU {
    background-position-y: -330px;
}

.flag.c-KV {
    background-position-y: -395px;
}

.flag.c-MY {
    background-position-y: -458px;
}

.flag.c-PY {
    background-position-y: -591px;
}

.flag.c-ST {
    background-position-y: -657px;
}

.flag.c-ES {
    background-position-y: -723px;
}

.flag.c-TS {
    background-position-y: -788px;
}

.flag.c-AL {
    background-position-y: -918px;
}

.flag.c-BE {
    background-position-y: -984px;
}

.flag.c-CV {
    background-position-y: -1049px;
}

.flag.c-DA {
    background-position-y: -1115px;
}

.flag.c-FR {
    background-position-y: -1180px;
}

.flag.c-IE {
    background-position-y: -1245px;
}

.flag.c-MV {
    background-position-y: -1376px;
}

.flag.c-PE {
    background-position-y: -1507px;
}

.flag.c-SA {
    background-position-y: -1573px;
}

.flag.c-CE {
    background-position-y: -1638px;
}

.flag.c-TU {
    background-position-y: -1704px;
}

.flag.c-WI {
    background-position-y: -1769px;
}

.flag.c-DZ {
    background-position-y: -1836px;
}

.flag.c-BH {
    background-position-y: -1901px;
}

.flag.c-GA {
    background-position-y: -2097px;
}

.flag.c-IN {
    background-position-y: -2163px;
}

.flag.c-KG {
    background-position-y: -2228px;
}

.flag.c-ML {
    background-position-y: -2293px;
}

.flag.c-NP {
    background-position-y: -2361px;
}

.flag.c-PH {
    background-position-y: -2424px;
}

.flag.c-CL {
    background-position-y: -3800px;
}

.flag.c-DR {
    background-position-y: -3865px;
}

.flag.c-NZ {
    background-position-y: -4192px;
}

.flag.c-PT {
    background-position-y: -4258px;
}

.flag.c-BO {
    background-position-y: -4650px;
}

.flag.c-DE {
    background-position-y: -4847px;
}

.flag.c-AR {
    background-position-y: -5437px;
}

.flag.c-CO {
    background-position-y: -5568px;
}

.flag.c-EC {
    background-position-y: -5633px;
}

.flag.c-GR {
    background-position-y: -6550px;
}

.flag.c-MX {
    background-position-y: -6746px;
}

.flag.c-NG {
    background-position-y: -6812px;
}

.flag.c-BR {
    background-position-y: -7204px;
}

.flag.c-SV {
    background-position-y: -7335px;
}

.flag.c-IT {
    background-position-y: -7467px;
}

.flag.c-UY {
    background-position-y: -7922px;
}

.flag.c-GT {
    background-position-y: -8252px;
}

.flag.c-JM {
    background-position-y: -8318px;
}

.flag.c-CR {
    background-position-y: -8973px;
}

.flag.c-TH {
    background-position-y: -10414px;
}

.flag.c-ZA {
    background-position-y: -11200px;
}

.flag.c-CU {
    background-position-y: -11528px;
}

.flag.c-VE {
    background-position-y: -12183px;
}

.flag.c-US {
    background-position-y: -8776px;
}

.flag.c-PA {
    background-position-y: -13097px;
}

.flag.c-AW {
    background-position-y: -13163px;
}

.flag.c-CW {
    background-position-y: -13228px;
}

.flag.c-PR {
    background-position-y: -13293px;
}

.flag.c-AO {
    background-position-y: -3669px;
}

.flag.c-MZ {
    background-position-y: -11855px;
}

.flag.c-GB {
    background-position-y: -7074px;
}

.flag.c-CH {
    background-position-y: -4389px;
}

.flag.c-JP {
    background-position-y: -9170px;
}

.text-right {
    text-align: right;
}
@media (min-width:768px) and (max-width:991px){
  .block-graph-inside .block-content .block-text p.text-right{
    text-align:left;
  }
}

.btn-hero:hover{
  background-color: #1550BA !important;
  border-color: #1550BA !important;
} 

.scrollMenu .header-wrapper:before {
    top: 0;
}

.scrollMenu .navbar-brand img {
    height: 40px;
}

.header-wrapper:before {
    content: "";
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #142B8A;
    transition: top ease-in-out 200ms;
}

.newAspect{
  padding: 0;
  margin: auto;
}

.newAspect div.dataTables_wrapper div.dataTables_filter input {
    
   border-radius: 12px;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.04);
    margin-right: 15px;
}


.newAspect .pagination>li:first-child>a, .newAspect .pagination>li:first-child>span, .newAspect .pagination>li:last-child>a, .newAspect .pagination>li:last-child>span {
    margin-left: 0;
    border-radius: 60px !important;
    background: linear-gradient(90deg, #fb9c77 0%, #eb6734 100%);
    color: #fff !important;
    padding: 6px 12px;
}

.newAspect .pagination>li>a, .pagination>li>span {
        color: inherit;
        border: none;
        border-radius: 60px !important;
        margin: 2px;
        padding: 6px 12px;
        color: #f5d7cc;
}


/*.newAspect .dataTables_info{
  display: none;
}*/


.newAspect div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 40px;
}



.newAspect .table>tbody>tr>td, .newAspect .table>tbody>tr>th, .newAspect .table>tfoot>tr>td, .newAspect .table>tfoot>tr>th, .newAspect .table>thead>tr>td, .newAspect .table>thead>tr>th {
      /*border-top: 1px solid #1550BA;*/
      font-size: 14px;
}

/*.newAspect .table>thead>tr>th {
   border-bottom: 2px solid #1550BA; 
}*/

.newAspect ul.pagination{
  align-items: center;
  justify-content: end;
}


.dataTables_info{
  color:#999;
  font-size:12px;
  margin-bottom:10px;
}

/*@media (min-width: 768px){
  .col-sm-7 {
    width: 58.33333333%;
  }
}*/

@media(max-width: 768px){
  .newAspect ul.pagination{
    align-items: center;
    justify-content: end;
    margin-top: 20px;
  }
  .newAspect .pagination>li:first-child>a, .newAspect .pagination>li:first-child>span, .newAspect .pagination>li:last-child>a, .newAspect .pagination>li:last-child>span {
    margin-left: 0;
    border-radius: 60px !important;
    background: linear-gradient(90deg, #fb9c77 0%, #eb6734 100%);
    color: #fff !important;
    padding: 6px 8px;
  }

  .newAspect .pagination>li>a, .pagination>li>span {
    color: inherit;
    border: none;
    border-radius: 60px !important;
    margin: 2px;
    padding: 5px 10px;
    color: #f5d7cc;
  }
  
  .newAspect .table>tbody>tr>td, .newAspect .table>tbody>tr>th, .newAspect .table>tfoot>tr>td, .newAspect .table>tfoot>tr>th, .newAspect .table>thead>tr>td, .newAspect .table>thead>tr>th {
    /*border-top: 1px solid #1550BA;*/
    font-size: 14px;
    text-align: center!important;
  }
}

.cont-gdc .hei-40{
  height: 40px;
}

/*FIN STAFF*/