@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&family=Noto+Sans:wght@100;400;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
    height: 100%;
    overflow-x:hidden;
	overflow-y:scroll;
}
@media (max-width: 960px) {
	html {
		font-size: 87.5%;
	}
}

body {
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#333;
	height:100%;
	background: #eee;
}
@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: 12px;
	}
	::-webkit-scrollbar-track {
	  background: none;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #00000020; 
	  border-radius: 50px;
	  box-shadow:inset 0 0 0 4px #eee;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #00000040; 
	}
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

@media (max-width: 960px) {
	#mobWrapper {
		position: relative;
		overflow: hidden;
		min-height: 100%;
		width: 100%;
	}
}

.section {
	padding: 7rem 0;
}
.page {
	font-size: 1rem;
	padding: 0 3.5rem;
	max-width: 1170px;
	margin: 0 auto;
	clear:both;
}
.row {
	margin: 0 -3.5rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
.row + .row {
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 3.5rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col {
		display: inline-block;
		vertical-align: top;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
}
@media (max-width: 959px) {
	.col + .col {
		margin-top: 3.5rem;
	}
}

a i {
	line-height: inherit!important;
}
svg {
	width: auto;
	height: auto;
}
svg,
img {
	max-width: 100%;
}

.bt {
	display: inline-block;
	line-height: 3rem;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	background: #0f3761;
	color: #fff;
	font-size: ¨.875rem;
	border-radius: 2rem;
	transition: all 250ms cubic-bezier(.7,0,.3,1);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Miriam Libre', sans-serif;
}

#modalWrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9100;
	background: rgba(0,0,0,.75);
	opacity: 0;
	visibility: hidden;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
}
#modalWrapper.visible {
	opacity: 1;
	visibility: visible;
}
#modalWrapper > .bt_modalClose {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.modal {
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: transform 50ms ease;
	transform: scale(.5) translate(-50% , -0%);
	max-width: 60rem;
	z-index: 20;
	display: none;
	width: 90%;
	text-align: left;
}
.modal.modal_img {
	width: auto;
	max-width: 80%;
	max-height: 80%;
	padding: 1rem;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1rem 2rem -1rem rgba(0,0,0,.75);
}
.modal.modal_img img {
	max-width: 100%;
	max-height: 80vh;
	display: inline-block;
}
.modal.modal_img a {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
	left: 0;
}
.modal.modal_img a + a {
	left: auto;
	right: 0;
}
.modal.modal_img a i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
	font-size: 2rem;
	color: #fff;
	transition: all 200ms cubic-bezier(.7,0,.3,1);
	opacity: 0;
}
.modal.modal_img a + a i {
	left: auto;
	right: 2rem;
}
.modal.modal_img a:hover i {
	opacity: 1;
}
.modal .bt_modalClose {
	position: absolute;
	top: -3rem;
	right: 0;
	line-height: 3rem;
	color: #fff;
	font-size: 1.2rem;
}
#modalWrapper.visible .modal {
	transform: scale(1) translate(-50% , -50%);
}
.modalAside {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	background: #eee;
	font-size: 1rem;
	padding: 2.25rem 2.5rem;
	box-sizing: border-box;
	border-radius: .25rem 0 0 .25rem;
	height: 70vh;
	overflow-x: hidden;
	overflow-y: scroll;
}
.modalAside h3 {
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
	color: #86200c;
}
.modalAside h4 {
	font-weight: bold;
	margin-bottom: 1rem;
	color: #461e1e;
	font-size:1.125rem;
}
.modalAside h5 {
	text-transform: uppercase;
	font-size: .875rem;
	margin-bottom: .75rem;
	font-weight: bold;
}
.modalAside ul {
	margin-bottom: 1.75rem;
}
.modalAside li {
	margin-bottom: .75rem;
	position: relative;
}
.modalAside li:before {
	content: '—';
	color: #ccc;
	position: absolute;
	right: 100%;
	margin-right: .25rem;
}
.modalAside *:last-child {
	margin-bottom: 0;
}
.modalContent {
	display: inline-block;
	height: 70vh;
	vertical-align: top;
	width: 70%;
	background: #fff;
	font-size: 1rem;
	padding: 2.25rem 2.5rem;
	box-sizing: border-box;
	border-radius: 0 .25rem .25rem 0;
}

.form {
}
.form .field {
}
.form .field label {
}
.form .field input,
.form .field select,
.form .field textarea {
}
.form .field.error > div {
}

