/*
 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;
}

#carol-caram .dsm_icon_divider .dsm-icon-divider-after {
  width: 60%;
}
#carrossel-fotos .dsm_card_carousel .swiper-pagination-bullets {
  bottom: -40px;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 981px) {

}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 350px) {

}