/*
Theme Name: OE WP Theme
Theme URI: //www.openenglish.com/
Description: Open English theme.
Author: Web Dev Team
Author URI: //www.openenglish.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is an example theme to go along with the Treehouse blog post on <a href="http://teamtreehouse.com/how-to-build-a-responsive-wordpress-site-with-twitter-bootstrap">How to Build a Simple Responsive WordPress Site Using Twitter Bootstrap</a>.
*/


/* Start Fonts */
/*

@font-face {
    font-family: 'BrandonGrotesque';
    src: url('/wp-content/themes/oe-wpcontent/wpbootstrap/fonts/brandon_bld-webfont.eot');
     IE9 
    src: url('/wp-content/themes/oe-wpcontent/wpbootstrap/fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
    url('/wp-content/themes/oe-wpcontent/wpbootstrap/fonts/brandon_bld-webfont.woff') format('woff'),  Modern Browsers 
    url('/wp-content/themes/oe-wpcontent/wpbootstrap/fonts/brandon_bld-webfont.ttf') format('truetype'),  Safari, Android, iOS 
    url('/wp-content/themes/oe-wpcontent/wpbootstrap/fonts/brandon_bld-webfont.svg#wf') format('svg');
     Legacy iOS 
}*/

/* END Font */


/* 15 Column Grid */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* End 15 Column Grid */


/* General */

html {
    font-size: 1rem;
    /* 16px */
}
body {
    color: #828282;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    /* 16px */
    font-weight: 400;
    margin: 125px 0 0;
    /* New header margin top 60px */
}
body.body-landing {
    margin-top: 80px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
}
p {
    font-size: 1rem;
    /* 16px */
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.home {
    font-size: 1.125rem;
}
.text-center {
    text-align: center;
}

/* End General */


/* Start Primary OE Colors */

.oe-blue {
    color: rgba(0, 132, 255, 1.0);
    color: #0084ff;
}
.fun-yellow {
    color: rgba(239, 189, 8, 1.0);
    color: #efbd08;
}
.fun-yellow-alt {
    color: rgba(180, 138, 0, 1.0);
    color: #b48900;
}
.achievable-green {
    color: rgba(161, 194, 0, 1.0);
    color: #a1c23b;
}
.achievable-green-alt {
    color: rgba(94, 129, 0, 1.0);
    color: #5e8100;
}
.human-blue {
    color: rgba(20, 108, 178, 1.0);
    color: #146cb2;
}
.human-blue-alt {
    color: rgba(0, 75, 141, 1.0);
    color: #004b8c;
}
.hope-blue {
    color: rgba(103, 178, 231, 1.0);
    color: #67b2e7;
}
.hope-blue-alt {
    color: rgba(0, 102, 150, 1.0);
    color: #006696;
}
.light-gray {
    color: rgba(243, 243, 243, 1.0);
    color: #f3f3f3;
}
.light-gray-alt {
    color: rgba(217, 217, 217, 1.0);
    color: #d9d9d9;
}
.mid-gray {
    color: rgba(162, 160, 159, 1.0);
    color: #828282;
}
.mid-gray-alt {
    color: rgba(162, 160, 159, 1.0);
    color: #a1a09f;
}
.dark-gray {
    color: rgba(77, 77, 77, 1.0);
    color: #4d4d4d;
}
.dark-gray-alt {
    color: rgba(95, 94, 93, 1.0);
    color: #5f5d5d;
}
.black {
    color: rgba(0, 0, 0, 1.0);
    color: #000;
}
.black-alt {
    color: rgba(34, 33, 33, 1.0);
    color: #222120;
}

/* End OE Primary Colors */


/* Start OE Secondary Colors */

.pink {
    color: rgba(241, 40, 193, 1.0);
    color: #f128c1;
}
.pink-alt {
    color: rgba(184, 0, 143, 1.0);
    color: #b8008f;
}
.orange {
    color: rgba(255, 95, 0, 1.0);
    color: #ff5f00;
}
.orange-alt {
    color: rgba(204, 52, 0, 1.0);
    color: #cc3400;
}
.neon-green {
    color: rgba(206, 222, 0, 1.0);
    color: #cece00;
}
.neon-green-alt {
    color: rgba(148, 167, 0, 1.0);
    color: #93a600;
}
.turquoise {
    color: rgba(37, 202, 211, 1.0);
    color: #25cad3;
}
.turquoise-alt {
    color: rgba(0, 157, 167, 1.0);
    color: #009da7;
}

/* End OE Secondary Colors */


/* Pop-up Styles */

.pop-text {
    background-color: #fff;
    margin-top: 350px;
    opacity: .95;
    padding: 20px
}
.pop-text h1 {
    color: #0084ff;
    font-size: 1.75rem;
    font-weight: 600
}
.pop-text p {
    font-size: 1.125rem
}
.pop-leadform {
    margin-top: 10px
}
.pum-container .pum-content>:last-child {
    margin-bottom: 0;
    height: 650px
}
#popmake-1005 .pum-content + .pum-close,
#popmake-868 .pum-content + .pum-close {
    height: 30px;
    width: 30px;
    left: auto;
    right: -10px;
    bottom: auto;
    top: 0;
    padding: 0;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 30px;
    border: 1px none #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
    background-color: rgba( 0, 0, 0, .65);
}

/* Start Hero */

#hero {
    background-position: center bottom;
    min-height: 455px;
    padding: 20px 0;
    position: relative;
    background-color: #f6f6f6;
    background-color: -moz-linear-gradient(top, #f6f6f6 0, #f1f1f1 50%, #d9d9d9 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f1f1f1), color-stop(100%, #f6f6f6));
    background-color: -webkit-linear-gradient(left, #f6f6f6 0, #f1f1f1 50%, #f6f6f6 100%);
    background-color: -o-linear-gradient(top, #f6f6f6 0, #f1f1f1 50%, #f6f6f6 100%);
    background-color: -ms-linear-gradient(top, #f6f6f6 0, #f1f1f1 50%, #f6f6f6 100%);
    background-color: linear-gradient(to bottom, #f6f6f6 0, #f1f1f1 50%, #f6f6f6 100%);
    background-repeat: no-repeat;
    border-top: none;
}
@media (max-width:767px) {
    #hero {
        padding-top: 0;
    }
}
#hero .container {
    position: relative;
}
#heroContent {
    height: auto;
    margin: 0;
    position: relative;
    padding: 0;
}
#heroContent h1 {
    color: #0082f4;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 3.250rem;
    position: relative;
    background: 0;
    /* float: left; */
}
#heroContent .title-home {
    /*left: 304px;*/
    top: 48px;
    font-size: 41px;
}
#heroContent p {
    position: static;
    color: #3f3f3f;
    font-weight: 200;
    font-size: 1.55rem;
    margin: 15px 0 10px;
    line-height: 1;
    display: block;
    clear: both;
}
#heroContent h1.cf {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-top: 0;
    letter-spacing: normal;
    position: static;
    color: #0084ff;
    text-align: center;
    left: auto;
    width: auto;
    padding: 0;
    background: 0;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 13px;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}
#heroContent h1.corp {
    font-size: 2.95rem;
    line-height: 1.0;
    margin-top: 30px;
    letter-spacing: normal;
    position: static;
    color: #0084ff;
    text-align: center;
    left: auto;
    width: auto;
    padding: 0;
    background: 0;
    margin-bottom: 22px;
    margin-left: 0px;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}
#heroContent p.cf {
    position: static;
    color: #3f3f3f;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 1.55rem;
    margin: 15px 0 10px;
    margin-left: 0px;
    line-height: 1;
    display: block;
}
#heroContent p.corp {
    position: static;
    color: #3f3f3f;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    margin: 15px 0 10px;
    margin-left: 0px;
    line-height: 1;
    display: block;
}
#hero h1 {
    color: #0084ff;
    font-size: 3.25rem;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 1.1;
}
#hero .title2,
#hero p {
    color: #3f3f3f;
    display: block;
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1;
    margin: 15px 0 10px;
    position: static;
}
#hero {
    background-color: #fff;
}
@media (max-width: 991px) {
    #hero .title2,
    #hero p {
        margin-bottom: 30px;
        text-align: center;
    }
    #hero h1 {
        text-align: center;
        padding-bottom: 20px;
    }
    html #hero {
        background-image: none;
        min-height: 0;
    }
}
@media (max-width: 500px) {
    #hero h1 {
        font-size: 2.25rem;
    }
}

/* End Hero */


/* Start Sections */

