/*
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 */

@import url('https://fonts.googleapis.com/css?family=Muli|Domine|Nunito:300,400,600,700');
@font-face {
    font-family: 'ProximaNova';
    src: url('/wp-content/themes/wpbootstrap/fonts/ProximaNova-Regular.eot');
    /* IE9 */
    src: url('/wp-content/themes/wpbootstrap/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/wp-content/themes/wpbootstrap/fonts/ProximaNova-Regular.woff') format('woff'), /* Modern Browsers */
    url('/wp-content/themes/wpbootstrap/fonts/ProximaNova-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/wp-content/themes/wpbootstrap/fonts/ProximaNova-Regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.eot');
    /* IE9 */
    src: url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.woff') format('woff'), /* Modern Browsers */
    url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/wp-content/themes/wpbootstrap/fonts/brandon_bld-webfont.svg#wf') format('svg');
    /* Legacy iOS */
}

/* END Font */


/* General */

html {
    font-size: 1rem;
    /* 16px */
}
body {
    color: #404040;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    /* 16px */
    font-weight: 400;
    margin: 125px 0 0;
}
h1,
h2,
h3,
h4 {
    font-family: 'Nunito', sans-serif;
}
h1,
h2 {
    line-height: 1.3;
}
p {
    font-size: 1.125rem;
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.home {
    font-size: 1.125rem;
}
.lf {
    margin-top: 45px;
    position: absolute;
}
form.lead-form {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 108, 205, .5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 108, 205, .5);
    box-shadow: 0px 0px 25px 0px rgba(0, 108, 205, .5);
}
.hero {
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 450px;
}
.hero-text {
    margin-top: 110px;
    position: relative;
}
.hero h1.page-title {
    font-size: 2.125rem;
    line-height: 1.5;
}
.section-heading {
    font-size: 2.125rem;
    line-height: 1.5;
    font-weight: 300;
}
.btn-primary {
    margin: 20px auto;
    background: #f60;
    border: 0;
    border-radius: 25px;
    padding: 15px 40px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    transition: all .25s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #ff7519;
    border-color: #ff7519;
}
.text-center {
    text-align: center;
}

/* End General */


/* Start Primary OE Colors */

.oe-blue,
.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;
}
.description-orange,
.orange {
    color: #ff6600;
}
.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: 640px;
}
#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 Lead Form */

#leadformContainer {
    position: absolute;
    z-index: 999;
}

/* 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: "ProximaNova","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: 50px;
    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: 58px;
}
.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;
}

/* END NEW HEADER */


/* START OLD Phone List 
#navContactContainer {
    float:right;
    position:relative;
    cursor: pointer;
    font-family: "ProximaNova","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: 991px) {
    .oe-logo img {
        width: 95px;
    }
    .navbar .nav>li {
        padding: 12px 10px;
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 10px;
        border-radius: 2px;
        position: relative;
        z-index: 9999;
    }
    #navContactContainer {
        margin-top: 20px;
        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 .navbar-nav {
        margin: 0;
    }
}

/* END HEADER */


/* START CURSO */

