h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.inner-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

#header-top {
    height: 115px;
    background: #d62327;
    text-align: center;
    padding-top: 25px;
}

#nav {
    height: 35px;
    text-align: center;
    position: relative;
}

#mercado-externo #nav {
    background: #c1cc40;
}

#mercado-interno #nav {
    background: #fed545;
}

#nav li {
    display: inline-block;
    padding-right: 12px;
    position: relative;
}

#nav li:after {
    display: block;
    content: '';
    background: #969e3c;
    width: 1px;
    height: 21px;
    position: absolute;
    right: 5px;
    top: 7px;
}

#nav li:last-child {
    padding-right: 0;
}

#nav li:last-child:after {
    display: none;
}

#nav a {
    font: normal normal 11px/35px 'Montserrat';
    color: #333;
    padding-left: 30px;
    display: block;
    background-repeat: no-repeat;
}

#nav li:nth-child(1) a {
    background-image: url(../img/nav-home.png);
    background-position: 2px;
}

#nav li:nth-child(2) a {
    background-image: url(../img/nav-fb.png);
    background-position: 0 5px;
}

#nav li:nth-child(3) a {
    background-image: url(../img/nav-store.png);
    background-position: 2px 5px;
}

.slicknav_menu {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: none;
    display: none;
    padding: 0;
    width: 100%;
}

.slicknav_btn {
    background: #c1cc40;
    margin: 26px 15px 0 0;
    float: right;
}

#mercado-externo .slicknav_btn {
    background: #c1cc40;
}

#mercado-interno .slicknav_btn {
    background: #fed545;
}

.slicknav_menu .slicknav_icon-bar {
    background: #fff;
}

.slicknav_nav {
    top: 80px;
    left: 0;
    width: 100%;
    position: absolute;
}

#mercado-externo .slicknav_nav {
    background: rgba(193, 204, 64, 0.94);
}

#mercado-interno .slicknav_nav {
    background: rgba(254, 213, 69, 0.89);
}

.slicknav_nav li {
    padding: 5px 0;
    border-bottom: solid 1px #fff;
    text-align: center;
    position: relative;
}

.slicknav_nav li a {
    font: normal normal 11px/35px 'Montserrat';
    color: #333;
    padding: 30px 0 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center 3px;
}

.slicknav_nav li:nth-child(1) a {
    background-image: url(../img/nav-home.png);
}

.slicknav_nav li:nth-child(2) a {
    background-image: url(../img/nav-fb.png);
}

.slicknav_nav li:nth-child(3) a {
    background-image: url(../img/nav-store.png);
}

.slicknav_nav a:hover {
    background: none;
    background-repeat: no-repeat;
    background-position: center 3px;
}

.slicknav_nav li.active a {
    font-weight: bold;
}

.tooltip {
    position: absolute;
    width: 166px;
    height: 44px;
    top: -38px;
    right: -84px;
    background: url(../img/tooltip.png) no-repeat 0 0;
    text-indent: -9999px;
    display: none;
}
.tooltipen {
    position: absolute;
    width: 166px;
    height: 44px;
    top: -38px;
    right: -84px;
    background: url(../img/tooltip_en.png) no-repeat 0 0;
    text-indent: -9999px;
    display: none;
}

li:hover .tooltip {
    display: block;
}
li:hover .tooltipen {
    display: block;
}

#lang {
    position: absolute;
    right: 15px;
    top: 0;
}

#lang a {
    font: normal normal 11px/35px 'Montserrat';
    color: #333;
    padding-left: 30px;
    display: block;
}

#lang.en {
    background: url(../img/lang-en.png) no-repeat 0 center;
}

#lang.es {
    background: url(../img/lang-es.png) no-repeat 0 center;
}

#main {
    padding: 55px 0;
    width: 100%;
    max-width: 995px;
    margin: 0 auto;
    overflow: hidden;
}

#main img {
    float: left;
}

#main-info {
    padding-left: 55px;
    margin-left: 428px;
}

#main-info h1 {
    font: normal 700 75px/75px 'Raleway';
    color: #333;
    margin: 0 0 30px -5px;
    padding-top: 65px;
}

#main-info p {
    font: normal normal 18px 'Oswald';
    color: #d62327;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#main-info p:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: -60px;
    width: 100%;
    height: 1px;
    background: #d62327;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-left: solid 60px #d62327;
}

#main-info ul {
    margin-bottom: 30px;
}

#main-info li {
    font: normal 500 14px 'Raleway';
    color: #666;
    padding-bottom: 7px;
    margin-bottom: 5px;
    border-bottom: solid 1px #ccc;
}