body {
	text-align: center;
	position: relative;
}
#header {
	padding: 2rem 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	background-size: cover;
}
#header svg {
	height: 3rem;
	position: relative;
	z-index: 50;
}
#bt_menu {
	display: none;
}
#header ul {
	font-size: 0;
	line-height: 3rem;
	margin-top: -3rem;
	width: 100%;
}
#header ul li {
	display: inline-block;
	box-sizing: border-box;
	font-size: 1rem;
	color: #fff;
	text-align: right;
}
#header ul li a {
	font-weight: 100;
	width: 7.5rem;
	display: block;
}
#header ul li:nth-child(3) {
	padding-right: 10rem;
}
#header ul li + li + li + li {
	text-align: left;
}
#header ul li:nth-child(4) {
	padding-left: 10rem;
}

.featured {
	padding: 0;
}

.bt_whatsapp {
	display: block;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 2rem;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	font-size: 1.5rem;
	z-index: 999;
	background: #86200c;
	color: #fff;
}

.featured {
	font-size: 0;
}
.sliderWrapper {
	position: relative;
	padding-bottom: 46.875%;
}
.slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.featured .slide {
	float: left;
	width: 100%;
	height: 100%;
}
.featured .slide a.bt_scroll {
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	bottom: 2rem;
	font-size: 2rem;
	color: #fff;
}

.section.bg {
	background: #0d2640 url(../images/texture.jpg) no-repeat center center;
	color: #fff;
}
.section h2 {
	font-size: 2.8rem;
	line-height: 1.4em;
}
.section h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #461e1e;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
}
.section h3:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 5rem;
	border-bottom: solid 1px currentColor;
}
.section p {
	line-height: 1.4em;
}
.section p + .bt {
	margin-top: 2rem;
}

#intro {
	padding-bottom: 11rem;
}

#gallery {
	white-space: nowrap;
	overflow: hidden;
	padding: 1rem;
	margin: -7rem -3rem;
	cursor:grab;
}
#gallery a {
	display: inline-block;
	margin: 0 1rem 0 0;
	padding: .5rem;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 .5rem 1rem -.5rem rgba(0,0,0,.5);
	overflow: hidden;
	position: relative;
	width: 14rem;
	height: 10rem;
	cursor:grab;
}
#gallery a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
#gallery a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: solid .5rem #fff;
	z-index: 20;
}

#historia {
	padding-top: 11rem;
	background: url(../images/historia.jpg) no-repeat center center;
	background-size: cover;
}
#historia p {
	font-size: 1.4rem;
	line-height: 1.8em;
	max-width: 70rem;
	margin: 0 auto;
}
#historia p + p {
	margin-top: .7em;
}

#genetica {
	background: #081726 url(../images/genetica-bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}
#genetica h3 {
	color: #fff;
}
#genetica p {
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}
#genetica .bt {
	background: #86200c;
}

#remates {
	background: #fafafa url(../images/remates-bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

#contacto {
	padding-bottom: 0;
	background-position: center top;
}
#contacto .page {
	padding-bottom: 4rem;
}
#contacto h3 {
	color: #fff;
}
#contacto h4 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
#contacto p {
	margin-bottom: .5rem;
}
#contacto p a {
	display: inline-block;
	margin: 0 .75rem;
}
#contacto p a i {
	margin-right: .25rem;
	opacity: .5;
}
#contacto ul {
	margin-top: 2rem;
}
#contacto ul li {
	display: inline-block;
	margin: 0 1rem;
	opacity: .5;
	font-size: 2.5rem;
}

#modal_genetica {
	max-width: 100%;
}
#modal_genetica .modalAside,
#modal_genetica .modalContent {
	height: 85vh;
}
#modal_genetica .modalAside {
	border-left: solid 5px #86200c;
}
#modal_genetica .modalContent {
	position: relative;
}
.arbolGenetico {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: 90%;
	font-size: 0;
}
.arbolGenetico_close {
	display: none;
}
.arbolGenetico {
	font-size: 1rem;
}
.arbolGenetico p {
	width: 50%;
	font-size: 1em;
	position: relative;
	border-radius: 3px;
	padding: .5em;
	box-sizing: border-box;
	border-left: solid 3px transparent;
}
.arbolGenetico p:before {
	content: '';
	position: absolute;
	right: 100%;
	width: 25%;
	margin-right: .5em;
	border-top: solid 1px #ccc;
	top: 1em;
}
.arbolGenetico p:after {
	content: '';
	position: absolute;
	right: 125%;
	margin-right: .5em;
	height: 1em;
	border-left:solid 1px #ccc;
	top: 1em;
}
.arbolGenetico p.l3 + p.l2:after,
.arbolGenetico p.l4 + p.l3:after {
	height: 3.5em;
}
.arbolGenetico p.l4 + p.l3 + p.l2:after {
	height: 6em;
}
.arbolGenetico p.l4 + p.l2:after {
	height: 8.5em;
}
.arbolGenetico p.l1 + p.l2:after,
.arbolGenetico p.l2 + p.l3:after,
.arbolGenetico p.l3 + p.l4:after,
.arbolGenetico p.l1 + p.l3 + p.l2:after,
.arbolGenetico p.l2 + p.l4 + p.l3:after,
.arbolGenetico p.l4 + p.l3 + p.l2:after {
	top: auto;
	bottom: .95em;
}
.arbolGenetico p.l1:before,
.arbolGenetico p.l1:after {
	display: none;
}

