@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

*::placeholder {
    font-family: #999;
}


.section_instagram {
    background-color: #978667;
}

.section_instagram .container {
    width: 1510px;
}

.section_instagram .title {
    font-size: 33px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}

.section_instagram .item {
    flex: 0 0 auto;
    width: 20%;
    position: relative;
}

.section_instagram a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 100% 0;
}

.section_cookie {
  margin: auto;
  z-index: 120;
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  background: transparent;
  padding: 0;
}

.section_cookie .box {
  padding: 15px 35px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
}

.section_cookie .text {
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  color: #4D4D4D;
  line-height: 22px;
}

.section_cookie .text a {
  color: #4D4D4D;
}

.section_cookie .text a:hover {
  color: #000000;
}

.section_cookie .close_cookie {
  border: none;
  background-color: #978667;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
  margin: 5px 0;
}

.section_cookie .close_cookie:hover {
  background-color: #000000;
  color: #FFFFFF;
}

body {
    overflow-x: hidden;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 0 !important;
}

.section_type_franchise {
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
}
.section_type_franchise .title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-size: 52px;
    color: #212121;
    line-height: 52px;
}
.section_type_franchise .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #978667;
}
.section_type_franchise .text {
    font-weight: 400;
    font-size: 18px;
    color: #848484;
}


.section_type_franchise .text1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 84px;
    color: #ffffff;
    line-height: 84px;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #978667;
    border-bottom: 1px solid #d8d8d8;
}
.section_type_franchise .text2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-size: 52px;
    color: #212121;
    line-height: 52px;
    border-bottom: 1px solid #d8d8d8;
}
.section_type_franchise .text3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #978667;
    line-height: 40px;
}

.banner_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    background: red;
}
@media (min-aspect-ratio: 16/9) {
    .banner_video {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .banner_video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}










.video-container{
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    overflow: hidden;
}
.video-container::before{
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200%;
  transform: translate(-50%, -50%);
}



@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    /*height: 57.25vw;*/
  }
}

@media (max-width: 500px) {
  .video-container iframe {
      width: 177.78vh;
  }
}


.bg_modal {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  display: none;
}

.whatsapp_fixed {
  background-color: #009C42;
  border-radius: 100%;
  width: 63px;
  height: 63px;
  font-weight: 700;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 63px;
  text-align: center;
  position: fixed;
  z-index: 5;
  right: 7px;
  bottom: 20px;
}

