﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ite241');
  src:  url('../fonts/icomoon.eot?ite241#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ite241') format('truetype'),
    url('../fonts/icomoon.woff?ite241') format('woff'),
    url('../fonts/icomoon.svg?ite241#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-click:before {
  content: "\e902";
}
.icon-telefono:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e901";
}




body{
	background: #e1eded;
	font-family: 'Merriweather', serif;
}




#cabecera{
	width: 100%;
	float: left;
}

#cabecera-conten{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#datos{
	background: #358f8e;
	width: 100%;
	color: white;
	float: left;
}

#datos-conten{
	width: 1300px;
	margin: 0 auto;
}

#datos span{
	border: 0px solid white;
	text-align: center;
	text-shadow: 1px 1px 1px black;
	float: left;
	padding: 8px 0;
	margin: 0 60px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#datos a{
	color: white;
}

#datos span img{
	float: right;
	margin: -6px 0 0 10px;
}

.right{
	text-align: center;
	float: right !important;
	margin: 0 !important;
	padding: 4px 0 !important;
}

.right img{
	width: 30px;
	float: left;
}

#logotipo{
	width: 18%;
	float: left;
	margin: 10px 0;
}

#logotipo img{
	width: 100%;
}



#leyenda{
	border: 0px solid red;
	width: 55%;
	text-align: left;
	line-height: 33px;
	float: left;
	margin: 65px 0 0 60px;
}

#leyenda strong{
	font-size: 33px;
	color: #358f8e;
}

#leyenda span{
	font-size: 20px;
}



#menu2{
	border: 0px solid white;
	width: 20%;
	float: right;
	margin: 40px 0 0 0;
}

.menu2{
	background: #358f8e;
	width: 100%;
	text-align: center;
	color: white;
	float: left;
	padding: 10px 0;
	margin: 0 0 7px 0;
}




#menu{
	background: #358f8e;
	width: 100%;
	float: left;
}

#menu-r{
	background: #358f8e;
	width: 100%;
	text-align: center;
	color: white;
	float: left;
	padding: 10px 0;
	cursor: pointer;
	display: none;
}

#menu a{
	text-decoration: none;
}

#menu-conten{
	border: 0px solid red;
	width: 1300px;
	margin: 0 auto;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	width: 12.5%;
	float: left;
}

.menu{
	border-right: 1px solid white;
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: white;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tres{
	padding: 2px 0 3px;
}
.uno{
	border-left: 1px solid white;
	padding-top: 17px;
	padding-bottom: 17px;
}




#efecto{
	width: 100%;
	float: left;
}




#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
	margin: 30px 0;
}

#pagina a{
	color: black;
}

.parte{
	width: 100%;
	float: left;
	margin: 35px 0;
}

.seccion{
	background: #f7f7f7;
	width: 61%;
	color: #358f8e;
	font-size: 18px;
	line-height: 33px;
	padding: 10px;
	float: left;

	border-radius: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.seccion strong{
	color: black;
}

.imagen-seccion{
	width: 35%;
	font-size: 17px;
	line-height: 22px;
	float: left;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}


.grande{
	width: 100% !important;
	margin: 0 !important;
}


.titulo{
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 33px;
	float: left;
	margin: 0 0 20px 0;
}

.titulo span{
	font-size: 22px;
	color: gray;
}


.circulo{
	background: white;
	width: 23%;
	margin: 0 1% 20px;
	float: left;
	padding: 12px 0;

	transition:all 0.2s;
}

.circulo:hover{
	background: #358f8e;
	color: white;
}

.titulo-circulo{
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	float: left;
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.mitad{
	background: white;
	width: 48%;
	color: #358f8e;
	font-size: 18px;
	line-height: 33px;
	float: left;
	padding: 15px;
	margin: 0 1%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.imagenes{
	width: 100%;
	float: left;
}

.imagenes img{
	width: 45%;
	margin: 0 2.5% 30px;
	display: inline-block;
}

.m{
	width: 45%;
	margin: 0 2.5% 30px;
	float: left;
}

.m img{
	width: 100%;
	display: inline-block;
}


#footer{
	background: #358f8e;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	width: 50%;
	line-height: 22px;
	color: white;
	float: left;
	padding: 25px 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer img{
	width: 50px;
}

.seccion-footer strong{
	font-size: 22px;
}

.seccion-footer a{
	color: white;
}


#contacto-mujer{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 390px;
}


@media screen and (max-width: 1300px){
	#cabecera-conten, #menu-conten, #wrapP, #footer-conten, #datos-conten{
		width: 100%;
	}
	#menu-conten ul li{
		width: 25%;
	}

	#contacto-mujer{
		display: none;
	}
}
@media screen and (max-width: 1000px){
	#datos{
		border: 0px solid red;
		position: relative;
		width: 100%;
		float: left;
	}
	#leyenda{
		margin-top: 20px;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 28%;
	}
	#leyenda{
		width: 70%;
		margin-left: 10px;
	}
	#menu2{
		width: 100%;
	}
	.menu2{
		width: 33.33%;
	}
}
@media screen and (max-width: 800px){
	.d800{display: none;}
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	#datos p{
		width: 100% !important;
		text-align: center;
		padding: 8px 5px 4px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 700px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 80% !important;
		margin: 10px 0 0 0 !important;
	}
}
@media screen and (max-width: 600px){
	.circulo{
		width: 48%;
	}

	.seccion-footer{
		width: 100%;
	}

	.mitad, .m{
		width: 100%;
		margin: 0;
	}

	.imagenes img{
		width: 80% !important;
		margin: 0 10% 30px !important;
	}
	#datos span{
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 550px){
	.d550{
		display: none;
	}
}
@media screen and (max-width: 500px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 70%;
	}
	#leyenda{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}

	.circulo{
		width: 98%;
	}
}










