/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.box-especialistas .bt-rosa {
	display: none !important;
}


/* Optimized images */

.img-fala01 {
	background-image: url(/wp-content/uploads/2019/02/texto-fala-01-min.jpg) !important;
}

.img-fala02 {
	background-image: url(/wp-content/uploads/2019/02/texto-fala-02-min.jpg) !important;
	color:#FFF;
}

.img-fala03 {
	background-image: url(/wp-content/uploads/2019/02/texto-fala-03-min.jpg) !important;
}

.img-recfala01 {
	background-image: url(/wp-content/uploads/2019/02/reconhecimento-fala-01-min.jpg) !important;
}

.img-recfala02 {
	background-image: url(/wp-content/uploads/2019/02/reconhecimento-fala-02-min.jpg) !important;
	color:#FFF;
}

.img-recfala03 {
	background-image: url(/wp-content/uploads/2019/02/reconhecimento-fala-03-min.jpg) !important;
}

.img-trans02 {
	background-image: url(/wp-content/uploads/2019/02/trans-dialogo-02-min.jpg) !important;
	color:#FFF;
}

.img-trans03 {
	background-image: url(/wp-content/uploads/2019/02/trans-dialogo-03-min.jpg) !important;
}

/* Dots */
 
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 1px solid #d0d0d0;
    outline: none;
    background: #fff;
	border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 0;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: ' ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    background-color: black;
	border-radius: 50%;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}