/***************
Colores
***************/
/* :root {
    --fb-green-color: #468756;
  }
  
  :root {
    --fb-white-color: #fff;
  }
  
  :root {
    --fb-grey-color: #333;
  } */
  :root {
    --fb-backgroudn-color1: #F0F0F0;
  }
  :root {
    --fb-backgroudn-color2: rgba(0, 0, 0, 0.5);
  }

  :root {
    --fb-backgroudn-color3: rgba(0, 0, 0, 0.05);
  }




/***************
General
***************/
 .objetivos-caja {
    max-width: 1540px !important;
} 


.objetivos-flex{
  display: -ms-flex;
  display: -webkit-box; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex; 
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.objetivos-mb65{
    margin-bottom: 65px;
}
.objetivos-mt65{
  margin-top: 65px;
}
.objetivos_box_blur{
    width:766px;
    height: auto; 
    background-color: var(--fb-backgroudn-color2);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    /* margin-top:135px; */
    padding: 70px 45px 70px 75px;
}

.objetivos-box-header{
  display: -ms-flex;
  display: -webkit-box; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.objetivos-iconos{
    height: 108px;
    width: auto;
}
.objetivos-box-tit{
    color: var( --fb-white-color);
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
    margin-left: 40px;
}
.objetivos-scroll {
    padding-right: 60px;  
     width: 640px;
     height: 400px;
     overflow-x: auto;   

 }
 .objetivos-scroll::-webkit-scrollbar {
     width: 11px;
     background-color: var(--fb-white-color);
     border-radius: 7px;
 }
 
 .objetivos-scroll::-webkit-scrollbar-thumb {
     width: 7px;
     background-color: var( --fb-green-color);
     border-radius: 4.5px;
     border: 2px solid var(--fb-white-color);
     
 }
 
 .objetivos-scroll p{
     font-size: 16px;
     line-height: 24px;
     margin-top: 0px !important;
     color: var(--fb-white-color);
 }

.intro-cabecera p{
  width: 100%;
}

::marker {
    color: var(--fb-white-color);
}

.objetivos-scroll ul li::marker {
    color: var(--fb-grey-color);
}

/***************
Modal
***************/
 .objetivos-modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0, .9);
    transition: opacity .25s ease;
    z-index: 999;
  }
  
  .objetivos-modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  
  .objetivos-modal-state {
    display: none;
  }
  
  .objetivos-modal-state:checked + .objetivos-modal {
    opacity: 1;
    visibility: visible;
  }
  
  .objetivos-modal-state:checked + .objetivos-modal .objetivos-modal__inner {
    top: 0;
  }
  
  .objetivos-modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    overflow: auto;
     height: auto;
    /**/
    display: -ms-flex;
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: end;

  }
    
  .objetivos-modal__inner img {
    margin-left: auto;
    margin-right: auto;
    display: -ms-flex;
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    width: 100%;
    height: auto;
  }
  
  .objetivos-modal__close {
    position: relative;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
    background-color:var(--fb-grey-color);
    padding: 20px;
    margin-bottom: -40px;
  }
  
  .objetivos-modal__close:after,
  .objetivos-modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: var(--fb-white-color);
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: 5px 0 0 -1px;
    top: 0;
  }
  
  .objetivos-modal__close:hover:after,
  .objetivos-modal__close:hover:before {
    background: #aaa;
  }
  
  .objetivos-modal__close:before {
    transform: rotate(-45deg);
  }
  .objetivos-btn-modal {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    Z-INDEX: 100;
    top: 0;
    left: 0;
       
  
  }

  @media screen and (max-width: 834px) {
      
    .objetivos-modal__inner {
      width: 90%;
      height: auto;
      box-sizing: border-box;
    }
  }

/***************
Bloque 1
***************/
.objetivos-bloque1 {
    margin-top: 150px;
    margin-bottom: 65px;
    justify-content: center;
}