.back_top,
.back_top:hover {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  text-decoration: none;
  display: none;
  background-color: #000000;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}


.btn_more {
    padding: 10px 20px;
    background: #CEB883;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
.btn_more:hover {
    background: #212121;
    color: #FFFFFF;
}
.btn_more.bg_black {
    background: #000000;
}
.btn_more.bg_black:hover {
    background: #121212;
    color: #FFFFFF;
}
.btn_more_white {
    padding: 13px 20px;
    background: #FFFFFF;
    border: 1px solid #978667;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #978667;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 180px;
}
.btn_more_white:hover {
    background: #CEB783;
    color: #FFFFFF;
}
.btn_more_transparent {
    padding: 13px 20px;
    background: transparent;
    border: 1px solid #978667;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #978667;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 180px;
}
.btn_more_transparent:hover {
    background: #F93F00;
    color: #FFFFFF;
}

.img_cover {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.img_cover_absolute {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.img_full {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.transition {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
input,
select,
button,
textarea,
button {
  outline: none !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  resize: none;
}

button {
  cursor: pointer;
  background: transparent;
}

img,
svg {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.breadcrumb_page ul {
}

.breadcrumb_page li {
    list-style: none;
    padding: 10px 25px;
}
.breadcrumb_page li::before{
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: 10px;
    background: #978667;
}
.breadcrumb_page li:nth-child(1) {
    padding-left: 0;
}
.breadcrumb_page li:nth-last-child(1) {
    padding-right: 0;
}
.breadcrumb_page li:nth-last-child(1)::before {
    display: none;
}
.breadcrumb_page a {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
}
.breadcrumb_page a:hover,
.breadcrumb_page a.active {
    color: #978667;
}

.box_select_blog {
  margin: 0 !important;
  padding: 0 0 0 30px !important;
  display: inline-block !important;
  width: 100% !important;
  height: 63px !important;
  background: #FFFFFF !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #978667 !important;
  outline: none !important;
}

.box_select_blog .option {
  margin-top: 17px;
}

.box_select_blog .arrow_select {
  width: 60px;
  height: 63px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 3px -64px;
}
.box_select_unit {
  margin: 0 !important;
  padding: 0 0 0 30px !important;
  display: inline-block !important;
  width: 100% !important;
  height: 63px !important;
  background: #FFFFFF !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #000000 !important;
  outline: none !important;
}

.box_select_unit .option {
  margin-top: 17px;
}

.box_select_unit .arrow_select {
  width: 60px;
  height: 63px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 3px -64px;
}


.box_select_contact {
  margin: 5px 0 0 0 !important;
  padding: 0 0 0 30px !important;
  display: inline-block !important;
  width: 100% !important;
  height: 63px !important;
  background: #FFFFFF !important;
  border: none !important;
  border-radius: .25rem !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #000000 !important;
  outline: none !important;
}

.box_select_contact .option {
  margin-top: 20px;
}

.box_select_contact .arrow_select {
  width: 60px;
  height: 63px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 3px -64px;
}

.ui-state-active {
  background-color: #978667 !important;
  border: none !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #FFFFFF !important;
}

.ui-menu-item {
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #978667 !important;
}
/*
@media (min-width: 993px) {

    .header_main.header_home ul li a:hover {
        color: #000000;
    }

    .header_main.header_home.active ul li a:hover {
        color: #978667;
    }

}*/

.header {
    position: fixed;
    width: 100%;
    z-index: 2;
}
.header button {
    position: absolute;
    right: 30px;
}
.header__links a {
    color: #fff !important;
    font-family: #999;
    font-weight: 500;
    transition: 0.3s;
    font-size: 18px;
}
.header__links a:hover {
    color: #978667 !important;
}
.header .navbar-dark .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
}
.color-change {
    background-color: #212121;
    height: 80px;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 2;
}
.header button {
    position: absolute;
    right: 30px;
}
.header__links a {
    color: #fff !important;
    font-family: #999;
    font-weight: 500;
    transition: 0.3s;
    font-size: 18px;
}
.header__links a:hover {
    color: #978667 !important;
}
.header .navbar-dark .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
}
.section_1 .column_text {
    padding: 220px 130px 100px 130px;
    background: #978667;
}
.section_1 .column_text .text1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 74px;
    color: #ffffff;
    line-height: 74px;
}
.section_1 .column_text .text1 strong {
    font-weight: 800;
    color: #CEB781;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #CEB781;
}
.section_1 .column_text .text2 {
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
.section_1 .column_img {
    padding: 80px 0 0 0;
    background: #978667;
}
.section_1 .column_img .box_img {

}
.section_1 .column_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_2 .column_text {
    padding: 100px 130px;
    background: #978667;
}
.section_2 .column_text .text1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 68px;
    color: #ffffff;
    line-height: 68px;
}
.section_2 .column_text .text1 strong {
    font-weight: 800;
}
.section_2 .column_text .text2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #ffffff;
    line-height: 40px;
}
.section_2 .column_text .text3 {
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 30px;
}
.section_2 .column_img {
    padding: 0;
    background: #978667;
}
.section_2 .column_img .box_img {

}
.section_2 .column_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-youtube {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 20px;
}
.btn-view-home button {
    height: 46px;
    background-color: #978667;
    border: 1px solid #978667;
    padding: 10px 25px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}
.sty-text1 h1 {
    font-size: 74px;
    color: #fff;
}
.sty-text1 a {
    color: #978667;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #978667;
}
.sty-text2 p {
    font-size: 26px;
    font-weight: 400px;
    color: white;
}
.styl2-txt1 h6 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}
.styl2-txt1 h1 {
    font-size: 67px;
    font-weight: 400;
    color: #fff;
}
.styl2-txt2 p {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}
.styl2-btn button {
    height: 46px;
    background-color: #000;
    border: 1px solid #978667;
    padding: 10px 25px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}
.banner-home {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-home h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 70px;
    color: #fff;
    text-align: center;
}}
.banner-home h1 strong {
    font-weight: 800;
}

.banner-home .btn-view-home {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.section-banner {
    min-height: 817px;
}
.section-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    padding: 0;
}
.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}
.column_1 {
    background: #ffffff;
}/*
.item_news  {
}*/
.item_news.more .custom-box {
    background: #978667;
}
.item_news .author {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.item_news.more .custom-box .text_more {
    font-weight: 800;
    font-size: 44px;
    color: #FFFFFF;
}
.item_news .box {
    background: #000;
    padding: 150px 25px 25px 25px;
    min-height: 320px;
}
.item_news .box::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.item_news a {
    text-decoration: none;
    overflow: hidden;
}
.item_news a:hover img {
    transform: scale(1.1);
}
.item_news img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.item_news .date {
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
}
.item_news .title {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
}
.item_news .more {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    background: #978667;
    border-radius: 5px;
    padding: 10px 15px;
}
.custom-box {
    padding: 70px 25px 25px 25px;
    background: #000;
    min-height: 320px;
}
.tile-lastnews {
    text-align: center;
    padding-top: 30px;
}
.tile-lastnews h4 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    color: #978667;
    font-weight: 500;
}
.tile-lastnews h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 44px;
    color: #000;
    font-weight: 800;
}
.last-news {

}
.last-news .column_1 {
    background-color: transparent;
}
.slider-home,
.slider-home .box_slide {
    background-color: #978667;
}
.title-slider {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 60px;
}
.txt-slider h3 {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}
.txt-slider .text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.txt-slider .text::before {
    content: "";
    float: left;
    width: 25px;
    height: 25px;
    margin: 3px 10px -4px 0;
    background-image: url('../images/bg_aspas.png');
    background-repeat: no-repeat;
    background-position: left top;
}
.txt-slider {
    margin: 0 auto;
    width: 250px;
}
.cont-txt {
    border-right: 1px solid #442D27;
}
.slider-home .box_slide .prev {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    width: 33px;
    height: 33px;
    background-color: transparent;
    background-image: url('../images/stripes.png');
    background-repeat: no-repeat;
    background-position: 12px 9px;
}
.slider-home .box_slide .next {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    width: 33px;
    height: 33px;
    background-color: transparent;
    background-image: url('../images/stripes.png');
    background-repeat: no-repeat;
    background-position: 12px 9px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner-newsletter-home {
    width: 100%;
    padding: 0;
    min-height: 1090px;
}/*
.banner-newsletter-home img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    padding: 0;
}*/
.newsletter-home {
    z-index: 1;
    width: 1115px;
    max-width: 100%;
    position: relative;
}
.newsletter-home::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DFDAC7;
    opacity: 0.9;
}
.frm-nws-home .field {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}
.frm-nws-home input::placeholder {
    opacity: 1;
    color: #978667;
}
.btn-nws-home {
    display: inline-block;
    width: auto;
    height: 60px;
    border: none;
    background: transparent;
    font-weight: 800;
    font-size: 39px;
    color: #978667;
    text-align: left;
    line-height: 87px;
    text-transform: uppercase;
}
.txt-nws-home h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 74px;
    font-weight: 300;
    line-height: 74px;
    color: #978667;
}
.txt-nws-home h1 strong {
    font-weight: 800;
}
.txt-nws-home h3 {
    font-size: 26px;
    font-weight: 400;
    color: #978667;
}/*
.txt-nws-home a,
.banner-home a {
    font-weight: 800;
}*/
.zoom {
    overflow: hidden;
}
.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}
.zoom:hover img {
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}
.aux-container {
    padding: 0 100px !important;
}
.color-change {
    background-color: #212121;
    height: 80px;
}
.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1180px;
    max-width: 100%;
    display: block;
}
.sty-nav {
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
}
.banner-main {
    background: #000000;
    /*min-height: 100vh;*/
    min-height: 70vh;
}
.banner-main .text1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 74px;
    color: #ffffff;
    line-height: 74px;
}
.banner-main .text2 {
    font-weight: 500;
    font-size: 31px;
    color: #ffffff;
    line-height: 36px;
}
.banner-main .btn_contact {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
    background-color: #978667;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    border-radius: 6px;
    text-decoration: none;
}
.banner-main .img_item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    padding: 0;
}


.error_404 {
  background: #ffffff;
  padding: 30px;
  margin: 50px 0;
  text-align: center;
}

.error_404 .text1 {
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 38px;
  color: #000000;
  line-height: 44px;
}

.error_404 .text2 {
  padding: 0 0 40px 0;
  font-weight: 400;
  font-size: 24px;
  color: #848484;
  line-height: 28px;
}

.error_404 .more {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 13px 20px;
  background: #791019;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}

.error_404 .more:hover {
  background: #000000;
  color: #FFFFFF;
}

.menu_mobile {
  display: none;
  max-width: 100%;
  width: 380px;
  height: 100%;
  position: fixed;
  z-index: 20;
  right: 0;
  top: 0;
  background: #000000;
  padding: 135px 0 30px 0;
  font-family: 'Montserrat', sans-serif;
}

.menu_mobile .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 13px;
}

.menu_mobile .ps__scrollbar-y {
  width: 2px;
  background-color: #978667;
  position: absolute;
  top: 0;
  right: 0;
}

.menu_mobile .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
}

.menu_mobile .btn_close {
  border: none;
  background: transparent;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0 13px;
  position: absolute;
  top: 14px;
  right: 15px;
}

