.cont_carr .content h2, 
.somos_cole h3, 
.edu_formal h3,
.gale_imgs h3{
    font-size: 40px;
    font-weight: 300;
    color: #2C5904;
}
.cont_carr .content h2 strong,
.somos_cole h3 b,
.edu_formal h3 b,
.gale_imgs h3 b{
    color: #72B344;
    font-weight: 700;
}




/* Tarjeta */
.car-icotxt__card {
  background: #F6F4E8;
  border-radius: 20px;
  padding: 28px 32px;
  height: 325px;
  min-height: 240px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  margin: 0 8px;
}

/* Icono */
.car-icotxt__icon {
  margin-bottom: 16px;
  line-height: 0;
}
.car-icotxt__icon svg { width: 56px; height: 56px; }
.car-icotxt__icon img { width: 56px; height: 56px; object-fit: contain; }

/* Título + texto */
.car-icotxt__title {
  font-size: 25px;
  line-height: normal;
  color: #2C5904;
  font-weight: 400;
}
.car-icotxt__desc {
  margin: 0;
  color: #2C5904;
  font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

/* Flechas */
.car-icotxt__nav {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.car-icotxt__nav span { font-size: 26px; line-height: 1; }
.car-icotxt__prev { left: -60px; }
.car-icotxt__next { right: -60px; }

@media (max-width: 992px){
  .car-icotxt__nav { width: 40px; height: 40px; }
  .car-icotxt__title { font-size: 22px; }
}




.car-ico {
    width: 110px;
    height: 110px;
    background-color: #F6F4E8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.item_caract {
    display: flex !important;
    align-items: center;
    gap: 40px;
}
.car-desc{
    width: 70%;
    font-size: 18px;
    line-height: normal;
    color: #2C5904;
    font-weight: 400;
    margin: 0;
}
.somos_cole .card{
    border-radius: 8px;
    border: none;
    background-color:#F6F4E8;
}
.somos_cole .card .h4{
    font-size: 32px;
    color: #2C5904;
    font-weight: 600;
}
.somos_cole .card p{
    color: #2C5904;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.edu_formal .card{
    border-radius: 8px;
    border: none;
}
.edu_formal .card1{
    background-color: #72B344;
}
.edu_formal .card2{
    background-color: #2C5904;
}
.edu_formal .card .text {
    width: 80%;
    color: white;
    
}
.edu_formal .card .text span{
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}
.edu_formal .card .text span b{
    font-weight: 700;
}
.edu_formal .card .text p{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}
.edu_formal .cob-con {
        position: absolute;
    top: 0;
    left: -1px;
    padding: 8px 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 0 8px 0;
    line-height: 1;
}
.edu_formal .card1 .cob-con{
    background-color: #2C5904;
    color: white;
}
.edu_formal .card2 .cob-con{
    background-color: #BFED00;
    color: #2C5904;
}
.edu_formal .card .card-body{
    background-color: #FFD22F;
    border-radius: 8px;
        margin-top: -10px; 
}


.edu_formal .txt_tt {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.edu_formal .txt_tt div {
    background-color: #2C5904;
    color: white;
    padding: 5px 90px;
    font-size: 18px;
    border-radius: 0 8px 8px 0;
}
.edu_formal .txt_tt span {
    font-size: 23px;
    line-height: 1.2;
    color: #2C5904;
}
.edu_formal .txt_desc {
    display: flex;
    align-items: flex-start;
}
.edu_formal .txt_desc .div_bullets {
    width: 70%;
}
.edu_formal .txt_desc .adic {
    width: 30%;
}
.edu_formal .div_bullets span {
    color: #2C5904;
    font-size: 20px;
    font-weight: 700;
}
.edu_formal .cont_bullets {
    display: flex;
    align-items: center;
    gap: 30px;
}
.edu_formal .cont_bullets .colum_bull {
     column-count: 2;
    column-gap: 45px;
}
.edu_formal .item_bul svg {
    width: 20%;
}
.edu_formal .item_bul p {
    width: 80%;
    color: #2C5904;
    line-height: 1.2;
    font-size: 14px;
}
.edu_formal .item_bul {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.edu_formal .item_bul svg {
    width: 20%;
    height: 40px;
}
.card_ad p {
    font-size: 13px;
    color: #2C5904;
    line-height: normal;
}
.card_ad {
    background-color: white;
    padding: 20px 30px;
    border-radius: 10px;
}
.edu_formal.tecnica .card .text span {
    font-size: 25px;
}

.gale_imgs_prev, .gale_imgs_next {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gale_imgs_prev, .gale_imgs_next span { font-size: 26px; line-height: 1; }
.gale_imgs_prev { left: -35px; }
.gale_imgs_next { right: -35px; }



.item_gale img {
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}
.item_gale {
    height: 260px;
}
.banner_img_txt .card{
    background-color: #F6F4E8;
    border-radius: 16px;
    border:none;
}
.banner_img_txt .card span.h4{
    color: #2C5904;
    
}
.banner_img_txt .card .items_banner li{
    color: #453D3B;
font-size: 14px;
font-style: normal;
}
a.btn-accede {
    align-self: end;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #2C5904;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
}
.img3_eduf {
    height: 240px;
    object-fit: cover;
    object-position: 0 -30px;
    border-radius: 7px;
}

@media (max-width: 600px){
  .car-icotxt__prev { left: 2px; }
  .car-icotxt__next { right: 2px; }
  .car-icotxt__card { margin: 0 25px;height: 300px; }
  .cont_carr .content h2,.car-icotxt__title{font-size: 20px;}
  .car-icotxt__desc{font-size: 12px;}
  .car-icotxt__icon{ margin-bottom: 10px;}
    .somos_cole h3,.edu_formal h3,.gale_imgs h3{ font-size: 25px; }
  .caract-slider.slick-initialized {
    display: block;
  }

  .caract-slider .item_caract {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
  }

  /* Dots */
  .caract-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    list-style: none;
    padding: 0;
            bottom: -35px !important;
  }

  .caract-slider .slick-dots li {
    width: 25x;
    height: 25px;
  }

  .caract-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #AFC9A2;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .caract-slider .slick-dots li.slick-active button {
    background-color: #2C5904;
  }
  .item_caract{    gap: 20px; flex-direction: column;}
  .car-desc {width: 100%;font-size: 17px; text-align: left;}
  .slick-dots li.slick-active button:before,.slick-dots li button:before{color: transparent;}
  .card1 img, .card2 img{
          height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;

  }
  .edu_formal .cob-con {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 25px;
    border-radius: 0 0 8px 8px;
        padding: 10px;
}
.edu_formal .card .text {
    width: 100%;
    text-align: center;
}
.edu_formal .card .text p{font-size: 15px;}
.edu_formal .txt_tt{ flex-direction: column; gap: 15px; align-items: center;}
.gale_imgs_prev {
    left: 0;
}
.gale_imgs_next {
    right: 0;
}
.img3_eduf {
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.edu_formal .txt_tt div{font-size: 25px; width: 100%!important;  border-radius: 0 0 8px 8px;text-align: center;        padding: 5px;}
.edu_formal .txt_desc {
    align-items: center;
    flex-direction: column;
}
.edu_formal .txt_tt span {font-size: 20px;}
.edu_formal .div_bullets span{text-align: center;}
.edu_formal .cont_bullets{    flex-direction: column;
    align-items: center;gap: 0;}
    .edu_formal .cont_bullets .colum_bull,.edu_formal .txt_desc .adic{ width: 100%;column-count: 1;}
    .edu_formal .item_bul{gap: 10px;}
    .card_ad{padding: 15px;}
    .banner_img_txt .card-img-overlay {
        position: relative;
    }
    .banner_img_txt .card{
        width: 100% !important;
    }
    .banner_img_txt img {
    height: 400px;
    object-fit: cover;
    object-position: left;
    border-radius: 8px;
    }
    .banner_img_txt .card span.h4 {
    
    text-align: center;
    }
}
