@import url(./fonts.css) all;

p{
    font-size: 18px;
    color: #646464;
    font-family: "Kefa", sans-serif;
	text-align: justify;
}

.font-lemonMilkLight{
    font-family: 'Lemon Milklight' , sans-serif;
}

.font-lemonMilkBold{
    font-family: 'Lemon Milkbold' , sans-serif;
}

/* HEADER */
.nav .nav-item .header-top-phone .icons,.nav .nav-item .header-top-phone a{
    color: #28a19a;
}
.nav .nav-item .header-top-phone a{
    font-size: 18px;
    font-weight: bold;
    font-family: "Segoe UI";
}
.nav .nav-item .header-top-email a{
    font-size: 14px;
    color: #646464;
    font-family: "Kefa";
}

/* END HEADER */

/* BANNER */
.text-color-green-theme{
    color: #28a19a;
}
/* END BANNER */

/* VALORES */
.cards .card-title{
    font-size: 20px;
    color: #646464;
    font-family: "Lemon Milklight" , sans-serif;
    text-align: left;
}
.cards .card-text{
    font-size:18px;
}
/* END VALORES */

/* SECTION */
.text-small-section{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0.5rem;
    font-family: "Lemon Milklight" , sans-serif;
}
.title-small-section{
    font-size: 30px;
    color: #28a19a;
    font-weight: 300;
    line-height: 1;
    font-family: "Lemon Milklight" , sans-serif;
}

#carousel-theme .owl-item img{
    height: 207.38px;
    object-fit: contain;
}
/* END SECTION */

/* CONTACTO */
.form-control:not(.form-control-sm):not(.form-control-lg){
    font-size:16px;
    font-family: "Kefa";
}
.form-group input::placeholder, .form-group textarea::placeholder{
    color:#646464
}
/* END CONTACTO */

/* FOOTER */
.menu-footer li a{
    font-size: 16px;
    color: #b8b8b8;
    line-height: 2;
    font-family: "Kefa";
}
.copy-footer{
    font-size: 16px;
    color: #b8b8b8;
    font-family: "Kefa";
}
/* END FOOTER */

/* SERVICIOS */
.cards-medical-services{
    font-family: "Lemon Milklight" , sans-serif;
}
/* END SERVICIOS */