
/* CORE STYLES */
:root {
  --primary-color: rgba(13, 110, 139, 0.75);
  --overlay-color: rgba(24, 39, 51 , 0.85);
  --menu-speed: 0.75s;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
















/* MENU STYLES */
.idoma {
  position: absolute;
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  top: 60px;
  right: 16px;
  z-index: 1;
  width: fit-content;
  height: auto;
  padding: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000fd6;
  border-radius: 3px;
  padding: 4px 13px 6px 11px;
  cursor: pointer;
  transition: all .5s;
}
.idoma:hover{
  background-color: #000fd6;
  cursor: pointer;
  color: #ffffff;
}
.menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: fit-content;
  height: auto;
  padding: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000fd6;
  border-radius: 3px;
  padding: 10px 16px 8px 16px;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 12px;
  height: 2px;
  background: #000fd6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -4px;
  width: 100%;
  height: 2px;
  background: inherit;
}
.titubtn{
  font-family: "ibm-plex-sans", sans-serif;
font-weight: 400;
  font-style: normal;
  color: #000fd6;
  font-size: 13px;
  margin-left: 5px;
}
/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 4px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  background: var(--overlay-color);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: #ffffff;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-right: calc(50% - 800px);
  overflow-y: scroll;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}

.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}
.conterulmenu{
  width: 80%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
}
.listadomenu{
  padding-left: 28px !important;
  color: #1c2b39;
  list-style: none !important;
  text-align: left;
  transition: all .5s;
}

.listadomenu li{
  padding-bottom: 8px;
}
.textomenu{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000fd6;
  font-size: 22px;
  transition: all .5s;
  opacity: .7;
  line-height: 25px;
}
.textomenu:hover{
  opacity: 1;
  cursor: pointer;
}
.active{
  opacity: 1;
}
.contercontact{
  width: 100%;
  display: block;
  padding: 30px 50px;
  overflow: hidden;
}
.imgconta{
  width: 100%;
  max-width: 300px;
  display: block;
  float: left;
}
.iconcon{
  width: 30px;
  display: block;
  float: left;
}
.texticoncon{
  width: calc(100% - 30px);
  display: block;
  float: left;
  padding-left: 20px;
}
.iconredes{
  width: auto;
  height: 19px;
  display: block;
  float: left;
  margin-right: 35px;
}















