@font-face {
  font-family: 'SansSerifBldFLF';
  src: url('fonts/SansSerifBldFLF.ttf.eot'); /* IE9 Compat Modes */
  src: url('fonts/SansSerifBldFLF.ttf.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/SansSerifBldFLF.ttf.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/SansSerifBldFLF.ttf.svg') format('svg'); /* Legacy iOS */
}
body {
     font-family: "Roboto";
}
p {
    font-size: 16px;
    line-height: 27px;
    margin: 15px 0 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    color: #434343;
    position: relative;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.container {
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
}
.text-center {
    text-align: center;
}
#curs-intro {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+18,e7e7e7+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 18%, #e7e7e7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 18%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 18%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.magnet-header {
    text-align: center;
    padding-top: 85px;
    width: 70%;
}
.acc-color {
     color: #00d891;
     font-weight: 500;
}
.magnet-header h1 {
     font-size: 70px;
     letter-spacing: -2.5px;
     line-height: 1.2;
     color: #4a4a4a;
     font-family: "SansSerifBldFLF";
     font-weight: 500;
}

.magnet-header a,
.magnet-cta {
     border: 5px solid #00d891;
    border-radius: 8px;
    padding: 15px 90px 15px;
    font-family: "Roboto";
    font-weight: 900;
    line-height: 37px;
    font-size: 25px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 6px 10px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	-webkit-transition: all .12s; /* Safari */
    transition: all .42s;
}

.magnet-header a:hover,
.magnet-cta:hover {
	transform: translateY(2px);
	box-shadow: 0 0px 0px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.magnet-header a img,
.magnet-cta img {
     display: inline-block;
     vertical-align: middle;
    position: relative;
    top: -2px;
    left: -10px;
}
footer {
    background-color: #e7e7e7;
}
footer p.copyright {
    line-height: 90px;
    font-weight: 300;
    color: #4a4a4a;
    margin: 0;
    font-size: 20px;
}
#call-to-action {
     padding: 90px 0;
     border-bottom: 1px solid #cacbcd;
     background-color: #e7e7e7;
}
.popup-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%,-50% );
}
.bottom-popup {
    background: #f7f7f7;
}

