.block_dest_out {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.block_dest_out .block_dest {
  width: 48%;
}
.block_dest_out .block_dest .swiper_dest {
  overflow: hidden;
  position: relative;
}
.block_dest_out .block_dest .swiper_dest .swiper-slide img {
  max-width: 100%;
  border-radius: 10px;
  height: auto;
}
.block_dest_out .block_dest .swiper_dest .arr_sw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26.4px;
  z-index: 1;
  cursor: pointer;
}
.block_dest_out .block_dest .swiper_dest .arr_sw.swiper-dest-prev {
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
}
.block_dest_out .block_dest .swiper_dest .arr_sw.swiper-dest-next {
  right: 15px;
}
.block_dest_out .block_dest .swiper_dest .arr_sw svg use {
  fill: white;
  fill-opacity: 0.7;
}
.block_dest_out .about_up {
  width: 40%;
  margin-right: 3%;
}
.block_dest_out .about_up .titleInit {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.block_dest_out .about_up .titleInit .separator {
  margin-top: 20px;
  width: 87px;
  height: 8px;
  background-color: #E4B04A;
  transition: width 0.5s ease-out;
}
.block_dest_out .about_up .titleInit:hover .separator {
  width: 100%;
}
.block_dest_out .about_up .about_text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .block_dest_out {
    flex-direction: column;
    margin-top: 40px;
  }
  .block_dest_out .block_dest {
    margin-bottom: 30px;
    width: 100%;
  }
  .block_dest_out .about_up {
    margin-right: 0;
    width: 100%;
  }
  .block_dest_out .about_up .titleInit {
    font-size: 45px;
  }
}

.block_blog_ev_out {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.block_blog_ev_out .block_blog {
  width: 48%;
}
.block_blog_ev_out .block_blog h2 {
  margin-bottom: 40px;
}
.block_blog_ev_out .block_blog .list_posts_bl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block_blog_ev_out .block_blog .list_posts_bl article {
  width: 48%;
  margin-top: 35px;
}
.block_blog_ev_out .block_blog .list_posts_bl article:nth-child(1), .block_blog_ev_out .block_blog .list_posts_bl article:nth-child(2) {
  margin-top: 0;
}
.block_blog_ev_out .block_blog .list_posts_bl article .wrap_im {
  margin-bottom: 10px;
  position: relative;
}
.block_blog_ev_out .block_blog .list_posts_bl article .wrap_im img {
  max-width: 100%;
  height: auto;
}
.block_blog_ev_out .block_blog .list_posts_bl article .date_post {
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 123%;
}
.block_blog_ev_out .block_blog .list_posts_bl article .excerpt {
  font-size: 22px;
  line-height: 130%;
}
.block_blog_ev_out .block_ev {
  width: 48%;
}
.block_blog_ev_out .block_ev h2 {
  margin-bottom: 40px;
}
.block_blog_ev_out .block_ev .list_posts_ev {
  width: 100%;
  margin-bottom: 100px;
}
.block_blog_ev_out .block_ev .list_posts_ev article {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}
.block_blog_ev_out .block_ev .list_posts_ev article:last-child {
  margin-bottom: 0;
}
.block_blog_ev_out .block_ev .list_posts_ev article a {
  position: relative;
}
.block_blog_ev_out .block_ev .list_posts_ev article a .wrap_im {
  height: 172px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.block_blog_ev_out .block_ev .list_posts_ev article a .wrap_im::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(360deg, #000000 0%, #222222 35%, rgba(84, 84, 84, 0.3607843137) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.59;
}
.block_blog_ev_out .block_ev .list_posts_ev article a .meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: white;
}
.block_blog_ev_out .block_ev .list_posts_ev article a .meta .text_in {
  font-size: 22px;
  position: absolute;
  display: flex;
  justify-content: center;
  width: calc(100% - 150px);
  margin: 0 75px;
  bottom: 20px;
  transition: all 0.5s ease-out;
  text-align: center;
}
.block_blog_ev_out .block_ev .list_posts_ev article a .meta .date_in {
  position: absolute;
  width: 50px;
  right: 15px;
  top: 15px;
  height: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.block_blog_ev_out .block_ev .list_posts_ev article a .meta .date_in .date_wr {
  font-size: 18px;
  text-align: center;
}
.block_blog_ev_out .block_ev .list_posts_ev article a .meta .date_in .date_wr span {
  display: block;
}
.block_blog_ev_out .block_ev .list_posts_ev article a .meta .date_in .ico {
  text-align: right;
}
.block_blog_ev_out .block_ev .list_posts_ev article a:hover .wrap_im {
  transform: scale(1.1);
}
.block_blog_ev_out .block_ev .list_posts_ev article a:hover .meta .text_in {
  bottom: 50%;
  transform: translateY(50%);
}
.block_blog_ev_out .block_ev .block_cal {
  width: 100%;
}
.block_blog_ev_out .block_ev .block_cal .wrap_cal {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #707070;
}
@media (max-width: 768px) {
  .block_blog_ev_out {
    flex-direction: column;
  }
  .block_blog_ev_out .block_blog {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
  }
  .block_blog_ev_out .block_ev {
    width: 100%;
  }
  .block_blog_ev_out .block_ev .list_posts_ev article .meta .text_in {
    font-size: 20px;
  }
  .block_blog_ev_out .block_ev .block_cal .wrap_cal {
    width: calc(100% - 2px);
  }
  .block_blog_ev_out .block_ev .block_cal .wrap_cal #calendar .calendar-month {
    padding: 10px 1px;
  }
  .block_blog_ev_out .block_ev .block_cal .wrap_cal #calendar .calendar-month .calendar-month-header {
    margin-bottom: 0;
  }
  .block_blog_ev_out .block_ev .block_cal .wrap_cal #calendar .calendar-month #calendar-days .calendar-day {
    padding: 5px 3px;
  }
  .block_blog_ev_out .subTitle {
    text-align: center;
  }
}

