@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@media screen and (min-width: 700px) {
  * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
  }
  body {
    width: 1024px;
    min-width: 100%;
  }
  p {
    font-size: 18px;
  }
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*  /////////////  slider assets ///////V///////// */
  .slider-header {
    margin-top: 40px;
    height: 550px;
    overflow: hidden;
  }
  .swiper-container {
    width: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
  }
  .swiper-pagination-bullet {
    background: white;
  }
  .button-slider-velle {
    font-size: 12px;
    width: 140px;
    height: 35px;
  }
  .cta-slider-velle-products {
    position: absolute;
    left: 55px;
    bottom: 60px;
  }
  .cta-slider-velle-service {
    position: absolute;
    left: 55px;
    bottom: 40px;
  }
  .swiper-slide img {
    width: auto;
    height: auto;
    min-width: 100%;
    overflow: hidden;
  }
  .small-banner {
    display: none;
  }
  .wide-banner {
    display: block;
  }
  .icon-imgs {
    width: 45px;
  }
  .about-Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .whoWeAre {
    color: black;
    background: #E6FFB0;
    text-align: left;
    padding: 50px 50px 80px 50px;
    width: 50%;
  }
  .whoWeAre h4 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .service {
    color: black;
    background: white;
    text-align: left;
    padding: 40px;
    width: 50%;
  }
  .service h4 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .swiper-container-shop {
    width: 100%;
    height: 60vh;
  }
  .swiper-slide-shop {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /*  /////////////  instagram feed assets //////////////// */
  .ig-post-container {
    padding: 25px 30px 50px 30px;
    font-size: 35px;
    text-align: center;
  }
  .swiper-container-ig {
    overflow: hidden;
  }
  .swiper-container-ig .swiper-slide {
    width: 33.3%;
  }
  .swiper-container-ig .swiper-slide img {
    max-width: 100%;
  }
  /*  /////////////  fin instagram feed assets //////////////// */
  /*  /////////////  slider assets fin //////////////// */
  /*  /////////////  nav assets //////////////// */
  .nav-bar {
    position: fixed;
    top: 0;
    padding: 0;
    margin: 0;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: black;
    color: white;
    z-index: 99;
  }
  .logo {
    width: 100px;
    height: 60px;
    background: url("../resources/icons/logo_invertido.png");
    background-position: top;
    background-size: 55%;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
    left: 27px;
  }
  .logo-in-banner {
    z-index: 20;
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 120px;
    top: 170px;
  }
  .logo-in-banner img {
    max-width: 100%;
  }
  .wide-menu {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wide-menu .wide-menu-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .wide-menu .wide-menu-elements li {
    margin: 2vw;
    list-style: none;
    font-size: 20px;
  }
  .wide-menu-elements li a {
    text-decoration: none;
    color: #E6FFB0;
    font-weight: 300;
  }
  .responsive-menu-btn {
    font-size: 30px;
    padding: 20px 20px;
    cursor: pointer;
    display: none;
  }
  .responsive-menu-btn img {
    -webkit-filter: invert(1);
  }
  #login {
    position: relative;
    right: 5px;
    padding: 5px;
  }
  #shopping_bag {
    position: relative;
    left: 5px;
    padding: 5px;
  }
  #shopping_bag img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .close_menu {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
  }
  .close_menu img:hover {
    opacity: .7;
  }
  .menu-cont {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #E6FFB0;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    z-index: 100;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
  .menu-cont .menu-elements-container {
    margin: 160px 80px 120px 30px;
  }
  .menu-cont .menu-elements-container li {
    margin: 5vh 0;
    list-style: none;
  }
  .menu-cont a {
    color: black;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  }
  .menu-cont a:hover {
    text-decoration: underline;
  }
  /*  /////////////  nav assets //////////////// */
  /*  /////////////  about assets //////////////// */
  .aboutUs {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: black;
    padding: 70px;
  }
  .img-aboutUs {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
  }
  .img-aboutUs img {
    display: block;
    max-width: 101%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .txt-abouyUs-cont {
    padding: 20px 5px;
    text-align: center;
  }
  .txt-abouyUs-cont h4 {
    margin: 2vh;
    font-size: 30px;
    font-weight: bold;
  }
  .txt-abouyUs-cont p {
    word-break: keep-all;
    font-weight: normal;
    width: 100%;
  }
  /*  /////////////  about assets //////////////// */
  .whatWeDo {
    color: black;
    text-align: left;
    padding: 50px 50px 80px 50px;
    width: 50%;
  }
  .whatWeDo .requestShift-cont h4 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .whatWeDo .requestShift-cont p {
    margin: 15px 0;
    font-weight: 300;
  }
  .nextEvents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: black;
    padding: 50px 50px 80px 50px;
  }
  .event-card-container {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
  .nextEvents .Calendar-title {
    margin-bottom: 5vh;
    font-size: 35px;
    font-weight: bold;
    color: white;
  }
  .evenTcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-bottom: 15px;
    margin-right: 15px;
    background-color: #E6FFB0;
    padding: 20px;
  }
  .evenTcard > div {
    margin-right: 20px;
  }
  .card-date {
    background-color: black;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    text-align: center;
    line-height: 25px;
    padding: 40px 13px;
  }
  .card-date-extras .card-product-title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    margin: 5px 0;
  }
  .card-date-extras p {
    font-size: 17px;
  }
  .weAreSocials {
    background-color: black;
    color: white;
    padding: 50px 50px 60px 50px;
  }
  .weAreSocials-title {
    font-size: 35px;
    margin-bottom: 2vh;
  }
  .weAreSocials .img-ig {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 2vh 0;
  }
  .ig-img img {
    min-width: 100%;
  }
  .topProducts a {
    color: white;
  }
  .topProducts {
    width: 100%;
    background: white;
    padding: 50px 50px 70px 50px;
  }
  .topProducts .request-title {
    margin-bottom: 5vh;
    font-size: 35px;
    font-weight: bold;
  }
  .topProducts .card-product-title {
    font-size: 22px;
    margin: 2vh;
  }
  .card {
    width: 90%;
    margin: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(20, 20, 20, 0.1);
            box-shadow: 0 4px 8px 0 rgba(20, 20, 20, 0.1);
    font-size: 12px;
    border-radius: 30px;
  }
  .card-important {
    background: #E6FFB0;
  }
  .price {
    color: grey;
  }
  .card .card-actions-cont {
    padding: 0px 60px 40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card .card-actions-cont button {
    border: none;
    outline: 0;
    width: 80%;
    padding: 10px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 28px;
    border-radius: 25px;
  }
  .cart-cont {
    position: fixed;
    top: 0;
    right: -100%;
    width: 450px;
    height: 100vh;
    background: #E6FFB0;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../resources/imgs/instances/cart.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    z-index: 100;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
  .close_cart {
    padding: 20px;
    cursor: pointer;
    position: absolute;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    right: 10px;
    top: 35px;
  }
  .card-product-img {
    width: 100%;
    height: 250px;
    background: black;
    overflow: hidden;
  }
  .card-product-img img {
    opacity: 0.8;
  }
  .card button:hover {
    opacity: 0.95;
  }
  /*  /////////////  conocer más //////////////// */
  .requestShift {
    background: white;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .requestShift-Information {
    padding: 0px 130px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .requestShift h4 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .requestShift p {
    margin: 15px 0;
    font-weight: 300;
  }
  .requestShift-image {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .requestShift-image img {
    min-width: 100%;
  }
  .cta-schedule, .cta-moreProducts {
    margin-top: 26px;
  }
  /*  /////////////  more products assets //////////////// */
  .see-more-products-cont {
    padding: 40px;
    background: #E6FFB0;
    color: black;
  }
  .see-more-products-cont h4 {
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
  }
  .see-more-products-cont p {
    margin: 15px 0;
    font-weight: 300;
  }
  .mdc-button {
    width: 150px;
  }
  .mdc-button--raised:hover, .mdc-button--raised:focus {
    -webkit-box-shadow: 0px 2px 4px -1px rgba(175, 175, 175, 0.2), 0px 4px 5px 0px rgba(175, 175, 175, 0.14), 0px 1px 10px 0px rgba(175, 175, 175, 0.12);
            box-shadow: 0px 2px 4px -1px rgba(175, 175, 175, 0.2), 0px 4px 5px 0px rgba(175, 175, 175, 0.14), 0px 1px 10px 0px rgba(175, 175, 175, 0.12);
    background: transparent;
  }
  .mdc-button--raised {
    width: 200px !important;
    height: 60px;
    background: black !important;
    color: white !important;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
            box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
  }
  .button-velle:hover::after {
    content: '→';
    position: relative;
    bottom: 1px;
    left: 5px;
  }
  /*  /////////////  more products assets //////////////// */
  /*  /////////////  contact by phone assets //////////////// */
  .contactByPhone {
    background: black;
    color: white;
    font-family: helvetica;
    text-align: center;
    padding: 10px 40px;
  }
  .contactByPhone h4 {
    font-family: helvetica;
    font-size: 35px;
    font-weight: bold;
  }
  .contactByPhone p {
    font-family: helvetica;
    font-size: 16px;
    margin-bottom: 5px;
  }
  /*  /////////////  contact by phone assets //////////////// */
  /*  /////////////  ig assets //////////////// */
  .link-ig {
    font-family: helvetica;
    font-size: 35px;
    margin: -7px 0 20px 0;
    display: block;
  }
  .link-ig a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-family: helvetica;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 -15px 0;
  }
  .link-ig a:hover {
    opacity: 0.5;
  }
  .link-ig a:visited {
    color: black;
  }
  /*  /////////////  ig assets //////////////// */
  .contactForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 0;
    background: black;
    color: white;
  }
  .contactForm .form-field {
    width: 60%;
  }
  .contactForm-cont h4 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .contactForm input, textarea {
    font-size: 16px;
    font-family: helvetica;
    padding: 10px;
    border-radius: 15px;
  }
  .contactForm input:focus, textarea:focus {
    outline: none;
  }
  .contactForm input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(230, 230, 230, 0.3);
    margin: 1.2vh 0;
    border-radius: 15px;
    background: #f9f9f9;
  }
  .contactForm input::-webkit-input-placeholder {
    font-family: helvetica;
    color: grey;
  }
  .contactForm input:-ms-input-placeholder {
    font-family: helvetica;
    color: grey;
  }
  .contactForm input::-ms-input-placeholder {
    font-family: helvetica;
    color: grey;
  }
  .contactForm input::placeholder {
    font-family: helvetica;
    color: grey;
  }
  .contactForm textarea::-webkit-input-placeholder {
    font-family: helvetica;
    color: grey;
  }
  .contactForm textarea:-ms-input-placeholder {
    font-family: helvetica;
    color: grey;
  }
  .contactForm textarea::-ms-input-placeholder {
    font-family: helvetica;
    color: grey;
  }
  .contactForm textarea::placeholder {
    font-family: helvetica;
    color: grey;
  }
  .contactForm textarea {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 1.2vh 0;
    border: 1px solid rgba(230, 230, 230, 0.3);
    background: #f9f9f9;
    resize: none;
  }
  .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    width: 300px;
  }
  .contactForm .mdc-button--raised {
    background: white !important;
    color: black !important;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background: black;
    color: white;
  }
  .title-section-shop {
    color: white;
    font-weight: bold;
    position: absolute;
    left: 140px;
    bottom: 50px;
    font-size: 45px;
    text-align: left;
    line-height: 45px;
  }
  .hero-image {
    overflow: hidden;
    height: 350px;
  }
  .hero-image > img {
    opacity: 0.65;
    min-width: 100%;
  }
  .all-products-grid {
    padding: 0px 120px 120px 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3% 33.3% 33.3%;
        grid-template-columns: 33.3% 33.3% 33.3%;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }
  .all-products-grid .card-product-img {
    max-width: 100%;
    height: 200px;
    background: black;
    overflow: hidden;
  }
  .all-products-grid .card-product-img img {
    min-width: 100%;
    opacity: 0.8;
  }
  .all-products-grid .card .card-actions-cont {
    padding: 0px 0px 40px 0px;
  }
  .all-products-grid .card .card-actions-cont .card-product-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .all-products-grid .card button {
    font-size: 20px;
    width: 60%;
  }
  .all-products-grid .card button:hover {
    opacity: 0.95;
  }
  .suscription-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 120px 120px 80px;
    background-color: #E6FFB0;
  }
  .suscription-cont .shop-info-right-side {
    margin: 0 0 0 120px;
  }
  .suscription-cont h4 {
    font-size: 35px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 35px;
  }
  .suscription-cont p {
    font-size: 23px;
  }
  .shop-layout-container .request-title {
    padding-left: 140px;
    margin: 10vh 0;
    font-size: 35px;
    font-weight: bold;
  }
  .tips-header h4 {
    padding: 120px 0 20px 0;
    color: black;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    padding-left: 40px;
  }
  .tips-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 33.3% 33.3% 33.3%;
        grid-template-columns: 33.3% 33.3% 33.3%;
    grid-row-gap: 50px;
    padding: 10px 20px 80px 40px;
  }
  .tips-card {
    width: 90%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(20, 20, 20, 0.1);
            box-shadow: 0 4px 8px 0 rgba(20, 20, 20, 0.1);
    font-size: 12px;
    border-radius: 30px;
    margin: 25px 0;
  }
  .price {
    color: grey;
  }
  .tips-card .tips-actions-cont {
    padding: 0px 20px 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tips-card .tips-actions-cont > a:-webkit-any-link {
    color: white;
    text-decoration: none;
  }
  .tips-card .tips-actions-cont > a:-moz-any-link {
    color: white;
    text-decoration: none;
  }
  .tips-card .tips-actions-cont > a:any-link {
    color: white;
    text-decoration: none;
  }
  .tips-card .tips-actions-cont p {
    font-size: 18px;
  }
  .tips-actions-cont .tips-product-title {
    font-size: 28px;
    font-weight: bold;
  }
  .tips-card .tips-actions-cont button {
    border: none;
    margin-top: 35px;
    outline: 0;
    width: 45%;
    padding: 5px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    border-radius: 25px;
  }
  .tips-card-product {
    width: 100%;
    height: 250px;
    background: black;
    overflow: hidden;
  }
  .tips-card-product img {
    min-width: 100%;
    opacity: 0.8;
  }
  .tips-card button:hover {
    opacity: 0.95;
  }
  .event-card-container > a:-webkit-any-link {
    color: black;
    text-decoration: none;
  }
  .event-card-container > a:-moz-any-link {
    color: black;
    text-decoration: none;
  }
  .event-card-container > a:any-link {
    color: black;
    text-decoration: none;
  }
  .event-header {
    padding: 150px 0 20px 0;
    background: black;
  }
  .eventos-container {
    background: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 750px;
  }
  .event-title-hero-image {
    font-size: 35px;
    color: #E6FFB0;
    font-weight: bold;
    padding-left: 40px;
  }
  .instancia-selected-eventos {
    width: 97%;
    height: 400px;
    margin: 100px 0 0 25px;
    background: url("../resources/imgs/instances/selected.png");
    background-color: #E6FFB0;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }
  .instancia-inscripcion-eventos {
    width: 100%;
    height: 700px;
    background: url("../resources/imgs/instances/fill_contact.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .instancia-check-eventos {
    width: 100%;
    height: 700px;
    background: url("../resources/imgs/instances/sucess.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .nextEvents-events-page {
    padding: 20px 20px;
  }
  .eventos-container .nextEvents {
    background: none;
  }
  .eventos-container .evenTcard {
    margin: 5px 20px;
    padding: 20px;
    background: #E6FFB0;
  }
  .moreEvents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 10px 0;
  }
  .moreEvents a {
    color: #E6FFB0;
  }
  .moreEvents p {
    font-weight: bold;
    font-size: 25px;
  }
  .about-section-Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .whoAreWe-subtitle {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin: 40px 0 15px 0;
  }
  .whoAreWe {
    color: black;
    background: #E6FFB0;
    text-align: left;
    padding: 50px 50px 80px 50px;
    width: 50%;
  }
  .whoAreWe h4 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .whatWeHave {
    background-color: white;
    padding: 50px 50px 80px 50px;
  }
  .whatWeHave .whoAreWe-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .email-newsletter {
    height: 35px;
    width: 250px;
    padding: 10px;
  }
  .modal-tips {
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1000;
    position: fixed;
    left: -100%;
    overflow: scroll;
    padding: 40px;
  }
  .exit-tips {
    background: url("resources/icons/close.png");
    background-repeat: no-repeat;
    background-size: 60%;
    width: 150px;
    height: 50px;
    cursor: pointer;
  }
  .modal-tips-title {
    font-size: 35px;
    font-weight: bold;
    margin: 20px 0;
  }
  .modal-tips img {
    margin: 30px 0;
  }
  .container-footer {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    bottom: 0px;
    padding: 10px;
    background: black;
    color: white;
  }
}
/*# sourceMappingURL=velle_styles_large.css.map */