section {
    border-top: 1px solid #d9d9d9;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.npb {
    padding-bottom: 0;
}
.siteSection {
    overflow: hidden;
}
.siteSection h2 {
    font-size: 1.625rem;
}
.siteSection h3 {
    font-size: 1.250rem;
    font-weight: 600;
}
section.landingWelcome {
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.landingWelcome h2 {
    color: #828282;
    font-size: 1.250rem;
    font-weight: 600;
}
.section-light-gray {
    background-color: #f3f3f3;
}
.section3-home {
    min-height: 500px;
    background-image: url("/wp-content/uploads/2015/12/bg-section-home.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}
.section-3 h2 {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #a1c339;
    margin-bottom: 20px;
    margin-top: 25px;
}
h2.columnTitle {
    color: #0084ff;
    font-size: 2.625rem;
    font-weight: 700;
}
h2.columnTitle-green {
    color: #a1c23b;
    font-size: 2.625rem;
    font-weight: 700;
}
h3.columnTitle {
    color: #5f5d5d;
    font-size: 1.250rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.columnIcon {
    height: 110px;
    width: 110px;
    margin-bottom: 10px;
}
.siteSection a {
    color: #efbd08;
    font-size: 0.750rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.siteSection a:active,
.siteSection a:focus,
.siteSection a:hover {
    text-decoration: underline;
}
.siteSection .columnCTA {
    background-color: #0084ff;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 500px;
    padding: 16px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}
.siteSection .columnCTA:active,
.siteSection .columnCTA:focus,
.siteSection .columnCTA:hover {
    background-color: #006ED0;
    color: #fff;
    text-decoration: none;
}
.siteSection .columnCTA a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.siteSection .columnCTA a:active,
.siteSection .columnCTA a:focus,
.siteSection .columnCTA a:hover {
    color: #fff;
    text-decoration: none;
}
.read-more {
    color: #efbd08;
    cursor: pointer;
    font-weight: 700;
}
.siteSection .check {
    color: #0084ff;
    font-weight: bold;
    padding-right: 5px;
}
.siteSection p.icon-text {
    margin-top: 20px;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
}

/* End Sections */


/* Start FAQ */

.siteSection .panel-heading {
    border: none;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: none;
}
.siteSection .panel-heading h3.panel-title {
    font-size: 1.125rem;
    font-weight: 400;
}
.siteSection .panel-heading .panel-title a {
    color: #146cb2;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: normal;
    outline: 0;
    text-decoration: none;
    text-transform: none;
}
.siteSection .panel {
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
}
.siteSection .panel-heading:active,
.siteSection .panel-heading:hover,
.siteSection .panel-heading:focus {
    background-color: #f3f3f3;
    border: none;
    border-radius: 0px;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.siteSection .panel-body {
    background-color: #fff;
    color: #4d4d4d;
    font-size: 0.875rem;
    border-bottom: 1px solid #d9d9d9;
}
.videoImg {
    width: 100%;
}
.video-item {
    margin-bottom: 25px;
}

/* End FAQ */


/* Start Press */

.siteSection ul.press-releases li.press-month {
    border-bottom: 1px solid #f3f3f3;
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase;
    clear: both;
}
.siteSection dl.press-links dt {
    color: #cccccc;
    font-size: 1.125rem;
    font-weight: 600;
}
.siteSection .press-more {
    margin: 20px 0 10px 0;
}
.siteSection dl.press-links {
    margin-bottom: 10px;
}
.siteSection dl.press-links dd {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.siteSection dl.press-links dd a {
    color: #828282;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
}
.siteSection dl.press-links dd a:active,
.siteSection dl.press-links dd a:hover,
.siteSection dl.press-links dd a:focus {
    text-decoration: underline;
}

/* End Press */


/* Start Legal */

section#legal h1 {
    color: #3b3b3b;
    font-size: 2.5em;
    font-weight: 200;
    text-align: left;
}
section#legal {
    padding-top: 80px;
}
section#legal p {
    font-size: 0.875rem;
}
section#legal p b {
    color: #3b3b3b;
}
ol.legal {
    counter-reset: item;
}
li.list-legal {
    display: block;
}
li.list-legal li:before {
    content: counters(item, “.”) ” “;
    counter-increment: item
}

/* End Legal */

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.title {
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Start Lead Form */

#leadformContainer {
    position: absolute;
    z-index: 999;
}
@media (max-width: 991px) {
    #leadformContainer {
        position: relative;
    }
}

/* START OLD HEADER 

.oe-logo img {
    width: 130px;
}
.navbar-inverse {
    background: linear-gradient(to bottom,#383838  0,#323232  17%,#060606  85%,#010101  100%);
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    outline:0;
}
.navbar-header{
    width:100%;
}
.navbar-brand {
    padding: 8px 5px 5px;
    height:auto;
}
.navbar .navbar-nav {
    margin:0 0 0 70px;
}
.navbar .nav > li {
    padding: 8px 40px 5px;
}
.navbar .nav > li > a {
    color: #9d9d9d;
    font-family: "Inter","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:0.75px;
}
.navbar .nav > li.current-menu-item > a{
    color: #fff;
}
#navContact {
    color: transparent;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
}
#navContact option {
    background-color: white;
    color: black;
}
#navContactText {
    color: #efbd08;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left:5px;
}
.styled-select{
    position:absolute;
    top:0;
    left:20px;
}

END OLD Navbar */


/* START NEW HEADER */

.global-navigation {
    background: #0084ff;
    color: #fff;
    height: 43px;
    font-family: 'Muli', sans-serif;
}
.global-navigation .dropdown {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 10px;
}
.global-navigation .dropdown .dropdown-menu {
    right: inherit;
    position: absolute;
}
.global-navigation .dropdown:hover .dropdown-menu {
    display: block;
    top: 25px;
    margin: 0;
    left: 0;
}
.global-navigation .dropdown-menu>li>a {
    color: #828282;
    font-size: .75rem;
}
.global-navigation .header-cta a {
    color: #fff;
    font-size: 0.875rem;
}
.global-navigation a.registrate {
    background: #f60;
    display: inline-block;
    border-radius: 20px;
    padding: 6px 25px;
    transition: all .25s ease-in-out;
}
.global-navigation a:hover {
    text-decoration: none;
}
.global-navigation a.registrate:hover,
.global-navigation a.registrate:focus {
    text-decoration: none;
    background-color: #ff7519;
    border-color: #ff7519;
}
.global-navigation span {
    margin: 0 10px;
    color: #76bdff;
}
.global-navigation .global-menu.navbar-nav {
    padding-top: 7px;
    margin: 0 0 0 15px;
}
.global-navigation .global-menu.navbar-nav>li {
    padding: 0;
}
.global-navigation .global-menu.navbar-nav>li>a {
    background: #006acc;
    border-radius: 5px 5px 0 0;
    margin-right: 1px;
    padding: 8px 15px;
    color: #fff;
    font-size: .875rem;
    transition: all .25s ease-in-out;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}
.global-navigation .global-menu.navbar-nav>li:hover>a,
.global-navigation .global-menu.navbar-nav>li.current-menu-item>a {
    background: #fff;
    color: #0084ff;
}
.global-navigation .header-cta {
    padding-top: 6px;
}
.global-navigation .header-cta span.caret {
    color: #fff;
}
.navbar-fixed-top {
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0px rgba(15, 15, 15, 0.25);
    -moz-box-shadow: 0 3px 5px 0px rgba(15, 15, 15, 0.25);
    box-shadow: 0 3px 5px 0px rgba(15, 15, 15, 0.25);
}
.navbar-fixed-top .navbar-header {
    float: none;
    min-height: 80px;
    text-align: center;
}
.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
    margin: 13px 0 10px;
}
.navbar-fixed-top .navbar-brand.oe-logo img {
    width: auto;
}
.navbar-fixed-top .oe-main-nav.navbar-nav {
    padding: 10px 0 10px;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 0 0 -20px;
}
.navbar-fixed-top .oe-main-nav.navbar-nav>li {
    padding: 11px 50px 2px 0;
}
.navbar-fixed-top .oe-main-nav.navbar-nav>li>a {
    font-family: 'Muli', sans-serif;
    color: #000;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease-in-out;
    font-weight: 700;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: normal;
}
.navbar-fixed-top .oe-main-nav.navbar-nav .sub-menu-toggle {
    float: right;
}
.navbar-fixed-top .oe-main-nav.navbar-nav>li.orange>a {
    color: #ff5f00;
}
.navbar-fixed-top .oe-main-nav.navbar-nav>li.divider::after {
    display: block;
    content: ' ';
    width: 100%;
    height: 2px;
    background-color: #dedede;
    height: 1px;
    margin: 10px 0;
}
.navbar-fixed-top .oe-main-nav.navbar-nav ul.sub-menu {
    transition: max-height 0.5s ease;
    max-height: 0;
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 0;
}
.navbar-fixed-top .oe-main-nav.navbar-nav ul.sub-menu li {
    list-style: none;
}
.navbar-fixed-top .oe-main-nav.navbar-nav ul.sub-menu li a {
    color: #000;
}
.navbar-fixed-top .oe-main-nav.navbar-nav ul.sub-menu.active {
    max-height: 1000px;
}
.navbar-fixed-top .oe-main-nav.navbar-nav>li:hover a,
.navbar-fixed-top .navbar-nav>li.current-menu-item a {
    border-bottom-color: #25cad3;
    color: #000
}
.c-hamburger {
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    /*appearance: none;*/
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    float: right;
    top: 48px;
    right: 10px;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #222;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    content: "";
}
.c-hamburger span::before {
    top: 8px;
}
.c-hamburger span::after {
    bottom: -16px;
}
.c-hamburger--htx {
    background-color: #fff;
}
.c-hamburger--htx span {
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
    background-color: #fff;
    top: 55px;
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}
@media (max-width: 560px) {
    .global-navigation .global-menu.navbar-nav {
        margin-top: 9px !important;
    }
    .global-navigation .global-menu.navbar-nav>li>a {
        padding: 7px;
    }
}
@media (max-width: 991px) {
    body {
        margin-top: 110px;
    }
    body.no-tabs {
        margin-top: 70px;
    }
    body.body-landing {
        margin-top: 60px;
    }
    .main-navigation .navbar-fixed-top {
        padding-top: 0 !important;
    }
    .navbar-fixed-top .navbar-header {
        min-height: 70px;
    }
    .navbar-fixed-top .navbar-brand.oe-logo {
        margin: 15px 0 10px;
    }
    .navbar-fixed-top .navbar-brand.oe-logo img {
        max-height: 45px;
    }
    .navbar-fixed-top .oe-main-nav.navbar-nav li {
        padding: 10px 0px 0px 20px;
        text-align: left;
        float: none;
    }
    .global-navigation {
        padding: 0 15px;
    }
    .global-navigation .global-menu.navbar-nav {
        padding-top: 0;
        margin-top: 7px;
        margin-right: 0 !important;
    }
    .global-navigation .global-menu.navbar-nav>li>a {
        display: inline-block;
        float: left;
    }
    .main-navigation .navbar-fixed-top .oe-main-nav {
        margin-left: 20px;
    }

    #navContactContainer {
        margin-top: 20px;
        right: 60px;
    }
    #navContactContainer a:hover {
        text-decoration: none;
    }
    #navContactContainer .fa-phone {
        font-size: 2rem;
        color: #006acc !important;
    }
    #navContactContainer .fa-phone::before {
        content: "\f098";
    }
    .navbar .nav>li {
        text-align: left;
    }
    .navbar-collapse {
        border-top: 0;
    }

    .wrapper-nav-oe.collapse {
        display: none !important;
    }

    .wrapper-nav-oe.collapse.in {
        display: block !important;
    }
}
@media (min-width: 991px) {
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-nav>li {
        float: left;
    }
}
/* END NEW HEADER */
/* START OLD Phone List 
#navContactContainer {
float:right;
position:relative;
cursor: pointer;
font-family: "Inter","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: .875rem;
font-weight: 700;
margin:22px 0 0 0;
text-align:right;
}
.phone_holder {
letter-spacing:0.5px;
}
#phone_tel_number:hover,
#phone_tel_number:active,
#phone_tel_number:focus {
text-decoration: none;
color: #efbd08;
z-index: 99999;
}
#login-form-container{
float:right;
margin:0 10px;
}
#login-form-container .dropdown-menu {
border-radius: 0;
top: 39px;
left:-65px;
max-height: 170px;
overflow-x: hidden;
overflow-y: auto;
width: 200px;
}
#login-form-container .dropdown-menu > li > a {
border-bottom: 1px solid #f3f3f3;
color: #828282;
display: block;
font-weight: 400;
height: 80%;
padding: 5px 0px 5px 8px;
white-space: nowrap;
}
#login-form-container .dropdown-menu > li > a:hover, 
#login-form-container .dropdown-menu > li > a:focus {
background-color: rgba(239, 189, 8, 1.0);
background-color:#efbd08;
color: #fff;
font-weight:600;
}
select.phone_list{display:none}
@media (max-width: 1024px) {
ul.phone_list{display:none!important}
select.phone_list{display:block;position:absolute;width:170px;top:0;color:transparent;background:none;border:0;}
select.phone_list option{color:#000}
select.phone_list:focus{outline:none}
}

END OLD Phone List */
/* START NEW Phone list */
#navContactContainer {
    float: right;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    margin: 30px 0 0 0;
    text-align: right;
    color: #000;
    font-family: 'Muli', sans-serif;
}
#navContactContainer .nav-phone {
    color: #000;
    font-size: 1rem;
}
#navContactContainer .caret {
    color: #0084ff;
}
#navContactContainer #login-form-container {
    float: right;
    margin: 0 10px;
}
#navContactContainer #login-form-container .dropdown-menu {
    border-radius: 0;
    top: 39px;
    left: -65px;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 200px;
}
#navContactContainer #login-form-container select.phone_list {
    display: none;
}
#navContactContainer .fa-phone {
    color: #000;
    margin-top: 4px;
}
.navbar-header .navbar-toggle {
    padding: 0;
    margin: 24px 15px 0 0;
    border: none;
}
.navbar-header .navbar-toggle .fa {
    font-size: 1.25rem;
    color: #000;
}
.navbar-header .navbar-toggle:focus,
.navbar-header .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
select.phone_list {
    display: none
}
@media (max-width: 1024px) {
    ul.phone_list {
        display: none!important
    }
    select.phone_list {
        display: block;
        position: absolute;
        width: 170px;
        top: 0;
        color: transparent;
        background: none;
        border: 0;
    }
    select.phone_list option {
        color: #000
    }
    select.phone_list:focus {
        outline: none
    }
}
/* END NEW Phone List */
/* START LP2 Button */
.lp {
    background-color: rgba(239, 189, 8, 1.0);
    background-color: #efbd08;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: .750rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 18px 0 0 0;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #b48900;
    position: relative;
    z-index: 9999;
}
.lp:active,
.lp:focus,
.lp:hover {
    background-color: rgba(180, 138, 0, 1.0);
    background-color: #b48900;
    color: #d9d9d9;
    text-decoration: none;
}
/* END LP2 Button */
@media (max-width: 767px) {
    .oe-logo img {
        width: 95px;
    }
    .navbar .nav>li {
        padding: 12px 10px;
        text-align: center;
    }
    .navbar .nav>li:last-child {
        padding-bottom: 10px;
    }
    .navbar-toggle {
        margin-top: 10px;
        border-radius: 2px;
        position: relative;
        z-index: 9999;
    }
    #navContactContainer {
        margin-top: 18px;
        right: 60px;
    }
    #menuLinks {
        margin-top: 50px;
        width: 100%;
        max-height: 440px;
    }
    #login-form-container .dropdown-menu {
        top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav {
        margin-left: 10px;
    }
    .navbar-brand {
        padding: 10px 5px;
        margin-right: 2px;
    }
    .navbar .nav>li {
        padding: 8px 0 0 0;
    }
    .navbar .nav>li>a {
        font-size: .750rem;
    }
    .oe-logo img {
        width: 120px;
    }
    #login-form-container .dropdown-menu {
        top: 35px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-nav {
        margin-left: 40px;
    }
    .navbar .nav>li {
        padding: 8px 20px 0px 20px;
    }
    #login-form-container .dropdown-menu {
        top: 39px;
    }
}
@media (max-width: 767px) {
    .navbar-fixed-top .oe-main-nav.navbar-nav {
        width: 100%;
    }
    .navbar .navbar-nav {
        margin: 0;
    }
}
/* END HEADER */
/* Credibility */
.cred-slide a {
    float: left;
}
/* BREADCRUMBS */
.breadcrumbs {
    padding: 16px 0 15px;
}
#breadcrumbs {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}
#breadcrumbs a {
    color: #a0a0a0;
    font-size: 14px;
}
#breadcrumbs a:hover {
    text-decoration: none;
}
.breadcrumb_last {
    color: #efbd08;
    cursor: default;
}
/* END BREADCRUMBS */
.inner-nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.inner-nav ul.crumbtrail {
    text-align: left;
}
.inner-nav li {
    display: inline-block;
    margin: 0 20px;
}
.inner-nav ul.crumbtrail li {
    margin: 0 0 0 0;
    position: relative;
}
.inner-nav ul.crumbtrail li:after {
    content: ">";
    position: absolute;
    top: 16px;
    right: -5px;
    font-weight: bold;
}
.inner-nav ul.crumbtrail li:last-child:after {
    display: none;
}
.inner-nav ul a,
.inner-nav ul a:hover {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #a0a0a0;
    padding: 16px 5px 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.inner-nav ul li.current-menu-item a,
.inner-nav ul li.current-menu-item a:hover {
    color: #000;
}
.inner-nav ul.crumbtrail li.current-menu-item a,
.inner-nav ul.crumbtrail li.current-menu-item a:hover {
    color: #efbd08;
}
.vc_row {
    border-top: 1px solid #d9d9d9;
    position: relative;
    padding: 5px;
}
.wpb_content_element.upper-row {
    margin-bottom: 3px;
}
.upper-row .wpb_content_element {
    margin-bottom: 11px;
}
.upper-row h2 {
    margin-top: 0;
}
.vc_row.down-row {
    border-top: 0;
    padding-top: 0;
}
.box-home {
    text-align: center;
}
.box-home img {
    width: 110px;
    height: 110px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    border-radius: 80px;
}
.box-home h2 {
    font-size: 22px;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    order: 2;
    text-transform: uppercase;
    color: #3b3b3b;
    padding: 20px 0;
    letter-spacing: 2px;
}
.vc_custom_1450720056154 {
    background-position: 43% top !important;
}
.wpb_wrapper a,
a.prensa {
    font-size: .82rem;
    color: #efbd08;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.vc_btn3 {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.750rem;
    margin-top: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    white-space: nowrap;
}
.vc_btn3-container {
    width: 100%;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
    letter-spacing: 2px;
    clear: both;
    text-transform: uppercase;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #FFF;
    white-space: normal;
    font-size: 24px;
    background: #0084fd!important;
    text-decoration: none;
    width: 100%;
    margin-top: 70px;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px !important;
    border-width: 0px !important;
}
.item h3 {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
.carousel-caption {
    text-shadow: none;
    color: inherit;
    text-align: inherit;
    position: static;
    margin: 0 10px;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    float: left;
    margin: 0 10px;
}
.carousel-control {
    cursor: pointer;
    background: #efbd08;
    opacity: .5;
    width: 30px;
    height: 30px;
    text-indent: 0;
    z-index: 10;
    overflow: hidden;
    position: absolute;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.carousel-control:hover {
    text-decoration: none;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control span {
    color: #fff;
    content: " ";
    position: relative;
    width: 100%;
    display: block;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
}
.right.carousel-control,
.left.carousel-control {
    text-decoration: none !important;
}
#carousel a.right:before {
    color: #fff;
    content: "";
    display: block;
    font-family: fontawesome;
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    clip: unset;
    overflow: visible;
    left: 2px;
    text-shadow: none;
}
#carousel a.left:before {
    color: #fff;
    content: "";
    display: block;
    font-family: fontawesome;
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    clip: unset;
    overflow: visible;
    text-shadow: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.vc_btn3-container {
    margin-bottom: 40px !important;
}
.nav-tabs {
    border: 0;
    margin-bottom: 10px;
}
.nav-tabs li {
    padding-right: 40px;
    margin-bottom: 0;
}
.nav-tabs>li>a {
    color: #c0c0c0;
    cursor: pointer;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-tabs>li>a:hover {
    background: none;
    color: #828282;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #828282;
    border: 0;
}
.cobertura {
    max-height: 485px;
    overflow-x: hidden;
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}
.cobertura td,
.cobertura th {
    border-top: 0 !important;
}
.cobertura .date {
    color: #828282;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
}
.cobertura .publisher a,
.cobertura .publisher a:active,
.cobertura .publisher a:hover,
.cobertura .publisher a:focus,
.cobertura .publisher a:visited {
    color: #000;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
}
.cobertura .link a,
.cobertura .link a:active,
.cobertura .link a:hover,
.cobertura .link a:focus,
.cobertura .link a:visited {
    color: #999;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}
.cobertura .link.read {
    background: rgba(0, 0, 0, 0) url("//d18q7jrvzb05fk.cloudfront.net/images/press/oe_article_icon.png") no-repeat scroll right 4px;
}
.m-0auto .vc_btn3 {
    margin-top: 30px;
}
.columnQuestion:nth-child(odd) {
    clear: left;
}
.columnQuestion h2 {
    font-size: 1.125rem;
}
.columnQuestion h2,
.columnQuestion h3 {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.columnQuestion {
    min-height: 210px;
    margin-bottom: 25px;
}
.questionContainer {
    border-top: #4fa3d9 solid 1px;
    padding: 15px 0;
    max-height: 60px;
    overflow: hidden;
    -webkit-transition: max-height 1s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: max-height 1s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.questionContainer .index {
    display: inline-block;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #4fa3d9;
    font-size: 48px;
    line-height: 36px;
}
.questionContainer .question {
    display: block;
    cursor: pointer;
    margin: 0;
    font-size: 1.125rem;
    margin-bottom: 10px;
    margin-top: 0;
}
.questionContainer .questionContent {
    display: inline-block;
    vertical-align: top;
}
.questionContainer .answer {
    font-size: 14px;
    background: #e6e6e6;
    color: #828282;
    padding: 0;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #c4c4c4;
    padding: 10px;
}
.questionContainer.expanded {
    max-height: 700px;
}
.hidden {
    display: none!important;
}
#table {
    border: 1px solid #f2f2f2;
}
#table h3 {
    background-color: #bfbfbf;
    color: #fff;
    margin-top: 0;
    padding: 10px 20px;
    line-height: 18px;
    font-size: 18px;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-right: 1px solid #f2f2f2;
    margin-bottom: 0;
    cursor: pointer;
}
.cell {
    background-color: #fff;
    padding: 0;
    display: table-cell;
    width: 25%;
}
.cell:nth-child(odd) {
    background-color: #f3f3f3;
}
.cell h3 {
    position: relative;
}
.cell ul {
    height: 0;
    border-top: 1px solid #fff;
    overflow: hidden;
    max-height: 1000px;
    transition: all .3s ease-out;
    padding-bottom: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.cell li {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.cell ul li:before {
    content: "-";
    position: relative;
    margin-left: -10px;
    left: -5px;
}
.pasos-fluidez h2 {
    font-size: 1.9rem;
    font-weight: normal;
}
.pasos-fluidez {
    padding-right: 45px;
    padding-left: 45px;
    margin: 20px 0 15px;
}
.pasos-fluidez:after {
    display: block;
    content: " ";
    width: 21px;
    height: 80px;
    background-image: url("http://www.openenglish.com/dotAsset/c5e0c0a5-270f-4316-8f40-bc70eb6dac9f.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 20%;
    right: -5px;
}
blockquote,
.quote {
    display: block;
    font-size: 1rem;
    font-style: italic;
    border: 0;
    padding: 0;
}
.quote span {
    display: block;
    font-size: .875rem;
    font-style: normal;
}
.intro {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 20px;
    width: 95%;
}
footer {
    background: #edf6ff;
    color: #404040;
    font-size: 12px!important;
    padding: 20px 20px;
}
footer .links li:first-child {
    font-size: 1rem;
    text-transform: none;
    margin: 0 0 10px;
    color: #0084ff;
    padding: 0;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
footer .links a {
    color: #404040;
    text-decoration: none;
}
footer .links a:hover {
    color: #0084ff;
}
footer .links ul {
    padding-left: 0;
    list-style: none;
}
footer .links ul li:first-child a {
    text-transform: none;
}
footer .links li {
    padding: 0 0 0 20px;
    font-size: 14px;
    position: relative;
}
footer .links li,
#country_holder2 {
    color: #404040;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
footer .links label {
    margin: 0;
}
footer .links select {
    background: none;
    border: none;
    text-transform: uppercase;
}
footer a [class^="icon-"], 
a [class*=" icon-"] {
    background: #0084ff;
    color: #fff;
}
footer .menu-legal ul {
    padding-left: 0;
    list-style: none;
}
footer .menu-legal ul li {
    display: inline-block;
    padding-right: 5px;
}
footer .menu-legal ul li a {
    font-size: 12px;
    color: #404040;
}
footer .menu-legal ul li a:hover {
    text-decoration: underline;
}
footer p {
    font-size: 12px;
    color: #404040;
}
.dms-select option:nth-child(n+2) {
    text-transform: none!important
}
.site-switcher span {
    cursor: pointer;
}
.dropdown-menu {
    border-radius: 0;
    top: 40px;
    left: -65px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 190px;
    padding: 0;
}
.site-switcher .dropdown-menu {
    left: 0;
    top: 20px;
    width: 45px
}
.dropdown-menu li:first {
    font-size: 14px!important;
}
.dropdown-menu>li>a {
    border-bottom: 1px solid #eee;
    color: #404040;
    display: block;
    font-weight: 400;
    height: 80%;
    padding: 5px 0px 5px 8px;
    white-space: nowrap;
    text-transform: none;
    font-size: .75rem;
}
.dropdown-menu>li:last-child>a {
    border: none;
}
.dropdown-menu>li {
    padding: 0!important;
    margin: 0!important;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #0084ff;
    color: #fff;
    font-weight: 400;
}
.button-list li a.pressed {
    color: #9B9B9B;
    background: rgb(222, 222, 222)!important;
}
.center {
    text-align: center;
}
.m-0auto {
    float: none !important;
    margin: 0 auto;
}
img.aligncenter {
    margin: 0 auto;
    clear: both;
    display: block;
}
.mb-0,
.mb-0 .wpb_content_element {
    margin-bottom: 0;
}
.p-0 {
    padding-right: 0;
    padding-left: 0;
}
.pb-30 {
    padding-bottom: 30px;
}
.pl-0 {
    padding-left: 0;
}
.mlm-30 {
    margin-left: -30px !important;
}
/*index*/
.fontw-300 {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.pt-60 {
    padding-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.button-habla button {
    margin-top: 70px;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px !important;
    border-width: 0px !important;
}
.title-ofrecemos {
    font-size: 52px !important;
    margin-top: 25px;
}
.ofrecemos {
    font-size: 19px;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #3b3b3b;
}
@media (max-width: 768px) {
    body {
        margin-top: 120px;
    }
    footer .links li {
        display: none;
    }
    footer .links li:first-child,
    footer .links #menu-conectarse li,
    footer .links #menu-soporte li,
    footer .links #menu-idioma li {
        display: block;
    }
    footer .links #menu-conectarse li:nth-child(3) {
        display: none;
    }
    footer .links #menu-soporte li:nth-child(3) {
        display: none;
    }
    footer .links #menu-conectarse li:nth-child(n+2) {
        padding: 0 0 10px 20px;
        line-height: 22px
    }
}
@media (min-width: 768px) {
    footer .links:last-child {
        float: right;
    }
}
/*index*/
/* el curso */
h1.curso {
    top: -10px;
}
p.curso {
    position: relative !important;
    float: left;
    top: -10px;
}
/* comience */
h1.comience {
    margin-top: 50px;
    margin-bottom: 30px;
}
p.comience {
    font-size: 1.71rem !important;
}
ul.comience {
    color: #3f3f3f;
}
ul.comience li {
    font-size: 18px;
    margin-bottom: 8px;
}
/* prensa */
h1.prensa {
    top: 0px;
    left: 95px;
    color: #fff !important;
    text-shadow: 2px 2px 4px #000;
}
p.prensa {
    top: 0px;
    left: 95px;
    position: relative !important;
    float: left;
    color: #fff !important;
    text-shadow: 2px 2px 4px #000;
}
/* prensa */
/* anuncios */
h1.anuncios {
    text-shadow: 2px 2px 4px #000;
}
/* anuncios */
/* profesores */
h1.profesores {
    font-size: 51px !important;
    line-height: 1.2em !important;
}
/* profesores */
/* empleos */
h1.empleos {
    top: 10px;
    font-size: 52px !important;
}
p.empleos {
    position: relative !important;
    float: left;
    top: 10px;
}
/* empleos */
/* faq */
h1.faq {
    top: 30px;
    font-size: 52px !important;
}
/* faq */
/* gramatica */
h1.gramatica {
    line-height: 1.1em !important;
    font-size: 51px !important;
    margin-top: 0;
}
p.gramatica {
    font-size: 30px !important;
    color: #000 !important;
}
/* gramatica */
/* negocios */
h1.negocios {
    line-height: 1.1em !important;
    font-size: 51px !important;
    margin-top: 0;
}
p.negocios {
    font-size: 30px !important;
    color: #000 !important;
}
/* negocios */
@media (min-width: 992px) {
    .info-form {
        right: 11%!important;
        top: 3%!important;
        position: static;
    }
    .vc_btn3 {
        display: block;
    }
    .slideshow {
        height: 128px;
    }
    .cell {
        display: table-cell;
        width: 25%;
    }
    #table h3 {
        cursor: default;
    }
    .cell ul {
        padding: 0 20px 20px;
        height: auto;
        list-style: none;
        margin-top: 15px;
        overflow: hidden;
        border-top: 0;
    }
    .pasos-fluidez {
        padding-right: 45px !important;
        padding-left: 45px !important;
        margin: 20px 0 15px;
    }
    .pasos-fluidez:nth-child(2):after {
        right: 10px;
    }
}
@media (min-width: 768px) {
    .pasos-fluidez:nth-child(2):after {
        right: 10px;
    }
    .pasos-fluidez:nth-child(2):after {
        right: -5px;
    }
    footer .links li {
        padding: 0 0 10px;
        line-height: 22px
    }
}
/********* SEO Pages *********/
/* Start Cursos Virtuales vs Cursos Presenciales */
#virtuales-vs-presenciales table {
    margin: 30px auto;
    width: 100%;
}
#virtuales-vs-presenciales .oeTable {
    padding: 0;
}
#virtuales-vs-presenciales table .title2 {
    background-size: initial;
}
#virtuales-vs-presenciales table .title2 {
    background-image: url("http://d2s53oce31j0i0.cloudfront.net/dotAsset/031c8d1c-a8d3-4f7d-93a3-a3b4675e0413.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -999px;
}
#virtuales-vs-presenciales table .yes {
    background-image: url("http://d2s53oce31j0i0.cloudfront.net/dotAsset/35f3b012-1f75-4379-bec6-bb6b849a3b13.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
#virtuales-vs-presenciales table .no {
    background-image: url("http://d2s53oce31j0i0.cloudfront.net/dotAsset/163c3019-1ec2-4e33-8ab9-1444688bd325.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#virtuales-vs-presenciales table td,
table th {
    font-size: 0.875rem;
}
#virtuales-vs-presenciales thead th:first-child {
    padding-left: 20px !important;
}
#virtuales-vs-presenciales thead th:first-child {
    min-width: 140px;
    text-align: left;
}
#virtuales-vs-presenciales thead th {
    text-align: center;
}
#virtuales-vs-presenciales thead th {
    padding-left: 10px !important;
    padding-right: 0 !important;
}
#virtuales-vs-presenciales thead th {
    background-color: #0080ff;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
#virtuales-vs-presenciales tbody tr:first-child {
    display: table-row;
}
#virtuales-vs-presenciales tbody tr:first-child td::after {
    display: none;
}
#virtuales-vs-presenciales tbody tr:first-child td::after {
    content: "+";
    font-size: 2rem;
    position: absolute;
    right: 20px;
}
#virtuales-vs-presenciales tbody tr:first-child td {
    padding: 9px 24px;
}
#virtuales-vs-presenciales tbody tr:first-child td {
    cursor: default;
}
#virtuales-vs-presenciales tbody tr:first-child td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #bfbfbf;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 5px 10px;
    position: relative;
}
#virtuales-vs-presenciales tbody td:first-child {
    text-align: left;
}
#virtuales-vs-presenciales tbody td {
    padding: 10px 24px;
}
#virtuales-vs-presenciales tbody td {
    border: 1px solid #efefef;
}
#virtuales-vs-presenciales tbody td {
    padding: 5px 10px;
    text-align: center;
}
/* End Cursos Virtuales vs Cursos Presenciales */
/* Start Fluidez en Ingles */
.siteSection div.right-arrow::after {
    background-image: url("/wp-content/uploads/2016/06/fluideznext.png");
    background-position: center center;
    background-size: contain;
    content: " ";
    display: block;
    height: 80px;
    position: absolute;
    right: 0;
    top: 20%;
    width: 21px;
}
.siteSection div.right-arrow:nth-child(2)::after {
    right: 10px;
}
.siteSection div.right-arrow {
    margin: 10px 0 20px;
    padding-left: 15px;
    padding-right: 35px;
}
/* End Fluidez en Ingles */
/* Start Gramatica en Ingles */
.iconImg {
    margin-bottom: 20px;
}
.iconImg img {
    height: 132px;
    width: 132px;
}
/* End Gramatica en Ingles */
/* Start Niveles de Ingles */
.niveles ul li::before {
    content: "➤";
    font-size: 14px;
    left: -20px;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: -10px;
    position: relative;
}
.niveles li {
    list-style: outside none none;
    margin-bottom: 10px;
}
/* End Niveles de Ingles */
/********* End SEO Pages *********/
/********* Discount Landing Pages LATAM *********/
/* Start Descuento 20, 30, 40, 50, 60, 70, 75, Facebook 50, Facebook 70 */
#descuento p {
    font-size: 1.125rem;
    margin: 10px 0 20px;
}
#descuento h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
#descuento.section0.landingWelcome {
    border-top: 5px solid #dedede;
    border-bottom: 5px solid #dedede;
    padding: 15px 10px;
    text-align: center;
}
#descuento.section0.landingWelcome h2 {
    font-size: 1.50rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
}
#descuento.section0.landingWelcome h2.twenty {
    color: #0084ff;
}
#descuento.section0.landingWelcome h2.thirty {
    color: #edbc14;
}
#descuento.section0.landingWelcome h2.forty {
    color: #a1c23b;
}
#descuento.section0.landingWelcome h2.fifty {
    color: #0084ff;
}
#descuento.section0.landingWelcome h2.sixty {
    color: #0084ff;
}
#descuento.section0.landingWelcome h2.seventy {
    color: #0084ff;
}
#descuento.section0.landingWelcome h2.seventyfive {
    color: #0084ff;
}
#descuento.section2 {
    background-color: #176aac;
    color: #fff;
}
#descuento.section2 .columnImage {
    max-width: 200px;
    padding: 10px;
}
#descuento.section2 .media {
    margin-bottom: 40px;
}
#descuento.section2 p strong {
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 35px;
}
#descuento.section3 {
    background-image: url("/wp-content/uploads/2016/06/body3.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    background-size: cover;
    border: none;
}
#descuento.section3.siteSection h2 {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#descuento.section3.siteSection p {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#descuento.siteSection .columnCTA {
    max-width: 540px;
    text-shadow: none;
}
#descuento.siteSection .columnCTA {
    background-color: #efbd08;
}
@media (max-width: 768px) {
    #descuento.section2 .columnImage {
        max-width: 132px;
    }
}
/* End Descuento 20, 30, 40, 50, 60, 70, 75, Facebook 50, Facebook 70 */
/* Start Desconto 20, 30, 40, 50, 60 */
#desconto p {
    font-size: 1.125rem;
    margin: 10px 0 20px;
}
#desconto.section0.landingWelcome {
    border-top: 5px solid #dedede;
    border-bottom: 5px solid #dedede;
    padding: 15px 10px;
    text-align: center;
}
#desconto h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
#desconto.section0.landingWelcome h2 {
    font-size: 1.50rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
}
#desconto.section0.landingWelcome h2.twenty {
    color: #0084ff;
}
#desconto.section0.landingWelcome h2.thirty {
    color: #edbc14;
}
#desconto.section0.landingWelcome h2.forty {
    color: #a1c23b;
}
#desconto.section0.landingWelcome h2.fifty {
    color: #0084ff;
}
#desconto.section0.landingWelcome h2.sixty {
    color: #0084ff;
}
#desconto.section2 {
    background-color: #176aac;
    color: #fff;
}
#desconto.section2 .columnImage {
    max-width: 200px;
    padding: 10px;
}
#desconto.section2 .media {
    margin-bottom: 40px;
}
#desconto.section2 p strong {
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 35px;
}
#desconto.section3 {
    background-image: url("/wp-content/uploads/sites/17/2016/06/body3.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    border: none;
    background-size: cover;
}
#desconto.section3.siteSection h2 {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#desconto.section3.siteSection p {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#desconto.siteSection .columnCTA {
    max-width: 540px;
    text-shadow: none;
}
#desconto.siteSection .columnCTA {
    background-color: #efbd08;
}
@media (max-width: 768px) {
    #desconto.section2 .columnImage {
        max-width: 132px;
    }
}
/* End Desconto 20, 30, 40, 50, 60 */
/********* End Discount Landing Pages *********/
/********* Landing Pages *********/
/* Start Aprender Ingles */
#aprender-ingles.section1 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
}
#aprender-ingles.siteSection p {
    font-size: 1.125rem;
}
#aprender-ingles.siteSection .columnCTA {
    max-width: 540px;
}
#aprender-ingles.siteSection .columnCTA {
    background-color: #efbd08;
}
#aprender-ingles.section2 {
    background-color: #2168a8;
}
#aprender-ingles.section2 img {
    float: right;
}
#aprender-ingles.section2 h3 {
    color: #ffffff;
    text-transform: uppercase;
}
#aprender-ingles.section2 p {
    color: #ffffff;
}
#aprender-ingles.section2 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
    color: #fff;
}
#aprender-ingles.section3 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
}
#aprender-ingles.section4 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
    color: #fff;
}
#aprender-ingles.section4 {
    background-image: url("/wp-content/uploads/2016/06/section4Back.jpg");
    background-size: cover;
    background-position: right center;
    color: #ffffff;
}
/* End Aprender Ingles */
/* Start Aprender Ingles V1 */
#aprender-ingles-v1.section1 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
}
#aprender-ingles-v1.section1 h3 {
    color: #0084ff;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}