.block_media {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.block_media .yout {
  width: 55%;
}
.block_media .yout h2 {
  text-align: center;
  margin-bottom: 40px;
}
.block_media .yout .wrap_yt {
  position: relative;
}
.block_media .yout .wrap_yt .under_back {
  position: absolute;
  background-color: #E4B04A;
  width: 80%;
  opacity: 0.7;
  height: 90%;
  bottom: 0;
}
.block_media .yout .wrap_yt .yt_frame_out {
  padding-bottom: 50px;
}
.block_media .yout .wrap_yt .yt_frame_out .yt_frame {
  width: 90%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  border-radius: 20px;
}
.block_media .yout .wrap_yt .yt_frame_out .yt_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.block_media .rad {
  width: 30%;
  margin: 0 auto;
}
.block_media .rad h2 {
  text-align: center;
  margin-bottom: 40px;
}
.block_media .rad .wrap_sc {
  width: 90%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.block_media .rad .wrap_sc iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .block_media {
    flex-direction: column;
  }
  .block_media .yout {
    width: 100%;
    margin-bottom: 30px;
  }
  .block_media .rad {
    width: 100%;
  }
  .block_media .rad .wrap_sc {
    width: 100%;
    margin-left: 0;
  }
}

.block_activ {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.block_activ .wrap_act_flex {
  width: 100%;
}
.block_activ .wrap_act_flex .act_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch {
  position: relative;
  width: 32%;
  margin-bottom: 90px;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 315px;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.fw {
  max-width: initial;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.fw .act_text {
  width: 100%;
  margin: auto;
  text-align: center;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.fw .act_text .subTitle {
  margin-top: 0;
  margin-bottom: 25px;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.fw .act_text .text_a {
  font-size: 18px;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch:first-child .wrap_img {
  background-size: cover;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch .wrap_img {
  padding-top: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  position: relative;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch .wrap_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  z-index: -1;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch .wrap_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch .insidebr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch .insidebr .ico_br {
  margin: auto;
  text-align: center;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch .insidebr .ico_br svg {
  fill: white;
  width: 56px;
  height: 60px;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch .insidebr .ico_br svg use {
  fill: white;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch .insidebr .txtB {
  height: 0;
  opacity: 0;
  font-weight: bold;
  font-size: 35px;
  color: white;
  transition: all 0.5s ease-in-out;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch:hover .wrap_img::after {
  opacity: 0.5;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch:hover .wrap_img::before {
  opacity: 0;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch:hover .txtB {
  height: 50px;
  opacity: 1;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.aprender .wrap_img::before {
  background-color: #E4B04A;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.aprender .wrap_img::after {
  background-color: #E4B04A;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.comer .wrap_img::before {
  background-color: #643B0F;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.comer .wrap_img::after {
  background-color: #643B0F;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.maternar .wrap_img::before {
  background-color: #964F4C;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.maternar .wrap_img::after {
  background-color: #964F4C;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.habitar .wrap_img::before {
  background-color: #B7521E;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.habitar .wrap_img::after {
  background-color: #B7521E;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.sanar .wrap_img::before {
  background-color: #2A2C05;
}
.block_activ .wrap_act_flex .act_flex .wrap_branch .branch.sanar .wrap_img::after {
  background-color: #2A2C05;
}
.block_activ .wrap_act_flex.mob_gr {
  display: none;
}
.block_activ .wrap_act_flex.mob_gr .super_ej {
  margin-bottom: 20px;
  width: 95%;
  margin: 0 auto 30px auto;
}
.block_activ .wrap_act_flex.mob_gr .super_ej .act_text .subTitle {
  text-align: center;
}
.block_activ .wrap_act_flex.mob_gr .act_flex .wrap_branch {
  width: 45%;
  margin-bottom: 45px;
}
.block_activ .wrap_act_flex.mob_gr .act_flex .wrap_branch .branch .wrap_img::after {
  opacity: 0.5;
}
.block_activ .wrap_act_flex.mob_gr .act_flex .wrap_branch .branch .txtB {
  font-size: 30px;
  height: 50px;
  opacity: 1;
}
.block_activ .wrap_act_flex.mob_gr .act_flex:nth-child(3) {
  justify-content: center;
}
@media (max-width: 768px) {
  .block_activ {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .block_activ .wrap_act_flex {
    display: none;
  }
  .block_activ .wrap_act_flex.mob_gr {
    display: block;
  }
}
@media (max-width: 576px) {
  .block_activ .wrap_act_flex.mob_gr .act_flex .wrap_branch .branch .ico_br {
    width: 40px;
  }
  .block_activ .wrap_act_flex.mob_gr .act_flex .wrap_branch .branch .txtB {
    font-size: 25px;
  }
}

.block_edit_arch {
  width: 100%;
}
.block_edit_arch .wrap_edit_arch {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block_edit_arch .wrap_edit_arch a {
  width: 49%;
  color: black;
  text-decoration: none;
}
.block_edit_arch .wrap_edit_arch .banner_edit {
  width: 100%;
  border: 1px solid #707070;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.block_edit_arch .wrap_edit_arch .wrap_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  width: 55%;
  border-right: 1px solid #707070;
}
.block_edit_arch .wrap_edit_arch .wrap_img img {
  width: 100%;
  height: auto;
  margin: auto;
}
.block_edit_arch .wrap_edit_arch .wrap_img .wrap_icons {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block_edit_arch .wrap_edit_arch .wrap_img .wrap_icons svg {
  opacity: 0.5;
  height: 40px;
  margin: 0 15px;
}
.block_edit_arch .wrap_edit_arch .text_edit {
  width: 43%;
  padding: 30px 3%;
}
.block_edit_arch .wrap_edit_arch .text_edit .subTitle {
  margin: 0 auto 10px auto;
  font-size: 26px;
  font-weight: 500;
}
.block_edit_arch .wrap_edit_arch .text_edit .text_i {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .block_edit_arch .wrap_edit_arch {
    flex-direction: column;
  }
  .block_edit_arch .wrap_edit_arch a {
    width: 100%;
  }
  .block_edit_arch .wrap_edit_arch a .banner_edit {
    flex-direction: column;
  }
  .block_edit_arch .wrap_edit_arch a .banner_edit .wrap_img {
    width: 100%;
    padding-top: 55%;
    border-bottom: 1px solid black;
  }
  .block_edit_arch .wrap_edit_arch a .banner_edit .wrap_img img {
    height: 200px;
    width: auto;
  }
  .block_edit_arch .wrap_edit_arch a .banner_edit .text_edit {
    width: 94%;
  }
  .block_edit_arch .wrap_edit_arch a .banner_edit .text_edit .subTitle {
    text-align: center;
  }
  .block_edit_arch .wrap_edit_arch a:first-child {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=index.css.map */