@charset "utf-8";
@font-face {  
    font-family: 'Fra';  
    src: url('assets/fonts/FRAHV.TTF');
}
@font-face {  
    font-family: 'Helvetica';  
    src: url('assets/fonts/HelveticaNeueLTStd-Lt.otf');
    font-weight: normal;
}
@font-face {  
    font-family: 'Helvetica';  
    src: url('assets/fonts/helvetica-bold-58a1e4334e455.ttf');
    font-weight: 600;
}
@font-face {  
    font-family: 'Helvetica';  
    src: url('assets/fonts/HelveticaNeueLTStd-It.otf');
    font-weight: normal;
    font-style: italic;
}
body {
    color: #252323;
    font: 15px 'Helvetica', 'Arial', sans-serif;
    margin: 0;
    background-image: url(images/top.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #FFE2AA;
}

*, *::before, *::after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}
ul, li, h1, h2, h3, h4, h5, h6 {
    list-style: none;
    margin: 0;
    padding: 0;
}
b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
#main-header {
    padding: 20px 0;
}
.logo {
    text-align: center;
}
.logo img {
    height: 160px;
}
.blocks {
    display: flex;
    padding-bottom: 50px;
}
.blocks::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 0px;
    background: url(images/flecha_bajo.png);
    background-size:cover;
    left: 0;
    right: 0;
    margin: auto;
}
.block {
    /* width: 25%; */
    flex: none;
    margin-top: 110px;
}
.block:nth-child(1) {
    width: 240px;
    flex: none;
}
.block:nth-child(2) {
    margin-top: 0;
    width: 60%;
    /* flex: 1; */
    max-width: 100%;
    margin-left: -47px;
}
.block:nth-child(3) {
    width: 180px;
    /* flex: 1; */
}
.block h2, .block h3 {
    font-style: italic;
    color: #252323;
    font-weight: bold;
    font-family: 'Fra', 'Arial', sans-serif;
}
.block h2 {
    font-size: 33px;
    line-height: 33px;
}
.block h3 {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.block h3::after {
    content: '';
    background: url(images/flecha.png);
    display: block;
    width: 36px;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: -35px;
}
.block ul {
    margin-left: 15px;
}
.block ul li {
    margin: 10px 0;
    padding-left: 17px;
    background: url(images/check.png) no-repeat left;
    background-size: 10px;
}
.block ul li:nth-child(2) {
    margin-left: 20px;
}
.block ul li:nth-child(3) {
    margin-left: 40px;
}
.block form {
    width: 100%;
}
.block form a {
    color: blue;
}
.block form input[type="text"],
.block form input[type="email"] {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #252323;
    padding: 5px 10px;
    width: 100%;
}
.block form input::placeholder {
    color: #252323;
}
.block form input[type="submit"] {
    background: url(images/boton.png) center no-repeat;
    background-size: contain;
    border: 0;
    width: 200px;
    height: 31px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}
.block form input[type="submit"]:hover {
    opacity: .9;
}
.block form .terminos {
    font-size: 11px;
    margin-left: 30px;
    padding-left: 25px;
    position: relative;
}
.block form .terminos input {
    position: absolute;
    left: 0;
    top: -3px;
}
.item p {
    margin-top: -15px;
    text-align: center;
}
.ititle {
    color: #1aae1a;
    font-family: 'Fra';
    font-style: italic;
    display: block;
}
.owl-item:nth-child(2) .ititle {
    color: #a84900;
}

.owl-carousel .owl-dots {
	text-align:  center;
	padding: 15px;
}
.owl-carousel .owl-dots button.owl-dot {
	outline: none;
}
.owl-carousel .owl-dots button.owl-dot span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: transparent;
	display:  inline-block;
	margin: 0px 5px;
	border: 1px solid #444;
}
.owl-carousel .owl-dots button.owl-dot.active span {
	background: #159514;
}
.owl-carousel .owl-dots button.owl-dot:nth-child(2).active span {
	background: #a84900;
}

