
body, html {
  font-family: 'Garnett-Regular', sans-serif;
  color: #ffffff;
  background-color: #ffffff;
  margin: 0;
  min-width: 320px;
  scroll-behavior: smooth;
}

.Icon--arrowRight:before{
  content: "\EA20";
}

a:focus, a:hover, button:focus {
  text-decoration: none;
  outline: 0;
}

h6{
  font-size: 14px;
}

.containers{
  margin: 0;
  padding: 0 80px;
}

.row{
  margin-right: 0;
  margin-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
  padding-right: 0;
  padding-left: 0;
}

.container-header{
  padding: 30px 0 40px 0;
}

.gradient{
  background: linear-gradient(116deg, #F2F2F2 30.72%, rgba(196, 196, 196, 0.00) 74.47%);
}

.marginPage{
  padding: 0 80px;
}

.bg-teal{
  background-color: #1B8198;
}

.bg-medblue{
  background-color: #004990;
}

.bg-ultralightblue{
  background-color: #F2F8FC;
}
.bg-azulconsistencia{
  background-color: #030D75;
}
.bg-azulpremium{
  background-color: #020C41;
}
.bg-azulhelpers{
  background-color: #F3F7FF;
}

@media screen and (min-width:1600px) {
  .marginPage{
    padding: 0 220px;
  }
}
@media screen and (max-width:1040px) {
  .marginPage{
    padding: 0 60px;
  }
}
@media screen and (max-width:768px) {
  .marginPage{
    padding: 0 40px;
  }
}
@media screen and (max-width:679px) {
  .marginPage{
    padding: 0 20px;
  }
}

@media screen and (max-width:679px) {
  .componentMobile{
    display: block;  
  }
}
@media screen and (min-width:680px) {
  .componentMobile{
    display: none !important;  
  }
}

@media screen and (max-width:679px) {
  .componentDesk{
    display: none !important;  
  }
}
@media screen and (min-width:680px) {
  .componentDesk{
    display: block;  
  }
}

.amGray-content{
  font-size: 12px;
  line-height: 18px;
  color: #666665;
  text-align: center;
  padding-bottom: 16px;
  margin: 0 auto;
}
.amGray-content:last-of-type{
  padding-bottom: 0;
}
@media only screen and (max-width: 768px){
  .amGray-content{
    font-size: 12px;
    line-height: 18px;
    color: #0B2343;
  }
}

.titleBtn-white{
  font-size: 12px;
  line-height: 20px;
  font-family: 'Garnett-Regular', sans-serif;
  color: #ffffff;
  display: block;
}

.componentImageText{
  display: flex;
}
@media screen and (max-width: 679px){
  .componentImageText{
    flex-direction: column;
    gap: 0;
  }
}

.componentImageText-Image-container{
  width: 50%;
  flex: 0 0 auto;
}
@media screen and (max-width: 679px){
  .componentImageText-Image-container{
    width: 100%;
    margin: 0 auto;
  }
}

.componentImageText-Image-container img{
  width: 100%;
}

.componentImageText-Header{
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 1024px){
  .componentImageText-Header{
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 679px){
  .componentImageText-Header{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Garnett-Semibold', sans-serif;
  }
}

.componentImageText-Text p{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Garnett-Regular', sans-serif;
  color: #666666;
}


section.banner-header{
  background-image: url('../img/clouds1.png');
  background-size: cover;
  background-position: center center;
}

.bg-light{
  background-color: transparent!important;
}

.navbar{
  padding: 80px 0 0 0;
  border-bottom: 1px solid #bfd6e8;
}

.navbar-brand{
  font-family: 'Garnett-Semibold', sans-serif;
  display: inline-block;
  font-size: 18px;
  line-height: inherit;
  white-space: nowrap;
}

.nav-item{
  font-family: 'Garnett-Regular', sans-serif;
  color: #0B2343!important;
  font-size: 12px;
}

.nav-item:focus{
  color: #0B2343!important;
  /*background-color: #F5FAFC!important;*/
}


.nav-right{
  margin-right: 100px!important;
}

/*.nav-item:hover{
  border-top: solid 1px #deecf5!important;
  border-right: solid 1px #deecf5!important;
  border-left: solid 1px #deecf5!important;
}*/

h1.header-title{
  font-family: 'Garnett-Semibold', sans-serif;
  color: #020C41;
  font-size: 36px;
  margin: 25px 0 25px 0;
}

p.header-content{
  font-size: 16px;
  color: #020C41;
  margin-bottom: 25px;
}

.header-more{
  display: block;
  background-color: #FA0073;
  color: #fff;
  font-family: 'Garnett-Semibold', sans-serif;
  padding: 19px 12px;
  border: 1px solid #FA0073;
  border-radius: 4px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
}
.header-more:hover{
  color: #fff;
  background-color: #e6006b;
  border: 1px solid #e6006b;
}
.header-more .Icon{
  font-size: 10px;
}

img.header-airplane{
  max-width: 100%;
  padding-bottom: 60px;
  text-align: left;
}

.titleRegular{
  color: #020C41;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 1023px){
  .titleRegular{
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 679px){
  .titleRegular{
    font-size: 20px;
    line-height: 26px;
    font-family: 'Garnett-Semibold', sans-serif;
  }
}
@media (max-width: 400px){
  .titleRegular{
    font-size: 16px;
    line-height: 24px;
  }
}

.subtitle{
  font-size: 28px;
  font-family: 'Garnett-Semibold', sans-serif;
  color: #020C41;
  line-height: 34px;
}

.pilares{
  padding: 60px 0;
}

#card-desk{
  display: block;
}

#card-mobile{
  display: none;
}

.card{
  overflow: hidden;
}

.card-dis {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-deck .card-dis {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}

.card:hover{
  background-color: #ffffff;
  cursor: default;
  box-shadow: -1px 5px 10px 5px rgba(0,0,0,0.15);
}


.card-hover:hover{
  background-color: #ffffff;
  cursor: default;
  box-shadow: -1px 5px 10px 5px rgba(0,0,0,0.15);
  transition: all .3s ease-in-out;
  transform: scale(1.1);
}

.card-header{
  padding: 10px;
}

.card-body{
  padding: 15px 20px 15px 20px;
}

/*.card-body img{
  width: 100%;
}
*/
.card-content{
  font-size: 12px;
  color: #666666;
  margin-bottom: 0;
}

.card-one{
  background-color: #1B8198;
}

.card-one img{
  padding: 8px;
}

.card-one-title{
  color: #1B8198;
  font-family: 'Garnett-Semibold', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  width: 100px;
  margin-bottom: 5px!important;
  margin: 0 auto;
}


.card-two{
  background-color: #0B2343;
}

.card-two-title1{
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
  padding-top: 25px;
}

.card-two-title2{
  color: #ED3A40;
  font-size: 21px;
  margin-bottom: 0;
  line-height: 1;
}

.card-two-title3{
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.card-three{
  background: url('../img/cx.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.back-three{
  /*padding: 70px 0 43px 0;*/
  background-color: #F97722;
}

.card-three-title1{
  font-family: 'Garnett-Regular', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 20px;
  padding-top: 38px;
}

.card-three-title2{
  font-family: 'Garnett-Regular', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 20px;
}

.card-three-title3{
  font-family: 'Garnett-Regular', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 20px;
  padding-bottom: 38px;
}

.card-four{
  background: url('../img/caballero-aguila.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.back-four{
  background-color: #FDB628;
}

.card-four-title1{
  font-family: 'Garnett-Regular', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  color: #FDB628;
  padding-top: 20px;
}

.card-four-title2{
  font-family: 'Garnett-Regular', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  color: #FDB628;
  padding-bottom: 70px;
}

.right{
  margin-right: 15px;
}

.textright{
  text-align: right;
}

.code{
  background-color: #F2F2F2;
  padding: 40px 0 0 60px;
  position: relative;
  bottom: 78px;
}

.code-content{
  padding: 0 10px 0 0;
}

.img-code{
  max-width: 80%;
}

.gray-content{
  font-size: 14px;
  color: #666666;
  max-width: 600px;
}


.gray-content-min{
  font-size: 12px;
  color: #666665;
  max-width: 600px;
}


.codes{
  padding-top: 10px;
}

.downdloads{
  padding: 15px 0;
}

.declaratory{
  background-color: #020C41;
  padding: 80px 0 80px 0;
}

.double-title{
  padding: 0 60px 0 0;
}

.declaratory-content{
  padding-top: 10px;
}

.scopes{
  background-color: #ffffff;
  padding: 60px 0;
}

.ambitosWrapp{
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.ambitosTitles{
  flex: 0 0 277px;
}

.ambitosSubtitle{
  font-size: 18px;
  line-height: 26px;
  font-family: 'Garnett-Regular', sans-serif;
  color: #666665;
}

.ambitosContent{
  max-width: 680px;
  width: 100%;
}

.bord-top{
  border-top: 1px solid #E5E5E5;
}

.bord-bottom{
  border-bottom: 1px solid #E5E5E5;
}

.tab-scope{
  border: solid 1px #BFBFBD; 
  padding: 12px 32px;
  height: 70px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex; 
  align-items: center; 
  cursor: pointer;
  min-width: 233px;
}

.ambitosTab-Wrapp:last-of-type .tab-scope{
  margin-bottom: 0;
}

.tab-scope:hover{
  border: 1px solid #035CF7;
  background-color: #035CF7;
}

.tab-scope-active{
  border: 1px solid #035CF7;
  background-color: #035CF7; 
}

.tab-scope-active:hover{
  border: 1px solid #035CF7;
  background-color: #035CF7;
}

.tab-scope-active > span{
  color: #ffffff;
}

.title-scope{
  font-family: 'Garnett-Regular', sans-serif;
  color: #020C41;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  padding-left: 10px;
}



/*TAB TECNOLOGICO*/
.icon-tec{
  content: url(../img/icon-tec.svg);
  max-width: 20px;
}

.hover-tec-arrow:hover > img, .tab-scope-active .icon-tec{
  content: url('../img/icon-tec-white.svg')!important;
}

.hover-tec-arrow:hover > span{
  color: #ffffff!important;
}

.hover-tec:hover ~ div{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #007CC2!important;
  align-self: center;
}


/*TAB EJECUTIVO*/
.icon-eje{
  content: url('../img/icon-ejecutivo.svg');
  max-width: 20px;
}

.arrow-eje{
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  align-self: center;
}

.hover-eje-arrow:hover > img, .tab-scope-active .icon-eje{
  content: url('../img/icon-ejecutivo-white.svg');
}

.hover-eje-arrow:hover > span{
  color: #ffffff;
}

.hover-eje:hover ~ div{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #007CC2;
  align-self: center;
}

/*TAB NORMATIVO*/
.icon-nor{
  content: url('../img/icon-normativo.svg');
  max-width: 20px;
}

.hover-nor-arrow:hover > img, .tab-scope-active .icon-nor{
  content: url('../img/icon-normativo-white.svg');
}

.hover-nor-arrow:hover > span{
  color: #ffffff;
}

.hover-nor:hover ~ div{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #007CC2;
  align-self: center;
}

/*TAB CAPACITACIO */
.icon-cap{
  content: url('../img/icon-capacitacion.svg');
  max-width: 25px;
}

.arrow-cap{
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  align-self: center;
}

.hover-cap-arrow:hover > img, .tab-scope-active .icon-cap{
  content: url('../img/icon-capacitacion-white.svg');
}

.hover-cap-arrow:hover > span{
  color: #ffffff;
}

.hover-cap:hover ~ div{
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #007CC2;
  align-self: center;
}

.tab-blue-subtitle{
  color: #0B2343;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Garnett-Semibold', sans-serif;
  margin-bottom: 20px;
}

.icon-bullet{
  width: 6px;
  margin-right: 10px;
}

.tab-content{
  color:#0B2343;
  font-size: 12px;
}

.tab-tecnologico{
  /*margin-left: 80px;*/
  display: block;
}

.tab-ejecutivo{
  /*margin-left: 80px;*/
  display: none;
}

.tab-normativo{
  /*margin-left: 80px;*/
  display: none;
}

.tab-capacitacion{
  /*margin-left: 80px;*/
  display: none;
}

@media (max-width: 1023px){
  .ambitosTitles {
    flex: 0 0 218px;
  }
  .subtitle{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .ambitosSubtitle{
    font-size: 14px;
    line-height: 22px;
  }
  .tab-scope{
    padding: 12px 14px;
    height: 60px;
    margin-bottom: 14px;
    min-width: 154px;
  }
  .icon-tec{
    max-width: 16px;
  }
  .icon-eje{
    max-width: 16px;
  }
  .icon-nor {
    max-width: 14px;
  }
  .icon-cap {
    max-width: 18px;
  }
  .title-scope{
    font-size: 14px;
    line-height: 20px;
    padding-left: 6px;
  }  
  .tab-content-list li{
    padding-left: 0;
  }
  .tab-content-list li a .Icon{
    display: none;
  }
}

@media (max-width: 679px){
  .ambitosWrapp{
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .ambitosTitles{
    flex: auto;
    width: 100%;
  }
  .subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .ambitosSubtitle {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .ambitosTabs{
    display: flex    ;
    column-gap: 12px;
  }
  .tab-content-list{
    margin-bottom: 0;
  }
  .tab-scope{
    min-width: auto;
    padding: 10px 20px;
    height: 40px;
    margin-bottom: 0;
  }
  .title-scope{
    display: none;
  }
  .ambitosContent {
    width: 100%;
    margin-top: 20px;
  }
}

.arrow-right {
 /* width: 0; 
  height: 0; */
}

.cybersecuritys{
  padding: 60px 0;
}

.cybersecurity-block1{
  flex-wrap: nowrap;
  justify-content: space-between;
    gap: 32px;
}

.cybersecurity-block2{
  border-top: 1px solid #E5E5E5; 
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 32px;
}

.cyber{
  padding: 20px 0 32px 0;
  width: calc(50% - 33px);
  flex: 0 0 auto;
}

.cyber-divisionLine{
  width: 1px;
  background: #E5E5E5;
}

.cyber-header{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.cyber-header-title{
  font-size: 18px;
  line-height: 26px;
  color: #020C41;
  font-family: 'Garnett-Semibold', sans-serif;
  margin-bottom: 0;
}

.cyber-Btn{
  border-radius: 4px;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-family: 'Garnett-Semibold', sans-serif;
  width: max-content;
  color: #035CF7;
  background-color: #fff;
  border: 1px solid #035CF7;
}
.cyber-Btn:hover{
  border: 1px solid #035CF7;
  background-color: #035CF7;
  color: #fff;
}
.cyber-Btn .Icon{
  font-size: 10px;
}

.border-center{
  border-right: 1px solid rgba(0,0,0,.125);
}

.sub-content{
  padding-top: 20px;
}

.sub-content-2{
  padding: 60px 0px;
}

/*.icon-cybersecurity-padblock{
  width: 35px;
}

.icon-cybersecurity-card{
  width: 35px;
}

.icon-cybersecurity-computer{
   width: 40px;
}

.icon-cybersecurity-pay{
   width: 35px;
}*/

.blue-subtitle{
  font-size: 16px;
  line-height: 24px;
  color: #020C41;
  margin-bottom: 8px;
  font-family: 'Garnett-Semibold', sans-serif;
}

.sustainMinBtn{
  border-radius: 4px;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-family: 'Garnett-Semibold', sans-serif;
  width: max-content;
  color: #035CF7;
  background-color: #fff;
  border: 1px solid #035CF7;
  margin-top: auto;
}
.sustainMinBtn .Icon{
  font-size: 10px;
}
.sustainMinBtn:hover{
  border: 1px solid #035CF7;
  background-color: #035CF7;
  color: #fff;
}

#tab-desk{
  display: block;
}

#tab-mobile{
  display: none;
}

.ethics{
  background-image: url('../img/ethics-background.png');
  background-position: center center;
}

.ethics-wrapper{
  align-items: center;
}

.content-report{
  max-width: 394px;
  padding-top: 60px;
  margin: 0 auto;
  text-align: center;
}

.contentReport-subtitle{
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.checks{
  padding-bottom: 16px;
}

.reportButtons{
  margin-top: 32px;
}

.report{
  column-gap: 24px;
  flex-wrap: nowrap;
}

.report:last-child{
  padding-bottom: 0;
}

.buttonReportContainer{
  flex: 0 0 auto;
  width: calc(50% - 12px / 2);
  max-width: 171px;
}

.buttonVideoContainer{
  flex: 0 0 auto;
  width: calc(50% - 12px / 2);
  max-width: 210px;
}

.btnReport{
  border-radius: 4px;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-family: 'Garnett-Semibold', sans-serif;
}

.btnReport.primaryBlue{
  border: 1px solid #035CF7;
  background-color: #035CF7;
  color: #fff;
}

.btnReport.primaryBlue:hover{
  color: #ffffff;
  background-color: #FA0073;
  border: 1px solid #FA0073;
}

.btnReport.secondaryBlue{
  color: #035CF7;
  background-color: #fff;
  border: 1px solid #035CF7;
}

.btnReport.secondaryBlue:hover{
  border: 1px solid #035CF7;
  background-color: #035CF7;
  color: #fff;
}

.btnReport::before{
  content: attr(data-desktoptext);
}

@media screen and (max-width:640px) {
  .btnReport::before{
    content: attr(data-mobiletext);
  }
}

.btnReport img{
  vertical-align: baseline;
  width: 8px;
  margin-right: 6px;
}

.ethics-text{
  color: #020C41;
  font-size: 16px;
  line-height: 24px;
}

.report-contact p{
  margin-bottom: 0;
}

.mex{
  font-size: 14px;
  line-height: 20px;
  color: #666665;
  margin-bottom: 8px;
  font-family: 'Garnett-Semibold', sans-serif;
}

.tel{
  font-size: 20px;
  line-height: 24px;
  color: #020C41;
  margin-bottom: 0;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .tel{
    font-size: 18px;
    line-height: 24px;
  }  
}

.icon-check{
  width: 24px;
  padding-right: 10px;
}

.p-list{
  color: #020C41;
  font-size: 16px;
  line-height: 24px;
}
.p-list:last-of-type{
  margin-bottom: 0;
}

.img-phone{
  max-width: 210px;
  width: 100%;
}

.sustainability{
  background-color: #1B8198;
  padding-top: 60px;
}

.subtitle-white{
  font-size: 26px;
  font-family: 'Garnett-Regular', sans-serif;
  color: #ffffff;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.25;
  padding: 20px 0;
}

.sustainabilitys{
  padding: 60px 0;
}

.logo-sustainability{
  width: 120px;
  border: 1px solid #FC66AB;
  border-radius: 4px;  
}

@media screen and (max-width: 1024px) {
  .logo-declaratory{
    width: 86px;
  }    
}
@media screen and (max-width: 679px) {
  .logo-declaratory{
    width: 52px;
  }    
}

.white-content{
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  padding-bottom: 16px;
}

.white-content:last-of-type{
  padding-bottom: 0;
}

.white-title{
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
  margin: 0 auto;
  max-width: 160px;
}

.white-title-min{
  font-size: 12px;
  color: #ffffff;
  padding: 10px 10px 10px 0;
  margin: 0 auto;
  text-decoration: underline;
}

.white-title-min:hover{
  color: #ffffff;
  text-decoration: underline;
}

.sustainability2{
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #BFBFBD;
}

.mins{
  max-width: 280px!important;
}

.sustainMinDescription{
  color: #020C41;
  font-size: 12px;
  line-height: 18px;
}

.linkBlue{
  font-family: 'Garnett-Regular', sans-serif;
  color: rgb(0, 124, 194);
  font-size: 12px;
  text-decoration: none;
}

.linkBlue:hover{
  text-decoration: none;
  color: rgb(0, 124, 194);
}

/*.report{
  padding: 30px 0;
}*/

.nav-tabs{
  border-bottom: 1px solid #E5E5E5;
}

/*.tab-pane{
  background-color: red;
}*/

.nav-link {
  display: block;
  padding: 10px 30px;
}

.nav-tabs .nav-item{
  margin-bottom: -1px;
}

.nav-tabs .nav-link{
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 20px;
}

.nav-link:hover{
  border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 0;
  border-color: #E5E5E5!important;
  background-color: #F5FAFC;
}

.report-content{
  padding: 20px 0 60px 0;
}

.politic-content{
  max-width: 740px;
  margin: 0 auto;
}

.icon-pdf{
  max-width: 32%;
  padding-bottom: 20px;
}

.card-disabled{
  text-align: center;
  color: #E5E5E5;
  padding: 165px 0;
}

.disabled{
  border: 0 transparent;
  border-top: transparent;
}

.card-report{
  align-items: center;
  align-self: center;
  padding: 25px 15px 15px;
}

.blue-subtitle-report{
  font-family: 'Garnett-Semibold', sans-serif;
  font-size: 15px;
  color: #0B2343;
  margin-bottom: 5px;
}

.card-footer{
  background-color: #ffffff;
}

.card-footer:hover{
  background-color: #deecf5;
}

.icon-download-blue{
  width: 28px;
  padding: 5px;
}

.more{
  padding: 40px 0;
  background-color: #004990;
}

.more-info{
  padding: 30px 0;
}

/*MENU*/

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent; 
}

.navbar-light .navbar-toggler-icon {
  background-image: url('../img/menu.svg');
}

.navbar-toggler-icon{
  background-size: auto;
}

.navbar-toggler {
  padding: 0;
}

#security-desk{
  display: block;
}

#security-mobile{
  display: none;
}

#sustainabilitys-desk{
  display: block;
}

#sustainabilitys-mobile{
  display: none;
}

.sust1, .sust2{
  display: flex;
  flex-direction: column;
}

body.modal-open { 
  overflow: hidden!important; 
}

.modal-dialog{
  margin-top: 80px;
}

.modal{
  padding-right: 0!important;
}

.header-pdf{
  padding: 15px 20px;
  border-bottom: 1px solid #E5E5E5;
}

.title-pdf{
  font-family: 'Garnett-Semibold', sans-serif;
  color: #0B2343;
  font-size: 20px;
  margin-bottom: 0;
}

.modal-header{
  background-image: url(../img/back-modal-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  color: #ffffff;
  padding: 10px 20px 40px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
}

.category-modal{
  font-size: 12px;
  margin-bottom: 0;
  padding: 25px 0 5px 0;
}

.title-modal{
  font-size: 24px;
  font-family: 'Garnett-Regular', sans-serif;
  max-width: 260px;
}

.modal-body{
  padding: 30px 40px;
}

.modal-body .gray-content{
  max-width: 100%;
}

.content-modal{
  color: #666666;
  font-size: 12px;
}

.list-modal{
  font-family: 'Garnett-Regular', sans-serif;
  color: #666666;
  font-size: 14px;
}

.compliance{
  padding: 40px 0;
}


@media only screen and (min-width: 1600px){
  .containers{
    margin: 0;
    padding: 0 220px;
  }

}

@media only screen and (min-width: 771px) and (max-width: 1040px){
  .containers{
    padding: 0 60px;
  }

  .sub-content {
    padding: 40px 20px;
  }

  .sub-content-2 {
    padding: 40px 20px;
  }

  .checks .col-100{
    max-width: 100%;
  }

}


@media only screen and (max-width: 768px){
  .containers{
    padding: 0 40px;
  }

  p.header-content {
    font-size: 14px;
  }

  img.header-airplane {
    max-width: 100%;
    padding-bottom: 80px;
    text-align: left;
  }

  .card-body{
    padding: 10px;
  }

  #card-desk{
    display: none;
  }

  #card-mobile{
    display: block;
  }

  .card-one-title {
    font-size: 12px;
    width: 75px;
    margin-bottom: 5px!important;
  }

  .card-one img{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .card-two-title1{
    font-size: 20px;
  }

  .card-two-title2{
    font-size: 18px;
  }

  .card-two-title3{
    font-size: 12px;
  }

  .subtitle{
    font-size: 18px;
  }

  .pilares{
    padding: 40px 0;
  }

  .code{
    padding: 15px 10px;
  }

  .codes{
    padding-top: 0;
  }

  .gray-content{
    font-size: 12px;
  }

  .list-modal{
    font-size: 12px;
  }

  .code .col-5{
    text-align: center;
  }

  .img-code{
    max-width: 100%;
  }

  .declaratory {
    padding: 40px 0 40px 0;
  }

  .double-title{
    padding: 0 20px;
  }

  .rows{
    flex-wrap: nowrap;
  }

  .sub-content {
    padding: 20px;
  }

  /*.img-phone{
    width: 200px;
  }*/

  /*.report-contact{
    margin-left: 40px;
  }*/

  .sustainability{
    padding-top: 40px;
  }

  .subtitle-white {
    max-width: 300px;
    font-size: 18px;
  }

  .white-content{
    font-size: 12px;
  }

  .sustainabilitys{
    padding: 40px 0;
  }

  .sustainability2{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ethics{
    background-image: url('../img/back.png');
    background-repeat: no-repeat;
    background-position: center center;
  }

  @media only screen and (max-width: 679px){
    .ethics{
      background-image: url('../img/back-mobile.png');
      padding: 20px 0;
    }
    .sub-content-2{
      padding: 0;
    }
  }
  .report-content {
    padding:20px 20px 40px 20px;
  }

  .content-report{
    max-width: 394px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
    padding-top: 40px;
  }

  .blue-subtitle{
    padding: 0;
  }

  .nav-link {
    display: block;
    padding: 10px 60px;
  }

  .card-report{
    padding: 15px;
    border-right: 0;
    align-items: center; 
    align-self:center;
  }

  .blue-subtitle-report{
    font-size: 14px;
    padding: 0 10px;
  }

  .download-col{
    display: flex; 
    align-items: center; 
    align-self:center;
  }

  /*.checks{
    padding: 0 100px;
    text-align: left;
  }*/

  .nav{
    flex-wrap: initial;
  }

  .card-disabled{
    padding: 150px 0;
  }
}

@media only screen and (max-width: 679px){
  .containers{
    padding: 0 20px;
  }

  /*.containers .navbar{
    padding: 0;
  }*/

  .container-header{
    display: block;
    text-align: center;
    padding: 31px 0 32px 0;
  }

  h1.header-title {
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0;
    max-width: 400px;
    margin: 0 auto;
  }

  .double-title{
    padding: 0;
    margin-bottom: 0;
  }

  .header-more{
    display: none;
  }

  p.header-content {
    font-size: 14px;
    margin: 0 auto;
  }


  .col-100{
    max-width: 100%!important;
    flex: 0 0 100%!important;
  }

  .col-airplane{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: -40px;
    margin-top: -40px;
  }

  img.header-airplane {
    padding-bottom: 0;
  }

  .row-wrap{
    flex-wrap: nowrap!important;
  }

  .right{
    margin-right: 0;
  }

  .card{
    display: block!important;
  }

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

  .card-one {
    padding-top: 25px;
  }

  .card-two {
    padding-top: 20px;
  }

  .pilares {
    padding: 20px 0 0 0;
  } 

  .code{
    padding: 20px 15px 16px 15px;
    bottom: 0;
    margin-top: -70px;
  }

  .codes{
    order: -1;
  }

  .img-code{
    padding-top: 40px;
  }

  .downdloads{
    text-align: center;
  }

  .sub-content {
    padding: 0 10px;
  }

  .declaratory {
    padding: 20px 0 20px 0;
  }

  .ethics-max{
    padding-top: 0;
  }
  .ethics-text{
    margin-top: 15px;
  }

  .checks{
    padding: 0;
    text-align: left;
  }

  .p-list{
    margin-bottom: 9px;
  }

  .checks div:last-of-type .p-list:last-of-type{
    margin-bottom: 0;
  } 

  .btnReport{
    padding: 6px 20px;
    font-size: 11px;
    line-height: 16px;
  }

  .report-contact {
    margin-top: 0px;
    margin-left: 0;
    left: 0;
  }

  .mex {
    font-size: 12px;
    line-height: 18px;
  }

  .tel {
    font-size: 16px;
    line-height: 22px;
  }

  .marg{
    border-top: 1px solid #E5E5E5;
    margin-top: 0;
    padding-top: 10px;
  }

  #sustainabilitys-desk{
    display: none;
  }

  #sustainabilitys-mobile{
    display: block;
  }

  .sustainability2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .linkBlue{
    font-size: 14px;
    padding-top: 10px;
  }

  .sust1{
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
  }

  .sust2{
    padding: 20px 0;
  }

  .gray-content-min{
    margin-bottom: 0;
    padding: 10px 0;
  }

  .report{
    padding: 20px 0;
  }

  .report:last-of-type{
    padding-top: 0;
  }

  .reportButtons{
    padding-bottom: 0;
    margin-top: 0;
  }

  .reportTel{
    text-align: center;
    margin: 0 auto;
    max-width: max-content;
  }

  .content-report{
    text-align: left;
    margin: 0;
  }

  .content-report .subtitle{
    max-width: 260px;
  }

  .content-report .gray-content{
    padding: 10px 0;
  }

  .nav{
    flex-wrap: nowrap;
  }

  .nav-link {
    display: block;
    padding: 10px;
  }

  .nav-tabs{
    border-bottom: 1px solid #E5E5E5;
  }

  .nav-tabs .nav-link {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 20px;
  }

 .nav-tabs .nav-link.active {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #007dc3!important;
    border-color: #007dc3!important;
    background-color: #ffffff!important;
  }

  .nav-item:focus{
    background-color: transparent!important;
  }

  #security-desk{
    display: none;
  }

  #security-mobile{
    display: block;
  }

  .cyber {
    margin-right: 0;
  }

  .cyber-header{
    margin-bottom: 10px;
  }

  .cyber-header-title{
    font-size: 16px;
    line-height: 24px;
  }

  .cyber-Btn{
    font-size: 11px;
    line-height: 18px;
    padding: 5px 12px;
    width: 100%;
    gap: 6px;
    margin-top: 10px;
  }
  .cyber-Btn .Icon {
    font-size: 8px;
    line-height: 8px;
  }

  /*CAROUSEL*/

  .carousel{
    padding-bottom: 55px;
    overflow: hidden;
  }

  .carousel-inner{
    overflow: initial;
    width: 98%;
  }

  .carousel-item{
    height: auto;
  }

  .carousel-img{
    position: relative;
  }

  .carousel-control-next-icon{
    background-image: url('../img/right-arrow-blue.png')!important;
  }

  .carousel-control-prev-icon{
    background-image: url('../img/left-arrow-blue.png')!important;
  }

  .carousel-indicators{
    margin-bottom: 20px;
    z-index: 0;
  }

  .carousel-indicators li{
    background-color: #F3F7FF;
    border-radius: 4px;
    width: 15px;
    height: 15px;
    border-bottom: 0;
    border-top: 0;
    border: 2px solid transparent;
    opacity: initial;
  }

  .carousel-indicators .active{
    opacity: initial;
    background-color: #035CF7;
  }

  .carousel-control-next, .carousel-control-prev {
    bottom: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-end;
    -ms-flex-pack: center;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
  }

  .carousel-control-next img, .carousel-control-prev img{
    width: 16px;
  }

  #security-mobile .subtitle{
    padding-top: 20px;
    padding-bottom: 15px;
  }

  #security-mobile .blue-subtitle{
    max-width: 300px;
  }

  .icon-cybersecurity-padblock{
    width: 25px;
  }

  .icon-cybersecurity-card{
    width: 30px;
  }

  .icon-cybersecurity-computer{
    width: 35px;
  }

  .icon-cybersecurity-pay{
    width: 30px;
  }

  .gray-bottom{
    padding-bottom: 10px;
 }

  .blue-subtitle-report{
    padding: 0;
  }

  #sustainabilitys-mobile .white-title {
    font-size: 14px;
    font-family: 'Garnett-Regular', sans-serif;
    color: #ffffff;
    padding: 0 0 0 10px;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .sustainability .white-content{
    padding-bottom: 10px;
  }

  .sust-bottom{
    padding: 20px 0;
    border-bottom: 1px solid #86a9cb;
    align-items: center;
  }

  .sustainability {
    padding-bottom: 20px;
  }

  /* #tab-desk{
    display: none;
  } */

  #tab-mobile{
    display: block;
  }

  .card-report {
    padding: 15px;
    border-right: 0;
  }

  .icon-pdf{
    padding-bottom: 0;
  }

  .card-disabled {
    padding: 70px 0;
  }

  .icon-download-blue {
    width: 30px;
  }

  #tab-mobile .blue-subtitle-report{
    text-align: left;
  }

  .report-content{
    padding: 0px 15px 0 15px;
  }

  .scope{
    margin: 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
    width: 60px;
  }

  .tabs{
    display: flex;
  }

  .title-scope{
    display: none;
  }

  .title-scope-active{
    display: none;
  }

  .hover-tec-active:hover ~ div{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffff!important;
    align-self: center;
  }

  .hover-tec-active ~ div{
    top: 28px;
    right: 34px;
    width: 0; 
    height: 0; 
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff!important;
    border-left: 8px solid transparent;
    align-self: center;
  }


  .hover-tec-active:hover ~ div{
    top: 28px;
    right: 34px;
    width: 0; 
    height: 0; 
    border-right: 8px solid transparent;
    border-top: 8px solid #007CC2!important;
    border-left: 8px solid transparent;
    align-self: center;
  }

  .hover-eje:hover ~ div{
    top: 28px;
    right: 30px;
    width: 0; 
    height: 0; 
    border-right: 8px solid transparent;
    border-top: 8px solid #007CC2;
    border-left: 8px solid transparent;
    align-self: center;
  }

  .hover-nor:hover ~ div{
    top: 28px;
    right: 30px;
    width: 0; 
    height: 0; 
    border-right: 8px solid transparent;
    border-top: 8px solid #007CC2;
    border-left: 8px solid transparent;
    align-self: center;
  }

  .hover-cap:hover ~ div{
    top: 28px;
    right: 30px;
    width: 0; 
    height: 0; 
    border-right: 8px solid transparent;
    border-top: 8px solid #007CC2;
    border-left: 8px solid transparent;
    align-self: center;
  }

  .politic-content{
    max-width: 300px;
  }

  .nav-right{
    margin-right: 0;
  }

}