#aprender-ingles-v1.siteSection p {
    font-size: 1.125rem;
}
#aprender-ingles-v1.section1 p {
    color: #3b3b3b;
}
#aprender-ingles-v1.section1 li {
    color: #3b3b3b;
}
#aprender-ingles-v1.siteSection .columnCTA {
    max-width: 540px;
    margin-left: initial;
    margin-right: initial;
}
#aprender-ingles-v1.siteSection .columnCTA {
    background-color: #efbd08;
}
#aprender-ingles-v1.section2 {
    background-color: #0084ff;
    color: #fff;
}
#aprender-ingles-v1.section2 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}
#aprender-ingles-v1.section3 p {
    color: #3b3b3b;
}
#aprender-ingles-v1.section4 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
}
#aprender-ingles-v1.section4 p {
    color: #3b3b3b;
}
/* End Aprender Ingles V1 */
/* Start Aprender Ingles V2 */
#aprender-ingles-v2.section1 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
}
#aprender-ingles-v2.section1 h3 {
    color: #3b3b3b;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}
#aprender-ingles-v2.siteSection p {
    font-size: 1.125rem;
}
#aprender-ingles-v2.section1 p {
    color: #3b3b3b;
}
#aprender-ingles-v2.section1 li {
    color: #3b3b3b;
    font-size: 1.125rem;
}
/* End Aprender Ingles V2 */
/* Start Aprenda Ingles */
#aprenda-ingles.section1 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
}
#aprenda-ingles.siteSection p {
    font-size: 1.125rem;
}
#aprenda-ingles.siteSection .columnCTA {
    max-width: 540px;
}
#aprenda-ingles.siteSection .columnCTA {
    background-color: #efbd08;
}
#aprenda-ingles.section2 {
    background-color: #2168a8;
}
#aprenda-ingles.section2 img {
    float: right;
}
#aprenda-ingles.section2 h3 {
    color: #ffffff;
    text-transform: uppercase;
}
#aprenda-ingles.section2 p {
    color: #ffffff;
}
#aprenda-ingles.section2 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
    color: #fff;
}
#aprenda-ingles.section3 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
}
#aprenda-ingles.section4 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
    color: #fff;
}
#aprenda-ingles.section4 {
    background-image: url("/wp-content/uploads/sites/17/2016/06/section4Back.jpg");
    background-size: cover;
    background-position: right center;
    color: #ffffff;
}
/* End Aprenda Ingles */
/* Start aprende ingles sin limites */
#aprende-ingles-sin-limites h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#aprende-ingles-sin-limites h3 {
    font-size: 1.5rem;
    color: #343333;
}
#aprende-ingles-sin-limites.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#aprende-ingles-sin-limites.section2,
#aprende-ingles-sin-limites.section6 {
    background-color: #146cb2;
    color: #fff;
}
#aprende-ingles-sin-limites.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#aprende-ingles-sin-limites.section1 p,
#aprende-ingles-sin-limites.section3 p {
    margin-bottom: 30px;
    color: #3d3d3d;
}
#aprende-ingles-sin-limites.section2 h2 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#aprende-ingles-sin-limites.section3 h2,
#aprende-ingles-sin-limites.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#aprende-ingles-sin-limites.section2 .btn,
#aprende-ingles-sin-limites.section6 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#aprende-ingles-sin-limites.section6 h2 {
    color: #fff;
}
#aprende-ingles-sin-limites .media-left,
.media>.pull-left {
    padding-right: 25px;
}
#aprende-ingles-sin-limites .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#aprende-ingles-sin-limites .media-body p {
    color: #828282;
}
#aprende-ingles-sin-limites.section2 .btn-default,
#aprende-ingles-sin-limites.section6 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#aprende-ingles-sin-limites.section2 .btn-default:hover,
#aprende-ingles-sin-limites.section6 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#aprende-ingles-sin-limites.section2 .btn-block,
#aprende-ingles-sin-limites.section6 .btn-block {
    width: 360px;
    text-transform: none;
}
#aprende-ingles-sin-limites.section4 .testimonial {
    margin-top: 20px;
}
#aprende-ingles-sin-limites.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#aprende-ingles-sin-limites.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-style: normal;
}
#aprende-ingles-sin-limites.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#aprende-ingles-sin-limites.section4 .testimonial .avatar {
    border-radius: 75px;
    height: 95px;
    margin-right: auto;
    position: relative;
    width: 95px;
}
#aprende-ingles-sin-limites.section4 .testimonial .avatar-top {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#aprende-ingles-sin-limites.section4.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#aprende-ingles-sin-limites.section4 .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#aprende-ingles-sin-limites.section5 .first {
    margin-top: -20px;
}
#aprende-ingles-sin-limites.section5 .last {
    margin-top: -25px;
}
#aprende-ingles-sin-limites.section6 .btn-block {
    margin-top: 20px;
}
#aprende-ingles-sin-limites.media-heading {
    font-weight: 400;
}
#aprende-ingles-sin-limites.section3 .media-left img {
    max-width: none;
}
@media (max-width: 991px) {
    #aprende-ingles-sin-limites.section2 h2 {
        text-align: center;
    }
    #aprende-ingles-sin-limites.section3 .media h3 {
        margin-bottom: 0;
    }
    #aprende-ingles-sin-limites .testimonial {
        margin-top: 20px;
    }
    #aprende-ingles-sin-limites .testimonial .avatar {
        border-radius: 75px;
        display: inline-block;
        float: left;
        height: 95px;
        margin-right: 15px;
        position: relative;
        width: 95px;
    }
}
@media (max-width: 768px) {
    #aprende-ingles-sin-limites.section1 {
        margin-bottom: 30px;
    }
    #aprende-ingles-sin-limites.section3 {
        text-align: left;
    }
    #aprende-ingles-sin-limites.section1 p,
    #aprende-ingles-sin-limites.section3 p {
        font-size: 1rem;
    }
    #aprende-ingles-sin-limites.section4 .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #aprende-ingles-sin-limites.section6 h2 {
        margin-bottom: 30px;
    }
    #aprende-ingles-sin-limites.section2 .btn-block,
    #aprende-ingles-sin-limites.section6 .btn-block {
        width: 100%;
    }
    #aprende-ingles-sin-limites.section4 .testimonial blockquote {
        width: 100%;
    }
    #aprende-ingles-sin-limites.section4 .testimonial {
        margin-top: 10px;
    }
}
/* END aprende ingles sin limites */
/* Start Aulas de Ingles */
#aulas-de-ingles.section1 h2 {
    color: #0084ff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
