
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}


header {
    background-color: #f0f0f0;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 200px ;
}

.logo{
    text-decoration: none;
    color: #3a6cf4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
}

.navigation a{
    color: #3a6cf4;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 30px;
}

.navigation a:hover{
    color: #601cfc;
}

section {
    padding: 100px 200px;
}

.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(images/background.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.main h2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
}

.main h2 span {
    display: inline-block;
    margin-top: 10px;
    color: #4e9eff;
    font-size: 3em;
    font-weight: 600;
}

.main h3 {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.main-btn {
    color: #fff;
    background-color: #3a6cf4;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: 0.7s ease;
}

.main-btn:hover {
    background-color: #0a49f6;
    transform: scale(1.1);
}

.social-icons a {
    color: #fff;
    font-size: 1.7em;
    padding-right: 30px;
}

.title {
    display: flex;
    justify-content: center;
    color: #3a6cf4;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.card {
    background-color: #fff;
    width: 21.25em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}

.card:hover {
    transform: scale(1.1);
}

.card .icon {
    color: #3a6cf4;
    font-size: 8em;
    text-align: center;
}

.info {
    text-align: center;
}

.info h3{
    color: #3a6cf4;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}

.projects {
    background-color: #000016;
}

.projects .content{
    margin-top: 30px;
}

.project-card {
    background-color: #fff;
    border: 1px solid #fff;
    min-height: 14em;
    width: 23em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
}

.project-card:hover {
   transform: scale(1.1);
}

.project-card:hover .project-image {
    opacity: 0.9;
 }

.project-image img{
    width: 100%
}

.project-info {
    padding: 1em;
}

.project-category {
    font-size: 0.8em;
    color: #000;
}

.project-title {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
}

.more-details {
    text-decoration: none;
    color: #3a6cf4;
}

.more-details:hover {
    color: #601cfc;
}

.contact .icon{
    font-size: 4.5em;
}

.contact .info h3 {
    color: #000;
}

.contact .info p {
    font-size: 1.5em;
}

.footer {
    background-color: #000016;
    color: #fff;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}

.footer-title {
    font-size: 1.3em;
    font-weight: 600;
}

.footer-title span {
    color: #3a6cf4;
}

.footer .social-icons a{
    font-size: 1.3em;
    padding: 0 12px 0 0;
}

@media (max-width:1023px){
    header{
        padding: 12px 20px;
    }

    .navigation a{
        padding-left: 10px;
    }

    .title{
        font-size: 1.8em;
    }

    section{
        padding: 80px 20px;
    }

    .main-content h2{
        font-size: 1em;
    }

    .main-content h3{
        font-size: 1.6em;
    }

    .content{
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width:641px){
    body{
        font-size: 12px;
    }

    .main-content h2{
        font-size: 0.8em;
    }

    .main-content h3{
        font-size: 1.4em;
    }
}

@media (max-width:300px){
    body{
        font-size: 10px;
     
    }
}

.store-wrapper, body {
    background: #f2f2f2;
  }
  
  #site-branding {
    margin-bottom: 1em;
  }
  
  .site-branding {
    padding-top: 20px;
  }
  
  .site-branding .site-texting {
    color: #FF875F;
    font-weight: 700;
    font-size: 40px;
    margin-top: 0.7em;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 640px) {
    .site-branding .site-texting {
      font-size: 100% !important;
      margin: 0 !important;
    }
  }
  .gallery, .store-wrapper {
    margin-top: 1em;
  }
  
  .store-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #E5E5E5 !important;
    padding: 20px 30px;
    margin-bottom: 1em;
  }
  
  .store-wrapper .coin-wrapper {
    padding: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: left;
  }
  
  .store-wrapper .coin-wrapper h3 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
  }
  
  .store-wrapper .coin-wrapper p {
    color: #878787;
  }
  
  .btn {
    box-shadow: none !important;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .btn {
      width: 100% !important;
    }
  }
  .btn.buy, .btn.close, .btn.submit {
    border: 0;
    font-size: 14px;
    padding: 10px;
    text-shadow: 0 1px 0 #032638;
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    text-transform: uppercase;
  }
  
  .btn.close {
    background: red;
  }
  
  .btn.submit {
    background: #3a6cf4;
  }
  
  .btn.buy, .btn.buy:hover {
    background-repeat: repeat-x;
  }
  
  .btn.buy {
    background-image: -webkit-linear-gradient(top, #fda33a 0, #e67522 100%);
    background-image: linear-gradient(to bottom, #fda33a 0, #e67522 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffda33a", endColorstr="#ffe67522", GradientType=0);
  }
  
  .btn.buy.single {
    font-size: 25px;
    margin-top: 0.5em;
  }
  
  .btn.buy:hover {
    background-image: -webkit-linear-gradient(top, #e67522 0, #fda33a 100%);
    background-image: linear-gradient(to bottom, #e67522 0, #fda33a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e67522", endColorstr="#fda33a", GradientType=0);
  }
  
  #masthead {
    border-bottom: 3px solid #3a6cf4;
    background: #F3F3F3;
    height: 40px;
  }
  
  #masthead .menu {
    list-style: none;
    margin: 0;
  }
  
  #masthead .menu li {
    text-align: center;
    height: 40px;
    float: left;
    padding-right: 1em;
    line-height: 20px;
  }
  
  #masthead .menu li.current_page_item a {
    background: #3a6cf4;
    color: #fff;
  }
  
  #masthead .menu li a {
    display: block;
    color: #3a6cf4;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    height: 40px;
    padding: 10px;
  }
  
  #masthead .menu li a:hover {
    background: #3a6cf4;
    color: #fff;
  }
  
  .af-form #form-sing h3, .entry-title {
    color: #3a6cf4;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .entry-title {
    text-align: left;
    margin: 0;
  }
  
  .entry-content {
    padding: 20px;
    border-bottom: 3px solid #3a6cf4 !important;
  }
  
  .entry-content .featured-image {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }
  
  .af-form {
    background: #e1e1e1;
    padding: 5px 5px 0;
  }
  
  .af-form #form-sing p {
    margin: 0;
  }
  
  .af-form #form-sing small {
    color: #e67522;
    font-weight: 700;
  }
  
  .image-wrapper {
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 80px;
    overflow: hidden;
    border: 1px solid #c1c1c1;
    cursor: pointer;
  }
  
  .image-wrapper img {
    visibility: hidden;
    display: none;
  }
  
  .mintage-content p {
    margin: 0;
    color: #FF875F;
  }
  
  .notes p {
    color: #FF875F;
  }
  
  .overlay {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 9999;
  }
  
  .overlay .overlay-content {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 50%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 640px) {
    #masthead .menu li a {
      font-size: 11px;
    }
  
    .overlay .overlay-content {
      width: 90% !important;
    }
  }
  .overlay .overlay-content h1 {
    color: #fff;
    font-size: 25px;
    text-align: center;
  }
  
  .overlay .overlay-content label {
    color: #fff;
    text-align: left;
  }
  
  .overlay .overlay-content textarea {
    height: 80px;
  }
  
  .single-product {
    text-align: center;
  }
  .single-product img {
    width: 40%;
  }
  .single-product span, .single-product p {
    display: block;
    color: #fff;
  }
  
  body span, body p, body h3, body small, body h4, body h5, body h1, body a, body button {
    font-family: "Montserrat";
  }
  
  .productosWrapper {
    margin-top: 5em;
  }
  
  .cart {
    position: absolute;
    width: auto;
    left: -500%;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    top: 1.4em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
  .cart li {
    padding: 10px;
    height: 72px;
  }
  .cart li button {
    background: transparent;
    margin: 0;
    width: 0;
    height: 0;
    color: #3a6cf4;
    line-height: 0;
    padding: 0px 8px 0px 8px !important;
  }
  .cart img {
    width: 50px;
    border: 2px solid #3a6cf4;
    float: left;
  }
  .cart .title {
    color: #3a6cf4;
    padding-left: 15px;
    float: left;
    font-size: 14px;
  }
  .cart .price {
    display: block;
    float: left;
  }
  .cart #total {
    height: auto !important;
    background: #3a6cf4;
    color: #fff;
    font-size: 13px;
  }
  .cart .pay {
    color: #fff !important;
    font-size: 13px !important;
    text-align: right;
    width: auto;
  }
  .cart:after, .cart:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .cart:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 15px;
    margin-top: -27px;
  }
  .cart:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-width: 15px;
    margin-top: -27px;
  }
  .cart #submitForm {
    float: right;
  }
  
  .cart-icon {
    position: fixed;
    top: 43px;
    right: 0px;
    width: 50px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiMzMTRENUQiIGQ9Ik00LDIxYzAsMC42LDAuNCwxLDEsMWgyNWMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUg2di0yaDE5YzAuNSwwLDAuOS0wLjMsMS0wLjhsMy0xMmMwLjEtMC4zLDAtMC42LTAuMi0wLjlTMjguMyw0LDI4LDRINlYxYzAtMC42LTAuNC0xLTEtMUgxQzAuNCwwLDAsMC40LDAsMXMwLjQsMSwxLDFoM1YyMXoiLz48Y2lyY2xlIGZpbGw9IiMzMTRENUQiIGN4PSI3IiBjeT0iMjgiIHI9IjMiLz48Y2lyY2xlIGZpbGw9IiMzMTRENUQiIGN4PSIyOCIgY3k9IjI4IiByPSIzIi8+PC9nPjwvc3ZnPg==) no-repeat center center;
  }
  .cart-icon #totalItems {
    position: absolute;
    top: 2px;
    right: 5px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #46b29d;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s 0s;
    -moz-transition: -moz-transform 0.2s 0s;
    transition: transform 0.2s 0s;
  }
  
  .coin-wrapper {
    width: 29%;
    margin: 0 4% 4% 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    float: left;
  }
  @media only screen and (min-width: 320px) and (max-width: 480px) {
    .coin-wrapper {
      width: 100%;
    }
  }
  @media only screen and (min-width: 640px) and (max-width: 768px) {
    .coin-wrapper {
      width: 33.333%;
    }
  }
  .coin-wrapper .product-details {
    margin-bottom: 10%;
  }
  .coin-wrapper .product-details h3 {
    text-align: left;
    font-size: 18px;
  }
  .coin-wrapper .product-details .stock, .coin-wrapper .product-details .price {
    color: #25A187;
    font-weight: bold;
  }
  .coin-wrapper img {
    display: block;
    vertical-align: middle;
    width: 50%;
    margin: 10% auto;
    text-align: center;
  }