/*
 Theme Name:     Divi Child
 Theme URI:      https://brastub.com.br
 Description:    Tema de personalização.
 Author:         Weslley Matos
 Template:       Divi
 Version:        1.0.0
*/
 
/* Início da customização */
html, body { overflow-x: none, height: 100%; }

.hide { display: none!important; }

#rodape .et-pb-contact-message {
  display: none;
}

/*#et-main-area {
  position: relative;
  top: -100px;
}*/

.dsm_fixed_header_shrink_active .et_pb_section_1_tb_header.et_pb_section {
    background-color: rgba(255, 255, 255, .9) !important;
}
.nav li ul,
.nav li ul .menu-item {
  width: 260px;
}
.et-menu li li a {
  padding: 6px 10px;
  width: 220px;
}


/* Posição texto banner Home */
/*.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 6% 3%;
}*/

/* Sobre */
.texto-sobre strong {
  color:#ad3535;
}

/* Catálogo */
.catalogo .dsm_card {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-color: #AD3535;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}
.catalogo .dsm_card .dsm_card_image_wrapper {
  border-bottom-width: 2px;
  border-bottom-color: #AD3535;
  height: 240px;
  justify-content: center;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}
.catalogo .dsm_card .dsm_card_image {
  align-self: center;
}
.catalogo .dsm_card .dsm_card_image_background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 300ms ease;
  position: absolute;
  width: 100%;
  height: 100%;
}
.catalogo .dsm_card .dsm_card_wrapper {
  justify-content: center;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;  
}
.catalogo .dsm_card h4 {
  font-weight: 600;
  font-size: 16px;
  color: #ad3535;
}
.catalogo .dsm_card .dsm_card_description {
  font-size: 14px;
  line-height: 1.4em;
}
.catalogo .dsm_card .et_pb_button {
  padding: 0.3em 1em !important;
  font-size: 16px;
  color: #ffffff;
  background-color: #ad3535;
  border-color: #ad3535;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

/* Colunas complementos página dos produtos */
.colunas-crp .et_pb_module.et_pb_promo {
  background-color: #ad3535;
  padding-top: 20px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.colunas-crp .et_pb_module.et_pb_promo.et_pb_bg_layout_dark {
  color: #fff !important;
}
.colunas-crp .et_pb_module.et_pb_promo .et_pb_promo_description {
  padding-bottom: 20px;
  position: relative;
}
.colunas-crp .et_pb_module.et_pb_promo h2 {
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}

.equipado .et_pb_code_inner .et_pb_row {
  display: flex;
  flex-wrap: wrap;
}
.equipado .et_pb_column_1_4 {
  display: flex;
}
.equipado .dsm_card {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.equipado .dsm_card_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.equipado .dsm_card_description {
  flex-grow: 1;
  margin-bottom: 50px;
}
.equipado .et_pb_button_wrapper {
  position: absolute;
  top: 160px;
}
.equipado .dsm_card_title {
  margin-bottom: 0;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 981px) {
  .equipado .et_pb_gutters2 .et_pb_column_1_4,
  .equipado .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 22.75%;
  }
  .equipado .et_pb_gutters2 .et_pb_column,
  .equipado .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3%;
  }

}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
	  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
  .linha-conteudo {
    width:90%;
  }
  .et_pb_row_1_tb_body.linha-conteudo,
  .et_pb_row_3_tb_body.linha-conteudo,
  .et_pb_row_4_tb_body.linha-conteudo {
    max-width: 90%;
  }
  .linha-conteudo .et_pb_text_0_tb_body {
    padding-right: 30px !important;
  }
  .linha-conteudo .et_pb_text_1_tb_body,
  .linha-conteudo .et_pb_text_2_tb_body,
  .linha-conteudo .et_pb_text_4_tb_body {
    font-size: 16px;
    padding-right: 0px !important;
    line-height: 1.3em;
  }


}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .et_pb_section_0_tb_header .et_pb_column {
    width: 50%!important;
    margin-bottom: 10px;
  }
  .et_pb_section_0_tb_header .dsm_icon_list_items {
    top: 8px;
    position: relative;
  }
  .et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .equipado .dsm_card_description {
    flex-grow: 1;
    margin-bottom: 50px;
  }
  .equipado .et_pb_button_wrapper {
    position: absolute;
    top: 140px;
  }
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .catalogo .dsm_card .dsm_card_image_wrapper {
    height: 280px;
  } 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .catalogo .dsm_card .dsm_card_image_wrapper {
    height: 280px;
  }
  .equipado .dsm_card_title {
    margin-bottom: 0;
  }     
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  .catalogo .dsm_card .dsm_card_image_wrapper {
    height: 300px;
  }
  .equipado .dsm_card_description {
    flex-grow: 1;
    margin-bottom: 15px;
  }
  .catalogo .dsm_card .dsm_card_wrapper {
    height: 220px;
  }
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 350px) {
  .catalogo .dsm_card .dsm_card_image_wrapper {
    height: 240px;
  }
}