.qen {
    /* background: url(images/img.png) left center no-repeat; */
    /* background-size: 50%; */
    padding: 100px 0 200px;
    margin-top: 80px;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.7px;
    position: relative;
}
.qen::before {
    content: '';
    background: url(images/img.png) left bottom no-repeat;
    background-size: contain;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
.qen .container > div {
    width: 50%;
    margin-left: auto;
    padding-left: 15px;
}
.sectitle {
    font-family: 'Fra', 'Arial', sans-serif;
    font-style: italic;
}
.qen ul {
    margin: 30px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 30px;
}
.qen ul li {
    width: 50%;
    margin: 15px 0;
    padding: 0 17px;
    color: #934a02;
    font-weight: bold;
    font-style: italic;
    background: url(images/check.png) no-repeat left 1px;
    background-size: 10px;
}
.faq {
    background: url(images/bottom.png) no-repeat;
    margin-top: -90px;
    background-size: cover;
    position: relative;
}
.faq > .container {
    background: url(images/img2.png) right center no-repeat;
    background-size: 400px;
    padding: 100px 450px 100px 15px;
}
.faq ul li {
    margin: 30px 0;
}
.faq ul li h4 {
    font-size: 18px;
    font-style: italic;
}
.faq ul li:nth-child(2) {
    padding-left: 30px;
}
.faq ul li:nth-child(3) {
    padding-left: 60px;
}
.ins {
    background: url(images/fot.png) center top no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 40px;
}
.ins img {
    width: 670px;
    /* margin-top: -70px; */
}
.insbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0 50px;
    width: 700px;
    margin: auto;
    max-width: 100%;
}
.insbox h2 {
    font-family: 'Fra', 'Arial', sans-serif;
    font-style: italic;
    text-align: left;
}
.insbox > div {
    padding: 0px 15px;
    width: 33.3333%;
    display: flex;
    align-items: center;
}
.insbox .ico-telf {
    background-image: url(images/ico_telf.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 27px;
    margin-right: 15px;
    background-size: contain;
}
.insbox .ico-mail {
    background-image: url(images/ico_mail.png);
    background-repeat: no-repeat;
    background-position: center 2px;
    width: 18px;
    height: 15px;
    margin-right: 10px;
    background-size: contain;
}
#main-footer {
    padding: 30px 0;
    text-align: center;
}

    
    
div#popup_terms {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
div#popup_terms .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 600px;
    max-width: 100%;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px 9px rgba(0,0,0,0.2);
    height: initial;
    max-height: 90%;
}
div#popup_terms .pt_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}
div#popup_terms .pt_terms {
    overflow-y: scroll;
    max-height: 400px;
    padding-right: 15px;
    /* height: 100vh; */
}
.pt_close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #666;
    font-size: 17px;
}
.post {
    background: #ffe2aa;
    padding: 20px 30px;
}
.post h1 {
    font-family: 'Fra', 'Arial', sans-serif;
    font-size: 40px;
}
body.gracias {
    background: url(images/gracias.jpg) top center no-repeat #ffe8c0;
    background-size: cover;
    /* filter: grayscale(0); */
}

#thxy {
	background: rgba(255, 234, 159, 0.7);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* color: #FFF; */
	text-align: center;
}
#thxy .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
	max-width: 100%;
	margin: auto;
	height: initial;
}
.thxy-title {
	font-weight: bold;
	font-size: 40px;
}
.thxy-desc,
.error-desc {
	font-size: 17px;
	line-height: 22px;
}
.thxy-desc p {
	margin: 25px 0;
}
.thxy-call {
	font-size: 20px;
}
.thxy-call i {
	display: inline-block;
	width: 27px;
	height: 15px;
	background: url(images/ico_mail.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
.thxy-social ul {
	margin-top: 40px;
}
.thxy-social li {
	display: inline-block;
	vertical-align: middle;
	margin: 15px 10px;
}
.thxy-social a {
	color: #FFF;
	font-size: 25px;
}
.thxy-social img {
	height: 22px;
	display: block;
}
@media (max-width: 1024px) {
    .blocks {
        display: block;
    }
    .block {
        margin: auto !important;
    }
    .block:nth-child(2) {
        width: 500px;
    }
    .qen {
        margin: 0;
        padding-top: 50px;
        padding-bottom: 130px;
    }
    .qen::before {
        display: none;
    }
    .qen .container > div {
        width: 100%;
        padding: 0;
    }
}
@media (max-width:768px) {
    body {
        background-size: 1000px;
    }
    .faq > .container { 
        background: none;
        padding-right: 15px;
    }
    .insbox {
        display: block;
        padding: 30px 0 30px;
    }
    .insbox > div {
        margin: 30px auto;
        width: 200px;
    }
    body.gracias {
    background-size: 350%;
    }
}
@media (max-width:480px) {
    .qen ul li {
        width: 100%;
    }
    div#popup_terms .pt_terms {
    	max-height: 200px;
    }
}
@media (max-width:380px) {
    .block h2 {
        font-size: 28px;
        line-height: 28px;
    }
}