.menu_mobile .btn_close .line1 {
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #978667;
  width: 20px;
  height: 2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_mobile .btn_close .line2 {
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #978667;
  width: 20px;
  height: 2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_mobile .logo {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 190px;
  height: auto;
}
.menu_mobile .box_content {
  padding: 0 20px;
  overflow: hidden;
  max-height: 100%;
}
.menu_mobile .box_content li {
  list-style: none;
}

.menu_mobile .box_content .mother {
  position: relative;
  border-top: 1px solid #353535;
  display: inline-block;
  margin: 0;
  padding: 20px 40px 20px 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}

.header_main.active {
    background-color: #52432E !important;
    padding-top: 10px;
    height: 65px;
}
.header_main.active .logo {
    width: 110px;
}

.header_main.home ul li a:hover {
    color: #000000;
}
.header_main.header_home {
    background-color: #CFB784;
}
.header_main {
    background-color: transparent;
    padding: 25px 0 0 0;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
}
.header_main .home {
    display: inline-block;
    width: auto;
    margin: 0;
}
.header_main .logo {
    float: left;
    margin: 0;
    width: 195px;
    filter: brightness(0) invert(1);
}
.header_main ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
}
.header_main li {
    margin: 0;
    padding: 0;
}
.header_main ul li a {
    display: inline-block;
    width: auto;
    margin: 0 0 0 50px;
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    padding-bottom: 10px;
    position: relative;
}
.header_main ul li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.header_main ul li a:hover {
    /*color: #978667;*/
    color: #FFFFFF;
}
.header_main ul li a:hover::before {
    width: 100%;
}
.header_main .btn_menu {
  border: none;
  background: transparent;
  display: inline-block;
  width: 48px;
  height: 45px;
  margin: 0 0 0 10px;
  padding: 0 13px;
  position: relative;
}
.header_main .btn_menu {
  border: none;
  background: transparent;
  display: none;
  width: 48px;
  height: 48px;
  margin: 0 0 0 10px;
  padding: 0 13px;
  position: absolute;
  top: 0;
  right: 0;
}
.header_main .btn_menu .line {
  margin: 8px 0;
  background-color: #978667;
  width: 100%;
  height: 2px;
}


.sectionOthers {
}
.sectionOthers .title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #52432E;
}
.sectionOthers .itemTitle {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #212121;
    line-height: 36px;
}
.sectionOthers .itemTitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #978667;
}
.sectionOthers .itemText {
    font-weight: 400;
    font-size: 18px;
    color: #848484;
}
/*
.sectionOthers .boxImg {
    height: 150px;
}*/

.sectionOthers .prev {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -30px;
    right: auto;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #978667;
    width: 33px;
    height: 33px;
    background-color: transparent;
    background-image: url('../images/stripes.png');
    background-repeat: no-repeat;
    background-position: -38px 9px;
}
.sectionOthers .next {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: -30px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #978667;
    width: 33px;
    height: 33px;
    background-color: transparent;
    background-image: url('../images/stripes.png');
    background-repeat: no-repeat;
    background-position: -38px 9px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sectionOthers .slick-dots {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
}

.sectionOthers .slick-dots li {
    padding: 15px 6px;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
}

.sectionOthers .slick-dots li button {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    position: relative;
}

.sectionOthers .slick-dots li.slick-active button,
.sectionOthers .slick-dots li:hover button {
    background: #CEB683;
}



@media (min-width: 1400px) {
    footer {
        background-image: url("../images/bg_footer_left.png"), url("../images/bg_footer_right.png");
        background-repeat: no-repeat, no-repeat;
        background-position: left top, right top;
    }

}

.section_franchisee_view {
    background: #52432E;
    /*min-height: 860px;*/
}

.section_franchisee_view .text1 {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 32px;
}

.section_franchisee_view .text2 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}


.section_franchisee_video::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: calc(((100% - 1290px) / 2) + 1290px);
    height: 35px;
    background-color: #F2F2F2;
}

.section_franchisee_video .text1 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    line-height: 44px;
}

.section_franchisee_video .text2 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
}

.section_franchisee_video .box_img {
    margin-top: -140px;
}

.section_franchisee_video .box_img::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
    position: absolute;
    left: 15px;
    bottom: -3px;
    width: 90%;
    height: 90%;
    -ms-transform: skewX(5deg) rotate(3deg);
    -webkit-transform: skewX(5deg) rotate(3deg);
    transform: skewX(5deg) rotate(3deg);
    box-shadow: 15px 15px 15px 1px rgba(0, 0, 0, 0.2);
}

.section_franchisee_video .box_img img {
    position: relative;
    z-index: 1;
}

.section_franchisee_video .box_img .play {
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 95px;
    text-align: center;
}

.section_franchisee_video .accordion-mother {
    border: 1px solid #DDDDDD;
    border-radius: 0;
}

.section_franchisee_video .accordion-mother .text {
    background: #52432E;
    font-size: 20px;
    color: #FFFFFF;
}

.section_franchisee_video .accordion-mother .accordion-button {
    box-shadow: none;
    background: #52432E;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.section_franchisee_video .accordion-mother .accordion-button::after {
    display: none;
}

.section_franchisee_video .accordion-mother .accordion-button .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.section_franchisee_video .accordion-mother .accordion-button .icon::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.section_franchisee_video .accordion-mother .accordion-button .icon::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFFFFF;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.section_franchisee_video .accordion-mother .accordion-button.collapsed {
    box-shadow: none;
    background: #FFFFFF;
    color: #000000;
}

.section_franchisee_video .accordion-mother .accordion-button.collapsed .icon {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.section_franchisee_video .accordion-mother .accordion-button.collapsed .icon::before {
    content: "";
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #000000;
}

.section_franchisee_video .accordion-mother .accordion-button.collapsed .icon::after {
    content: "";
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #000000;
}

.include_network .network {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: 0 10px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 43px;
    border-radius: 5px;
    border: 1px solid #52432E;
    background: #52432E;
    text-align: center;
}

.include_network .network img {
    max-width: 20px;
    max-height: 20px;
}

.include_network .network:hover {
    color: #978667;
}

.include_network .network:hover img {
    filter: brightness(0%) invert(0);
}



.section_franchisee_review::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 590px;
    background: #CEB883;
}

.section_franchisee_review .text1 {
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.section_franchisee_review .box_img {
    padding: 0 0 100% 0;
}

.section_franchisee_review .box_img::before {
    content: "";
    margin: auto;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.section_franchisee_review .box_img::after {
    content: "";
    margin: auto;
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 20px solid #FFFFFF;
    border-bottom: 12px solid transparent;
}

.section_franchisee_review .item {
    text-align: left;
}

.section_franchisee_review .item .itemText1 {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
}

.section_franchisee_review .item .itemText2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}




.box_form_course {
    margin-top: -175px;
}

.box_form_course .bg-white {
    box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.3);
}

