.textSHW {
  text-shadow: 0px 0px 5px white;
}

.textSHW:hover {
  animation: textSHColors 5s infinite linear;
  -webkit-animation: textSHColors 5s infinite linear;
}

.textSHB {
  text-shadow: 0px 0px 5px black;
}

.textSHB:hover {
  animation: textSHDarkColors 5s infinite linear;
  -webkit-animation: textSHDarkColors 5s infinite linear;
}

.boxSHW {
  box-shadow: 0px 0px 5px white;
}

.boxSHW:hover {
  animation: boxSHColors 5s infinite linear;
  -webkit-animation: boxSHColors 5s infinite linear;
}

.boxSHB {
  box-shadow: 0px 0px 5px black;
}

.boxSHB:hover {
  animation: boxSHDarkColors 5s infinite linear;
  -webkit-animation: boxSHDarkColors 5s infinite linear;
}

.boxSHColorAnimated {
  animation: boxSHColors 5s infinite linear;
  -webkit-animation: boxSHColors 5s infinite linear;
}

.filtSHW {
  filter: drop-shadow(0px 0px 5px white);
  -webkit-filter: drop-shadow(0px 0px 5px white);
}

.filtSHB {
  filter: drop-shadow(0px 0px 5px black);
  -webkit-filter: drop-shadow(0px 0px 5px black);
}

.IM-SHW {
  filter: drop-shadow(0px 0px 5px white);
  -webkit-filter: drop-shadow(0px 0px 5px white);
}

.IM-SHB {
  filter: drop-shadow(0px 0px 5px black);
  -webkit-filter: drop-shadow(0px 0px 5px black);
}

.scale1-2 {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}

.scale1-2:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.cursor-pointer {
  cursor: pointer;
}

.grdT2-50-50 {
  display: grid;
  grid-template-columns: 50% 50%;
}

.grdT1-100 {
  display: grid;
  grid-template-columns: 100%;
}

.w-md-33 {
  width: 100%;
}

.w-md-33v2 {
  width: 100%;
}

.w-md-50 {
  width: 100%;
}

.w-md-50ver2 {
  width: 100%;
}

.w-l-50v3 {
  width: 75%;
}

.w-md-75 {
  width: 100%;
}

.IMGFoot {
  height: 50px;
}

@media (min-width: 992px) {
  .w-l-50v3 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-md-33v2 {
    width: 33%;
  }

  .w-md-33 {
    width: 33%;
  }

  .w-md-50 {
    width: 50%;
  }

  .w-md-50ver2 {
    width: 75%;
  }

  .w-l-50v3 {
    width: 75%;
  }

  .w-md-75 {
    width: 75%;
  }
}
@media (min-width: 576px) {
  .w-md-33v2 {
    width: 66%;
  }

  .w-md-50ver2 {
    width: 75%;
  }

  .w-l-50v3 {
    width: 50%;
  }
}
@keyframes boxSHColors {
  0% {
    box-shadow: 0px 3px 5px white;
  }
  25% {
    box-shadow: 0px 3px 5px #8b0023;
  }
  50% {
    box-shadow: 0px 3px 5px #007bff;
  }
  75% {
    box-shadow: 0px 3px 5px #8b0023;
  }
  100% {
    box-shadow: 0px 3px 5px white;
  }
}
@keyframes boxSHDarkColors {
  0% {
    box-shadow: 0px 3px 5px black;
  }
  25% {
    box-shadow: 0px 3px 5px #8b0023;
  }
  50% {
    box-shadow: 0px 3px 5px #007bff;
  }
  75% {
    box-shadow: 0px 3px 5px #8b0023;
  }
  100% {
    box-shadow: 0px 3px 5px black;
  }
}
@keyframes textSHColors {
  0% {
    text-shadow: 0px 3px 5px white;
  }
  25% {
    text-shadow: 0px 3px 5px #8b0023;
  }
  50% {
    text-shadow: 0px 3px 5px #007bff;
  }
  75% {
    text-shadow: 0px 3px 5px #8b0023;
  }
  100% {
    text-shadow: 0px 3px 5px white;
  }
}
@keyframes textSHDarkColors {
  0% {
    text-shadow: 0px 3px 5px black;
  }
  25% {
    text-shadow: 0px 3px 5px #8b0023;
  }
  50% {
    text-shadow: 0px 3px 5px #007bff;
  }
  75% {
    text-shadow: 0px 3px 5px #8b0023;
  }
  100% {
    text-shadow: 0px 3px 5px black;
  }
}
* {
  font-family: "Gothic A1", sans-serif;
}

html {
  overflow-x: hidden;
}

