@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {

	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 100%;
}

.modulo-servicio{
	background-color: #F2F2F2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 10px;
	min-height: 220px;
	margin-bottom: 20px;
}

.cont-descripcion{
	padding: 20px;
}



.titulo-servicio{
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF6600;
}

.cta-texto{
	color: #ffffff;
	font-weight: bold;
}

.descripcion{
	padding-top: 10px;
}

.cta-servicio{
	background-color: #FF6600;
	padding: 10px 20px 10px 20px;
	border-radius: 0px 0px 10px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
}

.cta-servicio:hover{
	background-color: #ffffff;
}

.cta-servicio .icono img{
	filter: brightness(0) invert(1);
}

.cta-servicio:hover .icono img{
	filter: none;
}

.cta-servicio:hover .cta-texto{
	color: #FF6600;
	font-weight: bold;
}

.contacto-items{
	width: 100%;
	padding: 10px 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: #F1F1F1;
}

.contacto{
	width: 100%;
	margin: 5px 0px;

	text-align: center;
}


.panel-group .panel {
	border: 0px!important;
}

.titulo-situacion{
	color: #707070;
	font-weight: 700;
	padding: 15px 0px ;
	font-size: 1.8rem;
}
.titulo-situacion span{
	font-weight: lighter;
}

.descripcion-situacion{
	padding: 0px 0px 20px 0px;
}


@media only screen and (max-width:350px) {



}

@media only screen and (min-width:351px) and (max-width:480px) {

	
}

@media only screen and (min-width:481px) and (max-width:650px) {
	

}

@media only screen and (min-width:651px) and (max-width:768px) {


}

@media only screen and (min-width:769px) and (max-width:1030px) {
	




}

@media only screen and (min-width:1031px) and (max-width:1240px) {



}