@media only screen and (max-width: 600px){
  .hover-eje:hover ~ div {
    right: 32px;
  }

  .hover-nor:hover ~ div {
    right: 32px;
  }

  .hover-cap:hover ~ div {
    right: 32px;
  }
}

/* #region InternetSeguro*/
.internetSection{
  border-top: 1px solid #BFBFBD;
}

.internet-container{
  padding: 40px 0;
}

@media screen and (max-width:679px) {
  .internet-container{
    padding-top: 30px;
  }
}

.internet-title-container{
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width:640px) {
  .internet-title-container{
    padding: 0 20px;
    padding-bottom: 40px;
    margin: 0;
  }
}
.internet-title{
  text-align: center;
  margin-bottom: 20px;
}

.internet-subtitle{
  color: #666665;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width:680px) {
  .internet-subtitle{
    font-size: 12px;
    line-height: 18px;
  }  
}
.swiperModules-container{
  max-width: 846px;
  margin: 0 auto;
}

.swiperModules-container.swiperModules-container-politicas{
  display: none;
}
@media screen and (max-width:640px) {
  .swiperModules-container.swiperModules-container-politicas{
    display: block;
  }  
}
#swiperModules {
  width: 100%;
  color: #0B2343;
  position: relative;
  overflow: hidden;
}
.swiperModules-wrapper{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width:640px) {
  .swiperModules-wrapper{
    flex-direction: column;
  }
}
.moduleSlide{
  flex: 0 0 calc(33% - 16px);
}
@media screen and (max-width:768px) {
  .moduleSlide{
    flex: 0 0 calc(33% - 9px);
  }
}
@media screen and (max-width:640px) {
  .moduleSlide{
    flex: initial;
    padding-bottom: 20px;
  }
  .moduleSlide:last-of-type{
    padding-bottom: 0;
  }
}
#swiperModules-pagination{
  bottom: 20px;
}
#swiperModules-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: #E5E5E5;
  opacity: initial;
}
#swiperModules-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #007CC2;
}
#swiperModules-button-prev{
  left: 0;
  top: inherit;
  bottom: 10px;
}
#swiperModules-button-prev::after {
  content: '';
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/flechaizquierdaresp.svg);
}
#swiperModules-button-next{
  right: 0;
  top: inherit;
  bottom: 10px;
}
#swiperModules-button-next::after {
  content: '';
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/flechaderecharesp.svg);
}
.modulesSlide-container{
  padding: 32px;
  border: 1px solid #BFBFBD;
  background-color: #ffffff;
  border-radius: 4px;
}
@media screen and (max-width: 679px) {
  .modulesSlide-container{
    box-shadow: none;
    max-width: none;
    padding: 20px;
  } 
}
.modulesSlide-container.modulesSlide-container-hover{
  border-color: #035CF7;
}