#aulas-de-ingles.siteSection p {
    font-size: 1.250rem;
}
#aulas-de-ingles.section1 {
    color: #3b3b3b;
}
#aulas-de-ingles.section1 .columnIcon {
    height: 64px;
    width: 64px;
    margin-bottom: 10px;
}
#aulas-de-ingles.section1 .media p {
    font-size: 1rem;
}
#aulas-de-ingles.section2 h2 {
    color: #3b3b3b;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}
#aulas-de-ingles.section2 img {
    margin-bottom: 20px;
}
#aulas-de-ingles.section2 h3 {
    color: #3b3b3b;
}
#aulas-de-ingles.section2 h3.columnTitle:before {
    width: 50px;
    height: 50px;
    line-height: 1.5;
    font-size: 2.25rem;
    display: inline-block;
    color: #fff;
    background: #0080ff;
    border-radius: 600px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}
#aulas-de-ingles.section2 .step1.columnTitle:before {
    content: "1";
}
#aulas-de-ingles.section2 .step2.columnTitle:before {
    content: "2";
}
#aulas-de-ingles.section2 .step3.columnTitle:before {
    content: "3";
}
#aulas-de-ingles.section2 p {
    margin-bottom: 20px;
    color: #3b3b3b;
}
#aulas-de-ingles.section3 {
    color: #ffffff;
    background-color: #017eb8;
}
#aulas-de-ingles.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#aulas-de-ingles.section4 p:before {
    content: "“";
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 2.5rem;
}
#aulas-de-ingles.section4 p {
    color: #3b3b3b;
}
#aulas-de-ingles.section4 .testimonial-block {
    margin: 20px 0;
}
#aulas-de-ingles.siteSection .columnCTA {
    background-color: #efbd08;
}
#aulas-de-ingles.siteSection .columnCTA {
    max-width: 540px;
}
/* End Aulas de Ingles */
/* Start Aulas Particulares de Ingles */
#aulas-particulares-de-ingles h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#aulas-particulares-de-ingles h3 {
    font-size: 1.5rem;
    color: #343333;
}
#aulas-particulares-de-ingles.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#aulas-particulares-de-ingles.section2,
#aulas-particulares-de-ingles.section4 {
    background-color: #146cb2;
    color: #fff;
}
#aulas-particulares-de-ingles.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#aulas-particulares-de-ingles.section1 p,
#aulas-particulares-de-ingles.section3 p {
    margin-bottom: 30px;
    color: #828282;
}
#aulas-particulares-de-ingles.section2 h2 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#aulas-particulares-de-ingles.section3 h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}
#aulas-particulares-de-ingles.section2 .btn,
#aulas-particulares-de-ingles.section4 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#aulas-particulares-de-ingles.section4 h2 {
    color: #fff;
}
.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#aulas-particulares-de-ingles .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#aulas-particulares-de-ingles .media-body p {
    color: #828282;
}
#aulas-particulares-de-ingles.section2 .btn-default,
#aulas-particulares-de-ingles.section4 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#aulas-particulares-de-ingles.section2 .btn-default:hover,
#aulas-particulares-de-ingles.section4 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#aulas-particulares-de-ingles.section2 .btn-block,
#aulas-particulares-de-ingles.section4 .btn-block {
    width: 360px;
    text-transform: none;
}
#aulas-particulares-de-ingles.section4 .btn-block {
    margin-top: 20px;
}
#aulas-particulares-de-ingles.media-heading {
    font-weight: 400;
}
#aulas-particulares-de-ingles.section3 .media-left img {
    max-width: none;
}
@media (max-width: 992px) {
    #aulas-particulares-de-ingles.section2 h2 {
        text-align: center;
    }
    #aulas-particulares-de-ingles.section3 .media h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #aulas-particulares-de-ingles.section1 .col-sm-4 {
        margin-bottom: 30px;
    }
    #aulas-particulares-de-ingles.section3 {
        text-align: left;
    }
    #aulas-particulares-de-ingles.section1 p,
    #aulas-particulares-de-ingles.section3 p {
        font-size: 1rem;
    }
    .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #aulas-particulares-de-ingles.section4 h2 {
        margin-bottom: 30px;
    }
    #aulas-particulares-de-ingles.section2 .btn-block,
    #aulas-particulares-de-ingles.section6 .btn-block {
        width: 100%;
    }
}
/* End Aulas Particulares de Ingles */
/* Start Avanza Sin Limites */
#avanza-sin-limites h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#avanza-sin-limites h3 {
    font-size: 1.5rem;
    color: #343333;
}
#avanza-sin-limites.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#avanza-sin-limites.section2,
#avanza-sin-limites.section6 {
    background-color: #146cb2;
    color: #fff;
}
#avanza-sin-limites.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#avanza-sin-limites.section1 p,
#avanza-sin-limites.section3 p {
    margin-bottom: 30px;
    color: #3d3d3d;
}
#avanza-sin-limites.section2 h2 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#avanza-sin-limites.section3 h2,
#avanza-sin-limites.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#avanza-sin-limites.section2 .btn,
#avanza-sin-limites.section6 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#avanza-sin-limites.section6 h2 {
    color: #fff;
}
#avanza-sin-limites .media-left,
.media>.pull-left {
    padding-right: 25px;
}
#avanza-sin-limites .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#avanza-sin-limites .media-body p {
    color: #828282;
}
#avanza-sin-limites.section2 .btn-default,
#avanza-sin-limites.section6 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#avanza-sin-limites.section2 .btn-default:hover,
#avanza-sin-limites.section6 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#avanza-sin-limites.section2 .btn-block,
#avanza-sin-limites.section6 .btn-block {
    width: 360px;
    text-transform: none;
}
#avanza-sin-limites.section4 .testimonial {
    margin-top: 20px;
}
#avanza-sin-limites.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#avanza-sin-limites.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-style: normal;
}
#avanza-sin-limites.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#avanza-sin-limites.section4 .testimonial .avatar {
    border-radius: 75px;
    height: 95px;
    margin-right: auto;
    position: relative;
    width: 95px;
}
#avanza-sin-limites.section4 .testimonial .avatar-top {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#avanza-sin-limites.section4.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#avanza-sin-limites.section4 .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#avanza-sin-limites.section5 .first {
    margin-top: -20px;
}
#avanza-sin-limites.section5 .last {
    margin-top: -25px;
}
#avanza-sin-limitess.ection6 .btn-block {
    margin-top: 20px;
}
#avanza-sin-limites.media-heading {
    font-weight: 400;
}
#avanza-sin-limites.section3 .media-left img {
    max-width: none;
}
@media (max-width: 991px) {
    #avanza-sin-limites.section2 h2 {
        text-align: center;
    }
    #avanza-sin-limites.section3 .media h3 {
        margin-bottom: 0;
    }
    #avanza-sin-limites .testimonial {
        margin-top: 20px;
    }
    #avanza-sin-limites .testimonial .avatar {
        border-radius: 75px;
        display: inline-block;
        float: left;
        height: 95px;
        margin-right: 15px;
        position: relative;
        width: 95px;
    }
}
@media (max-width: 768px) {
    #avanza-sin-limites.section1 {
        margin-bottom: 30px;
    }
    #avanza-sin-limites.section3 {
        text-align: left;
    }
    #avanza-sin-limites.section1 p,
    #avanza-sin-limites.section3 p {
        font-size: 1rem;
    }
    #avanza-sin-limites.section4 .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #avanza-sin-limites.section6 h2 {
        margin-bottom: 30px;
    }
    #avanza-sin-limites.section2 .btn-block,
    #avanza-sin-limites.section6 .btn-block {
        width: 100%;
    }
    #avanza-sin-limites.section4 .testimonial blockquote {
        width: 100%;
    }
    #avanza-sin-limites.section4 .testimonial {
        margin-top: 10px;
    }
}
/* END Avanza Sin Limites */
/* Start sueno americano */
#sueno-americano h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#sueno-americano h3 {
    font-size: 1.5rem;
    color: #343333;
}
#sueno-americano.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#sueno-americano.section2,
#sueno-americano.section6 {
    background-color: #146cb2;
    color: #fff;
}
#sueno-americano.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#sueno-americano.section1 p,
#sueno-americano.section3 p {
    margin-bottom: 30px;
    color: #3d3d3d;
}
#sueno-americano.section2 h2 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#sueno-americano.section3 h2,
#sueno-americano.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#sueno-americano.section2 .btn,
#sueno-americano.section6 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#sueno-americano.section6 h2 {
    color: #fff;
}
#sueno-americano .media-left,
.media>.pull-left {
    padding-right: 25px;
}
#sueno-americano .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#sueno-americano .media-body p {
    color: #828282;
}
#sueno-americano.section2 .btn-default,
#sueno-americano.section6 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#sueno-americano.section2 .btn-default:hover,
#sueno-americano.section6 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#sueno-americano.section2 .btn-block,
#sueno-americano.section6 .btn-block {
    width: 360px;
    text-transform: none;
}
#sueno-americano.section4 .testimonial {
    margin-top: 20px;
}
#sueno-americano.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#sueno-americano.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-style: normal;
}
#sueno-americano.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#sueno-americano.section4 .testimonial .avatar {
    border-radius: 75px;
    height: 95px;
    margin-right: auto;
    position: relative;
    width: 95px;
}
#sueno-americano.section4 .testimonial .avatar-top {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#sueno-americano.section4.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#sueno-americano.section4 .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#sueno-americano.section5 .first {
    margin-top: -20px;
}
#sueno-americano.section5 .last {
    margin-top: -25px;
}
#sueno-americanos.ection6 .btn-block {
    margin-top: 20px;
}
#sueno-americano.media-heading {
    font-weight: 400;
}
#sueno-americano.section3 .media-left img {
    max-width: none;
}
@media (max-width: 991px) {
    #sueno-americano.section2 h2 {
        text-align: center;
    }
    #sueno-americano.section3 .media h3 {
        margin-bottom: 0;
    }
    #sueno-americano .testimonial {
        margin-top: 20px;
    }
    #sueno-americano .testimonial .avatar {
        border-radius: 75px;
        display: inline-block;
        float: left;
        height: 95px;
        margin-right: 15px;
        position: relative;
        width: 95px;
    }
}
@media (max-width: 768px) {
    #sueno-americano.section1 {
        margin-bottom: 30px;
    }
    #sueno-americano.section3 {
        text-align: left;
    }
    #sueno-americano.section1 p,
    #sueno-americano.section3 p {
        font-size: 1rem;
    }
    #sueno-americano.section4 .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #sueno-americano.section6 h2 {
        margin-bottom: 30px;
    }
    #sueno-americano.section2 .btn-block,
    #sueno-americano.section6 .btn-block {
        width: 100%;
    }
    #sueno-americano.section4 .testimonial blockquote {
        width: 100%;
    }
    #sueno-americano.section4 .testimonial {
        margin-top: 10px;
    }
}
/* End sueno americano */
/* Start Casamento */
#casamento h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#casamento h3 {
    font-size: 1.5rem;
    color: #343333;
}
#casamento.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#casamento.section2,
#casamento.section5 {
    background-color: #146cb2;
    color: #fff;
}
#casamento.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#casamento.section1 p,
#casamento.section3 p {
    margin-bottom: 30px;
    color: #828282;
}
#casamento.section2 h2 {
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#casamento.section3 h2,
#casamento.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#casamento.section2 .btn,
#casamento.section5 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#casamento.section4 .testimonial {
    margin-bottom: 20px;
    margin-top: 60px;
}
#casamento.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#casamento.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#casamento.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#casamento.section4 .testimonial .avatar {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#casamento.section5 h2 {
    color: #fff;
}
.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#casamento .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#casamento .media-body p {
    color: #828282;
}
#casamento.section2 .btn-default,
#casamento.section5 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#casamento.section2 .btn-default:hover,
#casamento.section5 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#casamento.section2 .btn-block,
#casamento.section5 .btn-block {
    width: 360px;
    text-transform: none;
}
#casamento.section5 .btn-block {
    margin-top: 20px;
}
#casamento.media-heading {
    font-weight: 400;
}
#casamento.section3 .media-left img {
    max-width: none;
}
@media (max-width: 992px) {
    #casamento.section2 h2 {
        text-align: center;
    }
    #casamento.section3 .media h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #casamento.section1 .col-sm-4 {
        margin-bottom: 30px;
    }
    #casamento.section3 {
        text-align: left;
    }
    #casamento.section1 p,
    #casamento.section3 p {
        font-size: 1rem;
    }
    .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #casamento.section4 h2 {
        margin-bottom: 30px;
    }
    #casamento.section2 .btn-block,
    #casamento.section5 .btn-block {
        width: 100%;
    }
}
/* End Casamento */
/* Start Clases de Ingles */
#clases-de-ingles.section1 h2 {
    color: #fff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
