@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;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 {
	font-size: 62.5%;
    height: 100%;
    overflow-x:hidden;
    overflow-y:scroll;
}

body {
	font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#000;
	min-height:100%;
	background: #fff;
	overflow:hidden;
}

:focus {
	box-shadow: 0 0 0 2px #FFCC29;
}
.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 */
}

.page {
	font-size: 1rem;
	padding: 0 3.5rem;
	max-width: 1170px;
	margin: 0 auto;
	clear:both;
}

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

.bt {
	display: inline-block;
	line-height: 3.8rem;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	background: #FFCC29;
	color: #000;
	font-size: 1.4rem;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
}

#superWrapper {
	width: 100vw;
	overflow: hidden;
	position: relative;
}
.section {
	position: relative;
	box-sizing: border-box;
}
@media (min-width: 960px) {
	.section {
		height: 100vh;
	}
}
.section .page {
	position: relative;
	min-height: 100%;
}
@media (min-width: 960px) {
	.section .page .content {
		position: absolute;
		left: 3.5rem;
		top: 50%;
		transform: translateY(-50%);
		width: 60%;
		box-sizing: border-box;
	}
}
.img {
	position: absolute;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (min-width: 960px) {
	.img {
		right: 0;
		top: 0;
		width: 55%;
		height: 100%;
	}
}

#header {
	padding: 4rem 0;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
}
#header h1 {
	display: inline-block;
	position: relative;
}
#header h1 img {
	height: 3.5em;
	display: block;
}
#header h1:after {
	content: '';
	position: absolute;
	left: 98%;
	top: 50%;
	transform: translateY(-52.5%);
	height: .85em;
	background: #FFCC29;
	width: 100vw;
}

#featured {
	padding-top: 11.5rem;
	padding-bottom: 0;
}
#featured h2 {
	font-size: 6.5rem;
	font-weight: bold;
	width: 7em;
	letter-spacing: -.025em;
	word-spacing: -.2em;
	line-height: .95em;
	margin-bottom: 2rem;
	position: relative;
}
#featured h2:after {
	content: '';
	position: absolute;
	right: 25%;
	bottom: 0;
	height: .2em;
	width: 50vw;
	border: solid 2px #FFCC29;
	border-radius: 3px;
	z-index: -1;
}
#featured p {
	font-size: 1.8rem;
	line-height: 1.4em;
	margin: 2rem 0;
}
#featured h3 {
	font-size: 0;
	margin-left: -.5rem;
}
#featured h3 span {
	text-indent: 0;
	font-size: 2rem;
	text-transform: uppercase;
	display: inline-block;
	padding: 1rem 1.5rem;
	background: #FFCC29;
	margin: .5rem;
	font-weight: bold;
}
#featured p + h3 span {
	background: #000;
	color: #FFCC29;
}
@media (min-width: 960px) {
	#featured .img {
		top: -11.5rem;
		height: auto;
		bottom: 0;
	}
	#featured p {
		text-indent: -3rem;
	}
	#featured h3 {
		text-indent: 3rem;
	}
	#featured p + h3 {
		text-indent: -2rem;
	}
}

@media (max-width: 959px) {
	#featured .img {
		width: auto;
		top: 50%;
	}
	#featured h2 {
		font-size: 7.5vw;
		width: auto;
	}
	#featured h2:after {
		width: 100vw;
		right: 10%;
	}
	#featured p {
		font-size: 1.6rem;
		margin: 1rem 0;
	}
	#featured h3 span {
		font-size: 1.6rem;
		margin: .25rem;
		font-weight: bold;
	}
	#featured {
		padding-bottom: 40vh;
	}
	#featured .img {
		left: 0;
		bottom: 0;
		right: 0;
	}
}