.modulesSlide-imageContainer img{
  width: 30px;
}

.modulesSlide-imageContainer.modulesSlide-imageContainer-whatsApp img{
  width: 34px;
}

@media screen and (max-width: 768px) {
  .modulesSlide-imageContainer img{
    width: 21px;
  }
  .modulesSlide-imageContainer.modulesSlide-imageContainer-whatsApp img{
    width: 24px;
  }  
}

@media screen and (max-width: 640px) {
  .modulesSlide-imageContainer img{
    width: 30px;
  }
  .modulesSlide-imageContainer.modulesSlide-imageContainer-whatsApp img{
    width: 34px;
  }  
}

.modulesSlide-titleContainer{
  margin-top: 20px;
}

@media screen and (max-width: 370px) {
  .modulesSlide-titleContainer{
    max-width: 160px;
  }  
}
.modulesSlide-title{
  font-size: 14px;
  line-height: 20px;
  color: #020C41;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .modulesSlide-title{
    font-size: 14px;
    line-height: 20px;
  }  
}

@media screen and (max-width: 640px) {
  .modulesSlide-header-container{
    display: flex;
    gap: 20px;
  }
  .modulesSlide-titleContainer {
    margin-top: 0;
  }
}
.modulesSlide-ctaSubtitle{
  font-size: 12px;
  line-height: 18px;
  color: #666665;
  text-decoration: underline;
  display: block;
  margin-top: 2px;
}
.modulesSlide-ctaSubtitle:hover{
  color: #035CF7;
  text-decoration: underline;
}
.modulesSlide-cta-container{
  position: relative;
  background-color: #ffffff;
}
.internetSection .modulesSlide-cta{
  border-radius: 4px;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-family: 'Garnett-Semibold', sans-serif;
  width: max-content;
  color: #035CF7;
  background-color: #fff;
  border: 1px solid #035CF7;
  margin-top: 20px;
}
.internetSection .modulesSlide-cta .Icon{
  font-size: 10px;
}
.internetSection .modulesSlide-cta:hover{
  border: 1px solid #035CF7;
  background-color: #035CF7;
  color: #fff;
}