#clases-de-ingles.siteSection p {
    font-size: 1.250rem;
}
#clases-de-ingles.section1 {
    background-color: #2168a8;
    color: #fff;
}
#clases-de-ingles.section1 li:before {
    content: "•";
    color: #e9ba31;
    font-size: 1.625rem;
    margin-right: 15px;
    position: absolute;
    left: 5px;
    top: -7px;
}
#clases-de-ingles.section1 li {
    color: #fff;
    font-size: 1.125rem;
    margin: 35px 0;
    position: relative;
    width: 80%;
    padding-left: 40px;
}
#clases-de-ingles.section2 h2 {
    color: #ecbc32;
    font-size: 1.375rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#clases-de-ingles.section2 .sectionTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: auto;
}
#clases-de-ingles.section2 .sectionTitle .columnTitle .number {
    font-size: 12.188rem;
    display: inline-block;
    color: #ecbb31;
}
#clases-de-ingles.section2 .sectionTitle .columnTitle .text {
    font-size: 3.125rem;
    display: inline-block;
    color: #1787fb;
    width: 50%;
}
#clases-de-ingles.section3 {
    background-image: url("http:/wp-content/uploads/2016/06/section3Back.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    overflow: hidden;
}
#clases-de-ingles.section4 p {
    color: #828282;
    font-size: 1.250rem;
    letter-spacing: 1px;
    position: relative;
}
#clases-de-ingles.section5 {
    background-color: #0084ff;
    padding: 15px;
}
#clases-de-ingles.section5 .disclaimer p {
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin: 0;
}
#clases-de-ingles.siteSection .columnCTA {
    background-color: #efbd08;
}
/* End Clases de Ingles */
/* Start Clases Privadas de Ingles */
#clases-privadas-de-ingles h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#clases-privadas-de-ingles h3 {
    font-size: 1.5rem;
    color: #343333;
}
#clases-privadas-de-ingles.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#clases-privadas-de-ingles.section2,
#clases-privadas-de-ingles.section5 {
    background-color: #146cb2;
    color: #fff;
}
#clases-privadas-de-ingles.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#clases-privadas-de-ingles.section1 p,
#clases-privadas-de-ingles.section3 p {
    margin-bottom: 30px;
    color: #828282;
}
#clases-privadas-de-ingles.section2 h2 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#clases-privadas-de-ingles.section3 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#clases-privadas-de-ingles.section2 .btn,
#clases-privadas-de-ingles.section5 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#clases-privadas-de-ingles.section5 h2 {
    color: #fff;
}
#clases-privadas-de-ingles .media-left,
.media>.pull-left {
    padding-right: 25px;
}
#clases-privadas-de-ingles .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#clases-privadas-de-ingles .media-body p {
    color: #828282;
}
#clases-privadas-de-ingles.section2 .btn-default,
#clases-privadas-de-ingles.section5 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#clases-privadas-de-ingles.section2 .btn-default:hover,
#clases-privadas-de-ingles.section5 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#clases-privadas-de-ingles.section2 .btn-block,
#clases-privadas-de-ingles.section5 .btn-block {
    width: 360px;
    text-transform: none;
}
#clases-privadas-de-ingles.section4 .first {
    margin-top: -20px;
}
#clases-privadas-de-ingles.section4 .last {
    margin-top: -25px;
}
#clases-privadas-de-ingles.section5 .btn-block {
    margin-top: 20px;
}
#clases-privadas-de-ingles.media-heading {
    font-weight: 400;
}
#clases-privadas-de-ingles.section3 .media-left img {
    max-width: none;
}
@media (max-width: 992px) {
    #clases-privadas-de-ingles.section2 h2 {
        text-align: center;
    }
    #clases-privadas-de-ingles.section3 .media h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #clases-privadas-de-ingles.section1 {
        margin-bottom: 30px;
    }
    #clases-privadas-de-ingles.section3 {
        text-align: left;
    }
    #clases-privadas-de-ingles.section1 p,
    #clases-privadas-de-ingles.section3 p {
        font-size: 1rem;
    }
    #clases-privadas-de-ingles .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #clases-privadas-de-ingles.section55 h2 {
        margin-bottom: 30px;
    }
    #clases-privadas-de-ingles.section2 .btn-block,
    #clases-privadas-de-ingles.section5 .btn-block {
        width: 100%;
    }
}
/* Start Clases Privadas de Ingles */
/* Start Com Ingles Voce Consegue */
#com-ingles-voce-consegue.siteSection p {
    font-size: 1rem;
}
#com-ingles-voce-consegue.section1 h3 {
    color: #4d4d4d;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
#com-ingles-voce-consegue.section1 p {
    color: #4d4d4d;
}
#com-ingles-voce-consegue.section2 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
}
#com-ingles-voce-consegue.section2 {
    background-color: #176aac;
    color: #fff;
    text-align: center;
}
#com-ingles-voce-consegue.section2 .testimonial img {
    width: 200px;
}
#com-ingles-voce-consegue.section2 blockquote {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0 10px;
}
#com-ingles-voce-consegue.section2 blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: .625rem;
    position: absolute;
    left: 0;
}
#com-ingles-voce-consegue.section2 blockquote p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#com-ingles-voce-consegue.section2 blockquote cite {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
#com-ingles-voce-consegue.section3 {
    background-image: url("/wp-content/uploads/sites/17/2016/06/body3.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#com-ingles-voce-consegue.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
    text-shadow: 1px 2px 4px #000;
}
#com-ingles-voce-consegue.section3 p {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#com-ingles-voce-consegue.siteSection .columnCTA {
    background-color: #efbd08;
}
#com-ingles-voce-consegue.siteSection .columnCTA {
    max-width: 540px;
}
/* End Tuenti */
/* Start El Curso */
#el-curso.section0.landingWelcome {
    background-color: #f2f2f2;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
    padding-top: 10px;
    text-align: center;
}
#el-curso.section0.landingWelcome h2 {
    color: #0084ff;
    font-family: "BrandonGrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.250rem;
    font-weight: 600;
    letter-spacing: 1px;
}
#el-curso.siteSection p {
    font-size: 1.125rem;
}
#el-curso.section1 p.title-estudio {
    color: #0084ff;
    text-align: center;
}
#el-curso.section1 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
    margin-top: 60px;
    text-align: center;
}
#el-curso.siteSection .columnCTA {
    max-width: 540px;
}
#el-curso.siteSection .columnCTA {
    background-color: #efbd08;
}
#el-curso.section3 p {
    font-size: 1.25rem;
    text-align: center;
}
#el-curso.section4 {
    background-image: url("/wp-content/uploads/2015/12/bg-section-home.jpg");
    background-position: right center;
    background-size: cover;
}
#el-curso.section4 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    color: #a1c23b;
    margin-bottom: 20px;
    text-align: center;
}
#el-curso.section4 p {
    color: #fff;
}
/* End El Curso */
/* Start El Curso V1 */
#el-curso-v1.section1 h2.columnTitle {
    color: #3b3b3b;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
}
#el-curso-v1.section1 h3 {
    color: #3b3b3b;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}
#el-curso-v1.siteSection p {
    font-size: 1.125rem;
}
#el-curso-v1.section1 p {
    color: #4d4d4d;
}
#el-curso-v1.section1 li {
    color: #4d4d4d;
    font-size: 1.125rem;
}
#el-curso-v1.section2 h2.columnTitle {
    color: #4d4d4d;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 20px;
}
#el-curso-v1.section2 h3.steps {
    color: #0084ff;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.375rem;
}
#el-curso-v1.section2 .columnImage {
    border-radius: 600px;
    border: 10px solid #fff;
}
#el-curso-v1.section2 .step1:after,
#el-curso-v1.section2 .step2:after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -48px;
    background-color: #fff;
    background-image: url("//d2s53oce31j0i0.cloudfront.net/dotAsset/d945844e-f8d4-41fe-aa1a-da9acb26f619.png");
    background-position: center center;
    background-repeat: no-repeat;
    top: 22%;
    padding: 30px;
    border-radius: 600px;
}
#el-curso-v1.siteSection .columnCTA {
    max-width: 540px;
}
#el-curso-v1.siteSection .columnCTA {
    background-color: #efbd08;
}
#el-curso-v1.section3 .carousel-inner p {
    color: #4d4d4d;
    font-size: 1.50rem;
}
#el-curso-v1.section3 .carousel-inner span {
    font-size: 1rem;
    display: block;
    margin-top: 20px;
}
/* End El Curso V1 */
/* Start El Curso V2 */
#el-curso-v2.section1 h2.columnTitle {
    color: #3b3b3b;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
}
#el-curso-v2.section1 h3 {
    color: #3b3b3b;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}
#el-curso-v2.siteSection p {
    font-size: 1.125rem;
}
#el-curso-v2.section1 p {
    color: #4d4d4d;
}
#el-curso-v2.section1 li {
    color: #4d4d4d;
    font-size: 1.125rem;
}
#el-curso-v2.section2 h2.columnTitle {
    color: #4d4d4d;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 20px;
}
#el-curso-v2.section2 h3.steps {
    color: #0084ff;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.375rem;
}
#el-curso-v2.section2 .columnImage {
    border-radius: 600px;
    border: 10px solid #fff;
}
#el-curso-v2.section2 .step1:after,
#el-curso-v2.section2 .step2:after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -48px;
    background-color: #fff;
    background-image: url("//d2s53oce31j0i0.cloudfront.net/dotAsset/d945844e-f8d4-41fe-aa1a-da9acb26f619.png");
    background-position: center center;
    background-repeat: no-repeat;
    top: 22%;
    padding: 30px;
    border-radius: 600px;
}
#el-curso-v2.siteSection .columnCTA {
    max-width: 540px;
}
#el-curso-v2.siteSection .columnCTA {
    background-color: #efbd08;
}
#el-curso-v2.section3 .carousel-inner p {
    color: #4d4d4d;
    font-size: 1.50rem;
}
#el-curso-v2.section3 .carousel-inner span {
    font-size: 1rem;
    display: block;
    margin-top: 20px;
}
/* End El Curso V2 */
/* Start Escribir Ingles */
#escribir-ingles.section1 h2 {
    color: #0084ff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
