body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

a {
    transition: all 0.3s ease;
}

button {
    outline: none;
    border: 0;
}

* {
    outline: none;
}

.secondary {
    color: #C3C8CD;
}
.dark {
    color: #495866;
}

strong {
    color: #FD0054;
}

h1,h2 {
    font-size: 32px;
    font-weight: 400;
}

nav img {
    height: 100%;
    max-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

nav #actions {
    text-align: right;
    font-size: 14px;
}

nav #actions a {
    line-height: 90px;
    margin-left: 50px;
}

nav #actions #register {
    color: #FD0054;
    border: 1px solid #FD0054;
    padding: 15px 25px;
    border-radius: 25px;
    outline: none;
}

nav #actions #register:hover {
    color: #fff;
    background-color: #FD0054;
}

nav .icon {
    width: 33px;
    cursor: pointer;
}

nav #logo {
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display:inline-block;
    -webkit-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    padding: 15px 50px 15px 25px;
    border-radius: 25px;
    position: absolute;
    top: 80px;
    left: 15px;
    display: none;
    z-index: 1;
    background-color: #fff;
}

nav ul li {
    padding: 10px;
    white-space:nowrap;
}

nav li a,
nav #actions a {
    text-decoration: none;
    color: #C3C8CD;
}

nav #actions a:hover,
nav li a:hover {
    color: #FD0054;
}

.img-fluid {
    width: 100%;
}

section {
    margin-top: 350px;
}

.little-margin {
    margin-left: 50px;
}

.btn-primnary {
    background-color: #FD0054;
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 15px 23px;
    border-radius: 25px;
    font-weight: 700;
    border: 1px solid #FD0054;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primnary:hover {
    background-color: #fff;
    color: #FD0054;
    border: 1px solid #FD0054;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
}
.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#iframe {
    display: none;
}

.mobile {
    display: none;
}
.desk {
    display: block;
}
#section-top {
    margin-top: 175px !important;
}

.widget {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    border-radius: 25px;
    padding: 30px;
}
.widget h3 {
    font-weight: 400;
    font-size: 28px;
    color: #495866;
    text-align: center;
}
.widget .old-price {
    color: #C3C8CD;
    font-size: 14px;
}
.widget .price {
    color: #495866;
    font-size: 167px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.widget .save {
    background-color: #FD0054;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
}
.widget .cifra {
    position: absolute;
    top: 35px;
    left: 0;
    font-size: 35px;
    font-weight: 400;
}
.widget .digits {
    position: absolute;
    top: 125px;
    font-size: 35px;
    font-weight: 400;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    color: #495866;
}
.widget ul li img {
    width: 14px;
    margin-right: 12px;
}
.widget ul li {
    padding: 2px 0;
}
.widget .info {
    color: #C3C8CD;
    font-size: 14px;
}

footer {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    border-radius: 25px;
    margin-top: 225px;
    margin-bottom: 50px;
    padding: 100px 50px 50px 50px !important;
    position: relative;
}
footer .p {
    color: #B9B9B9;
    font-size: 14px;
}
footer .title {
    color: #495866;
    font-size: 16px;
    font-weight: 700;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
footer ul li {
    margin-bottom: 5px;
}
footer a {
    text-decoration: none;
    color: #FD0054;
    font-size: 14px;
}
footer a:hover {
    color: #252A34;
}
footer #logo-footer {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 100%;
    max-width: 500px;
}

#login {
    min-height: 100vh;
}

#login #area {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.06);
    text-align: center;
    max-width: 600px;
    margin: auto;
    padding: 1px 50px 50px 50px;
    border-radius: 25px;
}

#login #area h1 {
    font-size: 98px;
    color: #FD0054;
    margin-bottom: 20px;
}

#login #area a {
    text-decoration: none;
    color: #FD0054;
}

#login #area input[type=text],
#login #area input[type=email],
#login #area input[type=password] {
    width: 100%;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #F1F1F1;
    padding: 10px 0;
    max-width: 350px;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    color: #495866;
}

#login #area input[type=checkbox] {
    margin-bottom: 40px;
    border: 0;
}

#login #area label {
    font-size: 14px;
    margin-bottom: 40px;
}

#login #area .fails {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #495866;
}

#login #area img {
    width: 100%;
    max-width: 300px;
    margin: 50px 0 15px 0;
}

#login #area input::placeholder {
    color: #B9B9B9;
}

#login #area input:focus {
    border-bottom: 2px solid #FD0054;
}

@media only screen and (max-width: 768px) {
    section {
        margin-top: 125px;
    }
    h1 {
        font-size: 26px;
    }
    .little-margin {
        margin-left: 0;
    }
    .mg-top-1 {
        margin-top: 25px;
    }
    .mobile {
        display: block;
    }
    .desk {
        display: none;
    }
    #section-top {
        margin-top: 75px !important;
    }
    footer #logo-footer {
        top: -30px;
        left: 10px;
        max-width: 300px;
    }
    footer {
        margin-bottom: 0;
    }
    #login #area h1 {
        font-size: 56px;
    }
}
@media only screen and (max-width: 991px) {
    .widget {
        margin-top: 50px;
    }
}
