@font-face {
  font-family: bananaFont;
  src: url('../files/Reality_Sunday.ttf');
}
.container {
  position: relative
}

h2 {
  font-family: 'bananaFont', 'Hind', sans-serif;
}

h3 {
  font-family: 'Hind', sans-serif;
}

a[href^="tel:"] {
  color: black !important;
  text-decoration: none;
}

.anton {
  font-family: 'Hind', sans-serif;
  text-transform: capitalize;
  color: #000000 !important;
}

.normal {
  font-style: normal !important;
}

.container {
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  padding: 0 30px 0 30px;
  margin: 30px auto;
}

#Video_home {
  height: 100vh;
  width: 100vw;
}

.grid_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2em;
}

.clientes {
  padding: 4em !important;
  width: 100%;
}


#myVideo {
  position: inherit !important;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  max-width: 100vw;
}

.jarallax {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btn-ghost {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
}

.btn-ghost:hover {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.Production_img {
  background-color: rgba(228, 210, 149, 0.2);
}

.Social_img {
  background-color: rgba(118, 118, 118, 0.2);
}

.Develoment_img {
  background-color: rgba(177, 163, 116, 0.2);
}

.p-6-2 {
  padding: 2em 2em !important;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

h2, h3 p, h4 {
  width: 100%;
}

h1 {
  font-size: 3em;
  font-weight: 800;
}

h2 {
  font-size: 3rem;
  font-weight: 800;
  font-family: 'Hind', sans-serif;
  text-transform: capitalize;
}

h3 {
  display: flex;
  justify-content: center;
}

h3 p {
  font-size: 25px;
  width: 80%;
  margin: 0 !important;
}

.text-black {
  color: black;
}

.logo {
  width: 125px;
  height: 125px;
}

.icon-container:hover a i {
  color: rgba(92, 92, 92, 0.562);
}

.Social_icon i:hover {
  color: #000 !important;
}

.loading{
  font-family: 'bananaFont';
  font-size: 10vh;
}

.content_parallax {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content_parallax span{
  padding: 20px;
}

.content_parallax span p{
  font-weight: bold;
  font-size:3.5vh;
}

.venobox {
  padding-left: 10px;
  padding-right: 10px;
}

.venobox img {
  border-bottom: solid 1px #333333;
  border-top: solid 1px #333333;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.venobox img:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22);
}

#top {
  z-index: 999999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 70px;
  height: 70px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top img {
  color: #fff;
  margin: 0;
  position: relative;
  left: 8px;
  top: 13px;
  width: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



#top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#top:hover i {
  color: #fff;
  top: 10px;
  font-size: 30px;
  left: 12px;
}

.motto h2 {
  text-align: left;
  font-size: 4em;
  font-weight: bolder !important;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.lf{
  width: 80%;
}

footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/*MOD STICK*/
h2 {
  text-align: center;
  padding: 20px;
}

.skyRocket{
  padding: 30px;
  text-align: center;
  margin:0 auto;
  color: #FEBF3D;
  font-size: 3vh;
  transform: skewX(-20deg);
}

.skyRocket span{
  font-family: 'Oswald';
}

.sky{
    color:black;
    text-decoration: underline;
}

.primero {
  height: 100vh;
  overflow: hidden;
  max-width: 100%;
}

.bananaDiv {
  height: 100%;
}

.bananaDiv img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin-top: 2.5em;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nameDiv {
  font-family: 'Damion' !important;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 2.2em;
  width: 100%;
  text-align: left;
}

.moto2 h3 {
  text-align: center;
  padding: 3%;
  font-size: 3em;
}

.fb_videos div iframe {
  width: 100%;
}

.clientes div {
  width: 70%;
}

.clientes div img {
  width: 100%;
  margin-bottom: 10px;
}

#production-text p,#Social-text p,#Web-text p{
  text-shadow: 1px 1px 1px #000;
  transition: all 0.3s ;
}

@media only screen and (max-width:1025px) {
  .bananaDiv img{
    width: 80%;
  }
}
@media only screen and (min-width: 600px) {
  .bananaDiv{
    margin-top: auto;
  }
}

@media only screen and (max-width:420px) {
  #top img {
    position: relative;
    top: 14px;
  }

  .primero {
    margin: 0 auto;
    height: 100%;
  }

  .nameDiv{
    font-size: 6em;
    text-align: center;
    line-height: 1 !important;
    margin-top: 10px;
  }

  .skyRocket{
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }

  .primero .bm {
    font-size: 1.1em;
    padding-left: 0;
    padding-right: 0;
   }

  .bananaDiv img {
    margin: 0;
    width: 100% !important;
    margin-bottom: 10%;
    margin-top: 10%;
  }

  .clientes div {
    width: 100%;
    margin-bottom:15px;
  }

  .amazon{
    margin-top: 10px;
 }

 .content_parallax {
   min-height: 100vh;
   max-height: 100vh;
   overflow: hidden;
 }

 .content_parallax span{
   padding: 10px;
 }

 .content_parallax span p{
   font-size:2.5vh;
 }

}

@media only screen and (max-width:325px) {
  .motto h2 {
    font-size: 2em;
    padding: 5px;
  }

  .nameDiv{
    margin-top: 0;
  }

  .primero .bm {
    font-size: .8em;
    padding-left: 0;
    padding-right: 0;
  }
}