.objetivos-bloque1 > .col1 img {
    width: 650px;
    height: auto;
    position:relative; 
    z-index:11;
    box-shadow: 0px 10px 20px rgba(10, 0, 0, 0.25) ;
 
}
.objetivos-bloque1 > .col2 {
    width: 1040px;  
    height: auto;  
    margin-top: 65px;
    position:relative; 
    z-index:10;
    background-color: var(--fb-backgroudn-color1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin-left: -160px;
    padding: 80px 105px 80px 255px; 
}
h2.objetivos-bloq1-txt {
    font-weight: 700;
    line-height: 53px ;
    font-size: 40px ;
    letter-spacing: -0.022em;
    color:  var(--fb-grey-color);
    margin: 0.9em 0;
    margin-top: 0;
}
p.objetivos-bloq1-txt-bold{
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color:  var(--fb-grey-color);
    margin: 1.9em 0;
}

p.objetivos-bloq1-txt{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color:  var(--fb-grey-color);
    margin-bottom: 0px;
    }




/***************
Bloque 2
***************/

.objetivos-background2{
    background-size: cover;  
    background-position: bottom; 
    background-repeat: no-repeat;
    }


.objetivos-bloque2 h2{
 width: 320px;
}

.objetivos-box-bold{
    color: var( --fb-white-color);
    font-size: 18px;
    line-height: 150%;
    padding-right: 75px;
    margin-top: 0px;
    font-weight: 600;
}



/***************
Bloque Carrusel
***************/

#objetivos .swiper {
    width: 100%;
    height: 350px;

  }

  #objetivos .swiper-slide {
    text-align: center;
    font-size: 18px;
    
    display: -ms-flex;
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #objetivos .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid var(--fb-white-color);
  }
  #objetivos .swiper-button-next, #objetivos .swiper-button-prev {
    top: 0%;
    width: auto;
    height: 100%;
    margin-top: 0px;
    color: var(--fb-white-color);
    background: rgba(0, 0, 0, 0.4);
    padding-left: 20px;
    padding-right: 20px;
    backdrop-filter: blur(20px);
}
#objetivos .swiper-button-prev, #objetivos .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}
#objetivos .swiper-button-next, #objetivos .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}


#objetivos .swiper-button-next:after, #objetivos .swiper-button-prev:after {
  font-size: 20px;

}


/*ESTILOS CARRUSEL*/

#objetivos .swiper-slide figure{
   position:relative;
   width: 480px;
   height: 350px;
   cursor: pointer;
   overflow: hidden;
   
}
#objetivos .swiper-slide figure img{
    width: 100%;
    height: 100%;
}
#objetivos .swiper-slide figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, rgba(4, 4, 4, 0.85) 100%);
    transition: all 400ms ease-out;
    opacity: 0;
    visibility: hidden; 
   text-align: center;

   display: -ms-flex;
  display: -webkit-box; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex; 
   display: flex;
   align-items: flex-end;
   margin-left: 3px;
}
#objetivos .swiper-slide figure:hover > .capa {
    opacity: 1;
    visibility: visible;
 
}



#objetivos .swiper-slide figure .capa p{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: var(--fb-white-color);
    width: 100%;
    max-width: 220px;
    margin: auto; 
    margin-bottom: 50px;
    letter-spacing: 0.5px;
    
}




/***************
Bloque 3
***************/
.objetivos-background3{
    background-size: cover;
    
    }

.objetivos-bloque3 {   
    margin-top: 135px;
    margin-bottom: 70px;
    justify-content: end;
}

.objetivos-bloque3 h2{
    width: 255px;
   }



/***************
Bloque 4
***************/
.objetivos-background4{
    background-size: cover;
    background-position-x: right;
    }

.objetivos-bloque4 {   
    margin-top: 115px;
    margin-bottom: 70px;
  
}
.objetivos-bloque4 h2{
    width: 200px;
   }




/***************
Bloque Frase
***************/
.objetivos-background5{
     background-size: cover;
     background-position: bottom center;
    }

.objetivos-frase{
    height: 960px;
    justify-content: center;
}

.objetivos-frase-txt{
    margin-top: 220px;
    width: 1005px;
    text-align: center;
}

.objetivos-frase-txt h2{
 font-size: 35px;
 line-height: 46px;
 letter-spacing: 0.03em;
 color: var(--fb-grey-color);
 font-weight: 300;
}

