:root {
  --red: #D10000;
  --black: #000;
  --white: #fff;
  --grey: #7D7D7D;
}

/*Example*/
/* ==========================================================================
   LAYOUT: GENERAL
   --------------------------------------------------------------------------
*/
h1 {
  font-size: clamp(20px, 3.25vw, 52px) !important;
  line-height: 150% !important;
}

h2 {
  font-size: clamp(18px, 1.88vw, 30px) !important;
}

h3 {
  font-size: clamp(14px, 3vw, 48px) !important;
  line-height: 150% !important;
  font-weight: 700 !important;
}

h4 {
  font-size: clamp(18px, 2.5vw, 40px) !important;
  line-height: 150% !important;
  font-weight: 700 !important;
}

p {
  font-size: clamp(12px, 1.13vw, 18px) !important;
}

.column_counter span {
  font-size: clamp(20px, 3vw, 48px) !important;
}

.mcb-item-button-inner a span {
  font-size: clamp(12px, 1.13vw, 18px) !important;
}

.rasgado-1::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/betheme-child/images/rasgado1.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  bottom: 90%;
  opacity: 1;
}

.rasgado-2::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/betheme-child/images/rasgado2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  bottom: 98%;
  opacity: 1;
  z-index: 1;
}

.rasgado-3::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/betheme-child/images/rasgado1.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  bottom: 98%;
  opacity: 1;
}

.column_counter .number-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 50px;
  width: 43%;
  height: 12px;
  background: var(--red);
  z-index: -1;
}
@media (width <= 1239px) {
  .column_counter .number-wrapper::after {
    bottom: 58px;
    width: 30%;
    height: 6px;
  }
}

.mcb-item-icon_box_2-inner {
  margin: 0 !important;
}
.mcb-item-icon_box_2-inner .mfn-icon-box .desc-wrapper {
  justify-content: center;
}

h4 {
  width: max-content !important;
  position: relative;
  z-index: 1;
}

h4::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  width: 100%;
  height: 12px;
  background: var(--red);
  z-index: -1;
}
@media (width <= 1239px) {
  h4::after {
    height: 6px;
  }
}

.slider-custom .content_slider_li {
  padding: 0 9px !important;
}
.slider-custom .content_slider_li .title {
  display: none;
}
.slider-custom .content_slider_li img {
  height: 295px !important;
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}
.slider-custom .slider_pagination .slick-active a {
  border-radius: 100% !important;
  width: 12px !important;
  height: 12px !important;
  margin: 4px 8px !important;
  top: 0;
}
.slider-custom .slider_pagination .slick-active a:after {
  content: none !important;
}

p b {
  color: var(--red);
}

.grecaptcha-badge {
  bottom: 105px !important;
}

/* Scroll */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--red);
}

::-webkit-scrollbar-track-piece {
  background: var(--white);
}

/* END Scroll */
/* ==========================================================================
   LAYOUT: TOP BAR
   --------------------------------------------------------------------------
*/
@media (width >= 1240px) {
  header #Top_bar .top_bar_left {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}
@media (width >= 1240px) {
  header #Top_bar .top_bar_left .logo {
    width: 15%;
  }
}
@media (width >= 1240px) {
  header #Top_bar .top_bar_left .logo a#logo {
    width: 220px;
    height: 174px;
    aspect-ratio: 110/87;
  }
}
@media (width >= 1240px) {
  header #Top_bar .top_bar_left .logo a#logo img {
    width: 220px;
    height: 174px;
    aspect-ratio: 110/87;
    max-height: max-content !important;
  }
}
@media (width >= 1240px) {
  header #Top_bar .top_bar_left .menu_wrapper {
    width: 80%;
    bottom: 15px;
    position: relative;
  }
}
@media (width >= 1240px) {
  header #Top_bar .top_bar_left .menu_wrapper nav {
    float: right;
    background-color: transparent !important;
  }
}
header #Top_bar .top_bar_left .menu_wrapper nav ul#menu-menu-principal li:last-child a {
  background: var(--red);
}
header #Top_bar .top_bar_left .menu_wrapper nav ul#menu-menu-principal li:last-child a:hover {
  color: var(--white);
}
header #Top_bar .top_bar_left .menu_wrapper nav ul#menu-menu-principal li:last-child.current-menu-item a {
  background: var(--black);
}
header #Top_bar .top_bar_left .menu_wrapper nav ul#menu-menu-principal li:last-child.current-menu-item a span {
  color: var(--red) !important;
}
@media (width >= 1240px) {
  header #Top_bar .top_bar_left .menu_wrapper nav ul#menu-menu-principal li a {
    line-height: normal;
    padding: 0 !important;
  }
}
@media (width >= 1240px) {
  header #Top_bar .top_bar_left .menu_wrapper nav ul#menu-menu-principal li a span {
    line-height: normal;
    padding: 15px 22.5px;
  }
}
@media (width >= 1240px) {
  header #Top_bar .top_bar_left ul.social {
    width: 4%;
    text-align: center;
    bottom: 15px;
    position: relative;
  }
}
@media (width <= 1239px) {
  header #Top_bar .top_bar_left ul.social {
    display: none !important;
  }
}
header #Top_bar .top_bar_left ul.social li a i {
  color: var(--white);
}
header #Top_bar .top_bar_left ul.social li a:hover i {
  color: var(--red);
}
@media (width >= 1240px) {
  header #Top_bar.is-sticky {
    height: max-content;
  }
}
header #Top_bar.is-sticky {
  background-color: var(--black);
}
@media (width >= 1240px) {
  header #Top_bar.is-sticky a#logo {
    padding: 0px !important;
  }
}
@media (width >= 1240px) {
  header #Top_bar.is-sticky a#logo img.logo-sticky {
    max-height: -webkit-fill-available !important;
  }
}
header #Top_bar.is-sticky .top_bar_left .menu_wrapper {
  bottom: auto;
}
header #Top_bar.is-sticky .top_bar_left ul.social {
  bottom: auto;
}

