/* CSS Document */
@font-face {
    font-family:'Atyp Text Semibold';
    src: url('fonts/Atyp-Text-Semibold.eot');
	src: url('fonts/Atyp-Text-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Atyp-Text-Semibold.woff2') format('woff2'),
		url('fonts/Atyp-Text-Semibold.woff') format('woff'),
		url('fonts/Atyp-Text-Semibold.ttf') format('truetype'),
		url('fonts/Atyp-Text-Semibold.otf') format('opentype'),
		url('fonts/Atyp-Text-Semibold.svg#Atyp Text Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Atyp Display';
    src: url('fonts/Atyp-Display.eot');
	src: url('fonts/Atyp-Display.eot?#iefix') format('embedded-opentype'),
		url('fonts/Atyp-Display.woff2') format('woff2'),
		url('fonts/Atyp-Display.woff') format('woff'),
		url('fonts/Atyp-Display.ttf') format('truetype'),
		url('fonts/Atyp-Display.otf') format('opentype'),
		url('fonts/Atyp-Display.svg#Atyp Display') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Atyp Display Bold';
    src: url('fonts/Atyp-Display-Bold.eot');
	src: url('fonts/Atyp-Display-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Atyp-Display-Bold.woff2') format('woff2'),
		url('fonts/Atyp-Display-Bold.woff') format('woff'),
		url('fonts/Atyp-Display-Bold.ttf') format('truetype'),
		url('fonts/Atyp-Display-Bold.otf') format('opentype'),
		url('fonts/Atyp-Display-Bold.svg#Atyp Display Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

.jumbotron {
	background:#214B39;
	margin-bottom: 0;
	padding-top: 45px;
	padding-bottom: 80px;
}
.jumbotron h1 {
	font-family:'Atyp Text Semibold', Verdana, "sans-serif";
	color: #FFF;
	font-size: 63px;
	line-height: 98%;
	font-weight: 600;
}
.jumbotron .bg-llave {
	background-image: url("../images/camaron_zzz.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.logo {
	margin-bottom: 112px;
}
.jumbotron h1 strong {
	color: #54CFA8;
	font-weight: 600;
}
.jumbotron h2 {
	font-family:'Atyp Text Semibold',Verdana, "sans-serif";
	font-size: 62px;
	font-weight: 600;
	color: #FFF;
	line-height: 98%;
}
.jumbotron .col-lg-4 {
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.datos {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	color: #214B39;
	font-family:'Atyp Text Semibold',Verdana, "sans-serif";
}
.datos h3 {
	font-size: 46px;
	line-height: 100%;
}
.datos h4 {
	font-size: 34px;
	line-height: 100%;
}
.datos h5 {
	font-size: 30px;
	margin-bottom: 45px;
	line-height: 100%;
}
.datos p {
	font-size: 21px;
	line-height: 100%;
	margin-bottom: 0;
}
.gale1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.gale1 .item {
	overflow: hidden;
}
.gale1 .item img {
	transition: .5s;
	width: 100%;
	height: auto;
}
.gale1 .item img:hover {
	transform: scale(120%);
}
.tips {
	padding-top: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.tip::before {
	display: inline-block;
	content:'';
	background-image: url("../images/bullet.png");
	width: 14px;
	height: 27px;
	margin-right: 16px;

}
.tip {
	font-size: 29px;
	text-transform: uppercase;
    font-family:'Atyp Display',Verdana, "sans-serif";
	text-align: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.tip span {
	max-width: calc(100% - 30px);
	width: 220px;
	line-height: 100%;
}
.gptl {
	background: #EFEFEF;
	padding-top: 70px;
	padding-bottom: 70px;
}
.txt-gptl {
	padding-left: 30px;
	padding-right: 50px;
}
.gptl .logo-green {
	display: block;
	margin: 0 auto;
	max-width: 90%;
}
.txt-gptl p {
	margin-bottom: 0;
	font-size: 20px;
	font-family:'Atyp Display',Verdana, "sans-serif";
	font-weight: 400;
	line-height: 30px;
	color: #214B39;
}
.sello {
	padding-top: 60px;
	padding-bottom: 60px;
}
.sello h3 {
    font-family:'Atyp Display Bold',Verdana, "sans-serif";
	font-size: 46px;
	color: #214B39;
	line-height: 100%;
	margin-bottom: 45px;
}
.sello p {
	margin-bottom: 0;
	font-size: 20px;
	font-family:'Atyp Display',Verdana, "sans-serif";
	font-weight: 400;
	line-height: 30px;
	color: #214B39;
}
#accordionExample .card {
	background: #54CFA8;
	border-radius: 17px;
	border:0 none;
	margin-bottom: 20px;
}
#accordionExample .card .card-header {
	border: 0 none;
	background-color: transparent;
	font-family:'Atyp Text Semibold',Verdana, "sans-serif";
	font-size: 16px;
	padding: 0;
}
#accordionExample .card .card-header button {
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
}
#accordionExample .card .card-header button::after {
	content: '';
	display: block;
	background: url("../images/chevron.png");
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	transition: .5s;
	transform: rotate(-180deg);
}
#accordionExample .card .card-header button.collapsed::after {
	transform: rotate(0deg);
}
#accordionExample .card .card-body {
	color: #FFF;
	font-size: 16px;
	font-family:'Atyp Display',Verdana, "sans-serif";
	line-height: 120%;
	padding: 0 30px 30px;
}
.galeria .container-fluid .row {
	background: #214B39;
}
.galeria .container-fluid .row .col-lg-4 {
	padding-left: 0;
	padding-right: 0;
	border-right:2px solid #FFF;
	overflow: hidden;
}
.galeria .container-fluid .row .col-lg-4:last-child {
	border-right: 0;
}
.galeria img {
	width: 100%;
	height: auto;
	transition: .5s;
}
.galeria img:hover {
	transform: scale(120%)
}
@media (max-width:991px) {
	.gale1 {
		margin-bottom: 15px;
	}
	.gale1 .item {
		width: 50%;
	}
	.tip {
		margin-bottom: 25px;
	}
	.gptl .logo-green {
		margin-bottom: 30px;
	}
	.sello p {
		margin-bottom: 25px;
	}
	.jumbotron .bg-llave {
		background-image: none;
	}
}
@media (max-width:768px) {
	
}
.trade {
	font-family: Arial, "sans-serif";
	font-size: 50%;
	vertical-align: super;
	line-height: 100%;
}
.instagram {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}

/*css formulario*/
form {
	width: 100%;
	position: relative;
}
form .hs-form-field {
	margin-bottom: 20px;
}
form label {
	color: #FFF;
	font-size: 16px;
	font-family:'Atyp Display',Verdana, "sans-serif";
	font-weight: 400;
	padding-left: 10px;
}
form .hs-field-desc {
	font-family:'Atyp Display',Verdana, "sans-serif";
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	padding-left: 10px;
	font-style: italic;
}
form .hs-richtext{
	font-family:'Atyp Display',Verdana, "sans-serif";
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	padding-left: 10px;
	font-style: italic;
}
form input {
	background: #FFF;
	border-radius: 17px;
	height: 36px;
	padding: 10px 20px;
	border: 0 none !important;
	color: #214B39;
	width: 100%;
}
form select {
	background: #FFF;
	border-radius: 17px;
	height: 36px;
	padding: 5px 20px;
	border: 0 none !important;
	color: #214B39;
	width: 100%;
}
form .hs_submit  .hs-button.primary {
	background: #54CFA8 !important;
	border-radius: 17px !important;
	border: 0 none !important;
	width: 100%;
	font-size: 16px !important;
	font-family:'Atyp Text Semibold',Verdana, "sans-serif";
	text-align: center;
	color: #FFF !important;
	height: auto;
	box-sizing: border-box;
	padding: 6px 20px;
	margin-top: 20px;
}
.mauticform_wrapper.mauticform-post-success .mauticform-message {
	position: absolute;
	background: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	width: 100%;
	z-index: 3;
	font-family: 'Atyp Text Semibold',Verdana, "sans-serif";
	font-size: 30px;
	padding: 25px;
	color: #214B39 !important;
	line-height: 100%;
}
.gracias {
	background: #FFF;
	padding: 25px;
	width: 100%;
}
.gracias h3 {
	font-family: 'Atyp Text Semibold',Verdana, "sans-serif";
	font-size: 30px;
	color: #214B39 !important;
	margin-bottom: 20px;
}
.gracias  p {
	font-size: 20px;
	font-family:'Atyp Display',Verdana, "sans-serif";
	font-weight: 400;
	color: #214B39 !important;
}
.gracias  p a {
	text-decoration: underline;
	color: #214B39 !important;
}
.title_form {
	color: #54CFA8;
	font-family: 'Atyp Text Semibold',Verdana, "sans-serif";
	text-align: left;
	font-size: 25px;
	margin-bottom: 5px;
	padding-left: 10px;
}
footer {
	background: #214B39;
	padding: 0 0 40px 0;
	margin-top: 0;
}
footer p {
	color: #FFF;
	font-family:'Atyp Text Semibold',Verdana, "sans-serif";
	text-align: center;
}
.legales {
	color: #FFF;
	background: #214B39;
	padding-top: 40px;
	padding-bottom: 40px;
}
.legales p {
	margin-bottom: 0;
	font-size: 12px;
}
.page-success {
	background: #214B39;
}
.page-success .exito {
	padding-top: 60px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 1142px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.page-success .exito .logo {
	width: 206px;
	max-width:70%;
	margin-bottom: 60px;
}
.page-success .exito h1 {
	color: #FFF;
	font-size: 55px;
	line-height: 100%;
	font-family:'Atyp Text Semibold',Verdana, "sans-serif";
	letter-spacing: -3px;
	margin-bottom: 60px;
}
.page-success .exito h1 strong {
	color: #0CCDAC;
}
.page-success .exito .fecha {
	width: 303px;
	margin-top: 60px;
	margin-bottom: 60px;
	max-width: calc(100% - 30px);
}
.page-success .exito p {
	font-family:'Atyp Display',Verdana, "sans-serif";
	color: #FFF;
	font-size: 24px;
	text-align: center;
	width: 395px;
	line-height: 30px;
	max-width: calc(100% - 30px);
}
.page-success .exito p strong {
	font-family:'Atyp Text Semibold',Verdana, "sans-serif";
	color: #0CCDAC;
}
.page-success .exito a.btn {
	background: #0CCDAC;
	border-radius: 30px;
	position: relative;
	min-height: 58px;
	font-size: 23px;
	text-align: center;
	font-family:'Atyp Text Semibold',Verdana, "sans-serif";
	color: #FFF;
	display: block;
	width: 380px;
	line-height: 40px;
	letter-spacing: -1px;
	margin-top: 80px;
	margin-bottom: 80px;
	text-indent: 35px;
	max-width: calc(100% - 30px);
}
.page-success .exito a.btn img {
	position: absolute;
	width: 37px;
	height: 37px;
	left: 25px;
	top: 10px;
}
.page-success footer {
	padding-top: 20px;
	padding-bottom: 25px;
	
}
.page-success footer p {
	font-family:'Atyp Display',Verdana, "sans-serif";
	margin-bottom: 0;
	margin-top: 0;
	font-size: 17px;
	font-weight: 400;
}
@media (max-width:768px) {
	.page-success .exito {
		height: auto;
	}
	footer {
		padding-left: 15px;
		padding-right: 15px;
	}
}