.objetivos-frase-txt p{
    font-weight: 300;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -0.022em;
    color: var(--fb-grey-color);
   }
   

/***************
Responsive
***************/

@media (max-width: 1800px){
  .objetivos-bloque1 > .col2 {
    margin-left: -150px;
    margin-top: 58px;
    padding: 75px 110px 75px 255px;
}
p.objetivos-bloq1-txt-bold {
  margin: 1.8em 0;
}

}

@media (max-width: 1700px){
  .objetivos-bloque1 > .col2 {
    margin-left: -140px;
    margin-top: 55px;
    padding: 70px 80px 70px 235px;
}
h2.objetivos-bloq1-txt {
  line-height: 45px;
  font-size: 35px;
}
p.objetivos-bloq1-txt-bold {
  font-size: 16px;
  margin-bottom: 1.7em;
}

p.objetivos-bloq1-txt {
  font-size: 14px;
}

#objetivos .swiper {
  height: 300px;
  padding-top: 50px;
}

/**/
.objetivos_box_blur {
  width: 690px;
  padding: 70px 45px 70px 70px;
}

.objetivos-bloque2 h2 {
  width: 310px;
}

.objetivos-iconos {
  height: 95px;
}

h2.objetivos-box-tit {
  font-size: 25px;
  line-height: 35px;
}

.objetivos-scroll {
  height: 305px;
  width: 575px;
}

p.objetivos-box-bold {
  font-size: 16px;
}

.objetivos-scroll p {
  font-size: 14px;
  line-height: 23px;
}

}

@media (max-width: 1600px){
  .objetivos-bloque1 > .col2 {
    margin-left: -130px;
    padding: 65px 70px 65px 225px;
}
#objetivos .swiper {
  height: 270px;
  padding-top: 80px;
}
.objetivos-frase-txt {
  width: 650px;
}
.objetivos-frase-txt h2 {
 font-size: 23px;
 line-height: 36px;
}
.objetivos-frase-txt p {
 font-size: 20px;
}
}

@media (max-width: 1500px){
  .objetivos-bloque1 > .col2 {
    margin-left: -110px;
    padding: 70px 60px 70px 180px;
}
h2.objetivos-bloq1-txt {
  line-height: 41px;
  font-size: 30px;
}
.objetivos_box_blur {
  width: 660px;
}
.objetivos-scroll {
  width: 540px;
}
.objetivos-scroll {
  height: 300px;
}
.objetivos-box-bold {
  padding-right: 50px;
}
}

@media (max-width: 1440px){
  .objetivos-bloque1 > .col2 {
    margin-left: -90px;
    padding: 60px 50px 60px 150px;
}
.objetivos-bloque1 {
  margin-top: 120px;
}
.objetivos_box_blur {
  width: 625px;
  padding: 60px 40px 60px 60px;
}

.objetivos-scroll {
  width: 520px;
}

.objetivos-box-bold {
  padding-right: 50px;
}

.objetivos-scroll {
    height: 325px;
}

}

@media (max-width: 1280px){
  .objetivos_box_blur {
    padding: 50px 40px 50px 50px;
}

}