.box_form_course .text_form1 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
}

.box_form_course .text1 {
    font-weight: 700;
    font-size: 20px;
    color: #2C2E38;
}

.box_form_course .text2 {
    font-weight: 300;
    font-size: 12px;
    color: #B3B3B3;
    line-height: 16px;
}

.box_form_course .text2 a {
    color: #2C2E38;
}

.box_form_course .text2 a:hover {
    color: #000000;
}

.box_form_course .small {
    font-weight: 400;
    font-size: 12px;
    color: #808080;
    line-height: 16px;
}

.box_form_course .form-control,
.box_form_course .form-select {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 63px;
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.box_form_course .box_select {
    margin-bottom: -1px;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background-color: #ffffff;
    border-color: #E0E0E2;
    outline: 0px;
    -webkit-appearance: none;
    box-shadow: none;
    padding: 0 0 0 20px;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    outline: none;
}

.box_form_course .box_select .option {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin-top: 17px;
}

.box_form_course .box_select .arrow_select {
    border-left: 1px solid #DDDDDD;
    width: 40px;
    height: 50px;
    background-image: url("../images/stripes.png") !important;
    background-repeat: no-repeat;
    background-position: -88px -266px;
}

.box_form_course .btn_send {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 55px;
    background: #978667;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.box_form_course .btn_send:hover {
    background: #52432E;
}

.box_form_course .btn_submit {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 48px;
    background: #3A3D4A;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.box_form_course .btn_submit:hover {
    background: #21232A;
}

.box_form_course label {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    color: #808080;
}

.box_form_course label .checkbox_fake {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #E0E0E2;
    background-color: #FFFFFF;
    font-weight: 400;
    font-size: 10px;
    color: #21232A;
    line-height: 18px;
    text-align: center;
}

.box_form_course label .checkbox_fake .fas {
    opacity: 0;
}

.box_form_course label input[type="checkbox"]:checked + .checkbox_fake .fas {
    opacity: 1;
}

.box_form_course ::-webkit-input-placeholder {
    color: #000000;
    opacity: 10;
}

.box_form_course :-moz-placeholder {
    color: #000000;
    opacity: 10;
}

.box_form_course ::-moz-placeholder {
    color: #000000;
    opacity: 10;
}

.box_form_course :-ms-input-placeholder {
    color: #000000;
    opacity: 10;
}

@media (max-width: 1400px) {

    .banner-main .text1 {
        font-size: 60px;
        line-height: 65px;;
    }

    .section_1 .column_text {
        padding: 220px 80px 100px 80px;
    }

    .section_1 .column_text .text1 {
        font-size: 50px;
        line-height: 60px;
    }

    .section_2 .column_text {
        padding: 100px 80px;
    }

    .section_2 .column_text .text1 {
        font-size: 50px;
        line-height: 60px;
    }

}


@media (max-width: 1200px) {

    .header_main ul li a {
        margin-left: 35px;
    }

    section.news {
        background-image: url("../images/bg_mb_news.png");
        background-repeat: no-repeat;
        background-position: left top;
    }
    section.news {
        background-image: url("../images/bg_mb_news.png");
        background-repeat: no-repeat;
        background-position: right top;
    }
    section.holding {
        background-image: url("../images/mb-bg.png");
        background-repeat: no-repeat;
        background-position: left top;
    }
}
@media (min-width: 1200px) {
    section.holding,
    section.news,
    section.form-unidades,
    .last-news {
        background-image: url("../images/background_tel_left.png"), url("../images/background_tel_right.png");
        background-repeat: no-repeat, no-repeat;
        background-position: left top, right top;
    }
}

@media (max-width: 1024px) {
    .styl-column {
        flex-direction: column-reverse;
    }
}
@media (min-width: 1024px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        display: flex !important;
        flex-basis: auto;
    }
    .branches {
        padding-top: 30px;
        background-image: url("../images/background_tel_left.png"), url("../images/background_tel_right.png");
        background-repeat: no-repeat, no-repeat;
        background-position: left top, right top;
        background-size: 17% auto, 17% auto;
    }
}

@media (max-width: 1020px) {

    .section_franchisee_video .box_img {
        margin-top: 0;
    }

    .header_main .logo {
        width: 115px;
    }

    .header_main {
        background-color: #52432E;
        padding-top: 10px;
        height: 65px;
    }
    .header_main ul {
        display: none;
    }
    .header_main .btn_menu {
        display: inline-block;
    }
    .section_1 .column_img {
        padding-top: 65px;
    }
    .section_1 .column_text {
        padding-top: 160px;
    }

}

.infos-chogun h4 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #212121;
    font-size: 60px;
    font-weight: 800;
}
.infos-chogun .date {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
}
.chogun .cont-chogun {
    padding: 0 50px;
}
.form-unidades .cont-unidades {
    padding: 60px 50px 50px 50px;
}

