.btn-link:focus, .btn-link:hover {
    text-decoration: none;
    color: #333 !important;
}

.nav-1 {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(133,133,133,0.36);
    -moz-box-shadow: 0px 3px 10px 0px rgba(133,133,133,0.36);
    box-shadow: 0px 3px 10px 0px rgba(133,133,133,0.36);
}

.nav-1 .navbar {
  height: 80px;
  max-height: 80px;
  background: #c956ae;
  margin: 0;
}


.nav-1 .logo {
  margin-top: 20px;
}

.btn-destacado {
    font-weight: 700;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 6px;
}

.btn-trial {
	display: inline-block;
	padding: 10px 15px;
	background: #fff;

	border-radius: 10px;

	font-size: 14px;
	font-weight: 700;
	color: #525252;

	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}
.btn-trial-light {
	display: inline-block;
	margin-top: 30px;
	padding: 10px 15px;
	background: rgba(255,255,255,0.5);

	border-radius: 10px;

	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.btn-trial-light:hover {
	color: #F3F3F3;
}

.menu .btn-trial {
	margin-top: -12px;
}
.navbar .menu a {
    font-weight: 700;
    text-transform: uppercase;
}
#planes .btn-trial {
	margin-bottom: 60px;
	color: #FFF;
	font-weight: 400;
	background-color: #FDBD00;

	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
#planes .btn-trial:hover {
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.125);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.125);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.125);
    transition: all 200ms ease-in;
    transform: scale(1.125);
}

#partnership, #beneficios {
	background-color: #F6F8FA;
}
#beneficios h5 {
	font-style: italic;
    font-weight: 600;
    font-size: 20px;
}




#ingresar {
	background-color: #F6F8FA;
}
#ingresar h4 {
	margin-bottom: 30px;
	font-size: 28px;
	color: #333;
}
#ingresar h5 {
	margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

#select-country {
	height: 44px;
    line-height: 44px;
    padding-left: 16px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    width: 100%;
    /*max-width: 350px;*/
    margin-bottom: 25px;
}

#btn-meli-auth {
	margin-bottom: 60px;
}

#fSignin {
	width: 100%;
	color: #808080;
}
#fSignin input[type="text"],
#fSignin input[type="password"] {
	width: 100%;
}
#fSignin .btn-login-app {
	margin-top: 25px;
	max-width: 350px;
	background-color: #8080ff;
	color: #fff;
	border-color: #B3B3B3;
}
#fSignin .btn-login-app:hover {
	background-color: #8000ff;
}

.btn-login-meli {
	max-width: 350px;
	background-color: #FDBD00;
	color: #fff;
	border-color: #FDBD00;
}
.btn-login-meli:hover {
	background-color: #EAC52D;
}

.form-email p {
	margin: 0 0 10px 0;
	font-size: 13px;
}


/* WEBINAR */
.cta {
    background: #F6F8FA;
}

#webinar-title {
	margin-bottom: 30px;
}
#webinar-title img {
	margin-right: 20px;
}
#webinar-title h3 {
	margin: 10px 0 14px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
}
#webinar-title p {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
}

@media (max-width: 768px) {
    #webinar-title img {
        margin: auto;
        float: none !important;
        display: block;
    }
    #webinar-title h3 {
        margin: 30px 0 10px 0;
        font-size: 26px;
        line-height: 28px;
    }
    #modalidad {
        margin-top: 40px;
    }
}

.cta-3 form {
    background: #E6E6E6;
}
.cta-3 input[type="button"] {
	background-color: #EDBC2C;
	border: 1px solid #EDBC2C;
    font-weight: 500 !important;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding: 0 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #fff;
}

.cta-3 h6 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	text-align: center;
	text-transform: none;
}

.cta-3 p {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}

#resumen {
	margin-top: 40px;
	margin-bottom: 70px;
	font-size: 12px;
    line-height: 14px;
    letter-spacing: -1px;
}
#resumen i {
	margin-right: 8px;
	font-size: 24px;
    line-height: 24px;
    vertical-align: top;
    float: left;
    color: #F0C944;
}

#aprenderas p {
	margin-bottom: 10px;
}



#response.ok {
	background-color: #3bb13b;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
#response.error {
	background-color: #ec3e3e;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.pricing-2 .pricing-option-add .dollar,
.pricing-2 .pricing-option-add .price {
    font-size: 60px;
}

.btn-primary {
    background: #FDBD00;
    border-color: #FDBD00;
}