/* Zigo Marketing Digital - Landing Pages */

/* Clear Fix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

/* General Styles */

body {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	color: #999;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	   -webkit-font-smoothing: antialiased;
	   -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
    font-weight: 400;
}

h1 {
	font-size: 48px;
}

h1 strong {
    font-weight: 700;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 24px;
}

h4:after {
  content: "";
  display: block;
  height: 3px;
  max-width: 50px;
}

.center h4:after {
  margin: 5px auto 0 auto;
}

.left h4:after {
  margin: 5px 0 0 0;
}

p {
	font-weight: 400;
	min-height: 20px;
}

a {
	text-decoration: none;
	font-weight: 400;
}

ul {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
}

ul li:before {
  content: "✓";
  padding-right: 8px;
}

strong {
	font-weight: 600;
}

/* Special Classes */

.clear {
    clear: both;
    width: 100%;
    height: 20px;
}

.wrapper {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.featured {
    font-size: 18px;
    max-width: 720px;
    margin: 10px auto 0;
}

.one_half {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}

.one_third {
	float: left;
	width: 30.66%;
	margin: 0 4% 0 0;
}

.one_fourth {
	float: left;
	width: 22%;
	margin: 0 4% 0 0;
}

.last {
	margin: 0 0 0 0!important;
}

/* Header Styles */

.header_top {
    width: 100%;
    height: 36px;
    color: #fff;
    z-index: 999999!important;
}

.header_top a, .header_top a:hover {
    color: #fff;
}

.header_top a.whatsapp, .header_top a.facebook, .header_top a.instagram {
    display: block;
    float: right;
    height: 24px;
    background-size: auto 20px;
    background-repeat: no-repeat;
}

.header_top a.whatsapp {
    margin: 6px 0 0 0;
    padding: 0 0 0 24px;
    background-position: left 2px;
    background-image: url(images/icon_white_whatsapp.png);
}

.header_top a.facebook, .header_top a.instagram {
    width: 24px;
    margin: 6px 0 0 10px;
    background-position: center 2px;
}

.header_top a.facebook {
    background-image: url(images/icon_white_facebook.png);
}

.header_top a.instagram {
    background-image: url(images/icon_white_instagram.png);
}

.header {
    width: 100%;
    height: 114px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

img.logo {
    margin: 17px 0 0 0;
    max-height: 80px;
    width: auto;
}

nav {
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    margin: 45px 0 0 0;
}

nav a {
    margin: 0 0 0 20px;
}

.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
}

.fixed_top {
    margin-bottom: 114px;
}

/* Stage Styles */

.stage {
    clear: both;
    min-height: 500px;
    position: relative;
}

.info_stage {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.info_stage_box {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.stage.box {
    position: relative;
}

.stage.box img {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.stage.full {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;/*
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.3);*/
    text-align: center;
}

.stage.full h1, .stage.full h3 {
    color: #fff!important;
}

/* Featured Icons Styles */

.featured_icons {
    width: 100%;
    padding: 50px 0;
    min-height: 240px;
    background: #fff;
    text-align: center;
}

.featured_icons img {
    width: 100%;
    max-width: 64px;
    height: auto;
}

/* Services Icons Styles */

.services {
    padding: 50px 0;
}

.services img, .company img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.info_box {
    width: 100%;
    margin: 32px 0 0 0;
    background: #fff;
    border-radius: 8px;
    min-height: 240px;
}

.info_box h4 {
    padding: 20px 30px 0 30px;
}

.info_box p {
    padding: 0 30px;
}

.info_box a {
    display: block;
    text-transform: uppercase;
    padding: 0 30px 20px;
}

.service_image {
    height: 200px;
    border-radius: 8px 8px 0 0;
    background-size: cover;
    background-position: center;
}

.service_icon {
    height: 64px;
    border-radius:0;
    margin: 30px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Company */

.company {
    padding: 50px 0;
    background-color: #fff;
}

/* Video */

.video {
    padding: 50px 0;
    background-color: #fff;
}

.video iframe {
    margin-top: 20px;
    width: 100%;
    height: 500px;
}

/* Gallery */

.gallery {
    padding: 50px 0;
}

.gallery img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 32px;
}

/* Medios de Pago */

.money {
    padding: 50px 0;
    background-color: #fff;
}

.money img {
    display: block;
    margin: 40px auto 0;
}

img.mercado_pago {
    width: 100%;
    max-width: 200px;
}

img.medios {
    width: 100%;
    max-width: 500px;
}

/* Preguntas Frecuentes */

.faqs {
    padding: 50px 0;
}

.faqs h3 {
    text-align: left;
    font-weight: 300;
}

.toggle_group {
	margin: 30px 0 0 0;
}

.accordion_item {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	padding: 11px 20px 13px 20px;
	margin-bottom: 20px;
	background: #FFF;
}

.accordion_item h1.accordion_title,
.accordion_item h2.accordion_title,
.accordion_item h3.accordion_title,
.accordion_item h4.accordion_title,
.accordion_item h5.accordion_title,
.accordion_item h6.accordion_title {
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

.accordion_item.open_no .accordion_title span:after {
	content: "+";
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion_item.open_yes .accordion_title span:after {
	content: "\2013";
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion_content {
	border-top: solid 1px #dedede;
	margin-top: 15px;
    text-align: left;
}

.accordion_content h6 {
	text-transform: none;
}

.accordion_item.open_no .accordion_content {
	display: none;
}

/* Contactos */

.contact {
    padding: 50px 0;
    background-color: #fff;
}

.btn_green {
    margin: 20px 0;
    display: inline-block;
	font-weight: 600;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background-color: #25D366;
    color: #fff;
    font-size: 18px;
}

.btn_green:hover {
    background-color: #128C7E;
    color: #fff;
}

.phone, .address, .time {
    position: relative;
    min-height: 40px;
    text-align: center;
    margin-top: 60px;
}

.phone:before, .address:before, .time:before {
    width: 40px;
    height: 40px;
    display: block;
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    top: -50px;
    border-radius: 50%;
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_info {
    font-size: 18px;
}

.contact_info .phone, .contact_info .address, .contact_info .time {
    margin-bottom: 30px;
    padding-left: 50px;
    text-align: left;
}

.contact_info .phone, .contact_info .address {
    padding-top: 10px;
}

.contact_info .phone:before, .contact_info .address:before, .contact_info .time:before {
    width: 40px;
    height: 40px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.phone:before {
    background-image: url(images/icon_phone.png);
}

.address:before {
    background-image: url(images/icon_address.png);
}

.time:before {
    background-image: url(images/icon_time.png);
}

.contact_form input, .contact_form textarea {
	width: 100%;
	height: 32px;
    font-size: 14px!important;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	background: #f5f5f5;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 0.8em;
}

.contact_form textarea {
	height: 120px;
}

.contact_form .contacto_btn {
	max-width: 100px;
	display: block;
    color: #fff;
    cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

/* Mobile Links */

.mobile_links {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    display: none;
}

.mobile_item {
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 25px;
    border-radius: 50%;
    background-size: auto 28px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

.mobile_item.tel {
    background-image: url(images/icon_mobile_tel.png);
}

.mobile_item.whatsapp {
    background-image: url(images/icon_mobile_whatsapp.png);
}

.mobile_item.mail {
    background-image: url(images/icon_mobile_mail.png);
}

/* Modal */

#mail_form {
    display: none;
}

#btn-close-modal {
	position: fixed;
	top: 0;
	font-size: 4em;
	line-height: 0.9em;
	cursor: pointer;
	background: #fff;
	width: 100%;
	text-align: right;
	padding: 0 7% 0 0;
}

.mail_content {
	width: 86%;
	max-width: 500px;
	margin: 60px auto 40px auto;
	clear: both;
}

.mail_content input, .mail_content textarea {
	width: 100%;
	height: 32px;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	background: #f5f5f5;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 0.8em;
}

.mail_content textarea {
	height: 120px;
}

.mail_content .contacto_btn {
	max-width: 160px;
	display: block;
	margin: 0 auto;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.mail_content li:before {
    content: "+";
    padding-right: 8px;
}

/* Responsive Styles */

.footer {
    width: 100%;
    height: 60px;
}

.footer img, .footer p {
    float: left;
}

.footer img {
    width: 73px;
    height: auto;
    margin: 18px 20px 0 0;
}

.footer p{
    color: #fff;
    margin-top: 20px;
}

/* Responsive Styles */

@media all and (max-width: 980px) {
	
    nav {
        display: none;
    }
    
    .mobile_links, #mail_form {
        display: block;
    }
    
    .header {
    text-align: center;
    }
    
    .one_half, .one_third, .one_fourth {
        float: none;
        width: 100%;
        margin: 0;
    }
    
    .phone, .address, .time {
    margin-bottom: 20px;
    }

    .info_stage_box {
        position: initial;
        text-align: center;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 0 0 50px 0;
    }

    .stage h1 {
        font-size: 36px;
    }

    .stage h3 {
        font-size: 21px;
    }
    
    .stage.box img {
    padding: 0 0 0 0;
    }
    
    .video iframe {
    height: 400px;
    }

}

@media all and (max-width: 720px) {

    .video iframe {
    height: 300px;
    }

}

@media all and (max-width: 540px) {

    .video iframe {
    height: 250px;
    }
    
    .footer img, .footer p {
    float: none;
    }
    
    .footer p {
    margin-top: 10px;
    }
    
    .footer {
    text-align: center;
    height: 90px;
    }

}