#sectionA a{
    background-color: #ffffff;
    display: block;
    border-radius: 15px;
    padding: 15px 0px;
    font-size: 14px;
}

#sectionA a img{
    width:50px;
    margin-bottom:20px;
}
.sizedot img{
    width: 14px;
    height: 14px;
}
.sizedot30 img{
    width : 20px;
    height: 20px;
}
.bg1{ 
    background-image: url(../img/log-decoraciona.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.bg2{ 
    background-image: url(../img/fondo1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.bg3{
    background-image: url(../img/insumosmedicos.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.bg4{
    background-image: url(../img/bg-laboratorio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.bg5{
    background-image: url(../img/fondopsicologia.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 115%;
}

.bg6{
    background-image: url(../img/adornonutricion.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 85%;
}

.bg7{
    background-image: url(../img/bg-nutricion.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 80%;
    background-color: #ffffff;
}

.arrowright{
    background-image: url(../img/arrowright.png);
    background-repeat: no-repeat;
    background-position: left; 
}

.fa-circle-dot{
    color: #55a529
}
#contactanos a img{width:55px}
#contactanos a{
    font-size:20px;
}

@media (max-width: 576px) {
    .arrowright, .bg4{ background-image: none; }
    .bg6{ 
        background-position: bottom right;
        background-size: auto 45%;
    }

    .bg7{
        background-position: 100% 70%;
    }

    .bg5 { 
        background-size: 100% 95%;
    }
}