#main-info li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#main-info a {
    font: normal normal 14px/44px 'Oswald';
    color: #fff;
    width: 170px;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: #d62327;
    display: block;
    text-align: center;
    letter-spacing: 3px;
}

#info {
    padding: 75px 0;
    background: url(../img/arrow.png) no-repeat center top #d62327;
    color: #fff;
}

#info h2 {
    font: normal normal 16px 'Oswald';
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #fff;
    letter-spacing: 4px;
}

#info p {
    font: normal 500 14px/18px 'Raleway';
    margin-bottom: 15px;
}

#info-table table {
    margin-bottom: 25px;
}

#info-table th {
    padding: 0 5px;
    font: 700 normal 14px 'Raleway';
    text-align: left;
}

#info-table th:nth-child(1) {
    width: 50%;
}

#info-table th:nth-child(2) {
    width: 35%;
}

#info-table th:nth-child(3) {
    width: 15%;
    text-align: center;
}

#info-table td {
    padding: 5px;
    font: normal 500 13px 'Raleway';
}

#info-table td:nth-child(3) {
    text-align: center;
}

#info-table tbody tr:nth-child(even) {
    background: #da393d;
}

#info-table small {
    font: normal normal 10px arial, helvetica, sans-serif;
}

#properties li {
    font: normal 500 14px 'Raleway';
    margin-bottom: 5px;
}

#instructions {
    padding: 55px 0 0;
}

#instructions h2 {
    font: normal normal 28px 'Oswald';
    color: #d62327;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 4px;
}

#instructions-content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2efec+0,f2efec+50,ffffff+50,ffffff+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fff 0%, #fff 50%, #ffffff 50%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #ffffff 50%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fff 0%, #fff 50%, #ffffff 50%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2efec', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.instruction-item {
    height: 345px;
    padding-left: 100px;
    padding-right: 0;

}

.instruction-item:nth-child(odd) {
    background: url(../img/instructions-arrow-1.png) no-repeat 0 center #f2efec;
}

.instruction-item:nth-child(even) {
    background: url(../img/instructions-arrow-2.png) no-repeat 0 center #fff;
}

.instruction-item:nth-child(1) {
    background-image: none !important;
}

.instruction-item-outer {
    width: 100%;
    height: 100%;
    max-width: 205px;
    margin: 0 auto;
    display: table;
}

.instruction-item-inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.instruction-img {
    height: 165px;
    margin: 0 auto 20px;
    text-align: center;
}

#instructions span {
    font: normal 300 47px 'Oswald';
    color: #d62226;
    display: block;
    float: left;
    padding-right: 20px;
    position: relative;
    width: 22px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -10px;
}

#instructions span:after {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 14px;
    width: 2px;
    height: 40px;
    background: #d62327;
}

#instructions p {
    margin-left: 50px;
    font: normal 500 14px 'Raleway';
    color: #666;
}
/* PREPARATION START */
#preparation {
    padding: 80px 0;
    background: #f3efec;
    margin: 80px 0;
}

#preparation .inner-wrapper {
    max-width: 900px;
}

#preparation h2 {
    font: normal normal 28px 'Oswald';
    color: #d62327;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
    margin-bottom: 100px;
}

#preparation h2 br{
    display: none;
}

#preparation h2:after {
    display: block;
    content: '';
    top: 52px;
    width: 153px;
    height: 3px;
    background: #d62327;
    margin: 30px auto 0;
}

.preparation-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.preparation-col {
    width: 385px;
}

#preparation h3 {
    font: normal 600 16px 'Raleway';
    margin-bottom: 30px;
}

#preparation p {
    font: normal 500 17px 'Raleway';
    color: #666666;
    margin-bottom: 18px;
}

.preparation-step {
    display: flex;
    align-items: center;
    column-gap: 25px
}

.preparation-step:first-child {
    margin-bottom: 60px;
}

#preparation .preparation-step p {
    margin-bottom: 0;
}

.preparation-step strong {
    font-family: "Oswald";
    font-size: 47px;
    font-weight: 300;
    color: #d62226;
    display: block;
}

.preparation-step-n {
    position: relative;
    width: 32px;
    flex-shrink: 0;
}

.preparation-step-n:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 40px;
    background: #d62327;
}

/* PREPARATION END */
    
#options {
    padding-top: 55px;
}

.options-col {
    text-align: center;
    height: 260px;
}

.options-col div {
    border-width: 13px;
    border-style: solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    padding: 30px 15px 0;
    padding-bottom: 45px;
    position: relative;
}

.options-col:nth-child(1) div {
    border-color: #f7d535;
}