#main h2 {
	font-size: 3.4rem;
	font-weight: 300;
	margin-bottom: 2rem;
	position: relative;
}
#main h2:before {
	content: '';
	position: absolute;
	left: -.5rem;
	bottom: 0;
	height: 1rem;
	width: 100vw;
	background: #FFCC29;
	z-index: -1;
}
#main h3 {
	font-size: 2.4rem;
	margin-bottom: 2rem;
	font-weight: bold;
}
#main p + h3 {
	margin-top: 8rem;
	position: relative;
}
#main p + h3:before {
	content: '';
	position: absolute;
	left: 0;
	width: 45vw;
	border-top: solid 2px #FFCC29;
	top: -4rem;
}
#main p,
#main ul {
	font-size: 1.5rem;
	line-height: 1.4em;
	margin-bottom: 2em;
	position: relative;
}
#main ul li {
	margin-bottom: .5em;
	position: relative;
}
#main ul li:before {
	content: '';
	position: absolute;
	left: -.5rem;
	width: 1rem;
	height: 1rem;
	top: .5em;
	background: #FFCC29;
	z-index: -1;
}
@media (min-width: 960px) {
	#serviciosA .img {
		left: 0;
		right: auto;
	}
	#serviciosA .content {
		right: 3.5rem;
		left: auto;
		background: #fff;
		z-index: 10;
		padding: 5rem 5rem 3rem;
	}
}
@media (max-width: 959px) {
	#serviciosA .page {
		padding-top: 3rem;
		padding-bottom: 40vh;
	}
	#serviciosA .img {
		height: 40vh;
		height: calc(40vh - 1rem);
		left: 0;
		bottom: 0;
		right: 0;
	}
}
@media (min-width: 960px) {
	#serviciosB {
		position: relative;
		z-index: 10;
	}
	#serviciosB .content {
		width: 35%;
	}
}
@media (max-width: 959px) {
	#serviciosB .page {
		padding-top: 3rem;
		padding-bottom: 40vh;
	}
	#serviciosB .content {
		position: relative;
	}
	#serviciosB .content:before {
		content: '';
		position: absolute;
		left: -2rem;
		right: -2rem;
		top: -4rem;
		height: 4rem;
		background: #fff;
	}
	#serviciosB .img {
		height: 40vh;
		height: calc(40vh - 1rem);
		left: 0;
		bottom: 0;
		right: 0;
	}
}
#footer {
	padding: 4rem 0;
	background:#FFCC29;
}
@media (min-width: 960px) {
	#footer {
		height: 50vh;
		margin-top: -4rem;
		padding: 8rem 0;
	}
}
#footer h2 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
#footer p {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
#footer p strong {
	text-transform:uppercase;
	font-size: .8em;
}
#footer p:last-child {
	margin-top: 4rem;
	position: relative;
	display: inline-block;
}
#footer p:last-child:before {
	content: '';
	position: absolute;
	right: 50%;
	width: 50vw;
	border-top: solid 1px #000;
	top: -2.5rem;
}
#footer p a {
	display: inline-block;
	margin-right: 2rem;
}
@media (max-width: 960px) {
	html {
		font-size: 50%;
	}
}
#wapp {
	position: fixed;
}

#bt_contactar {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	z-index: 999;
	background: #FFCC29;
	border: solid 1px #000;
	color: #000;
	font-size: 2rem;
	border-radius: 10rem;
}

.modal {
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.05), 0 2px 10px 0 rgba(0,0,0,.05), 0 3px 15px 0 rgba(0,0,0,.05);
	padding: 4rem;
	border-radius: .5rem;
}
.form .field {
	padding-bottom: 2rem;
}
.form .status,
.form .field.error div {
	font-size: 1.2rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	border-left: solid 2px #111;
	padding-left: 1rem;
}
.form .field.error > div {
	border-left-color: #f02;
	margin-bottom: 0;
}
.form .field .fieldMsg,
.form .formMsg {
	font-size: 1.2rem;
	padding: 1rem;
	margin: .5rem 0;
	background: #eee;
	border:solid 1px transparent;
	text-align: left;
	border-radius: .3rem;
	border-color: #cc2929;
	background: #ffcccc;
}
.form .formMsg i {
	display: inline-block;
	margin-right: 1em;
	color: #cc2929;
}
.form .formMsg {
	margin: -2rem 0 3rem;
}
.form .fieldMsg,
.form .formMsg {
	display: none;
}
.form .fieldMsg.visible,
.form .formMsg.visible {
	display: block;
}
.form label {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #aaa;
	margin-bottom: 1rem;
	display: block;
	position: relative;
	padding-left: 2.3rem;
	text-indent: -2.3rem;
}
.form label * {
	text-indent: 0;
}
.form input:not([type="submit"]),
.form select,
.form textarea {
	font-size: 1.5rem;
	border: solid 1px #ccc;
	border-radius: .3rem;
	display: block;
	padding: 1rem;
	line-height: 2rem;
	width: 100%;
	box-sizing: border-box;	
}
.form select {
	height: 4.2rem;
}

#modalWrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9100;
	background: rgba(40,40,40,.5);
	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 {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: transform 50ms ease;
	transform: scale(.5) translate(-50% , -55%);
	max-width: 60rem;
	z-index: 20;
	display: none;
}
.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%);
}
.modal {
	padding: 0;
	width: 90%;
	text-align: left;
}
.modalHeader {
	padding: 2.5rem 3.5rem 1.5rem;
	border-radius: .5rem .5rem 0 0;
	position: relative;
}
.modalHeader h3 {
	font-size: 3rem;
	margin: -2.5rem -3.5rem 1.5rem;
	background: #FFCC29;
	padding: 2.5rem 3.5rem 0;
	color: #000;
	font-weight: bold;
}
.modalHeader p {
	font-size: 1.4rem;
}
.modalContent {
	padding: 1rem 3.5rem;
	box-sizing: border-box;
	margin-bottom: 2rem;
}
.modalContent .row:last-child {
	margin-bottom: 2rem;
}
.modalFooter {
	text-align: right;
	padding: 2.25rem 4rem 3rem;
	min-height: 4.8rem;
	position: relative;
	background: #fff;
	border-radius: 0 0 .5rem .5rem;
	margin-top: -2rem;
	border-top: solid 1px rgba(0,0,0,.1);
}
.modalFooter:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 2rem;
	top: 0;
	right: 2rem;
	height: 10px;
	background: #fff;
	box-shadow: 0 0 1.5rem 0 rgba(0,0,0,.2);
}