@media screen and (max-width:640px) {
  .internetSection .modulesSlide-cta{
    width: 100%;
    padding: 5px 12px;
    font-size: 11px;
  }
}

/* #endregion */

/* #region InternetSeguroVideos */
#internetSeguroVideos{
  border-bottom: 1px solid #E5E5E5;
}
.internetSegurosVideos-container{
  max-width: 928px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width:980px) {
  .internetSegurosVideos-container{
    padding: 0 20px;
    padding-bottom: 20px;
  }  
}
@media screen and (max-width:768px) {
  .internetSegurosVideos-container{
    padding: 0;
    max-width: 644px;
  }  
}
@media screen and (max-width:680px) {
  .internetSegurosVideos-container{
    padding: 0 20px;
  }  
}
@media screen and (max-width:640px) {
  .internetSegurosVideos-container{
    padding: 0 20px;
    padding-top: 24px;
  }  
}
.internetVideos-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width:768px) {
  .internetVideos-container{
    padding: 29px 0;
  }  
}

.internetVideos-container:first-of-type{
  padding-top: 0;
}

.internetVideos-container:last-of-type{
  border-bottom: none;
}
@media screen and (max-width:540px) {
  .internetVideos-text-container{
    max-width: 149px;
  }  
}
.internetVideos-text{
  color: #0B2343;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Garnett-Regular', sans-serif;
  margin: 0;
}
@media screen and (max-width:768px) {
  .internetVideos-text{
    font-size: 18px;
    line-height: 24px;
  }  
}
@media screen and (max-width:680px) {
  .internetVideos-text{
    font-size: 14px;
    line-height: 20px;
  }  
}