@media (min-width: 993px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

}
@media (max-width: 993px) {

    .box_form_course {
        margin-top: 0;
    }

    .section_instagram .item {
        width: 25%;
    }
    .section_instagram .item:nth-last-child(1) {
        display: none;
    }

    section.unidades {
        background-image: none !important;
    }

    .body-perguntas .cont-perguntas {
        background-image: url("../images/background_tel_right.png") !important;
        background-repeat: no-repeat !important;
        background-position: right top !important;
        background-size: 160px auto !important;
    }

    .body-perguntas .cont-perguntas .section_aks_title {
        margin-top: 0 !important;
        background-color: transparent !important;
    }

    .newsletter-home::before {
        opacity: 1;
    }

    .txt-nws-home h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .title-slider {
        font-size: 32px;
    }

    .item_news .title {
        font-size: 18px;
    }

    .item_news.more .custom-box .text_more {
        font-size: 32px;
    }

    .section_1 .column_text {
        padding: 180px 30px 60px 30px;
    }

    .section_1 .column_text .text1 {
        font-size: 42px;
        line-height: 50px;
    }

    .section_2 .column_text {
        padding: 60px 30px;
    }

    .section_2 .column_text .text1 {
        font-size: 42px;
        line-height: 50px;
    }

    .branches {
        padding-top: 30px;
        background-image: url("../images/background_tel_right.png");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 95px auto;
    }
    .form-unidades form.formulario-cp {
        padding: 0 15px;
    }
    .sty-text1 h1 {
        font-size: 45px;
    }
    .sty-text2 p,
    .styl2-txt2 p {
        font-size: 22px;
    }
    .styl2-txt1 h6 {
        font-size: 26px;
    }
    .styl2-txt2 p {
        font-size: 22px;
    }
    .styl2-btn button {
        height: 46px;
        background-color: #000;
        border: 1px solid #978667;
        padding: 10px 25px;
        border-radius: 5px;
        color: white;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        overflow: hidden;
        outline: none;
    }
    .section_1 .column_img {
        padding: 0;
    }
    .styl2-txt1 h1,
    .banner-home h1 {
        font-size: 42px;
    }
    /*.section_1 .column_text,
    .section_2 .column_text {
        padding: 40px 30px;
    }*/
    .banner-home .p-0 {
        width: 80%;
    }
    .banner-newsletter-home img {
        position: inherit;
    }
    .banner-newsletter-home {
        flex-direction: column;
        min-height: inherit;
    }
}
@media (max-width: 767px) {
    .btn-nws-home {
        font-size: 24px;
    }
    .banner-main {
        min-height: 580px;
    }
    .banner-main .text1 {
        font-size: 30px;
        font-weight: 800;
        line-height: 40px;
    }
    .banner-main .text2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 40px;
    }
    .txt-form h4 {
        font-size: 26px;
    }
    .txt-form h3 {
        font-size: 38px;
    }
    .txt-form p {
        font-size: 20px;
    }
    .txt-form h4 {
        font-size: 26px;
    }
    .txt-form h3 {
        font-size: 38px;
    }
    .txt-form p {
        font-size: 20px;
    }
    .branches {
        padding-top: 30px;
        background-image: url("../images/background_tel_right.png");
        background-repeat: no-repeat;
        background-position: right top;
    }
    .aux-container {
        padding: 0 50px !important;
    }

    .box-search {
        padding: 30px 0;
    }
    .box-search h3 {
        text-align: center;
    }
    .form-unidades .cont-unidades .tel-form,
    .form-unidades .cont-unidades .web-contact {
        display: block;
    }
    .form-unidades .conteudo-unidades h1,
    .form-unidades .conteudo-unidades h2 {
        font-size: 31px;
    }
    .form-unidades .cont-unidades {
        margin: 0 15px;
    }
    .tel-form .tel-item,
    .web-contact .item-wcontact {
        padding: 10px 30px 10px 0;
    }
    .follow-social .item-follow {
        padding: 0 30px 30px 0;
    }
    .form-unidades .formulario-unidades input,
    .form-unidades .formulario-unidades select {
        height: 47px;
        font-size: 15px;
    }
    button.btn-form {
        height: 47px;
        font-size: 15px;
    }
    .section-accordion {
        padding: 0;
    }
    .mount-news .btn-select-more select {
        display: block;
    }
    .cont-img-news .propy-news h4 {
        font-size: 15px;
    }
    .cont-loc h3:first-child {
        text-align: center;
    }
    .section-banner {
        min-height: 500px;
    }
    .item_news .box,
    .item_news .custom-box {
        max-height: 220px;
    }
    .item_news .custom-box .title {
        font-size: 14px;
    }
    .item_news .custom-box .date {
        font-size: 13px;
    }
    .item_news .custom-box span.more {
        font-size: 9px;
        padding: 10px 15px;
    }
    .item_news .custom-box {
        padding: 70px 10px 25px 10px;
    }
    .slider-home {
        padding: 0;
    }
    .txt-slider {
        width: 180px;
    }
    .slider-home h1 {
        font-size: 33px;
    }
    section.slider-uni-det,
    section.map-agencias,
    .map-agencias,
    section.news {
        padding: 0;
    }
    .slider-uni-det,
    .map-agencias {
        text-align: center;
    }
    .slider-uni-det .box_slide div.next,
    .slider-uni-det .box_slide div.prev {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 20px;
    }
    .mount-news div.row {
        margin-right: 0;
    }
    .cont-news .mount-news h3 {
        font-size: 10px;
    }
}
@media (min-width: 767px) {
    /*.branches {
        padding-top: 30px;
        background-image: url("../images/background_tel_left.png"), url("../images/background_tel_right.png");
        background-repeat: no-repeat, no-repeat;
        background-position: left top, right bottom;
    }*/
    .cont-search {
        /*max-width: 100%;
        height: 220px;*/
    }
    .box-search {
        /*position: absolute;
        width: 760px;
        height: auto;
        padding: 50px 30px 25px;
        left: 50%;
        margin-left: -380px;
        top: 95%;
        z-index: 1;
        background-color: #ffff;*/
    }
    .box-select {
        display: flex;
    }
    .box-select select {
        margin: 10px;
    }
    .web-contact {
        word-break: break-all;
    }
    .cont-box {
        padding-top: 90px;
        position: relative;
    }
    /*.box-perguntas {
        position: absolute;
        width: 100%;
        height: 176px;
        padding: 50px 30px 25px;
        left: 50%;
        top: 10%;
        transform: translate(-50%, -50%);
        z-index: 1;
        background-color: #ffff;
        background: #ededed;
        font-size: 22px;
        font-family: "Inter", sans-serif;
    }*/

}
.body-perguntas {
    background-color: #ededed;
}
.body-perguntas .header {
    z-index: 999;
}
.body-perguntas .section-accordion {
    padding: 0;
}
.body-perguntas .cont-perguntas {
    background-image: url("../images/background_tel_left.png"), url("../images/background_tel_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 17% auto, 17% auto;
    background-color: transparent !important;
}
.body-perguntas .cont-perguntas .section-box {
    background-color: transparent !important;
}
.body-perguntas .cont-perguntas .section-accordion {
    background-color: transparent !important;
}
.body-perguntas .cont-perguntas .container {
    width: 900px;
    background-color: transparent;
}
.body-perguntas .cont-perguntas .section_aks_title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    max-width: 100%;
    margin-top: -45px;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    text-align: center;
    background-color: #EDEDED;
}
.body-perguntas .cont-perguntas .box-perguntas h3 {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
}
.body-perguntas .cont-perguntas .accordion-item {
    margin: 10px 0;
    border: 0;
}
.body-perguntas .cont-perguntas .accordion-item .collapsed {
    color: #999999;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    padding-right: 80px;
}
.body-perguntas .cont-perguntas .accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    padding-right: 80px;
}
.body-perguntas .cont-perguntas .accordion-button::after {
  display: none;
}
.body-perguntas .cont-perguntas .accordion-button.collapsed .icon {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
   border: 1px solid #212121;
}
.body-perguntas .cont-perguntas .accordion-button {
    outline: none !important;
    box-shadow: none;
}
.body-perguntas .cont-perguntas .accordion-button .icon {
  border: 1px solid #978667;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 25px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.body-perguntas .cont-perguntas .accordion-button .icon::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #978667;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.body-perguntas .cont-perguntas .accordion-button .icon::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #978667;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.body-perguntas .cont-perguntas .accordion-body {
    font-weight: 500;
    font-size: 18px;
    color: #999;
    position: relative;
}
.body-perguntas .cont-perguntas .accordion-body::before {
    position: absolute;
    top: 0;
    left: 20px;
    content: "";
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #978667;
}
.body-perguntas .cont-perguntas .accordion-body P {
    margin-top: 25px;
}
.body-perguntas .cont-perguntas .section-accordion {

}
.body-perguntas .cont-perguntas .pr-frequentes {
    margin: 50px 0;
}
.form {
    height: auto;
    background-color: #52432E;
    width: 100%;
    padding: 125px 0 125px 0;
}
.form input::placeholder,
.form textarea::placeholder {
    opacity: 1;
    color: #000000;
}
.form .btn-primary {
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}
.form .txt-form {
    text-align: center;
}
.form .form__fields {
    margin: 65px auto;
    width: 1180px;
    max-width: 100%;
    font-family: "Montserrat";
}
.form .box-select {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 63px;
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}
.form textarea {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 163px;
    margin: 5px 0 0 0;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    border: none;
    border-radius: .25rem;
}
.form .box-select .option {
    margin-top: 17px;
}
.form input,
.form select {
    font-weight: 500;
    height: 63px;
}
.form h4,
.form h4 p {
    color: #978667;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: calc(1.275rem + .3vw);
}
.form h3,
.form h3 p {
    font-size: calc(1.3rem + .6vw);
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #fff;
    font-weight: 800;
}
.form p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.form button {
    font-family: #999;
    width: 100%;
    background-color: #978667;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form button:hover {
    background-color: #ffffff;
    color: #978667;
    border-color: #978667;
}
.formReseller {
    background: none;
    color: #707070;
}
.formReseller h3,
.formReseller p {
    color: #707070;
}
.branches {
    padding-top: 30px;
    font-family: "Montserrat";
}
.branches hr {
    display: inline-flex;
    color: #978667;
    width: 100%;
    height: 1px;
    opacity: 1;
}
.branches .text1 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #999;
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    font-weight: 500;
}/*
.branches p:nth-child(3n + 0) {
    margin-bottom: 90px;
}*/
.branches .text2 {
    font-size: 18px;
    font-weight: 800;
    word-wrap: break-word;
    margin-bottom: 15px;
    color: #000000;
}
.branches .text2 a {
    color: #000000;
}/*
.branches .box {
    margin-bottom: 50px;
}*/
section.holding .content-holding {
    margin: 0 auto;
    display: block;
    max-width: 1400px;
    padding: 0 20px;
}
section.holding .texto {
    max-width: 1288px;
    padding: 70px 0;
}
section.holding .texto p {
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
}
section.holding .space-images {
}
section.holding .space-images .item {
}
section.holding .space-images .item .box_img {
    padding: 0 0 60% 0;
    overflow: hidden;
}
section {
    background-color: #ededed;
    padding: 0 30px;
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    padding-bottom: 50px;
}