.options-col:nth-child(2) div {
    border-color: #89beb4;
}

.options-col:nth-child(3) div {
    border-color: #d62327;
}

#options img {
    margin-bottom: 20px;
}

#options .options-col:nth-child(3) img {
    margin-bottom: 10px;
}

#options h3 {
    font: normal bold 18px 'Montserrat';
    color: #d62327;
}

#options a {
    width: 157px;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #d62327;
    font: normal bold 18px/45px 'Montserrat';
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -78px;
}

.options-col span {
    font: normal normal 14px 'Montserrat';
    color: #8cb9e1;
    padding-right: 30px;
    background: url(../img/flag.png) no-repeat right 0;
    display: inline-block;
    margin-bottom: 10px;
}

#social {
    padding: 60px 0;
}

#social h2 {
    text-align: center;
    font: normal 300 35px 'Raleway';
    margin-bottom: 10px;
}

#social ul {
    text-align: center;
}

#social li {
    display: inline-block;
    padding: 30px;
}

#footer {
    padding: 10px 20px;
    background: #eee;
    overflow: hidden;
}

#footer h3 {
    height: 30px;
    border-left: solid 3px #d62327;
    font: normal bold 16px/30px 'Montserrat';
    color: #d62327;
    float: left;
    padding-left: 15px;
    margin-right: 20px;
}

#footer p {
    font: normal normal 16px 'Montserrat';
    color: #777;
    float: left;
    margin-right: 20px;
    padding-top: 5px;
}

#footer p a {
    color: #777;
}

@media screen and (max-width: 991px) {
    #header-top{
        height: 80px;
        padding-top: 10px;
    }
    #logo{
        width: 160px;
        display: block;
        margin: 0 auto;
    }
    #logo img{
        width: 100%;
    }
    #main {        
        padding: 25px 15px;
    }
    #main img {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 50px;
        float: none;
    }
    #main-info {
        padding: 0;
        margin-left: 0;
        text-align: center;
    }
    #main-info p:after {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #d62327;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border-left: none;
    }
    #main-info h1 {
        margin-left: 0;
        padding-top: 0;
        text-align: center; 
		font: normal 700 50px/50px 'Raleway';
	
    }
    #main-info a {
        margin: 0 auto;
    }
    #info-table {
        margin-bottom: 50px;
    }
    #instructions-content {
        background: none;
    }
    .instruction-item {
        height: auto;
        padding: 100px 15px 15px 15px;
    }
    .instruction-item:nth-child(odd) {
        background: url(../img/instructions-arrow-1-b.png) no-repeat center 0 #f2efec;
    }
    .instruction-item:nth-child(even) {
        background: url(../img/instructions-arrow-2-b.png) no-repeat center 0 #fff;
    }
    .instruction-img {
        height: auto;
    }
	/* PREPARATION START */

    #preparation{
        text-align: center;
    }

    #preparation h2 br{
        display: block;
    }

    .preparation-row {
       flex-direction: column;
    }

    .preparation-col {
        width: 100%;
    }

    .preparation-col:first-child{
        margin-bottom: 50px;
    }

    .preparation-step{
        text-align: left;
    }

    /* PREPARATION END */

    .options-col {
        margin-bottom: 25px;
        height: auto;
    }
    .options-col div {
        padding: 15px;
    }
    #options a {
        position: static;
        margin: 0 auto;
    }
    #social li {
        padding: 10px;
    }
    #footer {
        text-align: center;
    }
    #footer h3 {
        float: none;
        display: inline-block;
        border: none;
        padding: 0;
        margin: 0;
    }
    #footer span {
        display: block;
    }
    #footer p {
        font-size: 13px;
        float: none;
        padding: 0;
        margin: 0;
    }
    .slicknav_menu {
        display: block;
    }
    #nav ul {
        display: none
    }
    .tooltip {
        position: static;
        display: block;
        margin: 3px 0;
        width: auto;
        height: auto;
        padding: 5px;
        background: #fff;
        border-radius: 5px;
        text-indent: 0;
        display: inline-block;
        font: normal normal 11px 'Montserrat';
        color: #d62327;
    }
	    .tooltipen {
        position: static;
        display: block;
        margin: 3px 0;
        width: auto;
        height: auto;
        padding: 5px;
        background: #fff;
        border-radius: 5px;
        text-indent: 0;
        display: inline-block;
        font: normal normal 11px 'Montserrat';
        color: #d62327;
    }
    li:hover .tooltip {
        display: inline-block;
    }
	    li:hover .tooltipen {
        display: inline-block;
    }
}