/* ==========================================================================
   LAYOUT: HEADER
   --------------------------------------------------------------------------
*/
body:not(.home) header {
  background: linear-gradient(0deg, rgba(72, 71, 71, 0) 55.29%, rgba(0, 0, 0, 0.7) 100%);
}
body:not(.home) #Content::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/betheme-child/images/rasgado1.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  bottom: 100%;
  opacity: 1;
}
@media (width <= 1239px) {
  body:not(.home) #Content::before {
    bottom: 85%;
  }
}

@media (width <= 1239px) {
  .sr7-bullets {
    transform: translate(25px, -156px) !important;
  }
}

/* ==========================================================================
   LAYOUT: SUBHEADER
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   LAYOUT: FORM
   --------------------------------------------------------------------------
*/
.wpcf7-form span {
  margin-bottom: 20px;
}
.wpcf7-form .form-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (width <= 1239px) {
  .wpcf7-form .form-content {
    margin: 0 15px;
  }
}
.wpcf7-form .form-content .element-form {
  width: 42%;
}
@media (width <= 1239px) {
  .wpcf7-form .form-content .element-form {
    width: 100%;
  }
}
.wpcf7-form .form-content-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
@media (width <= 1239px) {
  .wpcf7-form .form-content-2 {
    margin: 0 15px;
  }
}
.wpcf7-form .form-content-2 .element-form {
  width: 49%;
}
@media (width <= 1239px) {
  .wpcf7-form .form-content-2 .element-form {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-text {
  color: var(--grey);
  margin-top: 20px;
  font-size: clamp(12px, 0.88vw, 14px) !important;
}
.wpcf7-form .wpcf7-text:focus {
  color: var(--grey);
}
.wpcf7-form .wpcf7-text::placeholder {
  color: var(--grey);
}
.wpcf7-form select {
  color: var(--grey);
  margin-top: 20px;
  font-size: clamp(12px, 0.88vw, 14px) !important;
}
.wpcf7-form select:focus {
  color: var(--grey);
  margin-top: 20px;
}
.wpcf7-form p:has(.wpcf7-submit) {
  text-align: center;
}
.wpcf7-form p:has(.wpcf7-submit) .wpcf7-form-control {
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wpcf7-form p:has(.wpcf7-submit) .wpcf7-submit:hover {
  background: var(--black);
}

.wpcf7-spinner {
  width: 100%;
}

.wpcf7-response-output {
  text-align: center;
}

/* ==========================================================================
   LAYOUT: FOOTER
   --------------------------------------------------------------------------
*/
footer p {
  font-size: clamp(12px, 0.88vw, 14px) !important;
}

.content-back-to-top {
  position: absolute;
  /*Back to top*/
}

.content-back-to-top #back_to_top {
  width: 30px;
  height: 30px;
  padding: initial;
  background: transparent;
  color: #fff;
  border: solid var(--white) 1px;
  bottom: 55px !important;
  right: 25px !important;
}

.content-back-to-top #back_to_top i {
  color: var(--red) !important;
  font-size: 14px;
}

.content-back-to-top #back_to_top span {
  display: none;
  color: var(--white);
  font-weight: 300;
}

.content-back-to-top #back_to_top:hover {
  width: auto;
  padding: 0 17px;
  background: var(--black);
}

.content-back-to-top #back_to_top:hover span {
  display: block;
  font-size: 15px;
}

/* ==========================================================================
   PAGE: INICIO
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   PLUGINS: SLIDER REVOLUTION
   --------------------------------------------------------------------------
*/
.mfn-main-slider span {
  position: relative;
  z-index: 1;
}
.mfn-main-slider span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 102%;
  height: 12px;
  background: var(--red);
  z-index: -1;
}
@media (width <= 1239px) {
  .mfn-main-slider span::after {
    height: 6px;
  }
}

/*# sourceMappingURL=custom-arw.css.map */