@media (max-width: 834px){

  .objetivos-flex{
    display: -ms-flex;
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}
.objetivos-bloque1 {
    margin-top: 50px;
    margin-bottom: 180px;
}
.objetivos-bloque1 > .col1 {
  padding-left: 45px;
  padding-right: 45px;
}
.objetivos-bloque1 > .col1 img {
  width: auto;
}
.objetivos-bloque1 > .col2 {
  width: auto;
  margin-left: 0px;
  padding: 135px 85px 85px 85px;
  margin-top: -70px;
}
.objetivos_box_blur {
  width: auto;
  background-color: var( --fb-backgroudn-color3);
  margin-top: 0px;
  backdrop-filter: blur(7px);
}
.objetivos_box_blur h2, .objetivos_box_blur p {
  color: var(--fb-grey-color);
}

h2.objetivos-bloq1-txt {
font-size: 37px;
}
.objetivos-scroll {
  padding-right: 60px;
 width: auto;
 height: 333px;
}

.objetivos-iconos{
  filter: brightness(0) saturate(100%) invert(51%) sepia(14%) saturate(1237%) hue-rotate(82deg) brightness(87%) contrast(91%)
}
.objetivos-background2 {
  background-size: 200%;
  background-position: right bottom;
  min-height: 1280px;
  background-repeat: no-repeat;

}

.objetivos-background3 {
     background-size: 170%;
    background-position: left bottom;
    min-height: 1650px;
    background-repeat: no-repeat;
}

.objetivos-background4 {
  background-size: 170%;
 background-position: right bottom;
 min-height: 1700px;
 background-repeat: no-repeat;
}
.objetivos-frase{
  flex-direction: row; 
  padding-left: 135px;
  padding-right: 135px;
  height: auto;
}
.objetivos-frase-txt {
  margin-top: 120px; 
  width: auto;
  text-align: center;
}

.objetivos-frase-txt h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.objetivos-frase-txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.022em;
}

.objetivos-background5 {
  background-size: 170%;
 background-position: 20% bottom;
 min-height: 710px;
 background-repeat: no-repeat;
}
}





@media (max-width: 550px){
.objetivos-bloque1 {
      margin-bottom: 70px;
}

  .objetivos-bloque1 > .col1 {
    padding-left: 20px;
    padding-right: 20px;
}
.objetivos-bloque1 > .col2 {
  padding: 85px 20px 75px 20px;
}
.objetivos-bloq1-txt{
  margin-bottom: 0px;
}
h2.objetivos-bloq1-txt {
  font-size: 25px;
  line-height: 33px;
  letter-spacing: -0.022em;
}  
p.objetivos-bloq1-txt-bold {
  font-size: 14px;
line-height: 21px;
}
p.objetivos-bloq1-txt {
  font-size: 14px;
line-height: 21px;
letter-spacing: 0.03em;
}
.objetivos-iconos {
  height: 63px;
}
.objetivos-box-tit {
  font-size: 20px;
line-height: 26px;
margin-left: 25px;
margin-bottom: 0px;
}
.objetivos-frase {
  padding-left: 20px;
  padding-right: 20px;
}

.objetivos-frase h2{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
}
.objetivos_box_blur {
  padding: 60px 25px 70px 25px;
}

.objetivos-box-bold {
  font-size: 16px;
line-height: 150%;
letter-spacing: 0.03em;
padding-right: 0px;
}

.objetivos-scroll {
    padding-right: 20px;

}
.objetivos-background2 {
  background-size: 350%;
  background-position: 80% bottom;
}
.objetivos-bloque2 h2 {
  width: auto;
}
.objetivos-bloque3 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.objetivos-background3 {
  background-size: 300%;
  background-position: 17% bottom;
  min-height: 1730px;
}
.objetivos-bloque3 h2 {
  width: 180px;
}
.objetivos-bloque4 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.objetivos-background4 {
  background-size: 300%;
  background-position: right bottom;
  min-height: 1750px;
}
.objetivos-bloque4 h2 {
  width: 150px;
}


.objetivos-background5 {
  background-size: 350%;
  background-position: 33% bottom;
  min-height: 800px;
}

.contenedor-enlaces-ancla {
    gap: 0px;
}

.objetivos-background2 {
    min-height: 1630px;
}

}

@media (max-width: 290px){
  .objetivos-iconos {
    height: 53px;
}
.objetivos-box-tit {
  margin-left: 10px;
  margin-bottom: 0px;
}
.objetivos-frase-txt {
  margin-top: 80px;
}
.objetivos-background5 {
  min-height: 600px;
}

::marker {
    color: var(--fb-grey-color);
}

}

@media only screen and (max-width: 550px) and (min-width: 470px)  {

  .objetivos-iconos {
    height: 76px !important;
} 
.objetivos-bloque2 h2, .objetivos-bloque3 h2, .objetivos-bloque4 h2 {
    width: auto;
    width: 200px;
}
 
}
/*navegador*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea, select, input, button { 
  outline: none;
}
:focus { 
  outline-color: transparent; 
  outline-style: none;
}