

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body{
    font-size: 2vh;
}

header{
    font-size: 1.4rem;
}
.header-icons{
    margin-right: 1rem;
}

header form{
    margin-right: 2rem;
}
header form input{
    background: url(img/Frame\ 44\ \(1\).svg) no-repeat scroll 70% 7px;
}


/*SECTION1*/

.section-1{
    color: #fff;
    background: url(img/section-1bc.png) no-repeat;
}

.section-1-main-content{
  width: 40%;
  padding: 5% 0 5% 5%;
}

.section-1 h2{
 font-size: 2.5rem;
}

.section-1 button{
    width: 13rem;
    height: 3rem;
    margin: 0 1rem 1rem 0;
    color: #fff;
    background: none;
    border: 2px solid #FEC80B;
    border-radius: 4px;
}

.section-1 button:hover{
    color: #000;
    background-color: #FEC80B;
}

.section-1 p{
    font-size: 1rem;
}
/*HISTORY*/

.history .row{
    background-color: #FEC80B;
}

.history .col{
    padding: 3rem;
}

.history .col span{
    font-size: 3rem;
    font-weight: 700;
}

.history .col p{
    font-size: 1.2rem;
}

/*categories*/

.categories  {
    margin: 5rem 0 5rem 3rem;
}

.categories h2{
    margin: 1rem 0 3rem 0;
    padding: 1rem;
    font-size: 3rem;
    border: 2px solid #FEC80B;
    border-radius: 4px;
}
.categories .card{
    margin-bottom: 2rem;
    box-shadow: 0px 0px 24px rgba(150, 150, 150, 0.12);
}

.categories .card-text{
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.categories .card-text-sm{
    font-size: 1.2rem;
    color: #A1A1A1;
}

.categories .card-text,
.categories .card-text-sm{
    margin-left: 1rem;
}


/*info*/

.info-main-content{
    padding: 5rem;
}

.info-main-content h2{
 font-size: 3rem;
}

.info-main-content span{
    color: #FEC80B;
}

.info-main-content p{
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

.info-main-content button{
    width: 13rem;
    height: 3rem;
    margin: 0 1rem 1rem 0;
    color: #000;
    background: none;
    border: 2px solid #FEC80B;
    border-radius: 4px;
}

.info-main-content button:hover{
    background-color: #FEC80B;
    border: 2px solid #000;
}

.info-img{
    padding: 5rem 7rem 5rem 5rem;
}

.recommendation{
    margin: 5rem 0 5rem 4rem;
}

.recommendation .card{
    margin-bottom: 2rem;
    box-shadow: 0px 0px 24px rgba(150, 150, 150, 0.12);
}

.recommendation h3{
    margin: 0rem 0rem 4rem 0rem;
    padding: 1rem;
    font-size: 3rem;
    border: 2px solid #FEC80B;
    border-radius: 4px;
}



.recommendation button{
    width: 10rem;
    height: 3rem;
    margin: 0 1rem 1rem 0;
    color: #000;
    background: #FEC80B;
    border: none;
    border-radius: 4px;
}

.recommendation button:hover{
    background-color: #000;
    color: #FEC80B;
    border: none;
}

.special-offer{
    width: 10rem;
    height: 2rem;
    margin-top: 1rem;
    padding-top: 0.2rem;
    text-align: center;
    color: #fff;
    background-color: #86D548;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;

}

.recommendation-heart{
    margin: 1rem 1rem 0rem 0rem;
}

.loading a{
    text-decoration: none;
    color: #A1A1A1;
}

.loading a:hover{
    color: #242222;
}

.news{
    margin: 5rem 0 5rem 4rem;
}

.news .card{
    margin-bottom: 2rem;
    box-shadow: 0px 0px 24px rgba(150, 150, 150, 0.12);
}

.news h3{
    margin: 0rem 0 4rem 0rem;
    padding: 1rem;
    font-size: 3rem;
    border: 2px solid #FEC80B;
    border-radius: 4px;
}

.news p{
    font-size: 1.2rem;
    font-weight: bold;
}

.news a{
    font-size: 1.2rem;
}

.logotype{
    margin: 5rem 0 5rem 4rem;
}

.logotype a{
    margin-right: 1rem;
}

.logotype img{
    margin-bottom: 2rem;
}

.logotype a:last-child{
    margin-right: 0;
}

.question{
 background-color:#F2F2F2;
}

.question .col{
    padding: 0rem 5rem 2rem 5rem;
}
.question h3{
    margin: 2rem 0 1rem 0;
    font-size: 2rem;
}
.question button{
    width: 10rem;
    height: 2.5rem;
    margin: 2rem 0 2rem 0;
    color: #000;
    background: #FEC80B;
    border: none;
    border-radius: 4px;
}

.question button:hover{
    background-color: #000;
    color: #FEC80B;
    border: none;
}

.question input{
   width: 15rem;
}

footer{
    padding: 4rem 2rem 4rem 2rem;
    background-color: #000;
    color: rgb(63, 60, 60);
}

footer .col{
    margin-bottom: 2rem;
}
footer button{
    width: 10rem;
    height: 2.5rem;
    margin: 0rem 0 3rem 0;
    color: #000;
    background: #FEC80B;
    border: none;
    border-radius: 4px;
}

footer button:hover{
    background-color: #fff;
    color: #000;
    border: none;
}

footer a{
    color: rgb(63, 60, 60);
    text-decoration: none;
}

footer a:hover{
    color: #FEC80B;
    text-decoration: underline;
}

.col-number-1{
    margin-right: 10rem;
}

.wrapper {
    display: inline-flex;
    margin-top: 5rem;
  }
  
  .wrapper .icon {
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .wrapper .facebook:hover,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background-color: #3b5999;
    color: #ffffff;
  }
  
  .wrapper .twitter:hover,
  .wrapper .twitter:hover .tooltip,
  .wrapper .twitter:hover .tooltip::before {
    background-color: #46c1f6;
    color: #ffffff;
  }
  
  .wrapper .instagram:hover,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background-color: #e1306c;
    color: #ffffff;
  }
  
  .wrapper .github:hover,
  .wrapper .github:hover .tooltip,
  .wrapper .github:hover .tooltip::before {
    background-color: #333333;
    color: #ffffff;
  }
  
  .wrapper .youtube:hover,
  .wrapper .youtube:hover .tooltip,
  .wrapper .youtube:hover .tooltip::before {
    background-color: #de463b;
    color: #ffffff;
  }
  




