
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800");

html, body, div, span, p, a, img, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

 section {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #afafaf;
}

img {
  overflow: hidden;
}


html,
body {
  font-family: 'Open Sans', sans-serif;
  background: url("../images/homebg.jpg") no-repeat;
 
  background-repeat: no-repeat;
  background-size:100%;
  bottom: 0;
  color: black;
  left: 0;
  overflow: auto;
  padding: 3em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  background-size: cover;
}

::selection {
  background: #5b03e4;
  color: #fff;
}

::-moz-selection {
  background: #5b03e4;
  color: #fff;
}

@media (min-width: 769px){

  .buttons-home{
    width: 20% !important;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    
  }
  
  .buttons-home:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.0.5);
  }

}




.imgbanner{
  width: 80%;
}

@media (max-width: 768px){
  .imgbanner{
    width: 150%;
  }
  .buttons-home{
    width: 50%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    
  }

  body{
    padding: 10px;
  }
  
  .buttons-home:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.0.5);
  }
}

.img-primary{
  margin-bottom: 50px;
}

.imglogo{
  width: 550px;
  justify-content: center;
  margin-top: 15px;
}

.section {
  padding-top: 30px;
  margin-top: 90px;
}

@media (max-width: 767px) {

  .imglogo{
    align-items: center !important;
    width: 190px;
  }
}


.main-banner {
  position: relative;
}

.main-banner:after {
  top: -1px;
  right: 0;
  position: absolute;
  width: 861px;
  height: 746px;
  z-index: -1;
}

.main-banner::before {
  top: -1px;
  left: 0;
  position: absolute;
  width: 194px;
  height: 655px;
  z-index: -1;
}

.main-banner p {
  padding-right: 25%;
  margin-bottom: 30px;
}

.main-banner span {
  display: inline-block;
  margin: 0px 10px 0px 10px;
}

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .main-banner {
    margin-top: 30px;
  }
  .main-banner span {
    margin: 0px 3px 0px 3px;
  }
}

@media (max-width: 992px) {
  .main-banner p {
    padding-right: 0%;
  }
}

.back-to-top {
  position: fixed;

  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #974fdd;
  width: 70%;
  z-index: 999998;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 0px;
}

.box-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 5px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0px;
}

.msg-cookies {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
}

.box-cookies .btn-cookies {
  background: #fff;
  border: 0;
  padding: 5px 20px;
  color: rgb(0, 0, 0);
  transition: 0.4s;
  border-radius: 4px;
}

.box-cookies .btn-cookies:hover {
  background: #ffe922;
  border: 0;
  padding: 5px 20px;
  color: rgba(0, 0, 0, 0.781) !important;
  transition: 0.4s;
  border-radius: 4px;
}

.box-cookies-size {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    width: 100%;
    border-radius: 0 6 0;
    margin-bottom: 0px;
  }
  
  .msg-cookies {
    margin-top: 10px; 
    font-size: 16px;
  }
}