.internetVideos-cta{
  border: 1px solid #E5E5E5;
  border-radius: 35px;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  background-color: inherit;
  color: #007CC2;
  transition: border .2s ease;
  cursor: pointer;
}
.internetVideos-cta:hover{
  border: 1px solid #007CC2;
}
.internetVideos-ctaIcon{
  display: flex;
  align-items: center;
}
@media screen and (max-width:540px) {
  .internetVideos-ctaIcon{
    display: none;
  }
}
.internetVideos-ctaIcon img{
  vertical-align: middle;
}
.internetVideos-ctaText{
  margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.34px;
  font-family: 'Garnett-Semibold', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width:540px) {
  .internetVideos-ctaText{
    margin-left: 0;
  }
}
/* #region Internet Videos Modal */
.internetVideosModal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0%;

  transition: visibility .4s ease, opacity .4s ease;
}
.internetVideosModal.internetVideosModal-active{
  display: flex;
  visibility: visible;
  opacity: 100%;
}
.internetVideoModal-container{
  width: 80%;
  max-width: 800px;
}
@media screen and (max-width:440px) {
  .internetVideoModal-container{
    width: 90%;
  } 
}
.internetVideoModal-iconClose-container{
  display: flex;
  justify-content: flex-end;
}

#modalVideoCloseButton{
  cursor: pointer;
}