.curso-features {
    padding: 120px 0 260px;
    text-align: right;
}
.curso-features img.tablet {
    margin-top: -15px;
}
.feature-title img {
    display: block;
    margin: 0 auto 20px;
}
.academics-description {
    font-weight: 300;
    font-size: 1.5rem;
}
.curso-andres {
    background: #ff7519;
}
.curso-andres blockquote {
    border: 0;
    color: #fff;
    padding-top: 50px;
}
.curso-andres blockquote p {
    font-size: 1.5rem;
    font-family: 'Domine', serif;
}
.curso-andres blockquote footer {
    font-size: 1rem !important;
    font-family: 'Nunito', sans-serif;
    background: transparent;
    padding: 0;
    color: #fff;
}
.curso-andres blockquote footer cite {
    font-size: 1.125rem;
    font-style: normal;
}
.curso-andres blockquote footer:before {
    display: none;
}
.curso-andres img {
    margin-top: -145px;
}
.curso-academics {
    padding: 120px 0 80px;
}
.curso-academics h2 {
    margin-bottom: 0;
}
.curso-academics h3 {
    margin-top: 0;
}
.academics-tab {
    float: left;
    margin-top: 60px;
    width: 100%;
    border: 0;
}
.academics-tab.nav-tabs>li.active>a,
.academics-tab.nav-tabs>li>a {
    border: 0 !important;
    color: #c5c5c5;
}
.academics-tab.nav-tabs>li.active>a {
    color: #404040;
}
.academics-tab.nav-tabs>li>a.background:hover {
    background: transparent;
}
.academics-tab li.academics-basic,
.academics-tab li.academics-medium,
.academics-tab li.academics-advanced {
    font-size: 1.5rem;
    text-align: center;
}
.academics-tab li.academics-basic {
    width: 37%;
}
.academics-tab li.academics-medium {
    width: 30%;
}
.academics-tab li.academics-advanced {
    width: 30%;
}
.curso-testimonial {
    background-image: linear-gradient(top, #edf6ff 65%, #ffffff 35%);
    background-image: -o-linear-gradient(top, #edf6ff 65%, #ffffff 35%);
    background-image: -moz-linear-gradient(top, #edf6ff 65%, #ffffff 35%);
    background-image: -webkit-linear-gradient(top, #edf6ff 65%, #ffffff 35%);
    background-image: -ms-linear-gradient(top, #edf6ff 65%, #ffffff 35%);
    padding: 60px 0 75px;
}
.card-front {
    position: absolute;
    width: 95%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.card-front .profile-front {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
    font-family: 'Nunito', sans-serif;
}
.card-front .profile-front p.name {
    font-weight: 600;
    font-size: 1.250rem;
    margin-bottom: 0;
}
.card-front .profile-front p.city {
    font-size: 1rem;
}
.card-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-color: #fff;
    position: absolute;
    width: 95%;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #d6e4f1;
}
.card-back p {
    font-size: 1rem;
    line-height: 1.2;
}
.card-back .profile-image {
    float: left;
    margin-right: 10px;
    background-size: cover;
    width: 62px;
    height: 62px;
    border-radius: 50%;
}
.card-back .profile-image-text {
    height: 65px;
    padding-top: 10px;
}
.card-back .name {
    margin-bottom: 0;
}
.card-container {
    height: 385px;
    margin: 40px 0 20px;
    padding: 0;
    list-style-type: none;
}
.card-container:hover .card-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.card-container:hover .card-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
a.background {
    position: relative;
    color: #404040;
    z-index: 1;
    border: 0;
}
a.background:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    z-index: -1;
}
a.background span {
    background: #fff;
    padding: 0 15px;
}
a.double:before {
    border-top: none;
}
a.double:after {
    border-bottom: 1px solid #99ceff;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 75%;
    z-index: -1;
}
.curso-platform {
    padding: 75px 0 120px;
}
.curso-platform .instruction span,
a.tooltip-platform {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    background: #f60;
    -webkit-box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
    -moz-box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
    box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
    top: 325px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 20px;
    cursor: pointer;
    outline: none;
}
a.tooltip-platform:hover,
a.tooltip-platform:focus,
a.tooltip-platform:active {
    text-decoration: none;
}
a.tooltip-platform.tl {
    top: 110px;
    left: 190px;
}
a.tooltip-platform.tc {
    top: 110px;
    left: 315px;
}
/*a.tooltip-platform.tr {
    top: 80px;
    left: 510px;
}*/
a.tooltip-platform.bf {
    left: 147px;
}
a.tooltip-platform.bs {
    left: 265px;
}
a.tooltip-platform.bt {
    left: 374px;
}
a.tooltip-platform.bl {
    left: 491px;
}
.curso-platform .instruction {
    line-height: 24px;
}
.curso-platform .instruction span {
    margin-right: 15px;
    position: inherit;
    display: inline-block;
    line-height: inherit;
}
.popover-content {
    padding: 29px 14px 1px;
    text-align: center;
}
.popover-content img {
    position: absolute;
    top: -25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.popover-content .blue {
    margin-bottom: 0;
}
.platform-accordion h4 {
    border-top: 1px solid #d9d9d9;
    line-height: 70px;
    margin: 0;
    padding: 0 15px 0 25px;
}
.platform-accordion h4:after {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #bfbfbf;
    float: right;
}
.platform-accordion h4 img {
    margin-right: 10px;
}
.platform-accordion h4 a {
    color: #ff5f00;
    font-size: 1.375rem;
    font-weight: 600;
}
.platform-accordion h4 a:hover,
.platform-accordion h4 a:focus {
    text-decoration: none;
}
.platform-accordion .card-block {
    padding: 0 45px 25px 75px;
}
.no-padding {
    padding: 0;
}
@media (max-width:530px) {
    .curso-features {
        padding: 220px 0 10px;
    }
}
@media (max-width:480px) {
    .btn-primary {
        padding: 15px 25px;
    }
    .platform-accordion h4 a {
        font-size: 1.125rem;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .curso-features {
        text-align: center;
        padding: 220px 0 10px;
    }
}
@media (min-width:531px) and (max-width:768px) {
    .curso-features {
        text-align: center;
        padding: 140px 0 10px;
    }
}
@media (max-width:768px) {
    .curso-features {
        text-align: center;
    }
    .curso-features img.tablet,
    .curso-andres img {
        position: relative;
        margin-top: 0;
    }
    .card-wrap {
        padding: 0 0 0 10px;
    }
    .card-container {
        max-width: 315px;
        margin: 40px auto 20px;
        min-height: 565px;
    }
    .card-container .card-front {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    .card-container .card-back {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    .card-back {
        padding: 0;
        text-align: center;
        border-radius: 10px;
        -webkit-box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
        -moz-box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
        box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
    }
    .card-back p {
        padding: 0 20px;
    }
    .card-back .profile-back {
        width: 100%;
        float: left;
    }
    .card-back .profile-image {
        width: 100%;
        height: 250px;
        border-radius: 0;
        float: none;
    }
    .card-back .profile-image-text {
        float: none;
    }
    .curso-platform {
        padding: 30px 0 0;
    }
    .platform-accordion {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .section-heading {
        font-size: 1.625rem;
    }
    .hero {
        min-height: 725px;
    }
    .hero.hero-curso {
        background: #3d56ff;
        background: -moz-linear-gradient(top, #3d56ff 0%, #0d79fe 100%);
        background: -webkit-linear-gradient(top, #3d56ff 0%, #0d79fe 100%);
        background: linear-gradient(to bottom, #3d56ff 0%, #0d79fe 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d56ff', endColorstr='#0d79fe', GradientType=0);
    }
    .hero-text {
        margin-top: 45px;
    }
    .lf {
        margin-right: 15px;
    }
    .description-orange {
        font-weight: 600;
        margin-bottom: 40px;
    }
    .curso-andres img {
        margin: 0 auto;
    }
    .curso-academics {
        padding: 30px 0 30px;
    }
    .academics-tab li.academics-basic,
    .academics-tab li.academics-medium,
    .academics-tab li.academics-advanced {
        font-size: 1.125rem;
        width: 32%;
    }
    a.background span {
        padding: 0
    }
    a.double:after {
        display: none;
    }
    img.levels-image {
        width: 90%;
        margin: 0 auto;
    }
    .curso-testimonial {
        background-image: linear-gradient(top, #edf6ff 65%, #edf6ff 35%);
        background-image: -o-linear-gradient(top, #edf6ff 65%, #edf6ff 35%);
        background-image: -moz-linear-gradient(top, #edf6ff 65%, #edf6ff 35%);
        background-image: -webkit-linear-gradient(top, #edf6ff 65%, #edf6ff 35%);
        background-image: -ms-linear-gradient(top, #edf6ff 65%, #edf6ff 35%);
    }
    .curso-testimonial {
        padding: 30px 0 30px;
    }
    .profile-image-text p.name {
        font-weight: 600;
    }
    .curso-platform {
        padding: 30px 0 0;
    }
    .curso-platform h2.section-heading {
        text-align: center
    }
    .curso-platform .instruction {
        margin-bottom: 30px;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero {
        background-position: 45% 0;
    }
    .curso-features {
        text-align: center;
        padding: 100px 0 10px;
    }
    .card-container {
        max-width: 300px;
        margin: 40px 20px 40px 10px;
        min-height: 615px;
    }
    .card-container .card-front {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    .card-container .card-back {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    .card-back {
        padding: 0;
        text-align: center;
        border-radius: 10px;
        -webkit-box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
        -moz-box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
        box-shadow: 3px 1px 12px 0px rgba(0, 38, 71, 0.3);
    }
    .card-back p {
        padding: 0 20px;
    }
    .card-back .profile-back {
        width: 100%;
        float: left;
    }
    .card-back .profile-image {
        width: 100%;
        height: 250px;
        border-radius: 0;
        float: none;
    }
    .card-back .profile-image-text {
        float: none;
    }
    .curso-platform {
        padding: 30px 0 30px;
    }
    a.tooltip-platform {
        top: 340px;
    }
    a.tooltip-platform.tl {
        top: 140px;
        left: 200px;
    }
    a.tooltip-platform.tc {
        top: 140px;
        left: 405px;
    }
    /*a.tooltip-platform.tr {
        top: 80px;
        left: 530px;
    }*/
    a.tooltip-platform.bf {
        left: 158px;
    }
    a.tooltip-platform.bs {
        left: 278px;
    }
    a.tooltip-platform.bt {
        left: 402px;
    }
    a.tooltip-platform.bl {
        left: 518px;
    }
}
@media (min-width: 991px) {
    .platform-title {
        font-size: 1.875rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .card-container {
        height: 500px;
    }
    .card-front {
        height: 95%;
    }
    a.tooltip-platform {
        top: 265px;
    }
    a.tooltip-platform.tl {
        top: 80px;
        left: 150px;
    }
    a.tooltip-platform.tc {
        top: 80px;
        left: 270px;
    }
    /*a.tooltip-platform.tr {
        top: 70px;
        left: 415px;
    }*/
    a.tooltip-platform.bf {
        left: 124px;
    }
    a.tooltip-platform.bs {
        left: 218px;
    }
    a.tooltip-platform.bt {
        left: 315px;
    }
    a.tooltip-platform.bl {
        left: 406px;
    }
}

/* END CURSO */


/* START COMO FUNCIONA */

.hero.como-funciona h1.page-title {
    line-height: 1.35;
}
.hero h2.page-subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0;
}
.hero.como-funciona form.lead-form {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(40, 13, 4, .18);
    -moz-box-shadow: 0px 0px 25px 0px rgba(40, 13, 4, .18);
    box-shadow: 0px 0px 25px 0px rgba(40, 13, 4, .18);
}
.comofunciona-como {
    padding-bottom: 20px;
    padding-top: 120px;
}
.comofunciona-como img.laptop {
    margin-top: 40px;
}
.comofunciona-cuanto {
    padding-bottom: 60px;
}
.comofunciona-cuanto .container:before {
    border-top: 1px solid #e6e6e6;
    display: block;
}
.comofunciona-cuanto .spacer:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #e6e6e6;
    transform: translate(-50%);
    min-height: 515px;
}
.comofunciona-cuanto .page-icon {
    margin-top: 60px;
}
.comofunciona-video {
    padding: 120px 0 60px;
    color: #fff;
}
.btn-video {
    padding: 10px 30px 10px 10px;
    line-height: 1.7rem;
}
.btn-video img {
    vertical-align: bottom;
    margin-right: 5px;
}
.comofunciona-table {
    background: #edf6ff url(/wp-content/uploads/2017/06/comofunciona-table-background.png) center bottom no-repeat;
    padding: 90px 0 60px;
}
.tab-openenglish {
    background: #fff;
    margin: 30px 0 0 0;
    border-radius: 5px;
    float: left;
    border: 1px solid #dbe8f4;
    border-bottom: none;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 108, 205, 0.1);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 108, 205, 0.1);
    box-shadow: 5px 5px 15px 0px rgba(0, 108, 205, 0.1);
}
.tab-openenglish h3.table-title {
    color: #fff;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    text-align: center;
    height: 70px;
    line-height: 3.5;
    border-bottom: 0;
    font-size: 1.25rem;
    width: 100%;
    display: block;
    border-radius: 5px 5px 0 0;
    margin: 0;
}
.tab-openenglish.characteristics {
    width: 100%;
}
.tab-openenglish.openenglish {
    width: 100%;
}
.tab-openenglish.aplicaciones {
    width: 100%;
}
.tab-openenglish.escuelas {
    width: 100%;
}
.tab-openenglish:not(.characteristics) span {
    text-align: center;
}
.tab-openenglish span:after {
    content: ' ';
    width: 95%;
    display: block;
    height: 1px;
    background: #eee;
}
.tab-openenglish tr:nth-child(8) td:after,
.tab-openenglish tr:last-child td:after,
.tab-openenglish tr.table-premium-content td:after {
    display: none;
}
.titles .plans {
    padding-left: 0;
    padding-right: 0;
}
.characteristics h3.table-title {
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #0084ff;
    text-align: left;
    padding-left: 15px;
}
.openenglish h3.table-title {
    background: #0084ff;
}
.aplicaciones h3.table-title {
    background: #25cad3;
}
.escuelas h3.table-title {
    background: #25cad3;
}
.table-feature {
    background: #fff;
    height: 60px;
    line-height: 3.5;
    vertical-align: middle;
    padding: 0 15px;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: 0;
    display: block;
    border-left: 1px solid #dbe8f4;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 108, 205, 0.1);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 108, 205, 0.1);
    box-shadow: 5px 5px 15px 0px rgba(0, 108, 205, 0.1);
}
.titles .plans:first-child,
div[class*="feature"] .table-feature:not(.table-feature-title):first-child {
    z-index: 3;
}
.titles .plans:nth-child(2),
div[class*="feature"] .table-feature:not(.table-feature-title):nth-child(2) {
    z-index: 2;
}
.titles .plans:nth-child(3),
div[class*="feature"] .table-feature:not(.table-feature-title):nth-child(3) {
    z-index: 1;
}
.row .table-feature:last-child {
    border-right: 1px solid #dbe8f4;
}
.table-feature span:after {
    content: ' ';
    width: 95%;
    display: block;
    height: 1px;
    background: #eee;
}
.feature8 .table-feature span:after,
.feature9 .table-feature span:after {
    display: none;
}
.feature9 {
    margin-bottom: 20px;
}
.feature9 .table-feature {
    border-bottom: 1px solid #dbe8f4;
}
.table-feature:not(.characteristics) span {
    text-align: center;
}
.feature-set .fa-check {
    color: #3ad386;
}
.feature-set .fa-times {
    color: #ed4422;
}
.feature-premium .premium-content {
    background: #edf6ff;
    font-weight: 400;
    font-size: 1.25rem;
    color: #0084ff;
    line-height: 3.75rem;
}
.comofunciona-features {
    padding: 60px 0 120px;
}

/* Video Modal*/

.modal-content {
    background-color: transparent;
}
.modal-body {
    padding: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    margin-right: -20px;
    margin-top: -40px;
    display: block;
}
@media (max-width:768px) {
    .tab-openenglish h3.table-title {
        font-size: 1rem;
        line-height: 1.4;
    }
    .tab-openenglish.openenglish h3 {
        padding-top: 25px;
    }
    .tab-openenglish.aplicaciones h3 {
        padding-top: 25px;
    }
    .tab-openenglish.escuelas h3 {
        padding-top: 15px;
    }
    .table-feature-title {
        font-size: 1rem;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .table-feature-title {
        font-size: 1.25rem;
    }
    .tab-openenglish span.premium-content,
    .tab-openenglish h6.table-title {
        font-size: 1rem;
    }
    .tab-openenglish span {
        font-size: 0.7rem;
    }
    .comofunciona-platform {
        padding: 40px 0 0px;
        background-size: cover !important;
    }
}
@media (max-width:991px) {
    .hero.como-funciona {
        background: -moz-linear-gradient(top, #f1393c 0%, #e75328 100%);
        background: -webkit-linear-gradient(top, #f1393c 0%, #e75328 100%);
        background: linear-gradient(to bottom, #f1393c 0%, #e75328 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=‘#f1393c ‘, endColorstr=‘#e75328 ‘, GradientType=0);
    }
    .page-icon {
        text-align: center;
    }
    .comofunciona-table {
        background: #edf6ff;
        background-image: none;
        padding: 45px 0;
    }
    .hero-text,
    .comofunciona-como,
    .comofunciona-cuanto,
    .comofunciona-video,
    .comofunciona-features {
        text-align: center;
    }
    .comofunciona-cuanto .container:before {
        border-top: none;
    }
    .comofunciona-video {
        background-size: cover !important;
        padding-top: 45px;
    }
    .comofunciona-features {
        background: #fff !important;
        padding-bottom: 0;
    }
    .table-feature.hidden-md.hidden-lg {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .tab-openenglish {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .table-feature {
        border-bottom: 1px solid #dbe8f4;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .table-feature span:after {
        display: none;
    }
    .table-feature-title {
        background-color: #ecf0f1;
        text-align: center;
    }
    .feature-premium .premium-content {
        background: #0084ff;
        font-weight: 400;
        font-size: 1.5rem;
        color: #edf6ff;
        line-height: 3.75rem;
    }
    .modal-dialog {
        width: 90%;
        margin: 200px auto;
    }
}
@media (min-width:991px) and (max-width:1200px) {
    .feature1 .table-feature:first-child {
        line-height: 1.7 !important;
    }
    .feature8 .table-feature:first-child {
        line-height: 1.7 !important;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        width: 640px;
        margin: 200px auto;
    }
}

/* END COMO FUNCIONA */


/* START COMENZAR */

.hero.comenzar h1 span {
    background: #fff;
    color: #0084ff;
    padding: 5px 20px;
    border-radius: 10px;
}
.hero.comenzar .mobile {
    max-height: 350px;
}
.comenzar-disfrutar {
    padding: 100px 0 135px;
}
.comenzar-disfrutar .section-heading {
    margin-bottom: 40px;
}
.disfrutar {
    font-family: 'Nunito', sans-serif;
    border: 1px solid #d1e1f0;
    padding-left: 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -3px 4px 25px 0px rgba(0, 108, 205, 0.15);
    -moz-box-shadow: -3px 4px 25px 0px rgba(0, 108, 205, 0.15);
    box-shadow: -3px 4px 25px 0px rgba(0, 108, 205, 0.15);
    max-width: 445px;
    margin-bottom: 15px;
}
.disfrutar .icon {
    margin-right: 20px;
}
.disfrutar .texto {
    display: table-cell;
    height: 93px;
    vertical-align: middle;
}
section.section.comenzar-ventajas {
    padding: 80px 0 0;
}
.ventajas {
    padding: 60px 0 66px;
    margin-bottom: 50px;
}
.ventajas strong {
    font-size: 3.750rem;
    font-family: 'Nunito', sans-serif;
    color: #0084ff;
}
.ventajas strong span {
    font-weight: 300;
}
.ventajas:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 40px;
    bottom: 0;
    right: 0;
    border-left: 1px solid #cde3fa;
    transform: translate(-50%);
    height: 250px;
}
@media (min-width:768px) and (max-width:991px) {
    .hero .desktop {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width:768px) {
    .hero {
        background: #0084c0;
    }
    .ventajas {
        padding: 40px 0 46px;
        border-bottom: 1px solid #cde3fa;
        margin-bottom: 0;
    }
    .ventajas.last {
        border-bottom: 0;
        margin-bottom: 30px;
    }
    .ventajas:after {
        display: none
    }
}
@media (min-width:768px) {
    .comenzar-disfrutar {
        padding: 60px 0 135px;
    }
}
@media (max-width:991px) {
    section.comenzar-disfrutar {
        padding-bottom: 0;
        background: #fff !important;
    }
    section.comenzar-disfrutar .section-heading {
        text-align: center;
    }
    .disfrutar {
        max-width: inherit;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width:400px) and (max-width:768px) {
    .comenzar-disfrutar {
        padding: 270px 0 135px;
    }
}
@media (max-width:399px) {
    .comenzar-disfrutar {
        padding: 220px 0 135px;
    }
}
@media (max-width:444px) {
    .disfrutar {
        max-width: inherit;
    }
}

/* END COMENZAR */

.cta {
    background: #0084ff;
    color: #fff;
    padding: 30px 0 50px;
}
.cta .section-heading {
    margin-bottom: 5px;
}
.cta .section-heading small {
    font-style: italic;
    font-size: 1.25rem;
    color: #fff;
}
.cta .btn-primary {
    margin: 40px auto 0;
}
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: "ProximaNova", "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: none;
    font-weight: 600;
}
footer .links label {
    margin: 0;
}
footer .links select {
    background: none;
    border: none;
    text-transform: none;
}
footer a [class^="icon-"],
a [class*=" icon-"] {
    background: #0084ff;
    color: #fff;
}
footer .menu-legal ul {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
footer .menu-legal ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 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;
}
@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: 120px;
    }
    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 {
        float: none;
        width: 100%;
    }
    .navbar-fixed-top .oe-main-nav.navbar-nav li {
        padding: 10px 0px 0px 20px;
        text-align: left;
    }
    .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 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;
    }
    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 (max-width: 991px) {
    .navbar-fixed-top .container {
        width: 98%;
    }
    .navbar-fixed-top .oe-junior-main {
        margin-left: 20px;
    }
    .navbar-fixed-top .navbar-nav>li>a {
        padding: 1rem 3rem;
    }
    .navbar-fixed-top .oe-main-nav.navbar-nav>li {
        padding-right: 30px;
    }
    .leadform-position {
        margin-top: 25px;
    }
    #leadformContainer {
        position: relative;
    }
    #leadformContainer .lead-form {
        margin-bottom: 40px;
    }
    .hero-text,
    .comofunciona-como,
    .comofunciona-cuanto,
    .comofunciona-video,
    .comofunciona-features,
    .cta {
        text-align: center;
    }
    .cta .btn-primary {
        margin: 20px auto 0;
    }
}
@media (min-width: 991px) {
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-nav>li {
        float: left;
    }
}
@media (min-width: 768px) {
    footer .links:last-child {
        float: right;
    }
    footer .links li {
        padding: 0 0 10px;
        line-height: 22px
    }
}

/*New PopUp LATAM */

#pum-1005 .pum-content.popmake-content {
    background-image: url(/wp-content/uploads/2017/07/pop-1-percent.jpg);
}

/*New PopUp B2B */

#pum-3586 .pum-content.popmake-content {
    background-image: url(/wp-content/uploads/2017/07/pop-1-percent.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);
}
