@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
/* Mobile Layout: 480px and below. */
body {
	background-color: #FFF;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1rem;
}
p {
	text-align: justify;
	/*-webkit-hyphens: auto;
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 3;
	-webkit-hyphenate-limit-chars: 6 3 3;
	-webkit-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-last: always;
	-webkit-hyphenate-limit-zone: 8%;
	-moz-hyphens: auto;
	-moz-hyphenate-limit-chars: 6 3 3;
	-moz-hyphenate-limit-lines: 2;
	-moz-hyphenate-limit-last: always;
	-moz-hyphenate-limit-zone: 8%;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: 6 3 3;
	-ms-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-last: always;
	-ms-hyphenate-limit-zone: 8%;
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: always;
	hyphenate-limit-zone: 8%;*/
}
.header {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	/*-webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.47);*/
	text-align: center;
}
.logo {
	display: block;
	float: right;
	width: 80%;
	margin: 0.5em;
}
.logo-footer {
	display: block;
	float: left;
	width: 30%;
	margin: 1em;
}
#logotipos {
	text-align: center;
}
#logotipos img {
	margin: 28px 14px;
	width: 40%;
	max-width: 280px;
}
 
#cat-1,
#cat-2,
#cat-3 {
	text-align: center;
}
[class^="cats"] {
 *background-color: #093;
}
.cats,
.prods {
	text-align: center;
	margin: 0 auto 1.5em auto;
}
.prods h3 {
	margin: 0;
	padding: 0;
}
.cats a:link,
.cats a:visited {
	background-color: #FFF;
	color: #3A499C;
}
.cats a:hover {
	background-color: #3A499C;
	color: #FFF;
}
.cats a:link,
.cats a:visited,
.cats a:hover {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0.5em auto;
	padding: 0.5em 1em;
	border: solid 1px #3A499C;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.cats-img img {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 1%;
}
.cats-img img:hover {
	background-color: #3A499C;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
 [class^="prods"] {
 *box-sizing: border-box;
 *background-color: green;
}
.prods {
*border:solid 1px #000000;
}
.prods a,
.cats a {
	font-size: 1.2rem;
}
.prods-img img {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 5%;
}
.prods a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0.2em 0;
}
.prods a:link,
.prods a:visited {
	text-decoration: none;
	color: #3A499C;
}
.prods a:hover,
.prods-img img:hover {
	background-color: #3A499C;
	color: #FFF;
}
.prods-img img:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.prods p {
	text-align: center;
	color: #4D4C51;
}
.linea-naranja {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3A499C;
}
.negrita {
	font-weight: 700;
}
#titulo h1 {
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	color: #EA519B;
	font-size: 1.2rem;
	text-align: center;
	margin: 0.5em 1em;
}
#titulo,
#slogan {
	margin: 0;
	padding: 0; /*-webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.47);*/
}
#slogan {
	background-color: #3A499C;
}
#titulo h1 {
	font-weight: 700;
}
#slogan h1 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
	margin: 10px 1em;
	font-weight: 700;
}
.img-left {
	display: block;
	max-width: 200px;
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}
.galeria img {
	display: block;
	float: left;
	margin: 0.5em;
	max-height: 210px;
}
#abajo {
	text-align: center;
}
#abajo img {
	max-width: 80%;
	margin: auto;
	padding: 1em;
}
.abajo a:link,
.abajo a:visited {
	background-color: #FFF;
	color: #3A499C;
}
.abajo a:hover {
	background-color: #3A499C;
	color: #FFF;
}
.abajo a:link,
.abajo a:visited,
.abajo a:hover {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0.5em auto;
	padding: 0.5em 1em;
	border: solid 1px #3A499C;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}


/* Mobile Layout: 480px and below Landscape. */
@media only screen and (min-width: 480px) and (orientation: landscape) {
}
/* Tablet Layout: 481px to 567px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
}
/* Landscape Layout: 568px to 768px. Inherits styles from: Previous Layout. */
@media only screen and (min-width: 568px) {
}
/* Landscape Layout: 568px to 768px. Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
.logo {
	width: 50%;
}
.logo-footer {
	width: 50%;
	float: right;
}
}
/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
.linea-naranja {
	padding: 0 0 1em 0;
}
.cats a,
.prods a,
.abajo a {
	font-size: 1.4rem;
}
.prods-img img {
	width: 70%;
}
}
/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
}
/* iPhone X */
@media only screen and (min-width: 812px) and (orientation: landscape) {
}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width:1024px) and (orientation:landscape) {
.logo {
	width: 30%;
	margin-right: 1em;
}
.logo-footer {
	width: 30%;
}
.cats a,
.prods a,
.abajo a {
	font-size: 1.6rem;
}
.prods p {
	margin: 0 15%;
}
.prods-img img {
	width: 80%;
}
/* contenedores */
.productos-container,
.terapias-container {
	display: flex;
	justify-content: space-between;
	margin: 1em auto;
}
}
/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
.logo {
	width: 35%;
}
.logo-footer {
	width: 35%;
}
#titulo h1,
#slogan h1 {
	font-size: 2.4rem;
}
#abajo img {
	max-width: 77%;
}
}
/* Mac Book Air: 1440 to 990px. Landscape */
@media only screen and (min-width: 1440px) and (orientation: landscape) {
.logo {
	width: 25%;
}
.logo-footer {
	width: 25%;
}
#abajo img {
	max-width: 83%;
}
}