section.unidades {
    background-image: url("../images/background_tel_left.png"), url("../images/background_tel_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 17% auto, 17% auto;
}
section .box-search {
    background: #ededed;
    margin-top: -100px;
    margin-bottom: 50px;
}
section .box-search h3 {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    text-align: center;
}
section .box-search select {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    border: none;
}
section .localizacao {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section .localizacao-item {
    background-color: #ffff;
}
section .localizacao-item h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 23px;
    font-weight: 800;
    color: #000000;
}
section .localizacao-item h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
section .localizacao-item h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 27px;
    height: 2px;
    background: #978667;
}
section .localizacao-item .text {
    font-size: 14px;
    font-weight: 500;
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    color: #999999;
}
section .localizacao-item span {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}
section .localizacao-item h3 {
    font-size: 18px;
    font-weight: 800;
    color: #212121;
}
section .uni-info .sty-line p {
    padding-top: 10px;
}
section .uni-info .sty-line::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #978667;
    margin-bottom: 30px;
    margin-left: 0;
}
section .uni-info {
    background-color: #ffff;
}
section .localizacao-item h4 {
    background-color: #dbdbdb;
    margin: 0;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
section .btn-view-more {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
section .btn-view-more a {
    background-color: transparent;
    border: 1px solid #978667;
    border-radius: 8px;
    padding: 0;
    display: inline-block;
    width: 180px;
    height: 60px;
    color: #978667;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}
section .btn-view-more a:hover {
    background-color: #978667;
    color: #FFFFFF;
}
.cont-loc {
    justify-content: center;
    max-width: 1300px;
    margin: 60px auto 0;
}
.cont-loc .title_section {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.body-uni-det {
    background-color: #ededed;
}
.form-unidades {
    background: #ededed;
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    padding: 0;
}
.cont-unidades {
    background-color: #fff;
}
.cont-unidades,
.slider-uni-det,
.map-agencias {
    margin: 50px auto;
    max-width: 1280px;
    padding: 30px;
}
.map-agencias iframe {
    margin: 0;
    width: 100%;
    height: 350px;
}
.social-share-form {
    display: flex;
}
.social-share-form::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #978667;
    margin-bottom: 30px;
    margin-left: 0;
}
.conteudo-unidades h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}
.conteudo-unidades h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 45px;
    font-weight: 800;
    color: #000000;
}
.conteudo-unidades .text {
    font-weight: 500;
    font-size: 18px;
    color: #999999;
}
.social-share-form a {
    color: #b2b2b2;
    font-size: 25px;
}
.icon-social-share {
    margin: 15px 15px 15px 0;
}
/*p {
    color: #999999;
    font-size: 18px;
    font-weight: 500;
}*/
.tel-form {
    display: flex;
    border-bottom: 1px solid #9999;
    border-top: 1px solid #9999;
}
.tel-item {
    padding: 30px 30px 30px 0;
}
.tel-item span,
.item-wcontact span {
    font-size: 16px;
    color: #9999;
    font-weight: 500;
}
.tel-item h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
}
.tel-item h3 a,
.tel-item h3 a:hover {
    color: #000000;
}
.web-contact {
    display: flex;
    border-bottom: 1px solid #9999;
}
.item-wcontact {
    padding: 30px 30px 30px 0;
}
.item-wcontact h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.item-wcontact h3 a,
.item-wcontact h3 a:hover {
    color: #000000;
}
.cont-follow {
    display: flex;
}
.follow-social {
    padding-top: 30px;
}
.follow-social span {
    font-size: 16px;
    font-weight: 500;
    color: #9999;
}
.item-follow {
    padding: 30px 30px 30px 0;
}
.item-follow a {
    font-size: 25px;
    color: #000000;
}
.formulario-unidades form {
    height: 570px;
    background-color: #795548;
    padding: 30px 25px;
}
.formulario-cp {
    padding: 0 50px;
}
.formulario-unidades form h5 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.formulario-unidades input,
.formulario-unidades select {
    height: 63px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}
