div {
  border: solid 0px #cf0000;
}

* {
  scroll-behavior: smooth;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1100px;
}

::-moz-selection {
  color: #f3efe5;
  background: #009b97;
}

::selection {
  color: #f3efe5;
  background: #009b97;
}

body {
  background-color: #f3efe5;
  margin: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #ec6408;
  transition: 1s;
}

a:hover {
  color: #ec6408 !important;
  transition: 1s;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.container-fluid,
.col-md {
  padding-right: 0px;
  padding-left: 0px;
}

/* font */

html {
  font-size: 100%;
}

p,
p a {
  font-family: "Hkl";
  font-size: 1.1rem;
  font-weight: 100;
  font-style: normal;
  color: #35313c;
}

h1 {
  font-family: "Sera";
  font-size: 4rem;
  line-height: 5rem;
  font-style: normal;
  color: #ec6408;
}

/* estructura */

.logo img {
  width: 170px;
}

.logoInf img {
  width: 160px;
  padding-left: 1.2rem;
}

.barDalt {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}

.idioma {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  white-space: nowrap;
}

.idioma li {
  font-size: 2.5rem;
  list-style: none;
  display: inline-block;
  font-family: "trailersm", sans-serif;
  padding-left: 0.5rem;
  transition: color 0.5s;
}

.idioma ul a li {
  color: #35313c;
}

.idioma ul a li:hover {
  color: #ec6408;
}

.idioma ul li {
  color: #ec6408;
}

.titolA {
  font-family: "trailersb";
  font-size: 9rem;
  color: #009b97;
  line-height: 7.5rem;
  margin-top: 4rem;
  text-align: center;
}

.animTitolA {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.animTitolB {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.titolB {
  font-family: "backwardsl";
  font-size: 4rem;
  line-height: 4rem;
  margin-top: -3rem;
  color: #35313c;
  white-space: nowrap;
}

.titolBones {
  opacity: 0;
  transition: opacity 2s ease;
}

.text p {
  text-align: center;
  padding: 1rem 2rem 4rem 2rem;
}

.text {
  opacity: 0;
}

.blocInici {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4rem;
}

.blocSanta {
  margin-top: 6rem;
}

.blocSegon {
  margin-top: -10rem;
}
.contInici {
}

.blocVideo {
  margin-top: -10rem;
}

.blocFeli {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}

.blocFoot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.colBlanc {
  padding-top: 14rem;
  background-color: #fff;
}

#neuFons {
  position: relative;
  z-index: -1;
  width: 300%;
  right: -50vw;
}

.estrellesCont {
  position: absolute;
  width: 98%;
  z-index: -1;
  top: -10rem;
  overflow: hidden;
}

.estrellesContB {
  position: absolute;
  width: 98%;
  z-index: -1;
  top: -10rem;
  overflow: hidden;
}

.neuSupA {
  height: 9rem;
  margin-bottom: -5px;
}

.frontNeu {
  position: absolute;
  z-index: 100;
  width: 200vw;
  left: 35vw;
  bottom: -1rem;
}

.videoCont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}

.neuInfCont {
  position: relative;
}

.neuInfA {
  width: 100%;
}

.neuInfB {
  width: 100%;
  position: absolute;
}

.img-p {
  width: 450px;
  position: absolute;
}

.img-h {
  width: 180px;
  position: absolute;
  top: 142px;
  right: 12px;
}

.fletxa {
  width: 4rem;
  padding: 1rem;
  bottom: 0;
  right: 0;
  position: absolute;
}

span.espaiA {
  top: -20px;
  position: relative;
}

/* icones / animacions */

body {
  animation: fadeIn 1s linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* responsive */

@media (min-width: 1281px) and (max-width: 1980px) {
}

@media (min-width: 1025px) and (max-width: 1280px) {
}

/* responsive tab*/

@media (min-width: 581px) and (max-width: 1024px) {
  .titolA {
    font-size: 7rem;
  }
  .titolB {
    font-size: 3rem;
    margin-top: -3.5rem;
  }
}

/* responsive mob*/

@media (min-width: 320px) and (max-width: 580px) {
  .barDalt {
    padding: 2rem 2rem 0.5rem 2rem;
  }
  .logo img {
    width: 130px;
    margin-top: 0px;
  }
  .titolA {
    font-size: 6rem;
    margin-top: 0px;
  }
  .titolB {
    font-size: 2.5rem;
    margin-top: -4rem;
  }
  .text p {
    font-size: 1rem;
    padding: 0rem 0rem 2rem 0rem;
  }
  .blocSanta {
    margin-top: -2rem;
  }
  .blocInici {
    margin-top: 0rem;
  }
  .colBlanc {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
  .videoCont {
    border-radius: 1rem;
  }
  .titolBones {
    font-size: 5rem;
    line-height: 6rem;
    margin-top: 3rem;
  }
  .titolBones::first-line {
    content: "*";
  }
}