.arbolGenetico p + p {
	margin-top: .5em;
}

.modalAside a.active {
	color: #04477b;
}
.arbolGenetico p {
	border-left-color: #1980d2;
}
.arbolGenetico p {
	transition: all 200ms cubic-bezier(.7,0,.3,1);
}
.arbolGenetico p a:hover {
	color: #1980d2;
}
.arbolGenetico p a i {
	opacity: .5;
	margin: 0 .25em;
}
.arbolGenetico p.l1 {
	font-weight: bold;
	background: #1980d244;
}
.arbolGenetico p.l2 {
	background: #1980d233;
}
.arbolGenetico p.l3 {
	background: #1980d222;
}
.arbolGenetico p.l4 {
	background: #1980d211;
}
.modalAside .rojo a.active {
	color: #86200c;
}
.arbolGenetico.rojo p {
	border-left-color: #86200c;
}
.arbolGenetico.rojo p.l1 {
	background: #86200c44;
}
.arbolGenetico.rojo p.l2 {
	background: #86200c33;
}
.arbolGenetico.rojo p.l3 {
	background: #86200c22;
}
.arbolGenetico.rojo p.l4 {
	background: #86200c11;
}

.arbolGenetico.ag_2 p.l2 {
	margin-left: 40%;
}

.arbolGenetico.ag_3 p.l3 {
	margin-left: 50%;
}
.arbolGenetico.ag_3 p.l2 {
	margin-left: 25%;
}

.arbolGenetico.ag_4 p {
	width: 40%;
}
.arbolGenetico.ag_4 p.l4 {
	margin-left: 60%;
}
.arbolGenetico.ag_4 p.l3 {
	margin-left: 40%;
}
.arbolGenetico.ag_4 p.l2 {
	margin-left: 20%;
}
.arbolGenetico p.l2 a i {
	float: right;
}



.arbolGenetico {
	opacity: 0;
	visibility: hidden;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.arbolGenetico.visible {
	opacity: 1;
	visibility: visible;
}

#footer {
	padding: 3rem 0;
	background: #111;
	color: #aaa;
}
#footer p {
	font-size: .75rem;
}

@media (max-width: 960px) { 
	#header svg {
		height: 2.5rem;
	}
	#header ul {
		display: none;
	}
	.featured.section {
		padding: 3.375rem 0 0;
	}
	.sliderWrapper {
		padding-bottom: 70%;
	}
	.slide img {
		width: auto;
		max-width: 1000%;
		height: 100%;
	}
	.slide:nth-child(1) img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.slide:nth-child(2) img,
	.slide:nth-child(3) img {
		position: absolute;
		top: 0;
		right: 0;
	}
	.section {
		padding: 3rem 0;
	}
	.section h2 {
		font-size: 2rem;
	}
	.section h3 {
		font-size: 2.25rem;
	}
	#intro {
		padding-bottom: 5rem;
	}
	#gallery {
		overflow-x: auto;
		font-size: .5rem;
		margin: -8em 0;
	}
	#gallery a {
		width: 14em;
		height: 10em;
	}
	#historia {
		padding-top: 5rem;
	}
	#historia p {
		font-size: 1rem;
	}
	.modalAside {
		display: block;
		width: auto;
	}
	.arbolGenetico {
		font-size: .75rem;
	}
	#modal_genetica .modalAside {
		border: none;
		border-top: solid 5px #86200c;
		border-radius: .25rem;
	}
	#modal_genetica .modalContent {
		display: block;
		width: auto;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 30;
		border-radius: .25rem;
		background: #fafafa;
	}
	#modal_genetica .modalContent.visible {
		opacity: 1;
		visibility: visible;
	}
	.arbolGenetico_close {
		position: absolute;
		left: 1rem;
		top: 1rem;
		z-index: 40;
		display: block;
		color: #aaa;
	}
}