form .half {
    float: left;
    width: 49%;
    display: block;
    box-sizing: border-box;
}
form .half input {
    padding: 15px 20px;
    font-size: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    /*border-width: 1px;
    border-style: solid;
    border-color: #c5c5c5;*/
    /*-webkit-appearance: none;*/
}
form .half.first {
    margin-right: 2%;
}
.submit-holder input {
    width: 100%;
    border: 0 none;
    border-radius: 5px;
    box-shadow: none;
    font-size: 23px;
    font-weight: 900;
    font-family: "Roboto";
    background: #2f2f41;
    color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-top: 15px;
    cursor: pointer;
    text-indent: 20px;
}
.submit-holder input:focus {
    outline: none;
}
.bottom-popup p {
    font-size: 12px;
    color: #909090;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
}
.bottom-popup p img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}
.submit-holder {
    display: block;
    position: relative;
}
.submit-holder:before {
    content: url(images/submit-button.png);
    display: block;
    position: absolute;
    top: 35px;
    left: 140px;
}
.clearfix {
    clear: both;
}
#close-subscribe-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: rgb(51, 51, 51);
    text-align: center;
    line-height: 27px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    z-index: 10;
}
#close-subscribe-popup img {
    width: 10px;
}
.popup-content-animation {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.popup-container.show .popup-content-animation {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.popup-container.show {
    visibility: visible;
    opacity: 1;
}
.popup-overlay {
    background-color: rgba( 47,47,47,.8 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.magnet-header a {
    margin-top: 50px;
}
.bottom-image {
    top: 3px;
    position: relative;
    margin-top: 0px;
    left: 10px;
}
.magnet-header a,
.magnet-cta {
    background-color: #00d891;
    color: #ffffff;
}
h2.product-section-title {
    margin-top: 10px;
    color: #4a4a4a;
    margin-bottom: 100px;
    font-family: "Roboto" !important;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
}
.product-section-subtitle {
    font-size: 18px;
    color: #7c7c7c;
    margin: 0;
    font-family: "Open Sans";
}
.text-sub-buton {
    color: #4a4a4a;
    font-size: 16px;
    font-family: "Open Sans";
    background: #e1e0de;
    padding: 4px;
    padding-right: 7px;
    display: block;
    width: 225px;
    border-radius: 40px;
    margin: 15px auto;
    line-height: 16px;
}
.text-sub-buton img {
	vertical-align: middle;
	margin-right: 5px;
}
.text-sub-buton-bold {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 900;
}
.text-sub-buton > span {
	position: relative;
	top: 2px;
}
#structura-curs {
    background-color: #f7f7f7;
    padding: 55px 0 0;
}
.container-beneficii .beneficii-magnet:nth-child(2n+1) {
    padding-right: 50px;
    clear: both;
}
.container-beneficii .beneficii-magnet:nth-child(2n) {
    padding-left: 50px;
    float: right;
}
.container-beneficii .beneficii-magnet {
    box-sizing: border-box;
}
.beneficii-magnet img {
    height: auto;
    margin-bottom: 45px;
}
.beneficii-magnet h2.magnet-title {
    font-weight: 100;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 15px;
}
.beneficii-magnet p.magnet-description {
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 36px;
    margin-bottom: 100px;
    letter-spacing: -0.5px;
}
.container-beneficii .beneficii-magnet:nth-child(2) img {
    margin-top: 12px;
    margin-bottom: 52px;
}

.wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.column {
    float: left;
    box-sizing: border-box;
}
.half {
    width: 48%;
}

.magnet-cta span {
    position: relative;
    top: 2px;
}
.gif-holder {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
}
.top-popup {
    position: relative;
    top: 3px;
}
.gif {
    width: calc( 100% - 70px );
    margin: 0 auto;
    padding: 12.5px 25px;
    background-color: #344b94;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}
.gif img {
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.gif:before{
    content: url(images/percentage.png);
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
}
img {
    max-width: 100%;
}

.popup-container .bottom-popup {
    display: none;
}
.popup-container.show .bottom-popup {
    display: block;
}

@media only screen and (max-width: 768px) {

    .half {
        width: 100%;
    }
    .beneficii-magnet.half {
        padding: 0 !important;
    }
    .container-beneficii .beneficii-magnet:nth-child(2) img {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 680px){
    .magnet-header {
        padding-top: 40px;
        width: 92%;
    }
    .gif img {
    height: 10px;
    }
    .magnet-header h1 {
	font-size: 60px;
	line-height: 64px;
    }
    .magnet-header a {
        margin-top: 30px;
    }
    .gif {
        width: calc( 100% - 30px );
    }
    .magnet-header a, .magnet-cta {
        padding: 12px 10px;
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
    }
    footer p.copyright {
        line-height: 26px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 13px;
        float: none;
    }
    footer img.pull-right {
        float: none;
        width: 180px;
        vertical-align: bottom;
    }
    footer .wrapper {
        text-align: center;
    }
    .bottom-image {
        left: 0;
    }
    .popup {
        width: 90%;
    }
    .bottom-popup {
        padding: 0;
    }
    .submit-holder input {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }
    form .half {
        width: 100%;
    }
    form .half.first {
        margin-bottom: 15px;
    }
    .submit-holder:before {
        content: "";
        display: block;
        position: absolute;
        top: 37px;
        left: 20px;
        height: 20px;
        width: 30px;
        background-image: url(images/submit-button.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .gif-holder {
        bottom: auto;
        left: 0;
        position: relative;
        top: -20px;
    }
    .top-popup {
        background-color: #3e59af;
        padding-top: 30px;
    }
    .gif {
        padding: 8px 15px;
    }
    .gif:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -21px;
        width: 40px;
        background-image: url(images/percentage.png);
        height: 30px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .beneficii-magnet img {
        margin-bottom: 20px;
    }
    h2.product-section-title {
        margin-bottom: 50px;
        margin-top: 10px;
        color: #4a4a4a;
        font-family: "Roboto" !important;
        font-weight: 100;
        font-size: 40px;
        text-align: center;
        line-height: 55px;
}
    .beneficii-magnet p.magnet-description {
        margin-top: 0;
        font-size: 18px;
        font-weight: 300;
        color: #4a4a4a;
        line-height: 30px;
        margin-bottom: 50px;
        letter-spacing: -0.5px;
}
    }
    .magnet-header a img,
    .magnet-cta img {
        height: 25px;
    }
    #call-to-action {
        padding: 60px 0;
    }
}

@media only screen and (max-height: 500px) {
    .popup {
        position: absolute;
        top: 20px;
        left: 5%;
        transform: translate( 0 );
    }
    .popup-container {
        position: absolute;
    }
    .popup-overlay {
        position: fixed;
    }
    .submit-holder:before {
        left: 150px;
    }
}