#escribir-ingles.siteSection p {
    font-size: 1.250rem;
}
#escribir-ingles.siteSection li {
    font-size: 1.250rem;
}
#escribir-ingles.section1 {
    color: #3b3b3b;
}
#escribir-ingles.section2 {
    color: #3b3b3b;
}
#escribir-ingles.section2 h2 {
    color: #3b3b3b;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}
#escribir-ingles.section2 img {
    border: 3px solid #3b3b3b;
    border-radius: 600px;
    margin-bottom: 20px;
}
#escribir-ingles.section2 p.testimonial-block:before {
    content: "“";
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 2.5rem;
}
#escribir-ingles.section2 p.testimonial-block {
    font-size: 1rem;
}
#escribir-ingles.section3 {
    color: #fff;
    background-image: url("/wp-content/uploads/2016/06/sectionBg.jpg");
    background-size: cover;
    background-position: right top;
}
#escribir-ingles.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}
#escribir-ingles.section3 h3 {
    color: #fff;
    font-size: 1.50rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#escribir-ingles.section4 h2 {
    color: #3b3b3b;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}
#escribir-ingles.section4 h3 {
    color: #3b3b3b;
    font-size: 1.50rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#escribir-ingles.section4 h3.last-title {
    color: #3b3b3b;
    font-size: 1.85rem;
    margin: 40px 0 0 0;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#escribir-ingles.section4 p {
    color: #3b3b3b;
}
#escribir-ingles.siteSection .columnCTA {
    background-color: #efbd08;
}
#escribir-ingles.siteSection .columnCTA {
    max-width: 540px;
}
/* End Escribir Ingles */
/* Start Ejercicios de Ingles */
#ejercicios-de-ingles.section1 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
}
#ejercicios-de-ingles.section2 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
}
#ejercicios-de-ingles.section3 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
    color: #3b3b3b;
}
#ejercicios-de-ingles.section5 h2.columnTitle {
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    font-weight: 700;
    color: #fff;
}
#ejercicios-de-ingles.section5 {
    color: #fff;
    background-image: url("/wp-content/uploads/2016/06/sectionBg.jpg");
    background-position: right top;
    background-size: cover;
    padding-top: 360px;
}
#ejercicios-de-ingles.siteSection .columnCTA {
    max-width: 540px;
}
#ejercicios-de-ingles.siteSection .columnCTA {
    background-color: #efbd08;
}
/* End Ejercicios de Ingles */
/* Start Falar Ingles */
#falar-ingles.section1 h2 {
    color: #0084ff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
#falar-ingles.siteSection p {
    font-size: 1.250rem;
}
#falar-ingles.section1 {
    color: #3b3b3b;
}
#falar-ingles.section2 h2 {
    color: #3b3b3b;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}
#falar-ingles.section2 p {
    margin-bottom: 20px;
}
#falar-ingles.section2 img {
    margin-bottom: 20px;
}
#falar-ingles.section2 {
    color: #3b3b3b;
}
#falar-ingles.section3 {
    color: #ffffff;
    background-image: url("/wp-content/uploads/2016/06/coofeeBlueShirt.jpg");
    background-size: cover;
    background-position: right top;
}
#falar-ingles.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#falar-ingles.section3 {
    color: #fff;
}
#falar-ingles.section3.section3 .media-body h3 {
    font-size: 1.250rem;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
#falar-ingles.section4 h2 {
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#falar-ingles.section4 p {
    margin: 20px 0;
}
#falar-ingles.section4 hr {
    padding: 20px 0;
}
#falar-ingles.siteSection .columnCTA {
    background-color: #efbd08;
}
#falar-ingles.siteSection .columnCTA {
    max-width: 540px;
}
/* End Falar Ingles */
/* Start Fluencia e Confianca */
#fluencia-e-confianca h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#fluencia-e-confianca h3 {
    font-size: 1.5rem;
    color: #343333;
}
#fluencia-e-confianca.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#fluencia-e-confianca.section2,
#fluencia-e-confianca.section5 {
    background-color: #146cb2;
    color: #fff;
}
#fluencia-e-confianca.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#fluencia-e-confianca.section1 p,
#fluencia-e-confianca.section3 p {
    margin-bottom: 30px;
    color: #828282;
}
#fluencia-e-confianca.section2 h2 {
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#fluencia-e-confianca.section3 h2,
#fluencia-e-confianca.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#fluencia-e-confianca.section2 .btn,
#fluencia-e-confianca.section5 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#fluencia-e-confianca.section4 .testimonial {
    margin-bottom: 20px;
    margin-top: 60px;
}
#fluencia-e-confianca.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#fluencia-e-confianca.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#fluencia-e-confianca.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#fluencia-e-confianca.section4 .testimonial .avatar {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#fluencia-e-confianca.section5 h2 {
    color: #fff;
}
.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#fluencia-e-confianca .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#fluencia-e-confianca .media-body p {
    color: #828282;
}
#fluencia-e-confianca.section2 .btn-default,
#fluencia-e-confianca.section5 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#fluencia-e-confianca.section2 .btn-default:hover,
#fluencia-e-confianca.section5 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#fluencia-e-confianca.section2 .btn-block,
#fluencia-e-confianca.section5 .btn-block {
    width: 360px;
    text-transform: none;
}
#fluencia-e-confianca.section5 .btn-block {
    margin-top: 20px;
}
#fluencia-e-confianca.media-heading {
    font-weight: 400;
}
#fluencia-e-confianca.section3 .media-left img {
    max-width: none;
}
@media (max-width: 992px) {
    #fluencia-e-confianca.section2 h2 {
        text-align: center;
    }
    #fluencia-e-confianca.section3 .media h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #fluencia-e-confianca.section1 .col-sm-4 {
        margin-bottom: 30px;
    }
    #fluencia-e-confianca.section3 {
        text-align: left;
    }
    #fluencia-e-confianca.section1 p,
    #fluencia-e-confianca.section3 p {
        font-size: 1rem;
    }
    .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #fluencia-e-confianca.section4 h2 {
        margin-bottom: 30px;
    }
    #fluencia-e-confianca.section2 .btn-block,
    #fluencia-e-confianca.section5 .btn-block {
        width: 100%;
    }
}
/* End Fluencia e Confianca */
/* Start Ingles Basico */
#ingles-basico {}
/* End Ingles Basico */
/* Start Hablar Ingles */
#hablar-ingles.section1 h2 {
    color: #0084ff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
#hablar-ingles.siteSection p {
    font-size: 1.250rem;
}
#hablar-ingles.section1 {
    color: #3b3b3b;
}
#hablar-ingles.section2 h2 {
    color: #3b3b3b;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}
#hablar-ingles.section2 p {
    margin-bottom: 20px;
}
#hablar-ingles.section2 img {
    margin-bottom: 20px;
}
#hablar-ingles.section2 {
    color: #3b3b3b;
}
#hablar-ingles.section3 {
    color: #ffffff;
    background-image: url("/wp-content/uploads/2016/06/coofeeBlueShirt.jpg");
    background-size: cover;
    background-position: right top;
}
#hablar-ingles.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#hablar-ingles.section3 {
    color: #fff;
}
#hablar-ingles.section3.section3 .media-body h3 {
    font-size: 1.250rem;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
#hablar-ingles.section4 h2 {
    font-size: 2.250rem;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#hablar-ingles.section4 p {
    margin: 20px 0;
}
#hablar-ingles.section4 .testimonial-block {
    margin-bottom: 20px;
}
#hablar-ingles.siteSection .columnCTA {
    background-color: #efbd08;
}
#hablar-ingles.siteSection .columnCTA {
    max-width: 540px;
}
/* End Hablar Ingles */
/* Start Logralo Tu 2016 */
#hablar-ingles.siteSection p {
    font-size: 1rem;
}
#logralo-tu.section1 h3 {
    color: #4d4d4d;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
#logralo-tu.section1 p {
    color: #4d4d4d;
}
#logralo-tu.section2 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
}
#logralo-tu.section2 {
    background-color: #176aac;
    color: #fff;
    text-align: center;
}
#logralo-tu.section2 .testimonial img {
    width: 200px;
}
#logralo-tu.section2 blockquote {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0 10px;
}
#logralo-tu.section2 blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: .625rem;
    position: absolute;
    left: 0;
}
#logralo-tu.section2 blockquote p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#logralo-tu.section2 blockquote cite {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
#logralo-tu.section3 {
    background-image: url("/wp-content/uploads/2016/06/body3.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#logralo-tu.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
    text-shadow: 1px 2px 4px #000;
}
#logralo-tu.section3 p {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#logralo-tu.siteSection .columnCTA {
    background-color: #efbd08;
}
#logralo-tu.siteSection .columnCTA {
    max-width: 540px;
}
/* End Logralo Tu 2016 */
/* Start Musica */
#musica h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#musica h3 {
    font-size: 1.5rem;
    color: #343333;
}
#musica.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#musica.section2,
#musica.section5 {
    background-color: #146cb2;
    color: #fff;
}
#musica.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#musica.section1 p,
#musica.section3 p {
    margin-bottom: 30px;
    color: #828282;
}
#musica.section2 h2 {
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#musica.section3 h2,
#musica.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#musica.section2 .btn,
#musica.section5 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#musica.section4 .testimonial {
    margin-bottom: 20px;
    margin-top: 60px;
}
#musica.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#musica.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#musica.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#musica.section4 .testimonial .avatar {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#musica.section5 h2 {
    color: #fff;
}
.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#musica .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#musica .media-body p {
    color: #828282;
}
#musica.section2 .btn-default,
#musica.section5 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#musica.section2 .btn-default:hover,
#musica.section5 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#musica.section2 .btn-block,
#musica.section5 .btn-block {
    width: 360px;
    text-transform: none;
}
#musica.section5 .btn-block {
    margin-top: 20px;
}
#musica.media-heading {
    font-weight: 400;
}
#musica.section3 .media-left img {
    max-width: none;
}
@media (max-width: 992px) {
    #musica.section2 h2 {
        text-align: center;
    }
    #musica.section3 .media h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #musica.section1 .col-sm-4 {
        margin-bottom: 30px;
    }
    #musica.section3 {
        text-align: left;
    }
    #musica.section1 p,
    #musica.section3 p {
        font-size: 1rem;
    }
    .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #musica.section4 h2 {
        margin-bottom: 30px;
    }
    #musica.section2 .btn-block,
    #musica.section5 .btn-block {
        width: 100%;
    }
}
/* End Musica */
/* Start Paixao */
#paixao h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#paixao h3 {
    font-size: 1.5rem;
    color: #343333;
}
#paixao.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#paixao.section2,
#paixao.section5 {
    background-color: #146cb2;
    color: #fff;
}
#paixao.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#paixao.section1 p,
#paixao.section3 p {
    margin-bottom: 30px;
    color: #828282;
}
#paixao.section2 h2 {
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#paixao.section3 h2,
#paixao.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#paixao.section2 .btn,
#paixao.section5 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#paixao.section4 .testimonial {
    margin-bottom: 20px;
    margin-top: 60px;
}
#paixao.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#paixao.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#paixao.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#paixao.section4 .testimonial .avatar {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#paixao.section5 h2 {
    color: #fff;
}
.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#paixao .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#paixao .media-body p {
    color: #828282;
}
#paixao.section2 .btn-default,
#paixao.section5 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#paixao.section2 .btn-default:hover,
#paixao.section5 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#paixao.section2 .btn-block,
#paixao.section5 .btn-block {
    width: 360px;
    text-transform: none;
}
#paixao.section5 .btn-block {
    margin-top: 20px;
}
#paixao.media-heading {
    font-weight: 400;
}
#paixao.section3 .media-left img {
    max-width: none;
}
@media (max-width: 992px) {
    #paixao.section2 h2 {
        text-align: center;
    }
    #paixao.section3 .media h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #paixao.section1 .col-sm-4 {
        margin-bottom: 30px;
    }
    #paixao.section3 {
        text-align: left;
    }
    #paixao.section1 p,
    #paixao.section3 p {
        font-size: 1rem;
    }
    .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #paixao.section4 h2 {
        margin-bottom: 30px;
    }
    #paixao.section2 .btn-block,
    #paixao.section5 .btn-block {
        width: 100%;
    }
}
/* End Paixao */
/* Start Perseverancia */
#perseverancia.siteSection p {
    font-size: 1rem;
}
#perseverancia.section1 h3 {
    color: #4d4d4d;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
#perseverancia.section1 p {
    color: #4d4d4d;
}
#perseverancia.section2 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
}
#perseverancia.section2 {
    background-color: #176aac;
    color: #fff;
    text-align: center;
}
#perseverancia.section2 .testimonial img {
    width: 200px;
}
#perseverancia.section2 blockquote {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0 10px;
}
#perseverancia.section2 blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: .625rem;
    position: absolute;
    left: 0;
}
#perseverancia.section2 blockquote p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#perseverancia.section2 blockquote cite {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
#perseverancia.section3 {
    background-image: url("/wp-content/uploads/2016/06/body3.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#perseverancia.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
    text-shadow: 1px 2px 4px #000;
}
#perseverancia.section3 p {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#perseverancia.siteSection .columnCTA {
    background-color: #efbd08;
}
#perseverancia.siteSection .columnCTA {
    max-width: 540px;
}
/* End Perseverancia */
/* Start Perseveranca */
#perseveranca h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#perseveranca h3 {
    font-size: 1.5rem;
    color: #343333;
}
#perseveranca.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#perseveranca.section2,
#perseveranca.section5 {
    background-color: #146cb2;
    color: #fff;
}
#perseveranca.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#perseveranca.section1 p,
#perseveranca.section3 p {
    margin-bottom: 30px;
    color: #828282;
}
#perseveranca.section2 h2 {
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#perseveranca.section3 h2,
#perseveranca.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#perseveranca.section2 .btn,
#perseveranca.section5 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#perseveranca.section4 .testimonial {
    margin-bottom: 20px;
    margin-top: 60px;
}
#perseveranca.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#perseveranca.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#perseveranca.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#perseveranca.section4 .testimonial .avatar {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#perseveranca.section5 h2 {
    color: #fff;
}
.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#perseveranca .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#perseveranca .media-body p {
    color: #828282;
}
#perseveranca.section2 .btn-default,
#perseveranca.section5 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#perseveranca.section2 .btn-default:hover,
#perseveranca.section5 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#perseveranca.section2 .btn-block,
#perseveranca.section5 .btn-block {
    width: 360px;
    text-transform: none;
}
#perseveranca.section5 .btn-block {
    margin-top: 20px;
}
#perseveranca.media-heading {
    font-weight: 400;
}
#perseveranca.section3 .media-left img {
    max-width: none;
}
@media (max-width: 992px) {
    #perseveranca.section2 h2 {
        text-align: center;
    }
    #perseveranca.section3 .media h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #perseveranca.section1 .col-sm-4 {
        margin-bottom: 30px;
    }
    #perseveranca.section3 {
        text-align: left;
    }
    #perseveranca.section1 p,
    #perseveranca.section3 p {
        font-size: 1rem;
    }
    .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #perseveranca.section4 h2 {
        margin-bottom: 30px;
    }
    #perseveranca.section2 .btn-block,
    #perseveranca.section5 .btn-block {
        width: 100%;
    }
}
/* End Perseveranca */
/* Start Persueychon */
#persueychon.section0.landingWelcome {
    background-color: #0084ff;
    padding-top: 10px;
    text-align: center;
}
#persueychon.section0.landingWelcome h2 {
    color: #fff;
    font-family: "BrandonGrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.250rem;
    font-weight: 600;
    letter-spacing: 1px;
}
#persueychon.section1 span {
    background-color: #0084ff;
    border-radius: 600px;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    line-height: 1.65;
    margin-right: 20px;
}
#persueychon.siteSection.section1 .columnCTA {
    background-color: #efbd08;
    max-width: 540px;
}
#persueychon.section2 {
    background-size: contain, cover;
    background-color: #fff;
    background-image: url("/wp-content/uploads/2016/06/persuaichon-separation-bar.png"), url("/wp-content/uploads/2016/06/section2.jpg");
    background-repeat: repeat-x;
    background-position: center top, center bottom;
    padding-top: 130px;
}
#persueychon.section2 p {
    color: #fff;
    padding-bottom: 20px;
    font-size: 1.375rem;
}
#persueychon.siteSection .columnCTA {
    max-width: 540px;
}
#persueychon.siteSection .columnCTA {
    background-color: #efbd08;
}
/* End Persueychon */
/* Start Realizacao */
#realizacao h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#realizacao h3 {
    font-size: 1.5rem;
    color: #343333;
}
#realizacao.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#realizacao.section2,
#realizacao.section5 {
    background-color: #146cb2;
    color: #fff;
}
#realizacao.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#realizacao.section1 p,
#realizacao.section3 p {
    margin-bottom: 30px;
    color: #828282;
}
#realizacao.section2 h2 {
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#realizacao.section3 h2,
#realizacao.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#realizacao.section2 .btn,
#realizacao.section5 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#realizacao.section4 .testimonial {
    margin-bottom: 20px;
    margin-top: 60px;
}
#realizacao.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#realizacao.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#realizacao.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#realizacao.section4 .testimonial .avatar {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#realizacao.section5 h2 {
    color: #fff;
}
.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#realizacao .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#realizacao .media-body p {
    color: #828282;
}
#realizacao.section2 .btn-default,
#realizacao.section5 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#realizacao.section2 .btn-default:hover,
#realizacao.section5 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#realizacao.section2 .btn-block,
#realizacao.section5 .btn-block {
    width: 360px;
    text-transform: none;
}
#realizacao.section5 .btn-block {
    margin-top: 20px;
}
#realizacao.media-heading {
    font-weight: 400;
}
#realizacao.section3 .media-left img {
    max-width: none;
}
@media (max-width: 992px) {
    #realizacao.section2 h2 {
        text-align: center;
    }
    #realizacao.section3 .media h3 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #realizacao.section1 .col-sm-4 {
        margin-bottom: 30px;
    }
    #realizacao.section3 {
        text-align: left;
    }
    #realizacao.section1 p,
    #realizacao.section3 p {
        font-size: 1rem;
    }
    .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #realizacao.section4 h2 {
        margin-bottom: 30px;
    }
    #realizacao.section2 .btn-block,
    #realizacao.section5 .btn-block {
        width: 100%;
    }
}
/* End Realizacao */
/* Start Rechicken */
#rechicken.siteSection p {
    font-size: 1rem;
}
#rechicken.section1 h3 {
    color: #4d4d4d;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
