@font-face {
  font-family: Cerebri-Sans;
  src: url(../fonts/38F6FD_1_0.woff2);
}
@font-face {
  font-family: Mongolian-Baiti;
  src: url(../fonts/monbaiti.ttf);
}
@font-face {
  font-family: Proxima-nova-thin;
  src: url(../fonts/proxima_thin/Proxima\ Nova\ Thin.otf);
}
@font-face {
  font-family: Proxima-nova-light;
  src: url(../fonts/proxima_light/Proxima\ Nova\ Alt\ Light.otf);
}
@font-face {
  font-family: Segoe-UI;
  src: url(../fonts/segoe-ui/Segoe\ UI.woff);
}

@keyframes myAnimation{
  0%{
    opacity: 1;
  }
  100%{
    display: none;
    opacity: 0;
  }
}

@keyframes myAnimationLogo{
  0%{
    opacity: 0;
    display: none;
  }
  100%{
    opacity: 1;
  }
}

html {
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
}

.options-title {
  margin-top: 400px;
}

.back-animation {
  position: fixed;
  z-index: 2;
  background-color: black;
  text-align: center;
  width: 100%;
  height: 100%;
}

#init-animation {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.transformed-state {
  animation-name: myAnimation;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
  display: none;
}

.transformed-logo {
  animation-name: myAnimationLogo;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

.see-more {
  color: #3c89d0;
  border: 1px solid #3c89d0;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px; 
}

.see-more:hover {
  background: #3c89d0;
  color: white;
}

.button-zoom {
  border: 0px solid black;
  background: transparent;
  margin-top: 5px;
}

.mongolian-baiti {
  font-family: Mongolian-Baiti;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .7px;
}

.proxima-nova-thin {
  font-family: Proxima-nova-thin;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}

.proxima-nova-light {
  font-family: Proxima-nova-light;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}

.segoe-ui {
  font-family: Segoe-UI;
  line-height: 1.4rem;
}

body {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}

.background-navbar {
  background: rgba(255,255,255,.95) !important;
}

.navbar {
  width: 100vw;
  background: none;
  position: fixed;
  display: flex;
  z-index: 12;
}

.logo {
  opacity: 0;
  width: 150px;
  height: 70px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 14px;
  padding-left: 10px;
}

.title-back-navbar {
  margin: auto;
  padding-bottom: 5px;
}

.menu {
  opacity: 0;
  width: 22px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.first-image {
  background-image: url('../img/1_pro.png');
  width: 100%;
  height: 87vh;
  margin-top: -1rem;
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 30px;
}

.second-image {
  background-image: url('../img/2.png');
  width: 100%;
  height: 30vh;
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  position: relative;
}

.hero-text::after {
  content: "";
  background: #252A3D;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.button-catalog {
  border: 0px solid black;
  border-radius: 0px;
  background-color: #FFFFFF;
}

.image-2-text {
  color: white;
  position: absolute;
  bottom: 0;
}

.image-3-text {
  color: black;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}

.image-4-text {
  color: black;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}

.icon-text {
  font-size: 14px;
}

.icon-image1 {
  width: 60px;
  height: 36px;
  color: black;
}

.icon-image2 {
  width: 54px;
  height: 34px;
  color: black;
}

.icon-image3 {
  width: 64px;
  height: 38px;
  color: black;
}

.third-image {
  background-image: url('../img/3.png');
  width: 100%;
  height: 35vh;
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}

.third-image-1 {
  background-image: url('../img/example1.jpg');
}
.third-image-2 {
  background-image: url('../img/example2.jpg');
}
.third-image-3 {
  background-image: url('../img/example3.jpg');
}
.third-image-4 {
  background-image: url('../img/example4.jpg');
}
.third-image-5 {
  background-image: url('../img/example5.jpg');
}
.third-image-6 {
  background-image: url('../img/example6.jpg');
}

.owl-prev, .owl-next {
  width: 50%;
}

.owl-prev span, .owl-next span {
  font-size: 20px;
}

.icon-arrow {
  width: 14px;
  margin-top: -2px;
  margin-left: 4px;
}

.fourth-image {
  background-image: url('../img/red.svg');
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}

.five-image {
  background-image: url('../img/1_pro.png');
  width: 100%;
  height: 22vh;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}

.email-suscribe {
  width: 85%;
  border: 0px solid #000;
  border-bottom: 1px solid #707070;
}

.email-suscribe:focus {
  outline: none;
}

.email-suscribe::placeholder {
  color: #646464;
}

.button-suscribe {
  background-color: #E6E6E6;
  border: 0px solid #000;
  padding: 7px 40px;
  font-size: .9rem;
}

.image-client {
  background-image: url('../img/client.svg');
  width: 100%;
  height: 30vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}

.social-icon {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 10px;
}

h1 {
  font-family: Mongolian-Baiti;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}

.enter, .text-imagination {
  display: none;
}

.information-icons-mobile {
  display: block;
}
.information-icons-desktop, .carousel-desktop {
  display: none !important;    
}

.line {
  width: 5rem;
  border: 1.5px solid #707070;
}

span, p {
  font-size: .9rem;
  line-height: 1.2rem;
}

.container-model {
  display: flex;
  flex-direction: column;
  transition: transform .2s;
  padding-bottom: 1.2rem;
  cursor: pointer;
}

.container-model:hover {
  transform: scale(1.1);
}

.container-model span {
  line-height: 1rem;
}
.container-model .price {
  font-size: 12px !important;
  line-height: 1rem;
}

.model {
  /*height: 100%;*/
  width: 75%;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.color {
  cursor: pointer;
  margin-right: 5px;
  border-radius: 100px;
  width: 26px;
  transition: transform .2s;
}

#burger {
  margin-top: 0rem; 
}

.model-image, .m2, .menu-option, #burger {
  cursor: pointer;
  transition: transform .2s;
}

.generate {
  transition: transform .2s;
}

.color:hover, .model-image:hover, .m2:hover, .menu-option:hover, #burger:hover {
  transform: scale(1.1);
}