.internetVideoModal-video-container{
  width: 100%;
  height: 380px;
}

@media screen and (max-width:768px) {
  .internetVideoModal-video-container{
    height: 320px;
  }  
}
@media screen and (max-width:440px) {
  .internetVideoModal-video-container{
    height: 300px;
  }  
}
.internetVideoModal-iframeVideo{
  width: 100%;
  height: 100%;
}
/* #endregion */
/* #endregion */

#nav-tabContent .internet-container{
  padding-top: 60px;
}

@media screen and (max-width:768px) {
  #nav-tabContent .internet-container{
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .swiperModules-container{
    display: block;
  }
  
}

@media screen and (max-width:768px) {
  #nav-tabContent .swiperModules-container{
    padding: 0 20px 40px 20px;
  }
}

#nav-tabContent .modulesSlide-header-container{
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width:640px) {
  #nav-tabContent .modulesSlide-header-container{
    flex-direction: row;
  }
}


#nav-tabContent .modulesSlide-titleContainer{
  margin: 0;
  text-align: center;
}
@media screen and (max-width:640px) {
  #nav-tabContent .modulesSlide-titleContainer{
    margin-left: 22px;
    max-width: none;
    text-align: start;
  }
}
#nav-tabContent .modulesSlide-imageContainer img{
  padding-bottom: 20px;
  height: 60px;
  margin: 0;
  width: auto;
}

@media screen and (max-width:640px) {
  #nav-tabContent .modulesSlide-imageContainer.modulesSlide-imageContainer-antiCorr{
    width: 50px;
  }
  #nav-tabContent .modulesSlide-imageContainer img{
    padding: 0;
    height: auto;
    margin: 0 auto;
    margin-top: 8px;
    width: 28px;
  }

  #nav-tabContent .modulesSlide-imageContainer.modulesSlide-imageContainer-antiCorr img{
    width: 15px;
    display: block;
  }
}

#nav-tabContent .modulesSlide-header-container{
  padding: 25px 15px 15px 15px;
  height: 240px;
}

@media screen and (max-width:640px) {
  #nav-tabContent .modulesSlide-header-container{
    padding: 24px 20px;
    height: auto;
    text-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width:640px) {
  #nav-tabContent .modulesSlide-header-container .politic-desc{
    margin: 0;    
  }
}


@media screen and (max-width:640px) {
  .sub-content-2{
    padding: 0;
  }
  
}

.politicasDesktop{
  max-width: 969px;
  margin: 0 auto;
  padding: 0 20px;
}

.politicas-title{
  font-size: 28px;
  line-height: 34px;
  font-family: 'Garnett-Semibold', sans-serif;
  text-align: center;
}
@media screen and (max-width:679px) {
  .politicas-title{
    font-size: 18px;
    line-height: 24px;
  }  
}

.politicaAccordion{
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: start;
  overflow: hidden;
  margin-bottom: 20px;
  transition: border .2s ease;
}

.politicaAccordion.accordionLimitExcedido{
  display: none
}

.politicaAccordion.accordionLimitExcedido.accordionLimitExcedido-active{
  display: block;
}


.politicaAccordion:hover{
  border: 1px solid #035CF7;
}

.politicaAccordion.active{
  border: 1px solid #035CF7;
}

@media screen and (max-width: 680px) {
  .politicaAccordion-legend{
    display: none;
  }  
}

.politicaAccordion-header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}

@media screen and (max-width:680px) {  
  .politicaAccordion-header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
  }
}

.politicaAccordion-titleContainer{
  max-width: 611px;
}

@media screen and (max-width:820px) {
  .politicaAccordion-titleContainer{
    max-width: 420px;
    padding-right: 18px;
  }
}

@media screen and (max-width:680px) {
  .politicaAccordion-titleContainer{
    max-width: none;
    padding-right: 0;
  }
}

.politicaAcordion-header-titles{
  display: flex;
}

.politicaAccordion-imageContainer{
  width: 40px;
  text-align: center;
  margin-right: 20px;
  margin-top: 4px;
}

@media screen and (max-width:680px) {
  .politicaAccordion-imageContainer{
    width: 28px;
    margin-right: 0;
    margin-top: 0;
    flex: 0 0 28px;
  }

  .politicaAccordion-imageContainer img{
    max-width: 28px;
  }

  .politicaAccordion-imageContainer img.politicaAccordion-imageAnticorrupcion{
    width: 15px;
  }

  .politicaAccordion-imageContainer img.politicaAccordion-imageDiligencia{
    width: 19px;
  }
}


.politicaAccordion-titlesTitle{
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #020C41;
  font-family: 'Garnett-Semibold', sans-serif;
}

.politicaAccordion-titlesDesc{
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #666665;
}

@media screen and (max-width:680px) {
  .politicaAccordion-titlesTitle{
    font-size: 14px;
    margin-bottom: 14px;
    margin-left: 12px;
  }

  .politicaAccordion-titlesDesc{
    font-size: 12px;
    line-height: 18px;
    margin-left: -29px;
  }

}

.politicaAcordion-legendText{
  content: attr(data-text);
  font-size: 11px;
  line-height: 16px;
  padding: 6px 12px;
  color: #035CF7;
  border-radius: 4px;
  border: 1px solid #035CF7;
  font-family: 'Garnett-Semibold', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  width: fit-content;
}
@media (max-width: 679px) {
  .politicaAcordion-legendText{
    width: 100%;
  }  
}

a.politicaAcordion-legendText:hover{
  color: #fff;
  background-color: #035CF7;
  border-color: #035CF7;
  text-decoration: none;
}

