.cont_carr .content h2, 
.somos_cole h3, 
.edu_formal h3,
.gale_imgs h3,
.como_aplicar 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,
.como_aplicar h3 b{ 
    color: #72B344;
    font-weight: 700;
}
.content h2{
    margin-bottom: 1.5rem;
}
.content p{
    color: #453D3B;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

/*CARRUSEL ICONOS TEXTO*/
/* 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: flex-start;
  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; }
}
@media (max-width: 576px){
  .car-icotxt__prev { left: 2px; }
  .car-icotxt__next { right: 2px; }
  .car-icotxt__card { margin: 0 6px; }
}


/*CARRUSEL GALERIA DE IMAGENES*/

.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 CON IMG Y TEXTO A LA DERECHA*/
.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;
}


.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: 18px;
    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: 0 8px 8px 0;
}

.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 .div_bullets span {
    color: #2C5904;
    font-size: 20px;
    font-weight: 700;
}
.edu_formal .cont_bullets {
    display: flex;
    align-items: flex-start;
    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;
}
.edu_formal .item_bul img {
    margin-right: 15px;
}
.como_aplicar .col-sm-12>.card {
    background-color: #F6F4E8;
    border: none;
    
}
.como1 .card, .como2 .card{
  border-radius: 8px;
  border: none;
  color: white;
}
.como1 .card{
  background-color: #72B344;
  border-radius: 7px;
}
.como1 .card span{
  font-size: 58px;
  font-weight: 800;
  line-height: normal;
}
.como1 .card p{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.como2 .card{
  background-color: #2C5904;
  border-radius: 5px;
}
.como2 .card span{
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}
.como2 .card p{
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 600px){
    .cont_carr .content h2, .somos_cole h3, .edu_formal h3, .gale_imgs h3, .como_aplicar h3 {
        font-size: 25px;
    }
    .content p {
        font-size: 15px;
    }
        .gale_imgs_prev {
        left: 0;
    }
        .gale_imgs_next {
        right: 0;
    }
    .edu_formal .cob-con, .edu_formal .txt_tt div{
    text-align: center;
    position: relative;
    width: 100%;
        border-radius: 0 0 8px 8px;
}
.edu_formal .cont_bullets .colum_bull {
    column-count: 1;
}
.banner_img_txt .card-img-overlay {
    position: relative;
    width: 100%;
}
.banner_img_txt .card{
    width: 100% !important;
}
    .banner_img_txt img {
        height: 400px;
        object-fit: cover;
        object-position: left;
        border-radius: 8px;
    }
}