#rechicken.section1 p {
    color: #4d4d4d;
}
#rechicken.section2 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
}
#rechicken.section2 {
    background-color: #176aac;
    color: #fff;
    text-align: center;
}
#rechicken.section2 .testimonial img {
    width: 200px;
}
#rechicken.section2 blockquote {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0 10px;
}
#rechicken.section2 blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: .625rem;
    position: absolute;
    left: 0;
}
#rechicken.section2 blockquote p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#rechicken.section2 blockquote cite {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
#rechicken.section3 {
    background-image: url("/wp-content/uploads/2016/06/body3.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#rechicken.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
    text-shadow: 1px 2px 4px #000;
}
#rechicken.section3 p {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#rechicken.siteSection .columnCTA {
    background-color: #efbd08;
}
#rechicken.siteSection .columnCTA {
    max-width: 540px;
}
/* End Rechicken */
/* Start Spaghetti Western */
#spaghetti.section0.landingWelcome {
    background-color: rgb(239, 189, 8);
    padding-top: 10px;
    text-align: center;
}
#spaghetti.section0.landingWelcome h2 {
    color: #1b67aa;
    font-family: "BrandonGrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.250rem;
    font-weight: 600;
    letter-spacing: 1px;
}
#spaghetti i.star {
    content: " ";
    background-image: url("/wp-content/uploads/2016/06/Western-Star.png");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: relative;
}
#spaghetti.section1 span {
    background-color: #0084ff;
    border-radius: 600px;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    line-height: 1.65;
    margin-right: 20px;
}
#spaghetti.siteSection.section1 .columnCTA {
    background-color: #efbd08;
    max-width: 540px;
}
#spaghetti.section2 {
    background-color: #f7dca0;
    background-image: url("/wp-content/uploads/2016/06/WESTERN.png");
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 150px;
}
#spaghetti.section2 .columnImage {
    max-width: 100%;
}
#spaghetti.section2 p {
    color: #828282;
    padding-bottom: 20px;
    font-size: 1.375rem;
}
#spaghetti.section2 .wantedText {
    background-image: url("/wp-content/uploads/2016/06/Western-Star.png"), url("/wp-content/uploads/2016/06/Western-Star.png");
    background-position: center 15px, center 96%;
    background-repeat: no-repeat;
}
#spaghetti.section2 .wantedText {
    border-width: 3px;
    border-color: #d8b76e;
    border-style: dotted;
    background-color: #ffebbd;
    padding: 55px 25px 35px;
}
#spaghetti.section2 .btn {
    background-image: url("/wp-content/uploads/2016/06/Western-ComienzeYa-Button.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 392px;
    height: 93px;
    background-color: transparent;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999999px;
    margin-top: 30px;
}
/* End Spaghetti Western */
/* Start Tuenti */
#oe-tuenti.siteSection p {
    font-size: 1rem;
}
#oe-tuenti.section1 h3 {
    color: #4d4d4d;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
#oe-tuenti.section1 p {
    color: #4d4d4d;
}
#oe-tuenti.section2 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
}
#oe-tuenti.section2 {
    background-color: #176aac;
    color: #fff;
    text-align: center;
}
#oe-tuenti.section2 .testimonial img {
    width: 200px;
}
#oe-tuenti.section2 blockquote {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0 10px;
}
#oe-tuenti.section2 blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: .625rem;
    position: absolute;
    left: 0;
}
#oe-tuenti.section2 blockquote p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
#oe-tuenti.section2 blockquote cite {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
#oe-tuenti.section3 {
    background-image: url("/wp-content/uploads/2016/06/body3.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#oe-tuenti.section3 h2 {
    color: #fff;
    font-size: 2.250rem;
    margin-bottom: 20px;
    text-shadow: 1px 2px 4px #000;
}
#oe-tuenti.section3 p {
    color: #fff;
    text-shadow: 1px 2px 4px #000;
}
#oe-tuenti.siteSection .columnCTA {
    background-color: #efbd08;
}
#oe-tuenti.siteSection .columnCTA {
    max-width: 540px;
}
/* End Tuenti */
/* Start Avanza Sin Limites */
#vive-sin-limites h2 {
    color: #0084ff;
    font-size: 1.5rem;
}
#vive-sin-limites h3 {
    font-size: 1.5rem;
    color: #343333;
}
#vive-sin-limites.section1 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#vive-sin-limites.section2,
#vive-sin-limites.section6 {
    background-color: #146cb2;
    color: #fff;
}
#vive-sin-limites.section1 h3.columnTitle {
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#vive-sin-limites.section1 p,
#vive-sin-limites.section3 p {
    margin-bottom: 30px;
    color: #3d3d3d;
}
#vive-sin-limites.section2 h2 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 400;
    text-align: left;
    font-size: 1.75rem;
    color: #fff;
}
#vive-sin-limites.section3 h2,
#vive-sin-limites.section4 h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
#vive-sin-limites.section2 .btn,
#vive-sin-limites.section6 .btn {
    margin: 0 auto;
    font-size: 1.275rem;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 2px #333;
    text-transform: uppercase;
}
#vive-sin-limites.section6 h2 {
    color: #fff;
}
#vive-sin-limites .media-left,
.media>.pull-left {
    padding-right: 25px;
}
#vive-sin-limites .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#vive-sin-limites .media-body p {
    color: #828282;
}
#vive-sin-limites.section2 .btn-default,
#vive-sin-limites.section6 .btn-default {
    box-shadow: 0 4px #b48900;
    background-color: #fdd131;
}
#vive-sin-limites.section2 .btn-default:hover,
#vive-sin-limites.section6 .btn-default:hover {
    background-color: #efc220;
    box-shadow: 0 4px #efc220;
}
#vive-sin-limites.section2 .btn-block,
#vive-sin-limites.section6 .btn-block {
    width: 360px;
    text-transform: none;
}
#vive-sin-limites.section4 .testimonial {
    margin-top: 20px;
}
#vive-sin-limites.section4 .testimonial blockquote::before {
    content: "“";
    display: table-cell;
    font-size: 2.5rem;
    padding-right: 0.625rem;
    position: relative;
    top: 0.5rem;
}
#vive-sin-limites.section4 .testimonial blockquote {
    border-left: medium none;
    color: #828282;
    display: table;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-style: normal;
}
#vive-sin-limites.section4 .testimonial blockquote cite {
    color: #a1c23b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
#vive-sin-limites.section4 .testimonial .avatar {
    border-radius: 75px;
    height: 95px;
    margin-right: auto;
    position: relative;
    width: 95px;
}
#vive-sin-limites.section4 .testimonial .avatar-top {
    border-radius: 75px;
    display: inline-block;
    float: left;
    height: 95px;
    margin-right: 15px;
    position: relative;
    width: 95px;
}
#vive-sin-limites.section4.media-left,
.media>.pull-left {
    padding-right: 25px;
}
#vive-sin-limites.section4 .media-heading {
    font-weight: 400;
    margin-bottom: 15px;
}
#vive-sin-limites.section5 .first {
    margin-top: -20px;
}
#vive-sin-limites.section5 .last {
    margin-top: -25px;
}
#vive-sin-limites.section6 .btn-block {
    margin-top: 20px;
}
#vive-sin-limites.media-heading {
    font-weight: 400;
}
#vive-sin-limites.section3 .media-left img {
    max-width: none;
}
@media (max-width: 991px) {
    #vive-sin-limites.section2 h2 {
        text-align: center;
    }
    #vive-sin-limites.section3 .media h3 {
        margin-bottom: 0;
    }
    #vive-sin-limites .testimonial {
        margin-top: 20px;
    }
    #vive-sin-limites .testimonial .avatar {
        border-radius: 75px;
        display: inline-block;
        float: left;
        height: 95px;
        margin-right: 15px;
        position: relative;
        width: 95px;
    }
}
@media (max-width: 768px) {
    #vive-sin-limites.section1 {
        margin-bottom: 30px;
    }
    #vive-sin-limites.section3 {
        text-align: left;
    }
    #vive-sin-limites.section1 p,
    #vive-sin-limites.section3 p {
        font-size: 1rem;
    }
    #vive-sin-limites.section4 .testimonial {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #vive-sin-limites.section6 h2 {
        margin-bottom: 30px;
    }
    #vive-sin-limites.section2 .btn-block,
    #vive-sin-limites.section6 .btn-block {
        width: 100%;
    }
    #vive-sin-limites.section4 .testimonial blockquote {
        width: 100%;
    }
    #vive-sin-limites.section4 .testimonial {
        margin-top: 10px;
    }
}
/* Start Vive Sin Limites */
/* Start Volta as Aulas */
#volta-as-aulas.siteSection p {
    font-size: 1.125rem;
}
#volta-as-aulas.section1 h2 {
    color: #4d4d4d;
    font-family: "BrandonGrotesque", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
}
#volta-as-aulas.section1 p.disclaimer {
    font-size: .750rem;
    margin: 10px 0;
    color: #4d4d4d;
}
#volta-as-aulas.section2 p {
    font-weight: 600;
    margin-top: 10px;
}
#volta-as-aulas.siteSection .columnCTA {
    max-width: 600px;
}
#volta-as-aulas.siteSection .columnCTA {
    background-color: #efbd08;
}
/* End Volta as Aulas */
/* table styles for Nivel pages */
#nivel .table {
    border: 1px solid #ccc;
}
#nivel .table td {
    background-color: #fff;
    display: table-cell;
    padding: 0;
    width: 25%;
}
#nivel .table tr td:nth-child(2n+1) {
    background-color: #f3f3f3;
}
#nivel .table thead {
    background-color: #bfbfbf;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
}
#nivel .table thead tr th {
    font-family: "Nunito", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 20px;
}
#nivel .table thead tr th:nth-child(2),
#nivel .table thead tr th:nth-child(3),
#nivel .table thead tr th.divider {
    border-left: 1px solid #f2f2f2;
}
#nivel .table ul {
    list-style: outside none none;
    margin-top: 15px;
}
#nivel .table ul li::before {
    content: "-";
    left: -5px;
    margin-left: -10px;
    position: relative;
}
#nivel .table ul li {
    font-size: .875rem;
    margin-bottom: 10px;
}
/* END table styles for Nivel pages */
/* discount pages hero styles */
html #hero #discountContent {
    font-family: "BrandonGrotesque";
}
html #hero #discountContent {
    margin: 0;
    width: 100%;
    bottom: 0;
    font-family: "BrandonGrotesque";
    left: 0;
    min-height: initial;
    text-align: center;
    top: 0;
    float: left;
}
html #discountContent .heroMiddleText {
    font-size: 14rem;
    font-weight: bold;
    line-height: 9rem;
    font-family: "BrandonGrotesque";
    color: #fff;
    display: inline-block;
    padding: 30px 0 0;
    margin-bottom: 0;
}
html #discountContent .heroBottomText {
    font-size: 2.2rem;
    letter-spacing: 16px;
    color: #fff;
    font-family: "BrandonGrotesque";
    text-transform: uppercase;
}
@media (min-width: 992px) {
    html #hero #discountContent {
        position: absolute;
        width: 535px;
        height: 460px;
        padding: 55px 20px 0;
    }
}
@media (max-width: 768px) {
    html #discountContent {
        text-align: center;
    }
    html #discountContent .heroMiddleText {
        font-size: 10rem;
        line-height: 6rem;
    }
    html #discountContent .heroBottomText {
        font-size: 1.5rem;
        text-align: center;
    }
}
/********* End Landing Pages *********/
.youtube img,
.youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(5px),medium(10px),large(20px),none(0px)*/
.ptn,
.pvn,
.pan {
    padding-top: 0!important;
}
.pts,
.pvs,
.pas {
    padding-top: 5px!important;
}
.ptm,
.pvm,
.pam {
    padding-top: 10px!important;
}
.ptl,
.pvl,
.pal {
    padding-top: 20px!important;
}
.prn,
.phn,
.pan {
    padding-right: 0!important;
}
.prs,
.phs,
.pas {
    padding-right: 5px!important;
}
.prm,
.phm,
.pam {
    padding-right: 10px!important;
}
.prl,
.phl,
.pal {
    padding-right: 20px!important;
}
.pbn,
.pvn,
.pan {
    padding-bottom: 0!important;
}
.pbs,
.pvs,
.pas {
    padding-bottom: 5px!important;
}
.pbm,
.pvm,
.pam {
    padding-bottom: 10px!important;
}
.pbl,
.pvl,
.pal {
    padding-bottom: 20px!important;
}
.pln,
.phn,
.pan {
    padding-left: 0!important;
}
.pls,
.phs,
.pas {
    padding-left: 5px!important;
}
.plm,
.phm,
.pam {
    padding-left: 10px!important;
}
.pll,
.phl,
.pal {
    padding-left: 20px!important;
}
.mtn,
.mvn,
.man {
    margin-top: 0!important;
}
.mts,
.mvs,
.mas {
    margin-top: 5px!important;
}
.mtm,
.mvm,
.mam {
    margin-top: 10px!important;
}
.mtl,
.mvl,
.mal {
    margin-top: 20px!important;
}
.mrn,
.mhn,
.man {
    margin-right: 0!important;
}
.mrs,
.mhs,
.mas {
    margin-right: 5px!important;
}
.mrm,
.mhm,
.mam {
    margin-right: 10px!important;
}
.mrl,
.mhl,
.mal {
    margin-right: 20px!important;
}
.mbn,
.mvn,
.man {
    margin-bottom: 0!important;
}
.mbs,
.mvs,
.mas {
    margin-bottom: 5px!important;
}
.mbm,
.mvm,
.mam {
    margin-bottom: 10px!important;
}
.mbl,
.mvl,
.mal {
    margin-bottom: 20px!important;
}
.mln,
.mhn,
.man {
    margin-left: 0!important;
}
.mls,
.mhs,
.mas {
    margin-left: 5px!important;
}
.mlm,
.mhm,
.mam {
    margin-left: 10px!important;
}
.mll,
.mhl,
.mal {
    margin-left: 20px!important;
}
.mra,
.mha {
    margin-right: auto!important;
}
.mla,
.mha {
    margin-left: auto!important;
}
/*!
*  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* new footer 2020 */


