html {
    background-color: rgb(230, 230, 230);
}

body {
    width: 100%;
    margin: auto;
}

.bg-main {
    background-color: #14a199;
}

.btn-main {
    background-color: #14a199;
    color: white;
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    background-color: #1C918A !important;
    color: white !important;
}


/* Servicios */
#section-servicios {
    background-image: url(../img/parque_el_loa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.servicio-icono {
	font-size: 5em !important;
    color: #14a199;
}
.servicio-icono:hover {
    color: #1F817C;
}

a.servicio-texto {
	text-decoration: none;
}

.servicio-texto {
	color:  black;
	text-align: center;
}
.servicio-texto:hover{
	color: black;
}
/* Fin Servicios */

/* Noticias */
.noticias_boton {
    width: 80%; 
    text-decoration:none;
    border-radius:1rem;
    display:block;
    font-size:1.5rem;
    color:white; 
    background-color:#14a199;
    text-align:center;
    margin-right: auto;
    margin-left: auto;
}

.noticias_boton:hover{
    background-color: orange;
    text-decoration:none;
    color:white;
}

.noticias_boton-sm{
	width: 40%;
    text-decoration: none;
    border-radius: 1rem;
    display: block;
	padding: .2rem;
    color: white;
    background-color: #14a199;
    text-align: center;
	margin-right: auto;
}

.noticias_boton-sm:hover{
    background-color: orange;
	text-decoration:none;
    color:white;
}

.noticia .btn-noticia{
	background-color: #14a199 !important;
	color: white !important;
}

.noticia .btn-noticia:hover{
	background-color: #1F817C !important;
}

.noticias_boton-xm{
	width: 25%;
    text-decoration: none;
    border-radius: 1rem;
    display: block;
	padding: .2rem;
    color: white;
    background-color: #14a199;
    text-align: center;
	margin-right: auto;
	text-decoration:none;
}
.noticias_boton-xm:hover{
    background-color: #1F817C;
	text-decoration:none;
    color:white;
}


@media screen and (min-width:300px){
	.noticia{
		border: 1px solid rgba(0,0,0,.125);
		border-radius: 0 0 5% 5%;
		margin: 0 5% 1rem 5%;
		width:100%
	}
	.noticia-imagen{
		width: 100%;
		height:300px;
	}
	.noticia-cuerpo{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media screen and (min-width:576px){
	.noticia{
		border: 1px solid rgba(0,0,0,.125);
		border-radius: 0 0 5% 5%;
		margin: 0 10% 1rem 10%;
		width:100%
	}
	.noticia-imagen{
		width: 100%;
		height:300px;
	}
	.noticia-cuerpo{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media screen and (min-width:768px){
	.noticia{
		border: 1px solid rgba(0,0,0,.125);
		border-radius: 0 0 5% 5%;
		margin: 1rem 0 1rem 0;
		width:100%
	}
	.noticia-imagen{
		width: 100%;
		height:300px;
	}
	.noticia-cuerpo{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media screen and (min-width:992px){
	.noticia{
		border: 1px solid rgba(0,0,0,.125);
		border-radius: 0 0 5% 5%;
		margin: 1rem 0 1rem 0;
		width:100%
	}
	.noticia-imagen{
		width: 100%;
		height:300px;
	}
	.noticia-cuerpo{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media screen and (min-width:1200px){
	.noticia{
		border: 1px solid rgba(0,0,0,.125);
		border-radius: 0 0 5% 5%;
		margin: 1rem 0 1rem 0;
		width:100%
	}
	.noticia-imagen{
		width: 100%;
		height:400px;
	}
	.noticia-cuerpo{
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		padding-right: 3rem;
		padding-left: 3rem;
	}
	
}
/* Fin Noticias */

/* Footer */
.footer {
    background: #14a199;
	width:100%;
	color: white;
}

a.enlace{
	color: white;
	text-decoration: none;	
}

a.enlace:hover{
	color:orange;
}
/* Fin Footer */