/* CSS Document */


.large {
	font-size: 3.2rem;
	margin: 2rem;
}

.round {
    color: #fff;
    width: 2.142857146875em;
    height: 2.142857146875em;
    line-height: 1.205357146875em;
    padding: .5em;
    font-size: 2.3rem;
	border-radius: 100%;
    background-color: #03a9f4;
}

.header-color {
	background-color: #659E74;
}

.footer-color {
	background-color: #659E74;
}

.text-color1 {
	color: #132E1C;
}

.color1 {	
    background-color: #132E1C;
    border-color: #132E1C;
}

.text-color2 {
	color: #659E74;
}

.color2 {	
    background-color: #659E74;
    border-color: #659E74;
}

.bordered {
    border-radius: 5px;
    padding: 24px 40px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #e0e1e1;
	margin: 20px 0 20px 0;
}

.spaced {
	margin: 10px;
}

.jumbotron {
	padding: 2rem 1rem;
    background-color: #e9ecef;
    border-radius: 0rem;
}

.locations {
	  padding: 2rem 1rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.services {
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 11%);
    border: 1px solid #E3E4E5;
}

.bg-color {
	background-color: #132E1C;
}

.telecardiologia {
    width: auto;
    background-image: url('../images/telecardiologia.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