/* --- generales --- */
a{
  color: #000fd6;
  text-decoration: none;
}
p{
  padding: 0px;
  margin: 0px;
}
.contergeneral{
  width: 90%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  /*overflow: hidden;*/
}
.contergeneral100{
  width: 100%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.contergeneral1002{
  width: 100%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.contergeneral2{
  width: 90%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.conter90{
  width: 90%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.conter90sinover{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.conter90left{
  width: 90%;
  display: block;
  float: left;
}
.conter90right{
  width: 90%;
  display: block;
  float: right;
}
.conter95{
  width: 95%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.conter95sinover{
  width: 95%;
  display: block;
  margin: 0 auto;
}
.conter9522{
  width: 95%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.conter95left{
  width: 95%;
  display: block;
  float: left;
  position: relative;
}
.conter95left22{
  width: 95%;
  display: block;
  float: initial;
}
.conter99left{
  width: 99%;
  display: block;
  float: left;
}
.conter95right{
  width: 95%;
  display: block;
  float: right;
}
 .conter95right223{
  width: 95%;
  display: block;
  float: right;
 }
.conter95righta{
  width: 95%;
  display: block;
  float: right;
}
.conter{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.conter22333{
  width: 100%;
  display: block;
  position: relative;
}
.opacity1{
  opacity: 1 !important;
}
.opacity0, .oapcity0, .ioacity0{
  opacity: 0;
}
.textcenter{
  text-align: center !important;
}
.textright{
  text-align: right !important;
}
.textleft{
  text-align: left !important;
}
.imgfull{
  width: 100%;
}
.img90{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.img80{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.img60{
  width: 60%;
  margin: 0 auto;
  display: block;
}
.img50{
  width: 50%;
  margin: 0 auto;
  display: block;
}
.img80left{
  width: 80%;
  display: block;
}
.imglogros{
  width: 85%;
  float: right;
  padding-left: 10px;
}

.conter30{
  display: block;
  width: 30%;
  float: left;
  position: relative;
}
.conter35{
  display: block;
  width: 35%;
  float: left;
  position: relative;
}
.conter33{
  display: block;
  width: 33.33%;
  float: left;
  position: relative;
}
.conter22{
  display: block;
  width: 22.3%;
  float: left;
  position: relative;
}
.conter50{
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.conter50home1{
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.conter50home2{
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.conter55{
  display: block;
  width: 55%;
  float: left;
  position: relative;
}
.conter50right{
  display: block;
  width: 50%;
  float: right;
  position: relative;
}
.conter50center{
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.conter60center{
  display: block;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.conter65center{
  display: block;
  width: 65%;
  margin: 0 auto;
  position: relative;
}
.conter65{
  display: block;
  width: 65%;
  float: left;
  position: relative;
}
.conter66{
  display: block;
  width: 66%;
  float: left;
  position: relative;
}
.conter60{
  display: block;
  width: 60%;
  float: left;
  position: relative;
}

.conter40{
  display: block;
  width: 40%;
  float: left;
  position: relative;
}
.conter45{
  display: block;
  width: 45%;
  float: left;
}
.conter70{
  display: block;
  width: 70%;
  float: left;
}
.conter75{
  display: block;
  width: 75%;
  float: left;
}
.conter70center{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.conter80{
  display: block;
  width: 80%;
  float: left;
}
.conter80right{
  display: block;
  width: 80%;
  float: right;
}
.conter80center{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.conter20{
  display: block;
  width: 20%;
  float: left;
}
.conter21{
  display: block;
  width: 21%;
  float: left;
}
.conter10{
  display: block;
  width: 10%;
  float: left;
}
.conter10a{
  display: block;
  width: 10%;
  float: left;
}
.conter12{
  display: block;
  width: 12.5%;
  float: left;
}
.conter5{
  display: block;
  width: 5%;
  float: left;
}
.conter5a{
  display: block;
  width: 5%;
  float: left;
}
.conter14{
  display: block;
  width: 14.2%;
  float: left;
}
.conter15{
  display: block;
  width: 15%;
  float: left;
}
.conter16{
  display: block;
  width: 16.4%;
  float: left;
}
.conter85{
  display: block;
  width: 85%;
  float: left;
}
.conter25{
  display: block;
  width: 25%;
  float: left;
}
.conter24{
  display: block;
  width: 24%;
  float: left;
}

.conterflex{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex33{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: end;
  align-items: end;
}
.conterflexrespo{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflexhome{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex2{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.flex{
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex3{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex4{
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
.padtop50px{
  padding-top: 50px;
}
.padtop70px{
  padding-top: 70px;
}
.padtop100px{
  padding-top: 100px;
}
.padtop160px{
  padding-top: 160px;
}
.padbop50px{
  padding-bottom: 50px;
}
.pad50px{
  padding: 50px 0px;
}
.padtop20px{
  padding-top: 20px;
}
.padtop30px{
  padding-top: 30px;
}
.padtop10px{
  padding-top: 10px;
}
.padbot20px{
  padding-bottom: 20px;
}
.padbot50px{
  padding-bottom: 50px;
}
.padbot30px{
  padding-bottom: 30px;
}

.mar50px{
  margin: 50px 0px;
}
.martop50px{
  margin-top: 50px;
}
.marbot30px{
  margin-bottom: 30px;
}
.pad20px{
  padding: 20px 0px;
}
.pad5px{
  padding: 5px 0px;
}
.pad5pix{
  padding: 5px;
}
.pad10px{
  padding: 10px 0px;
}
.pad30px{
  padding: 30px 0px;
}
.martop20px{
  margin-top: 20px;
}
.martop30px{
  margin-top: 30px;
}
.multy{
  mix-blend-mode: multiply !important;
}
.overflowhi{
  overflow: hidden !important;
}

.padleft50{
  padding-left: 50px;
}
.padleft100{
  padding-left: 100px !important;
}
.padleft20{
  padding-left: 20px;
}
.padleft15{
  padding-left: 15px;
}
.padleft30{
  padding-left: 30px;
}
.padright50{
  padding-right: 50px;
}
.padleft100{
  padding-left: 120px;
}
.padleft170{
  padding-left: 170px !important;
}
img{
  display: block !important;
}



/*--- stilos generales vesta -- */

.azul{
  color: #0521ba !important;
}
.azul2{
  color: #000078 !important;
}
.azul3{
  color: #000fd6 !important;
}
.gris{
  color: #404040 !important;
}
.blanco{
  color: #ffffff !important;
}

.titulo1{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000fd6;
  font-size: 40px;
  line-height:40px;
  text-transform: uppercase;
}
.titulo1a{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000fd6;
  font-size: 50px;
  line-height:50px;
  text-transform: uppercase;
}
.subtitulo{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000fd6;
  font-size: 26px;
  line-height:26px;
  text-transform: uppercase;
}
.titulograf{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000fd6;
  font-size: 20px;
  line-height:25px;
}
.bold{
  font-weight: 800 !important;
}
.regular{
  font-weight: 400 !important;
}
.texitalic, .textitalick{
  font-style: italic !important;
}
.textoconta{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #404040;
}
.textoconta2{
font-size: 18px;
}
.textoconta3{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #404040;
}
p#capital {
  &:first-child:first-letter {
    font-weight: 800;
    font-style: normal;
    font-size: 74px;
    float: left;
    padding: 10px 4px 0 0px;
    color: #000078;
    line-height: 37px;
  }
}
.texto{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #404040;
}
.nota{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #404040;
}
.nota2{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #404040;
}
.destacado{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  color: #ffffff;
}
.destacado2{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: #ffffff;
}
.conterdestacado{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  background: #000fd6;
}
.conterbord{
  width: 100%;
  display: block;
  padding: 20px 30px;
  border: 1px solid #000fd6;
}
.nombre{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 21px;
  color: #ffffff;
}
.apellido{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
}
.conterazul1{
  width: 100%;
  display: block;
  background: #000fd6;
  padding: 20px;
}
.conterazul2{
  width: 100%;
  display: block;
  background: #3ed7e6;
  padding: 20px;
}
.cifra1{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000fd6;
  font-size: 35px;
  line-height:35px;
}
.cifra2{
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  font-size: 20px;
  line-height:20px;
}
.hrazul{
  width: 100%;
  border-top: 2px solid #000fd6;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  margin: 20px 0px;
}
.borderleftazul{
  border-left: 2px solid #000fd6;
}
.borderrightazul{
  border-right: 2px solid #000fd6;
}









































/* --- home ---- */

.home1{
  width: 100%;
  display: flex;
  height: 100vh;
  position: relative;
  background-image: url('../img/bg1.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
  align-items: center;
  align-content: center;
}
.img1{
  width: 90%;
  max-width: 900px;
  display: block;
  position: absolute;
  top: 35%;
  right: 0;
}

/* -- carta -- */

.carta1{
  width: 100%;
  display: block;
  float: left;
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
}

/* --- somos ---- */

.somos1{
  width: 100%;
  display: block;
  height: 100vh;
  position: relative;
  background-image: url('../img/bg2.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: center;
  overflow: hidden;
}
.img3{
  width: 90%;
  max-width: 550px;
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
}

.comos2{
  width: 100%;
  display: block;
  float: left;
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
}
.somos3{
  width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
  background-image: url('../img/text9.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: center;
}
.somos4{
  width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.conterdestacadosedi{
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 100px;
}
.conterdato1{
  display: block;
  width: 73%;
  background-color: #000fd6;
  padding: 20px;
  float: right;
}
.somos5{
  width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
  background-image: url('../img/text4.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: center;
}
.intersomo5{
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #e9ecf4;
  overflow: hidden;
}
.interasomo5{
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.interbsomo5{
  width: fit-content;
  display: block;
  padding: 0px 5px;
  float: left;
}

/* --- estrategia ---- */

.estrategia1{
  width: 100%;
  display: block;
  height: 100vh;
  position: relative;
  background-image: url('../img/bg3.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: center;
  overflow: hidden;
}
.conterestra{
  width: 90%;
  max-width: 800px;
  display: block;
  position: absolute;
  top: 100px;
  left: 10%;
}
.conterinter1estra{
  width: 90%;
  max-width: 500px;
  display: block;
  position: absolute;
  padding: 20px;
  background-color: rgba(255, 255, 255, .8);
  bottom: 10%;
  left: 50px;
}
.estrategia2{
  width: 100%;
  display: block;
  float: left;
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
  background-image: url('../img/text4.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: center;
}

/* --- potencial ---- */

.potencial1{
  width: 100%;
  display: block;
  height: calc(100vh - 100px);
  position: relative;
  background-image: url('../img/bg4.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}
.conterpote{
  width: 90%;
  max-width: 800px;
  display: block;
  position: absolute;
  top: 80px;
  left: 10%;
}
.potencial2{
   width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-top: 50px;
}
.conterdespo{
  background-color: #000fd6;
  width: 90%;
  display: block;
  float: right;
  padding: 30px 200px 30px 30px;
  margin-top: -115px;
}
.conterpoten2{
  width: 100%;
  display: block;
  background-color: #000fd6;
  padding: 50px;
  overflow: hidden;
}
.listadochic{
  padding-left: 15px !important;
  list-style-type: disc;
}



/* --- gobernanza ---- */

.gober1{
  width: 100%;
  display: block;
  height: calc(100vh - 100px);
  position: relative;
  background-image: url('../img/bg5.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: bottom;
  overflow: hidden;
}

.contergober{
  width: 90%;
  max-width: 800px;
  display: block;
  position: absolute;
  top: 80px;
  left: 10%;
}
.gober2{
   width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-top: 50px;

  background-image: url('../img/text4.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: center;
}
.conterdespo22{
  background-color: #000fd6;
  width: 90%;
  display: block;
  float: left;
  padding: 30px 30px 30px 200px;
  margin-top: -150px;
}
.conterdespo33{
  background-color: #000fd6;
  width: 100%;
  display: block;
  float: left;
  padding: 20px 50px;
}
.img14{
  width: 100%;
  display: block;
  position: absolute;
  top: -190px;
  height: auto;
  max-height: 366px;
}

/* --- colaboracion ---- */

.colab1{
  width: 100%;
  display: block;
  height: calc(100vh - 100px);
  position: relative;
  background-image: url('../img/bg6.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}

.contercolab1{
  width: 90%;
  max-width: 800px;
  display: block;
  position: absolute;
  top: 80px;
  left: 10%;
}


.colab2{
   width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-top: 50px;
  background-image: url('../img/text9.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: center;
}
.backazul{
  background-color: #000fd6;
}
.conterpad20px{
  padding: 20px;
}
.conterdestcola{
  width: 100%;
  display: block;
  float: left;
  background-color: #000fd6;
  padding: 40px 30px;
}




/* --- compromiso social ---- */

.social1{
  width: 100%;
  display: block;
  height: calc(100vh - 100px);
  position: relative;
  background-image: url('../img/bg7.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}

.contersocial1{
  width: 90%;
  max-width: 900px;
  display: block;
  position: absolute;
  top: 80px;
  left: 0%;
}
.social2{
   width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-top: 50px;
}
.social3{
   width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-top: 50px;
}





/* --- compromiso ambiental ---- */

.ambi1{
  width: 100%;
  display: block;
  height: calc(100vh - 100px);
  position: relative;
  background-image: url('../img/bg8.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: bottom;
  overflow: hidden;
}

.conterambi1{
  width: 90%;
  max-width: 900px;
  display: block;
  position: absolute;
  top: 80px;
  left: 0%;
}
.ambi2{
   width: 100%;
  display: block;
  float: left;
  position: relative;
  padding-top: 50px;
  background-image: url('../img/text4.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: center;
}
.conterambi2{
  width: 460px;
  display: block;
  background-color: #000fd6;
  padding: 20px 80px 20px 20px;
  overflow: hidden;
  float: right;
}
.conterfit{
  width: fit-content;
  display: block;
  overflow: hidden;
  float: left;
}
.conterambi3{
  width: 90%;
  display: block;
  overflow: hidden;
  background-color: #000fd6;
}
.conterredu{
  width: 100%;
  display: block;
  padding: 25px 50px;
}





/* --- adhesiones ---- */

.ad1{
  width: 100%;
  display: block;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-image: url('../img/text4.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: bottom;
  overflow: hidden;
  padding: 50px 0px;
}

.min232{
  height: auto;
  min-height: 211px;
}
.min262{
  height: auto;
  min-height: 272px !important;
}

.disflex{
  display: flex !important;
  align-content: center !important;
  align-items: center !important;
}

.fixedcarta{
  position: fixed;
  width: 50%;
  max-width: 547px;
}


/* Logo Slider */

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

.logo-slider-certi::before, .logo-slider-certi::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 175px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.logo-slider-certi::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.logo-slider-certi::before {
  left: 0;
  top: 0;
}

.logo-slider-certi .logo-slide-track {
  -webkit-animation: logo-scroll 60s linear infinite;
  animation: logo-scroll 60s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.logo-slider-certi .slide {
  height: auto;
  width: fit-content;
  padding: 10px;
}

@-webkit-keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

.contercerti, .contercerti2{
  width: 200px;
}














































/* --- animaciones -- */

.ani1animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani2animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani3animate{
  animation: fadeInRight;
  animation-delay: .3s;
}
.ani4animate{
  animation: fadeInLeft;
  animation-delay: .3s;
}
.ani5animate{
  animation: fadeInUp;
  animation-delay: .3s;
}
.ani6animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani7animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani8animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani9animate{
  animation: fadeInRight;
  animation-delay: .3s;
}

.ani10animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani11animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani12animate{
  animation: fadeIn;
  animation-delay: .9s;
}
.ani13animate{
  animation: fadeIn;
  animation-delay: 1.2s;
}
.ani14animate{
  animation: fadeIn;
  animation-delay: 1.5s;
}

.ani15animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani16animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani17animate{
  animation: fadeIn;
  animation-delay: .9s;
}
.ani18animate{
  animation: fadeIn;
  animation-delay: 1.2s;
}
.ani19animate{
  animation: fadeIn;
  animation-delay: 1.5s;
}

.ani20animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani21animate{
  animation: fadeIn;
  animation-delay: .3s;
}

.ani22animate{
  animation: fadeInUp;
  animation-delay: .6s;
}
.ani23animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani24animate{
  animation: fadeInLeft;
  animation-delay: .3s;
}

.ani25animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani26animate{
  animation: fadeInRight;
  animation-delay: .6s;
}

.ani27animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani28animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani29animate{
  animation: fadeIn;
  animation-delay: .9s;
}
.ani30animate{
  animation: fadeIn;
  animation-delay: .6s;
}

.ani31animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani32animate{
  animation: fadeInLeft;
  animation-delay: .6s;
}
.ani33animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani34animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani35animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani36animate{
  animation: fadeIn;
  animation-delay: .6s;
}

.ani37animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani38animate{
  animation: fadeInRight;
  animation-delay: .6s;
}


.ani39animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani40animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani41animate{
  animation: fadeIn;
  animation-delay: .9s;
}

.ani42animate{
  animation: fadeInUp;
  animation-delay: .6s;
}

.ani43animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani44animate{
  animation: fadeIn;
  animation-delay: .6s;
}


.ani45animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani46animate{
  animation: fadeInRight;
  animation-delay: .6s;
}
.ani47animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani48animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani49animate{
  animation: fadeInRight;
  animation-delay: .3s;
}
.ani50animate{
  animation: fadeInLeft;
  animation-delay: .3s;
}
.ani51animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani52animate{
  animation: fadeIn;
  animation-delay: .6s;
}

.ani53animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani54animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani55animate{
  animation: fadeIn;
  animation-delay: .9s;
}
.ani56animate{
  animation: fadeIn;
  animation-delay: 1.2s;
}
.ani57animate{
  animation: fadeIn;
  animation-delay: 1.5s;
}
.ani58animate{
  animation: fadeIn;
  animation-delay: 1.8s;
}

.ani59animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani60animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani61animate{
  animation: fadeIn;
  animation-delay: .9s;
}
.ani62animate{
  animation: fadeIn;
  animation-delay: 1.2s;
}
.ani63animate{
  animation: fadeIn;
  animation-delay: 1.5s;
}
.ani64animate{
  animation: fadeInRight;
  animation-delay: .5s;
}
.ani65animate{
  animation: fadeIn;
  animation-delay: .5s;
}
.ani66animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani67animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani68animate{
  animation: fadeInLeft;
  animation-delay: .1s;
}
.ani69animate{
  animation: fadeInRight;
  animation-delay: .3s;
}
.ani70animate{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani71animate{
  animation: fadeIn;
  animation-delay: .6s;
}












































































































































































































