.bodyMain {
  background: url(/images/BG.jpg) center center;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 5px black;
}
.bodyMain h1 {
  text-align: center;
  padding: 40px;
  margin-top: 20px;
}
.bodyMain h2 {
  padding: 20px;
  text-align: left;
}
.bodyMain h3 {
  font-size: 24px;
  text-align: left;
  padding: 10px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.bodyMain span {
  display: block;
  width: 75%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.bodyMain .spanblue {
  color: #007bff;
}
.bodyMain article {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.bodyMain .footerMain {
  width: 100%;
  background: #6610f2;
  color: white;
  min-height: 180px;
  padding-top: 20px;
}
.bodyMain .footerMain p {
  padding: 10px;
  padding-top: 20px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.card-Dream {
  width: 95%;
  margin: 0 auto;
  height: 300px;
}

.card-Dream1 {
  background: url(/images/Dream1/complex.jpg) center center repeat;
  background-size: auto 300px;
  filter: brightness(0.9) contrast(2);
  -webkit-filter: brightness(0.9) contrast(2);
}

.card-Dream2 {
  background: url(/images/Dream2/castle.jpg) bottom center repeat;
  background-size: cover;
}

.card-Dream3 {
  background: url(/images/Dream3/girl.jpg) center center no-repeat;
  background-size: cover;
}

.card-Dream4 {
  background: url(/images/Dream4/writting.jpg) center center no-repeat;
  background-size: cover;
}

.card-Dream5 {
  background: url(/images/Dream5/Town.jpg) center center no-repeat;
  background-size: cover;
  filter: contrast(1.2) blur(0.3px) saturate(0.2) sepia(0.2);
  -webkit-filter: contrast(1.2) blur(0.3px) saturate(0.2) sepia(0.2);
}

.card-Dream6 {
  background: url(/images/Dream6/Island.jpg) center center no-repeat;
  background-size: cover;
  filter: contrast(1.7) blur(0.3px) saturate(0.5);
  -webkit-filter: contrast(1.7) blur(0.3px) saturate(0.5);
}

.card-Dream7 {
  background: url(/images/Dream7/city.jpg) center center no-repeat;
  background-size: cover;
}

.card-Dream8 {
  background: url(/images/Dream8/mountain.jpg) center center no-repeat;
  background-size: cover;
}

.card-Dream9 {
  background: url(/images/Dream9/obelisk.jpg) top center no-repeat;
  background-size: cover;
}

.card-Dream10 {
  background: url(/images/Dream10/lujo.jpg) top center no-repeat;
  background-size: cover;
}

.card-Dream11 {
  background: url(/images/Dream11/plaza.jpg) top center no-repeat;
  background-size: cover;
}

.card-Dream12 {
  background: url(/images/Dream12/mercado.jpg) top center no-repeat;
  background-size: cover;
}

.card-Dream13 {
  background: url(/images/Dream13/cat.jpg) top center no-repeat;
  background-size: cover;
}

.card-Dream14 {
  background: url(/images/Dream14/ghost.jpg) top center no-repeat;
  background-size: cover;
}

.card-Dream15 {
  background: url(/images/Dream15/luna.jpg) top center no-repeat;
  background-size: cover;
}

.card-Dream16 {
  background: url(/images/Dream16/studio.jpg) top center no-repeat;
  background-size: cover;
}

.card-Dream17 {
  background: url(/images/Dream17/class.jpg) top center no-repeat;
  background-size: cover;
}

.DreamDiary article .dreamContainer {
  min-height: 320px;
}
.DreamDiary article .dreamContainer img {
  display: block;
  max-width: 280px;
  max-height: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.DreamDiary .card {
  min-width: 250px;
}
.DreamDiary .card p {
  height: 150px;
  overflow-y: hidden;
}

.bodyportfolio {
  color: white;
  overflow-x: hidden;
}
.bodyportfolio header button {
  transition: all 300ms !important;
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
  -ms-transition: all 300ms !important;
  -o-transition: all 300ms !important;
}
.bodyportfolio header button:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bodyportfolio header ul li a {
  transition: all 300ms !important;
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
  -ms-transition: all 300ms !important;
  -o-transition: all 300ms !important;
}
.bodyportfolio header ul li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bodyportfolio a {
  font-weight: bold;
}
.bodyportfolio .BGOne {
  background: url("/images/BGportfolio.jpg") top center repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -2;
  filter: blur(3px) saturate(5) hue-rotate(85deg);
  -webkit-filter: blur(3px) saturate(5) hue-rotate(85deg);
}
.bodyportfolio .BGTwo {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.bodyportfolio footer {
  min-height: 306px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.WebPage .btn {
  transition: all 300ms !important;
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
  -ms-transition: all 300ms !important;
  -o-transition: all 300ms !important;
}
.WebPage .btn:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.DemoReel {
  width: 480px;
  height: 270px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.DemoReel iframe {
  width: 100%;
  height: 100%;
}

.BookDivBG {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.BookDivBG::after {
  content: "";
  background: linear-gradient(black, rgba(0, 0, 0, 0.7), black), url(/images/BookBGMist.jpg) center center round;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.carousel-img {
  height: 400px;
  justify-content: center;
}
.carousel-img div {
  height: 300px;
}
.carousel-img div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.CVDiv .CV-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  align-content: center;
}
.CVDiv .CV-img img {
  display: block;
  margin: 0 auto;
  align-content: center;
}
.CVDiv .accordion button {
  transition: all 300ms !important;
  -webkit-transition: all 300ms !important;
  -moz-transition: all 300ms !important;
  -ms-transition: all 300ms !important;
  -o-transition: all 300ms !important;
}
.CVDiv .accordion button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.CVDivBG {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.CVDivBG:after {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/Curriculum-BG.png) center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.ul-footer {
  width: 195px;
  margin: auto;
}
.ul-footer li {
  margin-right: 15px;
}
.ul-footer li img {
  width: 50px;
  height: 50px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.ul-footer li img:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

@media screen and (max-width: 576px) {
  .DemoReel {
    width: calc(480px / 1.7);
    height: calc(270px / 1.7);
  }
  .DemoReel iframe {
    width: 100%;
    height: 100%;
  }

  .DreamDiary img {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 422px) {
  .DreamDiary img {
    width: 250px;
    margin-right: 50px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