.generate:hover {
  transform: scale(1.04);
}

.inputDiv {
  display: flex;
  margin: 0px auto;
  margin-bottom: 2px;
  color:black;
  position:relative;
}
.output{display:inline-block; width:40px; text-align:center;}

input[type='range'] {
  display: inline-block;
  background-color: transparent;
  width: 100%;
}

input[type='range']:focus {
  outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #0085EB;
  width: 15px;
  height: 15px;
  border: 3px solid #0085EB;
  border-radius: 50%;
  margin-top: -6px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  background-color: #777;
  width: 15px;
  height: 15px;
  border: 3px solid #333;
  border-radius: 50%;
}

input[type=range]::-ms-thumb {
  background-color: #777;
  width: 20px;
  height: 20px;
  border: 3px solid #333;
  border-radius: 50%;
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #ACACAC;
  height: 3px;
  border-radius: 4px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none;
}

input[type=range]::-moz-range-track {
  background-color: #777;
  height: 3px;
}

input[type=range]::-ms-track {
  background-color: #777;
  height: 3px;
}

input[type=range]::-ms-fill-lower {
  background-color: HotPink
}

input[type=range]::-ms-fill-upper {
  background-color: black;
}

.checkbox-catalog {
  position: absolute;
  width: 20%;
  height: 26%;
  z-index: 999;
  right: 0;
  bottom: 0;
  border-radius: 1px;
  margin-right: 13%;
  background-color: rgba(255, 255, 255, .1);
  border: 2px solid #646464;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.svg-checkbox {
  display: none;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
}

.input-options {
  width: 50%;
  margin-top: 20%;
}

.transform-0 {
  transform: rotate(0deg);
  cursor: pointer;
  /*transition: transform .2s;*/
}
.transform-0:hover {
  transform: rotate(0deg) scale(1.1);
}

.transform-90 {
  transform: rotate(90deg);
  cursor: pointer;
  /*transition: transform .2s;*/
}
.transform-90:hover {
  transform: rotate(90deg) scale(1.1);
}

.transform-180 {
  transform: rotate(180deg);
  cursor: pointer;
  /*transition: transform .2s;*/
}
.transform-180:hover {
  transform: rotate(180deg) scale(1.1);
}

.transform-270 {
  transform: rotate(270deg);
  cursor: pointer;
  /*transition: transform .2s;*/
}
.transform-270:hover {
  transform: rotate(270deg) scale(1.1);
}

.image-special-projects {
}

.image-sp {
  width: 100%;
}

.image-sp-1 {
  width: 100%; height: 96%; border: 40px solid black;
}

.mobile-gallery {
  display: none;
}
.mobile-gallery img {
  width: 100%;
}
.owl-nav {
  display: none !important;
}

/* MOBILE */

@media screen and (max-width: 750px) {
  .background-sub-panel-4-1 {
    display: none !important;
  }
  .mobile-gallery {
    display: block;
  }
  .mobile-gallery .row {
    margin: 30px;
  }
  .mobile-gallery .col-12 {
    margin-bottom: 5px;
  }
  .mobile-gallery img {
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
  }
}

@media screen and (max-width: 991px) {
  #galeria {
    height: 100%;
    overflow: auto;
  }
  .background-panel-4 {
    display: block;
  }
  .image-special-projects {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 2rem;
  }
  .image-sp {
  }
  .image-sp-1 {
    border: 10px solid black;
  }
  .title-generator {
    font-size: 1rem !important;
    margin: 0px !important;
  }
  .contact-generator {
    margin: 0 !important;
    padding-top: 5px;
    padding-left: 20px;
    font-size: .8rem !important
  }
  .container-configuration {
    display: flex;
    height: 100% !important;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  .button-generator {
    font-size: 12px !important;
  }
  .container-configuration .container-selected {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 15px;
    height: 240px;
  }
  .container-configuration .container-selected .row {
    width: 50%;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 576px) {
  .container-configuration {
    display: block;
  }
  .container-configuration .configuration-1 div {
    margin-top: 5px !important;
  }
  .container-configuration .configuration-1 .select-catalog-generator {
    margin-top: -20px !important;
  }
  .container-configuration .container-selected {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
    max-height: 240px;
    flex-direction: row;
    justify-content: center;
  }
  .container-configuration .container-selected .row {
    margin-right: 1px;
  }
  .container-configuration .container-selected .row input {
    font-size: 70% !important;
    padding: 2px;
  }
  #model-options input {
    margin: 5px; 
  }
  .contact-generator-space {
    padding-left: 1rem !important;
  }
  .contact-generator-space input {
    font-size: 10px;
  }
}

