.tips{
	font-family: 'Montserrat',sans-serif;
    font-weight: 700;
	margin-top: 5%;
}
.tips-title{
	background: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 16px;
    width: fit-content;
}

.tips-subtitle{
	     color: #000;
    font-size: 20px;
    margin-top: 10px;
}


.bloque-superior-areac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%
}

.texto-izquierda-areac {
    flex: 1;
    width: 60%!important;
    margin-top: 30px !important
}

.imagen-derecha-areac {
    text-align: center;
    width: 40%!important
}

.imagen-derecha-areac img {
    width: 85%!important;
    height: 240px !important;
    margin-bottom: 0px !important;
    object-fit: contain !important;
    margin-top: 70px !important;
}

.titulo-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: normal;
}

.bold-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 85px;
    color: #f53663;
}

.highlight-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #2bc46e;
    font-size: 20px;
}

.lead-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px!important;
}

.bloque-superior-areac-rosa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;

}

.texto-izquierda-areac-rosa {
    flex: 1;
    width: 60%!important;
    margin-top: -2%!important;
}

.imagen-derecha-areac-rosa {
    text-align: center;
    width: 40%!important;
    
}

.imagen-derecha-areac-rosa img {
    width: 70%!important;
    height: auto;
    width: 85% !important;
    height: 240px !important;
    /* margin-bottom: 0px !important; */
    object-fit: contain !important;
    /* margin-top: 70px !important; */
}

.titulo-areac-rosa {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: normal;
    color: #fff;
}

.bold-areac-rosa {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 85px;
    color: #fff;
}

.highlight-areac-rosa {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    line-height: normal;
}

.lead-areac-rosa {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px!important;
    color: #fff;
}

.bloque-superior-areac-verde {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;

}

.texto-izquierda-areac-verde {
    flex: 1;
    width: 60%!important;
    margin-top: -2%!important;
}

.imagen-derecha-areac-verde {
    text-align: center;
    width: 40%!important;
    
}

.imagen-derecha-areac-verde img {
    width: 70%!important;
    height: auto;
    width: 85% !important;
    height: 240px !important;
    /* margin-bottom: 0px !important; */
    object-fit: contain !important;
    /* margin-top: 70px !important; */
}

.titulo-areac-verde {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: normal;
    color: #000;
}

.bold-areac-verde {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 85px;
    color: #000;
}

.highlight-areac-verde {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: normal;
}

.lead-areac-verde {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px!important;
    color: #000;
}
#content > div > div > div > div > div > section:nth-child(3){background: #f53663 !important;margin-top: 2%;}

#content > div > div > div > div > div > section:nth-child(5){background: #2bc46e !important;margin-top: 2%;}

@media(max-width: 768px) {
    .bloque-superior-areac {
        flex-direction:column;
        text-align: center;
        margin-top: 3%!important;
    }

    .titulo-areac {
        font-size: 25px
    }

    .imagen-derecha-areac {
        text-align: center;
        width: 100%!important
    }

    .texto-izquierda-areac {
        flex: 1;
        width: 100%!important;
        text-align: left;
        font-size: 16px!important;
    }

    .imagen-derecha-areac img {
        width: 80%!important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px!important;
        margin-bottom: 25px !important;
    }
	
	
	  .bloque-superior-areac-rosa {
        flex-direction:column;
        text-align: center;
        margin-top: 3%!important;
    }

    .titulo-areac-rosa {
        font-size: 25px;
		margin-top: 8%;
    }

    .imagen-derecha-areac-rosa {
        text-align: center;
        width: 100%!important
    }

    .texto-izquierda-areac-rosa {
        flex: 1;
        width: 100%!important;
        text-align: left;
        font-size: 16px!important;
    }

    .imagen-derecha-areac-rosa img {
        width: 80%!important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px!important;
        margin-bottom: 25px !important;
    }
	
	 .bloque-superior-areac-verde {
        flex-direction:column;
        text-align: center;
        margin-top: 3%!important;
    }

    .titulo-areac-verde {
        font-size: 25px;
		margin-top: 8%;
    }

    .imagen-derecha-areac-verde {
        text-align: center;
        width: 100%!important
    }

    .texto-izquierda-areac-verde {
        flex: 1;
        width: 100%!important;
        text-align: left;
        font-size: 16px!important;
    }

    .imagen-derecha-areac-verde img {
        width: 80%!important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px!important;
        margin-bottom: 25px !important;
    }

    .navigation-mobile__wrapper {
        display: none;
    }

    header.header nav {
        margin-top: 0px !important;
    }
	
	.tips{
		margin-top: 15% !important;
	}
	
.tips-title{

	font-size: 14px
}

.tips-subtitle{

	font-size: 18px
}
	.bold-areac {

    font-size: 65px!important;
  
}
	.bold-areac-rosa {

    font-size: 65px!important;
  
}
	.bold-areac-verde {

    font-size: 65px!important;
  
}
}

section.sec.section.contentPage.richtexteditor {
    padding: 0!important
}



@media (min-width: 768px) {
  .bloque-superior-areac {
    flex-direction: row;
  }
	.bloque-superior-areac-rosa {
    flex-direction: row;
  }
	.bloque-superior-areac-verde {
    flex-direction: row;
  }
}


@media (max-width: 767px) {
  .bloque-superior-areac {
    flex-direction: column;
  }

 
  .texto-izquierda-areac {
    order: 1;
  }

  .imagen-derecha-areac {
    order: 2;
  }
	  .bloque-superior-areac-verde {
    flex-direction: column;
  }

 
  .texto-izquierda-areac-verde {
    order: 1;
  }

  .imagen-derecha-areac-verde {
    order: 2;
  }
	  .bloque-superior-areac-rosa {
    flex-direction: column;
  }

 
  .texto-izquierda-areac-rosa {
    order: 1;
  }

  .imagen-derecha-areac-rosa {
    order: 2;
  }
}

  .finalfooter {
    margin-bottom: 8%;
  }