.form-control::placeholder {
    opacity: 1 !important;
    color: #000000 !important;
}
.btn-form {
    height: 63px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #978667;
    color: #fff;
    margin-bottom: 50px;
}
.cont-sliders {
    background-color: #fff;
}
.slider-uni-det h1,
.map-agencias h1 {
    font-size: 25px;
    font-weight: 400;
    color: #000000;
}
.slider-uni-det .box_slide .prev {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #978667;
    width: 33px;
    height: 33px;
    background-color: transparent;
    background-image: url('../images/stripes.png');
    background-repeat: no-repeat;
    background-position: -38px 9px;
}
.slider-uni-det .box_slide .next {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #978667;
    width: 33px;
    height: 33px;
    background-color: transparent;
    background-image: url('../images/stripes.png');
    background-repeat: no-repeat;
    background-position: -38px 9px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-news {
    min-height: 280px;
    background-color: #52432E ;
}
.header-news p {
    font-size: 26px;
    color: #978667;
}
.header-news p:nth-child(2) {
    padding-left: 20px;
    font-size: 36px;
    color: #fff;
}
.title-news {

}
.title-news .text1,
.title-news .text1 p {
    font-weight: 500;
    font-size: 26px;
    color: #978667;
    line-height: 30px;
}
.title-news .text2,
.title-news .text2 p {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 40px;
}
.cont-news {
    max-width: 1300px;
    margin: 0 auto;
}
.propy-news {
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 50%;
}
.propy-news p {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.propy-news h4 {
    margin: 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.cont-img-news figure {
    width: 446px;
    height: 295px;
}
.propy-news button {
    display: inline-block;
    height: 40px;
    width: 103px;
    background-color: #978667;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    text-decoration: none;
}
.mount-news h3 {
    word-spacing: 10px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat";
    margin: 50px 15px;
    text-transform: uppercase;
}
.mount-news .row {
    justify-content: center;
    margin: 5px;
}
.btn-select-more {
    display: flex;
    justify-content: center;
}
.btn-select-more select {
    display: none;
    background-color: #ffffff;
    height: 63px;
    font-weight: 500;
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    font-size: 20px;
    color: #978667;
    border: none;
    border-radius: 6px;
    margin-bottom: 30px;
}
.img_item {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cont-img-news {
    overflow: hidden;
    width: 446px;
    height: 295px;
}
.teste {
    width: 300px;
    height: 200px;
}
.veja-mais {
    justify-content: center;
    display: flex;
}
.cont-sidebar {
    /*padding: 225px 15px;*/
}
.cont-sidebar .sidebar-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cont-sidebar .sidebar-item ul li {
    padding: 0;
    margin: 0;
}
.cont-sidebar .sidebar-item ul a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat";
    color: #212121;
    transition: all 0.3s;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}
.cont-sidebar .sidebar-item ul li a:hover {
    color: #978667;
}
.cont-sidebar .sidebar-item {
    margin-bottom: 30px;
}
.cont-sidebar .new-item {
    margin-right: 30px;
    border-bottom: 1px solid #d8d8d8;
    font-family: "Montserrat";
}
.cont-sidebar .sidebar-title {
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 400;
}
.cont-sidebar .tags-itens ul {
    list-style: none;
    padding: 0;
}
.cont-sidebar .tags-itens ul li {
    display: inline-block;
}
.cont-sidebar .tags-itens li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #978667;
    border-radius: 50px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    background-color: #978667;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
}
.cont-sidebar .tags-itens li a:hover {
    background: #CEB783;
}
.image {
    border: 2px solid #fff;
    width: 100%;
    height: 184px;
    overflow: hidden;
}
.image img {
    width: 100%;
    height: 300;
    transition: all 2s ease-in-out;
}
.image:hover img {
    transform: scale(1.5);
    cursor: pointer;
}
.custom-item-news {
    padding: 10px;
}
.mount-news h3 a {
    color: #978667 !important;
}
.cont-chogun {
    background: #fff;
}
.social-share-noticias {
    display: flex;
}
.social-share-noticias a {
    color: #212121;
    font-size: 25px;
}
.video-yt img {
    max-width: 100%;
}
.video-yt .video {
    display: inline-block;
    width: 100%;
    position: relative;
}
.video-yt .video::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 45px;
    background-image: url('../images/stripes.png');
    background-repeat: no-repeat;
    background-position: 0 -180px;
}

.txt-noticias {

}
.chogun {
}
.chogun .txt-noticias p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: "Montserrat";
}
.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}
.box_slide {
    background-color: #ffffff;
}
.box_slide a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 60% 0;
    overflow: hidden;
}
.box_slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box_slide a:hover img {
    transform: scale(1.1);
}
.box_slide .prev {
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    right: auto;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}
.box_slide .next {
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -50px;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}
.chogun .btn-view-more {
    margin: 30px 0;
}
footer {
    background-color: #52432E;
    font-family: "Montserrat";
}


.menu_footer_eurofranchising {
  background: #FFFFFF;
  border-top: 1px solid #B5B5B5;
}

.menu_footer_eurofranchising li {
  list-style: none;
}

.menu_footer_eurofranchising a {
  font-weight: 500;
  font-size: 16px;
  color: #707070;
}

.menu_footer_eurofranchising a:hover {
  color: #000000;
}




.copyright_eurofranchising {
  background: #FFFFFF;
  border-top: 1px solid #B5B5B5;
  font-weight: 500;
  font-size: 16px;
  color: #707070;
}

.copyright_eurofranchising a {
  font-weight: 500;
  font-size: 16px;
  color: #978667;
}

.copyright_eurofranchising a:hover {
  color: #000000 !important;
}
footer .copyright {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    text-align: left;
}
footer .copyright a {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    display: inline-block;
    width: auto;
    margin: 0 5px 8px 5px;
}
footer .copyright a:hover {
    color: #000000;
}
footer ul {
    list-style: none;
    padding-left: initial;
    cursor: pointer;
}
footer li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
}
footer li a:hover {
    color: #978667;
}
footer .social-share a {
    color: #212121;
}
footer .social-share img {
    padding: 5px;
}
footer .social-share i {
    font-size: 24px;
    color: #fff;
    margin: 5px;
    border: 1.7px solid #978667;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
footer .social-share i:hover {
    background-color: #978667;
}
footer .apps-down {
    margin: 45px 0 0 0;
}
footer .apps-down p {
    color: #fff;
    font-size: 14px;
    font-family: #999;
    font-weight: 500;
    margin: 0;
    padding: 0 5px;
}
footer .apps-down img {
    max-width: 49%;
}
footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .item-footer {
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    color: #fff;
    line-height: 35px;
    font-weight: 500;
}
footer .mini-footer {
    /*font-family: "M PLUS Rounded 1c", sans-serif;*/
    background-color: #fff;
}
footer .copyright-text {
    text-align: center;
}

.developed {
  padding: 25px 0;
  font-weight: 400;
  font-size: 10px;
  color: #4D4D4D;
  line-height: 15px;
}
.developed a {
  color: #4D4D4D;
}

.developed a:hover {
  color: #E62B54;
}

.developed .container {
  width: 380px;
}

.section_be_franchise {
}
.section_be_franchise .box {
    background: #52432E;
}
.section_be_franchise .text1 {
    font-weight: 400;
    font-size: 26px;
    color: #978667;
    line-height: 30px;
}
.section_be_franchise .text2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 67px;
    color: #FFFFFF;
    line-height: 73px;
}
.section_be_franchise .text2 strong {
    font-weight: 800;
}
.section_be_franchise .text3 {
    font-weight: 400;
    font-size: 35px;
    color: #FFFFFF;
    line-height: 40px;
}
.section_be_franchise .text3 strong {
    font-weight: 800;
}
.section_be_franchise .box.bg_orange {
    background: #978667;
}
.section_be_franchise .box.bg_orange .text1 {
    color: #FFFFFF;
}
.section_be_franchise .box.bg_orange .btn_more {
    background: #52432E;
}
.section_be_franchise .box.bg_orange .btn_more:hover {
    background: #121212;
}

