@charset "utf-8";
#mapa{width:100%;margin-top:100px;height:600px;background-color:grey}

h2{
	font-size: 24px !important;
	text-align: left;
	margin: 20px 0px;
	display: inline-block;
	padding: 0px;
}

h3{
	font-size: 18px !important;
	font-family: "Lato", sans-serif;
	color: #696969;
	width: 100%;
	text-align: left;
	text-transform: none;
	margin-right: 13px;
}

h4{
	color: #9C9C9C;
	font-size: 20px;
	text-align: left;
	padding: 0px 0px 8px 0px;
}

h8{
	text-align: center;
	font-size: 3em;
	font-family: "lato", sans-serif;
	color: #E4E4E4;
	font-weight: bold;
}

.link {
	color: #9C9C9C;
	font-size: 18px;
	font-family: "Lato", sans-serif;
}


.link{text-decoration: none;}

.link:hover{
	color: #00AAE8;
}

hr{	margin:25px auto 50px;
	width:100%;
	float:left; 
	border:1px solid #aaa}

input[type="text"]{
	width: 100%;
	height: 36px;
	border-radius: 3px;
	padding: 2px 15px;
	box-sizing: border-box;
	font-size: 18px;
	border: 1px solid #9C9C9C;;
	color:  #9C9C9C;	
	margin-right: -2px;
	text-transform:uppercase;
}

.agenda-cont{
	width:100%;
	height:auto;
	padding: 67px 0px;;
	box-sizing: border-box;
}

.agenda-cont span, .agenda-cont p{
	color: #9C9C9C;
	font-size: 18px;
	font-family: "Lato", sans-serif;
	margin-right: 13px;
}

.agenda{
	width:80%;
	height:auto;
	margin:0px auto;
	border:2px solid #aaa;
	overflow:hidden;
	padding:40px;
	box-sizing:border-box; 
	border-radius: 2px;
	background-color: #FFFFFF;}

.agenda-title{
	width: 100%;
	margin: 0 auto;
}

.agenda-horario h3{
	margin: 13px 0px;
}

.horario{
	display: flex;
	margin-left: 33px;
}

.horario span{
	font-size: 20px;
	color: #9C9C9C;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	margin-right: 13px;
}

.agenda-search{
	width: 100%;
	display: flex;
	margin-bottom: 50px; 
}

.agenda-info{
	width: 100%;
	margin: 19px 0px;
}

.info-header{
	width: 100%;
	display: flex;
}

.info-adress, .content-suce{
	width: 45%;
	padding-right: 80px;
	box-sizing: border-box;
}

.info-tel, .content-tel{
	width: 20%;
}

.info-mail, .content-mail{
	width: 35%;
}

.cont-suce{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.content-suce h4{
	font-size: 20px;
}

.content-suce p{
	word-wrap: break-word;
    color: #9C9C9C;
	font-size: 18px;
	font-family: "Lato", sans-serif;
}

.content-suce span{
	box-sizing: border-box;
}


.item-suce{
	width: 100%;
	box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.25);
	border: 1px solid #E4E4E4;
	border-left: 4px solid #00AAE8;
	display: flex;
	padding: 15px 25px;
	margin-bottom: 22px;
	box-sizing: border-box;
	align-items: center;
	min-height: 130px;
	height: 130px;
}

.icon{
	display: none;
	margin-right: 13px;}

.icon:hover{
	color:#00AAE8;
}

.link:hover > .icon {
	color:#00AAE8;
}

.result-cont{
	display: none;
	width: 100%;
}
.result{
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_content{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 410px;
	padding: 10px;
	box-sizing: border-box;
}

.info_content h4{
	color: #00AAE8;
	font-size: 24px;
	padding: 0px 0px 4px 0px;
}

.info_content p{
	padding-bottom: 16px;
	color: #9C9C9C;
	font-size: 18px;
	font-family: "Lato", sans-serif;
}

.info_content a{
	color: #9C9C9C;
	font-size: 18px;
	font-family: "Lato", sans-serif;
	text-decoration: none;
}


.info_content a:hover > span, .info_content a:hover{
	color: #00AAE8;
}

.info_link{
	display: flex;
	padding-bottom: 8px;
}

.info_link span{
	margin-right: 13px;
}

@media only screen and (max-width:1600px){
	.agenda{width:90%}}

@media only screen and (max-width:1290px){
	.item-suce{height: 150px;}
	.agenda{width: 95%; padding: 20px;}
	.info-adress, .content-suce{padding-right: 40px;}
	.agenda-search{margin-bottom: 40px;}
	hr{margin-bottom: 40px;}}

@media only screen and (max-width:1020px){
	.agenda-cont{padding: 30px 0px;}
	.agenda{width:80%; border: none; padding: 30px;}
	.agenda-info{display: none;}
	.item-suce{border-top: 4px solid #00AAE8; border-left:1px solid #E4E4E4; flex-direction: column; justify-content: center; height: 220px;}
	.content-suce, .content-tel, .content-mail{width: 100%; margin-bottom: 20px;}
	.horario{flex-direction: column;}
	.horario span{margin-right: 0px;}
	.horario span:first-of-type{margin-bottom: 6px;}
	.content-suce{padding-right: 0;}
	.icon{display:block;}
	h4{padding: 20px 0px 4px 0px; word-wrap: break-word}
	p{font-size: 16px;}
	a{display: flex;}
}

@media only screen and (max-width:750px){
	.agenda{width:90%;}
	.agenda-cont{padding-top: 0px 0px 0px 20px;}
}

@media only screen and (max-width:630px){
	.item-suce{height: 250px}
	.agenda{width:95%;}
}

@media only screen and (max-width:450px){
	.agenda{width:100%;padding: 20px;}
	.item-suce{height: 280px}
	.link{word-break: break-all;}
}

