/*
Theme Name: Fertility Medical Group
Theme URI: https://dwone.com.br
Author: DwOne Agência Digital.
Author URI: http://dwone.com.br
Description: No Rules
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-developer-theme
Tags:themes, DwOne, Agência DwOne
*/
*{
    margin:0;
    padding:0;
    border:0;
}
#texto .owl-theme .owl-nav [class*=owl-]{
    font-size: 60px !important;
}

.div-movit{
    width: 230px;
    height: 230px;
    border-radius: 160px;
    display: block;
    
    margin-top: -30px;
    margin-left: 15px;
    position: absolute;
}
.link-movit{
    background: #fff;
    width: 240px;
    height: 240px;
    border-radius: 160px;
    display: block;
    margin-top: -26px;
    position: absolute;

}
.link-movit p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.caixa-texto-new{
    margin-top: 60px;
    color: #ffffff;
    padding: 40px;
    padding-bottom: 0;
}
.caixinha{
    background: #5778b0; border-radius: 15px; 
    max-width: 320px;
    padding-bottom: 60px;
}
.caixinha #link-a {
    border: 1px solid #fff;
   font-size: 13px !important;
    width: 220px;
    color: #fff !important;
    margin-bottom: 30px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}




#carouselNews .carousel-control-prev {
    left: -130px;
}
#carouselNews .carousel-control-next {
    right: -130px;
}

@media (max-width: 992px){
    .movit{
        margin-left: 10%;
    }.caixinha{
        margin-bottom: 60px;
    }
    
}