span.footer-title {
    font-size: 18px;
    display: block;
    color: #0084ff;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.45px;

}

#menu-footer-general,#menu-footer-general-1,#menu-footer-general-2,#menu-footer-general-3,#menu-footer-general-4,#menu-footer-general-5{
    list-style: none;
    padding: 0px;
    padding-bottom: 20px;
}
#menu-footer-general li,#menu-footer-general-1 li,#menu-footer-general-2 li,#menu-footer-general-3 li,#menu-footer-general-4 li,#menu-footer-general-5 li{
    color:#000;
    font-size: 14px;
    margin-bottom: 5px;
}

#menu-footer-general li a, #menu-footer-general-1 li a, #menu-footer-general-2 li a, #menu-footer-general-3 li a, #menu-footer-general-4 li a, #menu-footer-general-5 li a {
    color:#000;
    line-height: 2;  
}

#menu-footer-general li a:hover, #menu-footer-general-1 li a:hover, #menu-footer-general-2 li a:hover, #menu-footer-general-3 li a, #menu-footer-general-4 li a:hover, #menu-footer-general-5 li a:hover {
    text-decoration: none;
}

#menu-footer-general-5 li,#menu-footer-general-4 li {display: inline;}

.facebook-oe{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='%230084ff' d='M18.93,0A18.86,18.86,0,0,0,0,18.76a18.94,18.94,0,0,0,37.87,0A18.86,18.86,0,0,0,18.93,0Zm4.71,19.42H20.56V30.29H16V19.42H13.83V15.57H16V13.09a4.26,4.26,0,0,1,4.6-4.57H24v3.74H21.53a.92.92,0,0,0-1,1v2.26H24Z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 10px;
    background-repeat: no-repeat;
}   
.twitter-oe{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='%230084ff' d='M18.93,0A18.86,18.86,0,0,0,0,18.76a18.94,18.94,0,0,0,37.87,0A18.87,18.87,0,0,0,18.93,0Zm8.45,14.46c0,.19,0,.38,0,.56A12.25,12.25,0,0,1,15,27.31a12.39,12.39,0,0,1-6.68-1.95,7.17,7.17,0,0,0,1,.07,8.78,8.78,0,0,0,5.41-1.85,4.37,4.37,0,0,1-4.07-3,4.47,4.47,0,0,0,.82.08,4.76,4.76,0,0,0,1.15-.15,4.34,4.34,0,0,1-3.49-4.24v-.05a4.36,4.36,0,0,0,2,.54A4.29,4.29,0,0,1,9.2,13.17,4.36,4.36,0,0,1,9.79,11a12.39,12.39,0,0,0,9,4.52,4.62,4.62,0,0,1-.11-1,4.37,4.37,0,0,1,7.54-2.95A8.59,8.59,0,0,0,29,10.52a4.34,4.34,0,0,1-1.92,2.39,8.41,8.41,0,0,0,2.5-.68A8.52,8.52,0,0,1,27.38,14.46Z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 10px;
    background-repeat: no-repeat;
}   
.youtube-oe{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpolygon fill='%230084ff' points='9.79 20.14 11.26 20.14 11.26 28.19 12.66 28.19 12.66 20.14 14.16 20.14 14.16 18.82 9.79 18.82 9.79 20.14'/%3E%3Cpath fill='%230084ff' d='M17.78,14.76c.41,0,.61-.32.61-1v-3c0-.65-.2-1-.61-1s-.61.33-.61,1v3C17.17,14.44,17.37,14.76,17.78,14.76Z'/%3E%3Cpath fill='%230084ff' d='M25.6,21.13a1.82,1.82,0,0,0-1.51.71,2.81,2.81,0,0,0-.38,1.65v2.44a2.69,2.69,0,0,0,.4,1.64,1.78,1.78,0,0,0,1.52.72,1.73,1.73,0,0,0,1.52-.76,1.8,1.8,0,0,0,.29-.76c0-.12,0-.4,0-.81v-.18H26.19a8.22,8.22,0,0,1,0,.85c-.07.34-.25.51-.56.51s-.64-.32-.64-1V24.93h2.51V23.49a2.81,2.81,0,0,0-.39-1.65A1.75,1.75,0,0,0,25.6,21.13Zm.61,2.75H25v-.65q0-1,.63-1c.41,0,.62.32.62,1Z'/%3E%3Cpath fill='%230084ff' d='M18.63,0A18.76,18.76,0,1,0,37.25,18.76,18.7,18.7,0,0,0,18.63,0ZM20.7,8.78H22V14a2.22,2.22,0,0,0,0,.49q0,.3.3.3c.25,0,.52-.19.8-.59V8.78h1.27v7.05H23.08v-.77a2.07,2.07,0,0,1-1.45.87.78.78,0,0,1-.82-.53,3.59,3.59,0,0,1-.11-1.05Zm-4.8,2.3a2.78,2.78,0,0,1,.4-1.67,1.88,1.88,0,0,1,3,0,2.78,2.78,0,0,1,.39,1.67v2.46a2.75,2.75,0,0,1-.39,1.66,1.87,1.87,0,0,1-3,0,2.74,2.74,0,0,1-.4-1.66ZM12.51,6.36l1,3.72,1-3.72h1.42L14.2,12v3.84H12.79V12a24.51,24.51,0,0,0-.86-3c-.29-.88-.6-1.76-.9-2.64ZM28.65,28.81a2.62,2.62,0,0,1-2.24,2.05,67.37,67.37,0,0,1-7.78.3,67.46,67.46,0,0,1-7.79-.3A2.62,2.62,0,0,1,8.6,28.81a22.75,22.75,0,0,1-.36-4.95,22.75,22.75,0,0,1,.36-4.95,2.63,2.63,0,0,1,2.25-2.05,69.5,69.5,0,0,1,7.78-.29,69.59,69.59,0,0,1,7.78.29,2.63,2.63,0,0,1,2.25,2.05A22.75,22.75,0,0,1,29,23.86,22.15,22.15,0,0,1,28.65,28.81Z'/%3E%3Cpath fill='%230084ff' d='M21.6,21.13a1.69,1.69,0,0,0-1.3.76V18.82H19v9.37H20.3v-.67a1.71,1.71,0,0,0,1.3.77,1,1,0,0,0,1-.79,5.25,5.25,0,0,0,.13-1.4V23.32a5.1,5.1,0,0,0-.13-1.4A1,1,0,0,0,21.6,21.13Zm-.13,5.07c0,.63-.18.94-.54.94a.9.9,0,0,1-.63-.31V22.57a.93.93,0,0,1,.63-.3c.36,0,.54.32.54.95Z'/%3E%3Cpath fill='%230084ff' d='M16.7,26.55c-.28.39-.54.59-.79.59s-.27-.1-.3-.3a4.41,4.41,0,0,1,0-.49V21.21H14.35v5.52a3.56,3.56,0,0,0,.11,1,.77.77,0,0,0,.81.52,2,2,0,0,0,1.43-.86v.76H18v-7H16.7Z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 10px;
    background-repeat: no-repeat;
}   
.instagram-oe{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='%230084ff' d='M18.93,37.51A18.87,18.87,0,0,1,0,18.76a18.94,18.94,0,0,1,37.87,0A18.86,18.86,0,0,1,18.93,37.51ZM29.7,16.57V12.21a4.14,4.14,0,0,0-4.16-4.12H12.33a4.14,4.14,0,0,0-4.16,4.12V25.3a4.14,4.14,0,0,0,4.16,4.12H25.54A4.14,4.14,0,0,0,29.7,25.3ZM25.54,27.34H12.33a2.06,2.06,0,0,1-2.07-2V16.57h3.22a5.66,5.66,0,0,0-.43,2.19,5.89,5.89,0,0,0,11.77,0,5.66,5.66,0,0,0-.43-2.19H27.6V25.3A2,2,0,0,1,25.54,27.34Zm-2-16.78h3.65v3.61l-3.64,0Zm-4.63,12a3.77,3.77,0,0,1-3.79-3.76,3.68,3.68,0,0,1,.72-2.18,3.8,3.8,0,0,1,6.15,0,3.68,3.68,0,0,1,.72,2.19A3.78,3.78,0,0,1,18.93,22.51Z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 10px;
    background-repeat: no-repeat;
}   
.linkedin-oe{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='%230084ff' d='M20,17.5v0s0,0,0,0Z'/%3E%3Cpath fill='%230084ff' d='M18.93,0A18.86,18.86,0,0,0,0,18.76a18.94,18.94,0,0,0,37.87,0A18.86,18.86,0,0,0,18.93,0ZM14.16,27H10.42V15.88h3.74Zm-1.87-12.6h0a1.92,1.92,0,1,1,.05-3.83,1.92,1.92,0,1,1,0,3.83ZM27.67,27H23.93V21c0-1.49-.54-2.51-1.9-2.51a2,2,0,0,0-1.92,1.35,2.48,2.48,0,0,0-.13.9V27H16.23s.06-10,0-11.09H20v1.58a3.73,3.73,0,0,1,3.38-1.83c2.47,0,4.31,1.58,4.31,5Z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 39px;
    height: 39px;
    background-repeat: no-repeat;
}   
.android-oe{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 46'%3E%3Cpath fill='%230084ff' d='M8.07,14H6.57V24.21h0V34.87a1.48,1.48,0,0,0,1.48,1.48h3.15v6.56a2.63,2.63,0,0,0,5.26,0V36.35h4.88v6.56a2.63,2.63,0,0,0,5.26,0V36.35h3.15a1.48,1.48,0,0,0,1.48-1.48V24.21h0V14H8.07Z'/%3E%3Cpath fill='%230084ff' d='M35.21,13.2a2.62,2.62,0,0,0-2.62,2.63v11.8a2.63,2.63,0,1,0,5.25,0V15.83A2.63,2.63,0,0,0,35.21,13.2Z'/%3E%3Cpath fill='%230084ff' d='M2.63,13.2A2.63,2.63,0,0,0,0,15.83v11.8a2.63,2.63,0,1,0,5.25,0V15.83A2.62,2.62,0,0,0,2.63,13.2Z'/%3E%3Cpath fill='%230084ff' d='M24.87,3.33,27,.35c0-.06,0-.18-.14-.27s-.26-.11-.3,0L24.37,3.11a15.23,15.23,0,0,0-5.45-.94,14.91,14.91,0,0,0-5.47.91L11.29,0c0-.07-.18,0-.3,0s-.18.21-.14.27l2.09,2.94C6.85,6,6.67,12.59,6.67,12.59h24.5S30.92,6,24.87,3.33ZM13.54,8.73A1.48,1.48,0,1,1,15,7.25,1.47,1.47,0,0,1,13.54,8.73Zm10.76,0a1.48,1.48,0,1,1,1.47-1.48A1.48,1.48,0,0,1,24.3,8.73Z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 34px;
    height: 41px;
    background-repeat: no-repeat;
    margin-left: 10px;
}   
.ios-oe{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 45'%3E%3Cpath fill='%230084ff' d='M24.52,7.11A10,10,0,0,0,26.85,0a9.84,9.84,0,0,0-6.56,3.39A9.2,9.2,0,0,0,18,10.27a8.31,8.31,0,0,0,6.57-3.16Z'/%3E%3Cpath fill='%230084ff' d='M31.06,27.76c.79,1.75,3,4.38,5,4.95-.06.19-.14.45-.2.61h0A29.72,29.72,0,0,1,33,39c-1.88,2.7-3.76,5.4-6.8,5.53s-3.92-1.8-7.31-1.77-4.44,1.74-7.27,1.84-5.13-2.9-7-5.6h0v0a34,34,0,0,1-2.89-5.66h0A28.29,28.29,0,0,1,.28,27.83a.26.26,0,0,0,0-.07,27.9,27.9,0,0,1-.2-5.47v-.1a16.26,16.26,0,0,1,1.74-5.68h0A10.48,10.48,0,0,1,10.6,11l.56,0h0c2.77-.13,5.4,2,7.13,1.89s5.13-2.25,8.34-2a10.09,10.09,0,0,1,8.22,4.38,13.55,13.55,0,0,0-1.55,1.28h0l0,0a9.18,9.18,0,0,0-3,5.63h0v.07A10,10,0,0,0,31,27.69Zm-30.78,0h0'/%3E%3C/svg%3E");
    display: inline-block;
    width: 34px;
    height: 41px;
    background-repeat: no-repeat;
    margin-right: 10px;
}   
.ios-oe:after {
    content: '';
    border-right: 2px solid #0084ff;
    width: 5px;
    height: 25px;
    display:block;
    position: relative;
    left:42px;
    top:10px;
}

@media (max-width: 991px) {
    .fm-center,#menu-footer-general-4,#menu-footer-general-5{
        text-align: center; 
    }
    #menu-footer-general-1{
        min-height: 290px;
    }

}
@media (max-width: 768px) {
#menu-footer-general-1 {
    min-height: 308px;
}
}
@media (min-width: 991px) {
    .ten-columns > .col-md-2 {
        width: 20%;
    } 
    .ten-columns > .col-md-1 {
        width: 15%;
    } 
    .ten-columns > .col-md-3 {
        width: 25%;
    }
    span.footer-title.fm-center {
        margin-bottom: 25px;
    }
}

/*New PopUp LATAM */
#pum-1005 .pum-content.popmake-content{
    /*background-image: url(/wp-content/uploads/2017/07/pop-1-percent.jpg);*/
    background-image: url(/wp-content/uploads/2018/04/oe-q2-latam.jpg);
}
/*New PopUp BR */
#pum-868 .pum-content.popmake-content{
    /*background-image: url(/wp-content/uploads/sites/17/2017/08/pop-goals-recharge-br.jpg);*/
    background-image: url(/wp-content/uploads/2018/04/oe-q2-br.jpg);
}
