@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.lds-spinner {
    position: relative;
}

.lds-spinner div {
    left: 94px;
    top: 48px;
    position: absolute;
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: #3be8b0;
    width: 12px;
    height: 24px;
    border-radius: 40%;
    -webkit-transform-origin: 6px 52px;
    transform-origin: 6px 52px;
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -0.916666666666667s;
    animation-delay: -0.916666666666667s;
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -0.833333333333333s;
    animation-delay: -0.833333333333333s;
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.666666666666667s;
    animation-delay: -0.666666666666667s;
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.583333333333333s;
    animation-delay: -0.583333333333333s;
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.416666666666667s;
    animation-delay: -0.416666666666667s;
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.333333333333333s;
    animation-delay: -0.333333333333333s;
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.166666666666667s;
    animation-delay: -0.166666666666667s;
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.083333333333333s;
    animation-delay: -0.083333333333333s;
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lds-spinner {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    background-image: url('../../images/sponsors/banner_simiplaneta.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative; 
    /*background: linear-gradient(#254e7f, #365495);*/
    height: 100%;
    font-family: sans-serif;
    color: #fff;
}

.contador-container {
    text-align: center;
    width: 100%;
    height: 200px;
    border: solid 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contador-count {
    font-size: 40px;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

ul li {
    padding-top: 0px;
}

p strong {
    font-size: 24px;
    color: #afe42e;
}

@font-face {
    font-family: 'dottedf';
    src: url('dotted-webfont.woff2') format('woff2'), url('dotted-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.dark-bg {
    background-color: rgba(0, 0, 0, 0.4);
    outline: none;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 10px 10px 8px -4px rgba(0, 0, 0, 0.5);
}

.bolsas-ahorradas {
    display: block;
    text-align: center;
    color: white;
}

.bolsas-ahorradas h1 {
    font-size: 42px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clock {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 640px;
    height: 160px;
    font-size: 47px;
    color: #f3e344;
    background-image: url(../assets/images/clock-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: sans-serif;
}

.clock-span {
    padding-top: 2px;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 48px;
    /* transform: translateY(57px); */
    font-family: dottedf;
}

.clock-div {
    font-family: sans-serif;
    font-weight: 900;
    font-size: 48px;
    /* transform: translateY(57px); */
    font-family: dottedf;
}

#particles-js {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.z-depth-2 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25)
}

.header {
    text-align: center;
    width: 100%;
    height: 60px;
    margin: auto;
    background-color: #2c5185;
    position: fixed;
    z-index: 1000;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

.hidden {
    display: none;
}

.menu li {
    float: left;
    border-radius: 10px;
}

.menu li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu li a:hover {
    color: #e4e4e4;
    text-decoration: underline;
}

.logo {
    width: 180px;
    position: absolute;
    /* width: 100%; */
    text-align: left;
    top: 0px;
    left: 5%;
}

.logo img {
    width: 180px;
}

.slogan img {
    width: 100px;
}

.logo-img {
    width: 600px;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.container {
    position: relative;
    max-width: 900px;
    padding-top: 70px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.fotos-div {
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}

.fotos-div img {
    margin: 5px;
    border-radius: 5px;
    /* box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.bolsas-ahorradas img {
    width: 550px;
}

.mas-vida img {
    float: left;
    width: 240px;
}

.logo-simiplaneta {
    position: relative;
    top: 30px;
    left: 10px;
}

.logo-simiplaneta img {
    float: right;
    width: 330px;
    transform-origin: center;
    transition: all 0.5s ease-in-out;
}

.logo-simiplaneta img:hover {
    transform: scale(1.1);
}

.hashtag {
    width: 100%;
}

.main {
    width: 100%;
    height: 100%;
}

.loader {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1500;
    background-color: #014b86;
    justify-content: center;
    align-items: center;
}

h1,
h2,
h3,
p {
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.form {
    max-width: 900px;
    margin: 20px auto;
    position: relative;
    z-index: 999;
}

.form-container-form {
    position: relative;
    z-index: 999;
}

.form-container-form h1 {
    margin: 20px auto;
    color: #afe42e;
}

.form-group input,
textarea {
    width: 300px;
    padding: 10px;
    margin-bottom: 20px;
    border: #fff solid 0px;
    border-bottom: solid 0.5px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.form-group input,
textarea:focus {
    outline: none;
}

.form-group label {
    display: inherit;
    font-weight: bold;
    text-align: left;
    padding-left: 60px;
    font-size: 18px;
}

.landing-hub {
    height: 380px;
    position: relative;
    z-index: 99;
}

.section {
    margin: 50px auto;
}

.section-title {
    color: #afe42e;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.section-title h2 {
    margin-bottom: 5px;
}

.section-content p {
    font-size: 18px;
    font-weight: lighter;
}

.form-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    margin: 20px auto;
    color: #fff;
}

.cuento {
    margin: 20px auto;
    font-size: 19px;
    text-align: center;
}

.cuento-img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    border-radius: 5px;
    border-bottom-width: 3px;
}

.cuento-text {
    font-size: 14px;
    text-align: left;
}

.main {
    width: 100%;
    height: 100%;
}

.video-container {
    max-height: 500px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

video {
    width: 100% !important;
    height: auto !important;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

.btn {
    color: white;
    font-size: 22px;
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 7px;
    height: 50px;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: rgba(0, 0, 0, 0) 3px solid;
}

.btn-enviar {
    width: 200px;
    background-color: #558e3c;
    border-bottom: #9cc33d 3px solid;
}

#label-aviso {
    margin-left: 100px;
    color: #2ce6fd;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
}

#label-aviso:hover {
    text-decoration: underline;
    cursor: pointer;
}

#check-aviso {
    width: 20px;
    position: relative;
    top: -17px;
    left: 70px;
    margin: 0px;
}

.avisode {
    display: none;
    font-size: 12px;
    height: 100px;
    text-align: left;
    overflow-y: scroll;
    margin: auto;
    margin-bottom: 20px;
    width: 90%;
}

footer {
    width: 100%;
    margin: 30px auto;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.redes {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.redes .red {
    margin-right: 10px;
}

.redes .red img {
    width: 30px;
}

.redes .red a {
    text-decoration: none;
    color: #fff;
}

.farmacias-icon a {
    text-decoration: none;
    color: #fff;
}

.mobile-menu-container {
    display: none;
    width: 100%;
}

.mobile-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
    margin-right: 25px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    position: relative;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 0px;
    left: 70px;
}

.diagonal {
    top: 180px;
    position: absolute;
    right: -10px;
    transform-origin: center;
    /* transform: rotateZ(-3deg); */
    max-width: 350px;
}

.text-clock {
    font-size: 26px;
    top: 164px;
    position: absolute;
    right: -25px;
    max-width: 155px;
    text-transform: uppercase;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-height: 680px) {
    #myVideo {
        top: 20px;
    }
    .fotos-div img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 1440px) {
    .logo {
        left: 14%;
    }
}

@media only screen and (max-width: 1120px) {
    .logo {
        width: auto;
        top: 60px;
    }
    .fotos-div {
        text-align: center;
        display: block;
        max-width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 690px) {
    .text-clock {
        position: relative;
        top: 0px;
        left: 0;
        max-width: 90%;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    .logo {
        width: auto;
        top: 10px;
        margin-bottom: 20px;
    }
    .logo img {
        width: 90px;
    }
    .section {
        width: 80%;
    }
    .header {
        height: 60px;
        display: block;
    }
    .mobile-menu-container {
        display: block;
    }
    .menu {
        display: none;
        margin-top: 65px;
    }
    .menu li {
        float: none;
    }
    .logo-img {
        width: 100%;
        height: auto;
    }
    .bolsas-ahorradas img {
        width: 100%;
        height: auto;
    }
    .clock {
        height: 160px;
    }
    .landing-hub {
        height: 220px;
    }
    .mas-vida img {
        width: 140px
    }
    .logo-simiplaneta {
        position: relative;
        top: 20px;
        left: 0;
    }
    .logo-simiplaneta img {
        width: 190px
    }
    .hashtag {
        text-align: center;
    }
    .hashtag img {
        width: 190px;
    }
    .form {
        width: 85%;
    }
    .form-container {
        font-size: 12px;
        display: block;
    }
    .form-group label {
        padding-left: 10px;
    }
    #label-aviso {
        margin-left: 50px
    }
    #check-aviso {
        top: -15px;
    }
    .cuento {
        margin-top: 30px;
        font-size: 18px;
    }
    .fotos-div img {
        margin: 0;
        width: 100%;
    }
    p strong {
        font-size: 17px;
    }
    .bolsas-ahorradas h1 {
        font-size: 30px;
    }
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1099;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-content {
    height: 500px;
    max-width: 1024px;
    width: 100%;
    text-align: right
}

.modal-content::before {
    content: "x";
    cursor: pointer;
}

@media only screen and (max-width: 414px) {
    .fotos-div img {
        margin: 0;
    }
    p strong {
        font-size: 17px;
    }
    .diagonal {
        max-width: 90%;
        margin: auto;
        position: relative;
        top: -36px;
        right: 0;
        text-align: center;
        transform: rotateZ(16deg);
        margin-bottom: -50px;
    }
    .bolsas-ahorradas h1 {
        font-size: 30px;
    }
    .slogan {
        display: none;
    }
    .mas-vida img {
        width: 110px;
    }
    .logo-simiplaneta img {
        width: 150px;
    }
    .form-group input,
    textarea {
        width: 230px;
    }
    .section-title {
        font-size: 20px;
    }
    .section-content p {
        font-size: 15px;
    }
    .section-content h2 {
        font-size: 18px;
    }
    .clock {
        width: 90%;
        height: 80px;
    }
    .clock span {
        font-size: 24px;
        transform: translateY(0px);
    }
}