.section_franchise_why {
}
.section_franchise_why .container {
    width: 1100px;
}
.section_franchise_why .title {
    font-weight: 800;
    font-size: 44px;
    color: #000000;
    line-height: 50px;
    text-align: center;
}
.section_franchise_why .title strong {
    color: #978667;
}
.section_franchise_why .item {
    background: #FFFFFF;
    padding: 25px 25px 25px 120px;
    margin: 0 0 25px 0;
}
.section_franchise_why .item .text {
    font-weight: 500;
    font-size: 20px;
    color: #212121;
    line-height: 28px;
}
.section_franchise_why .item .number {
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: -43px;
    width: 130px;
    height: auto;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: 57px;
    color: #212121;
    line-height: 57px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #978667;
}

.aboutVideo {
    background: #CEB683;
  }
  .aboutVideo .item {
    min-height: 80vh;
  }
  .aboutVideo p {
    margin: 0;
  }
  .aboutVideo .play {
    display: inline-block;
    width: 54px;
    height: 50px;
    background-image: url("../images/stripes.png") !important;
    background-repeat: no-repeat;
    background-position: 1px -300px;
  }
  .aboutVideo .text1 {
    font-size: 41px;
    color: #FFFFFF;
    line-height: 45px;
  }
  .aboutVideo .text2 {
    font-weight: 700;
    font-size: 41px;
    color: #FFFFFF;
    line-height: 45px;
  }
  .aboutVideo .prev {
    cursor: pointer;
    margin: auto;
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: auto;
    width: 50px;
    height: 50px;
    background-image: url("../images/stripes.png") !important;
    background-repeat: no-repeat;
    background-position: 15px -396px;
  }
  .aboutVideo .next {
    cursor: pointer;
    margin: auto;
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    width: 50px;
    height: 50px;
    background-image: url("../images/stripes.png") !important;
    background-repeat: no-repeat;
    background-position: 15px -396px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .aboutVideo .slick-dots {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .aboutVideo .slick-dots li {
    padding: 15px 6px;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
  }
  .aboutVideo .slick-dots li button {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    position: relative;
  }
  .aboutVideo .slick-dots li.slick-active button,
  .aboutVideo .slick-dots li:hover button {
    background: #CEB683;
  }



  .reviewDealer {
    background: rgba(239, 239, 239, 0.6);
  }
  .reviewDealer .title {
    font-size: 27px;
    color: #000000;
  }
  .reviewDealer .item {
    border: 1px solid #D6D6D6;
  }
  .reviewDealer .item img {
    max-width: 100% !important;
    height: auto !important;
  }
  .reviewDealer .user {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .reviewDealer .text1 {
    font-size: 14px;
    color: #575756;
  }
  .reviewDealer .text2 {
    font-size: 14px;
    color: #575756;
  }
  .reviewDealer .prev {
    cursor: pointer;
    margin: auto;
    z-index: 5;
    position: absolute;
    top: -30px;
    bottom: 0;
    left: -30px;
    right: auto;
    width: 50px;
    height: 50px;
    background-image: url("../images/stripes.png") !important;
    background-repeat: no-repeat;
    background-position: 15px -396px;
    filter: brightness(1) invert(1);
  }
  .reviewDealer .next {
    cursor: pointer;
    margin: auto;
    z-index: 5;
    position: absolute;
    top: -30px;
    bottom: 0;
    left: auto;
    right: -30px;
    width: 50px;
    height: 50px;
    background-image: url("../images/stripes.png") !important;
    background-repeat: no-repeat;
    background-position: 15px -396px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: brightness(1) invert(1);
  }
  .reviewDealer .slick-dots {
    margin: 0;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .reviewDealer .slick-dots li {
    padding: 15px 6px;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
  }
  .reviewDealer .slick-dots li button {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #CEB683;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    position: relative;
  }
  .reviewDealer .slick-dots li.slick-active button,
  .reviewDealer .slick-dots li:hover button {
    background: #968567;
  }



  .about .textNetwork {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "AvertaStdSemibold";
    font-size: 17px;
    color: #FFFFFF;
  }
  .about .textNetwork::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 10px;
    left: -10%;
    width: 120%;
    height: 120%;
    background: #968567;
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  .about .textNetwork p {
    margin: 0;
  }
  .about .boxNetwork {
    display: inline-block;
    width: 220px;
    max-width: 100%;
  }
  .about .boxNetwork .network {
    position: relative;
    display: inline-block;
    margin: 10px 25px 10px 0;
    width: auto;
    height: auto;
  }
  .about .text1 {
    font-family: "AvertaStdSemibold";
    font-size: 18px;
    color: #575756;
  }
  
 
.bannerProduct.rectangle {
    height: 460px;
  }
  
  .bannerProduct::before {
    content: "";
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 90% 0;
  }
  .bannerProduct .boxInfos {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .bannerProduct .text1 {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 40px;
  }
  .bannerProduct .text2 {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
  }
  .bannerProduct .text2 strong {
    font-weight: 700;
  } 

  .btnGreen {
    border: none;
    background: #12ab0f;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
  }
  
  .btnGreen:hover {
    background: #158713;
    color: #FFFFFF;
  }

@media (max-width: 1500px) {

    .section_be_franchise .text2 {
        font-size: 42px;
        line-height: 47px;
    }

    .section_be_franchise .text3 {
        font-size: 28px;
        line-height: 35px;
    }

}

@media (max-width: 1300px) {

    .section_be_franchise .text2 {
        font-size: 38px;
        line-height: 45px;
    }

    .section_be_franchise .text3 {
        font-size: 24px;
        line-height: 30px;
    }

}

@media (max-width: 768px) {

    .section_be_franchise .text2 {
        font-size: 22px;
        line-height: 28px;
    }

    .section_be_franchise .text2 {
        font-size: 36px;
        line-height: 42px;
    }

    .section_be_franchise .text3 {
        font-size: 22px;
        line-height: 28px;
    }

}

@media (max-width: 576px) {

    .section_instagram .item {
        width: 50%;
    }

}

@media (max-width: 400px) {

    .aux-container {
        padding: 0 20px !important;
    }

    footer .social-share i {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

}