@media screen and (min-width: 991px) {
  .title-d {
    margin-top: 7.5rem !important;
  }
  .principal-screen {
    width: 100%;
    margin: 0px;
    max-width: 100% !important;
    margin-top: -1.5vh;
  }

  .principal-screen div {
    text-align: left;
  }

  .principal-screen .first-image {
    height: 86vh;
    background-position-y: 75%;
  }

  .first-container-mobile {
    display: flex;
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .first-container-mobile .second-image {
    width: 25vw;
    height: 80vh;
    margin-left: 14vw;
  }

  .first-container-mobile .first-sub-container-mobile {
    margin-top: 8vw !important;
    margin-right: 10vw !important;
    margin-left: 4vw !important;
  }

  .first-container-mobile .first-sub-container-mobile h3,
  .first-container-mobile .first-sub-container-mobile p  {
    text-align: left;
  }

  .enter, .text-imagination {
    display: inline;
  }
  
  .text-imagination-mobile {
    display: none;
  }
  
  .paragraph-imagination {
    width: 75%;
  }

  .information-icons-mobile {
    display: none;
  }
  .information-icons-desktop {
    display: block;  
    text-align: left;
  }
  
  .information-icons-desktop span {
    font-size: .8rem;
  }

  .icon-image1 {
    width: 28px;
    height: 28px;
  }
  .icon-image2 {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: -2px;
  }
  .icon-image3 {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 2px;
  }

  .hero-text, .hero-text h1, .hero-text h3, .hero-text button {
    text-align: left;
    margin-left: 1rem;
  }
  .hero-text {
    width: 30% !important;
    left: 20%;
  }

  .carousel-desktop {
    display: block !important;
    margin-bottom: 4rem;
  }

  .second-sub-container-mobile {
    display: flex;
  }
  .second-sub-container-mobile > div {
    width: 50%;
  }

  .second-sub-container-mobile .left-paragraph-desktop {
    margin-top: 10vw !important;
    margin-left: 8vw !important;
  }
  .second-sub-container-mobile .left-paragraph-desktop h3,
  .second-sub-container-mobile .left-paragraph-desktop p,
  .second-sub-container-mobile .left-paragraph-desktop span {
    text-align: left;
  }
  .second-sub-container-mobile p {
    width: 80%;
  }

  .second-sub-container-mobile .right-image-desktop .fourth-image {
    width: 75%;
    height: 85vh;
  }

  .five-image {
    height: 45vh;
    margin-top: 4rem;
  }

  .newsletter-desktop {
    display: flex;
  }
  .newsletter-desktop .image-contact {
    background-image: url('../img/contact.jpg');
    width: 100%;
    background-position-y: 72%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
  }
  .newsletter-desktop .contact-form {
    width: 70%;
    margin-left: 8rem;
    margin-top: 8rem !important;
    margin-bottom: 6rem !important;
  }

  .client-title-desktop {
    margin-bottom: 5rem;
  }

  .client-desktop {
    padding: 0px !important;
  }

  .container-clients {
    margin-bottom: 10rem;
  }

  .options-container {
    max-width: 100%;
  }
  .options {
    display: flex;
    justify-content: center;
  }
  .options div {
    text-align: center;
  }
  .options > div:nth-child(1) {
    margin-top: 10px;
  }
  .options-container .title {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 990px) {
  .fourth-image {
    background-image: url('../img/contact1.jpg');
    background-position-y: 70%;
  }

  .color {
    width: 26px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .options-container .title {
    width: 40%;
  }
  .color {
    width: 37px !important;
  }
}

@media screen and (min-width: 1200px) {
  .options > div:nth-child(1) {
    width: 26%;
    margin-right: 2rem;
    margin-left: 0rem;
    margin-top: 10px;
  }
  .options > div:nth-child(2) {
    margin-right: 2rem;
  }

  .color {
    width: 37px !important;
  }
}

@media screen and (min-width: 1400px) {
  .options > div:nth-child(1) {
    margin-left: -8rem;
  }
}

#burger {
  margin-right: .5rem;
}

.menu-img {
  width: 40px;
  height: 25px;
}

@media screen and (max-width: 991px) { 
  #burger {
    margin-top: -12px;
    margin-right: -.2rem;
  }
  .menu-img {
    width: 30px;
    height: 20px;
  }
  .logo {
    width: 120px;
    height: 50px;
  }
}