.politicaAccordionContent{
  padding: 0 84px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.politicaAccordionContent.active{
  max-height: 600px;
}

@media screen and (max-width:680px) {
  .politicaAccordionContent{
    padding: 0 20px;
  }

  .politicaAccordionContent.active{
    max-height: 1280px;
  }  
}

.politicaAccordionContent ul, .politicaAccordionContent ol{
  padding-left: 16px;
}

.politicaAccordionContent p, .politicaAccordionContent li{
  color: #0B2343;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Garnett-Regular', sans-serif;
  font-weight: initial;
}

.politicaAccordion .modulesSlide-cta-container{
  display: none;
}  

@media screen and (max-width:680px) {
  .politicaAccordion .modulesSlide-cta-container{
    display: block;
    padding: 0 20px 20px;
  }  
}

.masPoliticas-Btn-container{
  display: flex;
  justify-content: center;
}

.ctaBtn-MoreContent{
  background-color: initial;
  border: none;
  color: #035CF7;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  font-family: 'Garnett-Regular', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctaBtn-MoreContent-icon{
  margin-left: 8px; 
}


/* Pilares */
.pilares-title{
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 679px) {
  .pilares-title{
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 400px) {
  .pilares-title{
    margin-bottom: 20px;
  }
}

.pilares-cards{
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 679px) {
  .pilares-cards{
    flex-wrap: nowrap;
    overflow: hidden;
  }
}

.carousel-item-pilaresCard{
  height: auto;
}

.pilares-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 0 0 33.33%;
  padding: 50px 36px 50px 36px;
}

@media screen and (max-width:1080px) {
  .pilares-card{
    padding: 40px 24px 52px 24px;
  }
}

@media screen and (max-width: 679px) {
  .pilares-card{
    flex: none;
    border: none !important;
    padding: 0 0 10px 0;
  }
}

.pilares-card:nth-of-type(3n-1){
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}

.pilares-card:nth-of-type(1n+4){
  border-top: 1px solid #E5E5E5;
}

.pilares-cardImage-container{
  width: 140px;
}
@media screen and (max-width:1080px) {
  .pilares-cardImage-container{
    width: 120px;
  }
}
@media screen and (max-width:679px) {
  .pilares-cardImage-container{
    width: 96px;
  }
}

.pilares-cardImage-container img{
  width: 100%;
  border-radius: 4px;
}

.pilares-content-container{
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 679px) {
  .pilares-content-container{
  padding-top: 14px;
  max-width: 480px;
  margin: 0 auto;
  }
}

.pilares-content-title{
  color: #020C41;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 13px;
  margin: 0 auto;
  max-width: 184px;
  font-family: 'Garnett-Semibold', sans-serif;
}
@media screen and (max-width:679px) {
  .pilares-content-title{
    padding-bottom: 5px;
    max-width: none;
  }
}

.pilares-content-text{
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-family: 'Garnett-Regular', sans-serif;
  margin: 0;
}

.declaratoryTitle{
  font-size: 36px;
  line-height: 42px;
  font-family: 'Garnett-Semibold', sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width:679px) {
  .declaratoryTitle{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.declaratory-btn{
  padding: 20px 18px;
  color: #020C41;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Garnett-Semibold', sans-serif;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 30px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width:679px) {
  .declaratory-btn{    
    margin-top: 20px;
    width: 100%;
    padding: 9px 12px;
    font-size: 11px;
    line-height: 16px;
  }
}

.declaratory-btn:hover{
  color: #fff;
  background-color: #FA0073;
}

.codigoConductaSection-container{
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width:679px) {
  .codigoConductaSection-container{
    border-bottom: none;
  }
}

@media screen and (max-width:679px) {
  .codigoConducta-plane{    
    display: none;
  }
}

.capacitacionSection{
  border-top: 1px solid #BFBFBD;
}

.susSection-wrapp{
  padding: 40px 0;
}

.bloqueCardsMainTitle-container{
  margin-bottom: 34px;
}
@media (max-width: 679px){
  .bloqueCardsMainTitle-container{
    margin-bottom: 0;
  }
}

.bloqueCards-container{
  display: flex;
  flex-wrap: wrap;
}

.bloqueCard{
  padding: 28px 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1 0 33.33%;
}
@media screen and (max-width: 1023px) {
  .bloqueCard{
    padding: 20px 20px;
  }  
}
@media screen and (max-width: 679px) {
  .bloqueCard{
    padding: 20px 0;
    border: none !important;
  }  
}

.bloqueCard:nth-of-type(1n+2){
  border-left: 1px solid #E5E5E5;
}
.bloqueCard:nth-of-type(3n+4){
  border-left: none;
}
.bloqueCard:nth-of-type(1n+4){
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 890px) {
  .bloqueCard{
    flex: 1 0 50%;
  }
  .bloqueCard:nth-of-type(2n){
    border-left: 1px solid #E5E5E5;
  }
  .bloqueCard:nth-of-type(1n+3){
    border-top: 1px solid #E5E5E5;
  }  
  .bloqueCard:nth-of-type(2n+1){
    border-left: none;
  }  
}

.bloqueCard-cardImage-container{
  margin-bottom: 20px;
}
.bloqueCard-cardImage-container img{
  width: 80px;
  border-radius: 4px;
}

.SustainCards-Wrapp .bloqueCard-cardImage-container img{
  border: 1px solid #FC66AB;
  width: 120px;
}

.bloqueCard-content-container{
  text-align: center;
  max-width: 300px;
}

.bloqueCard-content-title{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
  font-family: 'Garnett-Semibold', sans-serif;
  color: #020C41;
}

.bloqueCard-content-text{
  font-size: 12px;
  line-height: 18px;
  font-family: 'Garnett-Regular', sans-serif;
  color: #666;
}

.bloqueCard-TextBtn-Wrapp{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.bloqueCard-content-btn{
  font-size: 11px;
  line-height: 16px;
  padding: 6px 12px;
  color: #035CF7;
  border-radius: 4px;
  border: 1px solid #035CF7;
  font-family: 'Garnett-Semibold', sans-serif;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  width: fit-content;
}
.bloqueCard-content-btn.btnCenter{
  margin: 0 auto;
}

.bloqueCard-content-btn:hover{
  color: #ffffff;
  background-color: #FA0073;
  border: 1px solid #FA0073;
}

.heroSliderProgressBar-cotnainer{
  z-index: 10;
  background-color: #fff;
  padding: 32px;
  border: 1px solid #E6E6E3;
  border-radius: 4px;
}
@media screen and (min-width:679px) and (max-width: 1024px) {
  .container-header{
    flex-wrap: nowrap;
    width: 100%;
  }

  .heroSliderProgressBar-cotnainer{
      flex: 0 0 auto;
      width: auto;
      max-width: 450px;
  }
  .col-airplane{
    flex: 1;
  }

  img.header-airplane{
    position: absolute;
    top: 30%;
    right: -41px;
    min-width: 520px;
  }
}

.sliderHeader{
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:679px) {
  .sliderHeader{
    padding-bottom: 0;
  }
}

.sliderHeaderContainer-container{
  display: flex;
}

.slideHeader{
  width: 100%;
  flex: 0 0 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s ease, opacity .3s ease;
}

.slideHeader.active{
  visibility: visible;
  opacity: 100%;
}

.slideHeader h3{
  padding: 24px;
  font-size: 32px;
  line-height: 40px;
}

.progressBars-container{
  display: flex;
  gap: 10px;
}
@media screen and (max-width:679px) {
  .progressBars-container{
    justify-content: center;
  }
}
.progressBar-container{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 154px;
}

.progressBar{
  background-color: #D9D9D7;
  height: 2px;
  position: relative;
  border-radius: 4px;
}

.progressBar.active:before{
  content: '';
  height: 100%;
  background-color: #FA0073;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  animation: animationProgressBar 10s linear;
}

@keyframes animationProgressBar {
  from {width: 0;}
  to {width: 100%;}
}

.progressBar-title{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #020C41;
  font-family: 'Garnett-Regular', sans-serif;
  margin-top: 5px;
}
@media screen and (max-width:679px) {
  .progressBar-title{
    font-size: 12px;
    line-height: 14px;
  }
}

.progressBar-title:hover{
  color: #FA0073;
  cursor: pointer;
}

.sustainability-title-white{
  color: #ffffff;
}

.manifiestoTitleComponent{
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.manifiestoContent-container{
  width: 100%;
  padding: 32px 0 32px 24px;
  margin: 40px 80px 40px 60px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width:1279px) {
  .manifiestoContent-container{
    margin: 40px 80px 40px 40px;
  }
}
@media screen and (max-width:1040px) {
  .manifiestoContent-container{
    padding: 32px 0 32px;
    margin: 40px 60px 40px 40px;
  }
}
@media screen and (max-width:679px) {
  .manifiestoContent-container{
    width: auto;
    margin: 20px;
    padding: 20px 0;
  }
}

.imageManifiesto-container{
  max-width: 565px;
  position: relative;
  width: 40%;
}
@media screen and (max-width:1279px) {
  .imageManifiesto-container{
    max-width: 440px;
  }
}

img.manifiestoImage{
  height: 100%;
  object-fit: cover;
  max-height: 540px;
}

img.componentImageEstela{
  position: absolute;
  width: 57px;
  height: 100%;
  max-height: 540px;
  right: 0;
}

@media screen and (max-width:679px) {
  .imageManifiesto-container{
    max-width: none;
    width: 100%;
  }
  img.manifiestoImage{
    object-position: top;
    max-height: 280px;
  }
}

.manifiestoContent-preheader{
  text-wrap-mode: nowrap;
}

.manifiestoContent-header{
  margin-bottom: 32px;
  margin-top: 5px;
}
@media screen and (max-width:1024px) {
  .manifiestoContent-header{
  margin-bottom: 26px;
  }
}

.manifiestoContent-text{
  max-height: 100px;
  overflow: hidden;
  transition: all 1s ease;
}

.manifiestoContent-text.showAll{
  overflow: hidden;
  max-height: 100%;
}

.manifiestoContent-text p{
  font-size: 14px;
  line-height: 20px;
  opacity: 75%;  
}

.manifiestoSignName{
  font-size: 14px;
  line-height: 20px;
  display: block;
  opacity: 75%;
}

.manifiestoContent-btnMore{
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
  opacity: 75%;
}


.header-highlightText{
  font-size: 18px;
  line-height: 24px;
  font-family: 'Garnett-Regular', sans-serif;
}

.tab-content-list{
  list-style-image: url(../img/blue-bullet.svg);
  padding-left: 18px;
}

.tab-content-list{
  list-style-image: url(../img/blue-bullet.svg);
  padding-left: 18px;
  padding-right: 8px;
  height: 260px;
  overflow-y: auto;
  overflow-x: initial;
}

.tab-content-list::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

.tab-content-list::-webkit-scrollbar-track {
    background-color: #E5E5E5;
    width: 4px;
    border-radius: 10px;
}

.tab-content-list::-webkit-scrollbar-thumb {
    background-color: #999999;
    width: 4px;
    border-radius: 10px;
}

.tab-content-list li{
  color: #020C41;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 15px;
  padding-left: 10px
}

.tab-content-list li:last-of-type{
  padding-bottom: 0;
}

.Ambito-TextButton-Wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.AmbitoSubListElement{
  margin-bottom: 12px;
}

.tab-content-list li .AmbitoSubListElement:last-of-type{
  margin-bottom: 0;
}

.tab-content-list li a{
  font-size: 11px;
  line-height: 16px;
  padding: 6px 12px;
  color: #035CF7;
  border-radius: 4px;
  border: 1px solid #035CF7;
  font-family: 'Garnett-Semibold', sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  text-wrap: nowrap;
}
.tab-content-list li a:hover{
  background-color: #FA0073;
  border: 1px solid #FA0073;
  color: #fff;
}

.tab-content-list li a .Icon{
  font-size: 7px;
  height: 14px;
}

.codigoConducta-container{
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.codigoConducta-Image-container{
  background-color: #F3F7FF;
  padding: 24px;
  border-radius: 4px;
  flex: 0 0 auto;
  max-width: 200px;
  text-align: center;
}
.codigoConducta-Image-container img{
  width: 100%;
}

.codigoConducta-Text-container{
  padding: 0 20px 0 32px;
}

.codigoConducta-Title-Header{
  color: #020C41;
  font-size: 32px;
  line-height: 40px;  
  font-family: 'Garnett-Semibold', sans-serif;
}

.codigoConducta-Text{
  font-size: 18px;
  line-height: 28px;
  font-family: 'Garnett-Regular', sans-serif;
  color: #666666;
}

.codigoConducta-Text p:last-of-type{
  margin: 0;
}

.codigoConducta-Btn-container{
  display: flex;
  align-items: center;
}

.codigoConducta-Btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #035CF7;
  border: 1px solid #035CF7;
  color: #fff;
  border-radius: 4px;
  width: max-content;
  padding: 19px 12px;
  font-size: 14px;
  line-height: 20px;
    font-family: 'Garnett-Semibold', sans-serif;
}
.codigoConducta-Btn:hover{
  background-color: #FA0073;
  border: 1px solid #FA0073;
  color: #fff;
}

.icon-download{
  content: url('../img/download-white.svg');
  width: 20px;
}

@media screen and (max-width: 1024px) {
  .codigoConducta-Image-container{
    max-width: 120px;
  }
  .codigoConducta-Text-container{
    padding: 0 12px 0 24px;
  }

  .codigoConducta-Text{
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 679px) {
  .codigoConducta-container{
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .codigoConducta-Image-container{
    max-width: none;
    width: 100%;
    padding: 12px 24px;
  }
  .codigoConducta-Image-container img{
    width: 100px;
  }
  .codigoConducta-Text-container{
    padding: 20px 0;
  }
  .codigoConducta-Title-Header{
    font-size: 16px;
    line-height: 24px;
  }
  .codigoConducta-Text{
    font-size: 12px;
    line-height: 18px;
  }
  .codigoConducta-Btn-container{
    width: 100%;
  }
  .codigoConducta-Btn{
    width: 100%;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 20px;
  }
  .icon-download {
    width: 15px;
  }
}

.carousel-item-capacitacion{
  height: auto;
}

.embajadoresSection{
  padding: 60px 0 60px 0;
}

.embajadoresSection-wrapp{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.embajadoresComponentImageText{
  align-items: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.embajadoresImage-Wrapp{
  max-width: 311px;
}

.embajadoresTitle{
  font-size: 28px;
  font-family: 'Garnett-Semibold', sans-serif;
  color: #fff;
  line-height: 34px;
  margin-bottom: 30px;
}

.embajadoresDescription{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: .7;
  max-width: 719px;
  margin-bottom: 32px;
}

.embajadoresButtons-wrapp{
  justify-content: center;
}

@media (max-width: 679px) {
  .embajadoresSection{
    padding: 20px 0 20px 0;
  }
  .embajadoresSection-wrapp{
    flex-direction: column;
    gap: 60px;
  }
  .embajadoresTitle{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .embajadoresDescription{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    opacity: .7;
    max-width: 719px;
    margin-bottom: 10px;
  }
  .report {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .buttonReportContainer{
    width: 100%;
    max-width: none;
  }
  .buttonVideoContainer{
    width: 100%;
    max-width: none;
  }


}

.CertificadosCiberseguridad-wrapper{
  max-width: 1280px;  
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 680px) {
  .CertificadosCiberseguridad-wrapper{
    padding-bottom: 40px;
  } 
}

.bloqueImage-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  padding-bottom: 40px;
}
@media (max-width: 680px) {
  .bloqueImage-wrapper{
    padding-top: 40px;
  } 
}

.bloqueImage{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 680px) {
  .bloqueImage{
    max-width: 120px;
  }
}

.bloqueImage-container img{
  width: 100%
}

.CertificadosCiberseguridad-wrapper .internetVideos-container{
  padding: 28px 0;
}

.CertificadosLinks-BtnTitle{
  color: #007CC2;
  margin: 0;
}

.CertificadosCiberseguridad-wrapper .internetVideos-container:last-of-type{
  padding-bottom: 0;
}


.ImagesSmall-wrapper{
  column-gap: 20px;
  padding: 0;
  margin-top: 16px;  
}

.ImagesSmall-wrapper .bloqueImage{
  max-width: 72px;
}

.sustainTitle{
  font-size: 28px;
  line-height: 34px;
  font-family: 'Garnett-Semibold', sans-serif;
  color: #020C41;
  margin-top: 20px;
}

.sustainSubtitle{
  color: #666665;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 679px) {
  .logo-sustainability{
    width: 70px;
  }

  .sustainTitle{
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
    
  }

  .sustainSubtitle{
    font-size: 12px;
    line-height: 18px;
  }

  .SustainCards-Wrapp{
    flex-direction: column;
  }
  
  .SustainCards-Wrapp .bloqueCard{
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .SustainCards-Wrapp .bloqueCard-cardImage-container img{
    width: 40px;
  }

  .SustainCards-Wrapp .bloqueCard-content-title{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Garnett-Regular', sans-serif;
  }

  .SustainCards-Wrapp .bloqueCard-cardImage-container{
    margin-bottom: 0;
  }
}

.ambiental{
  border-top: 1px solid #BFBFBD;
}

.sustainSubtitle:not(:first-of-type){
  margin-top: 8px;
}

#ambiental-mobile {
    display: none;
}

@media only screen and (max-width: 679px) {
  #ambiental-mobile {
      display: block;
      margin-top: 12px;
    }
  .cybersecuritys {
    padding: 30px 0 20px 0;
  }
}

#ambiental-mobile .carousel-indicators li:not(.active){
  background-color: #D9D9D7;
}


