/*
Company: MAREMIA  S.A. de C.V.
Developer: gadjee.gregory@coloremoda.com
Version: 1.0
URL: coloremoda.com;
*/
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "monopoly_light";
  src: url("./fonts/monopoly_light.ttf"), url("./fonts/monopoly_light.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-display: fallback;
}
@font-face {
  font-family: "monopoly_bold";
  src: url("./fonts/monopoly_bold.ttf"), url("./fonts/monopoly_bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-display: fallback;
}
html, body {
  font-family: "monopoly_light";
  font-size: 16px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
html a, body a {
  text-decoration: none;
}
html ul, body ul {
  list-style: none;
}

.monopoly-bold {
  font-family: "monopoly_bold";
}

#error-404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#error-404 h1 {
  color: #ff4438;
  font-size: 12em;
}
#error-404 h3 {
  font-size: 2.3em;
}
#error-404 p {
  font-size: 1.3em;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.5em;
}

p {
  font-size: 1em;
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.letter-space {
  letter-spacing: 6px;
}

/* Oficial Colors*/
.text-primary-colore {
  color: #003da6;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #5D5D5D;
}

.text-yellow {
  color: #f5b335;
}
.text-violet {
  color: #bb16a3;
}
.text-teal {
  color: #007787;
}
.text-indigo {
  color: #390094;
}
.text-color-gray-light {
  color: #B3B3B3;
}

.text-gray-footer {
  color: #CFCFCF;
}

.bg-color-primary {
  background-color: #003da6;
}

.bg-color-red {
  background-color: #fc4c41;
}
.bg-color-acero {
  background-color: #48C9B0;
}

.bg-color-gray-light {
  background-color: #B3B3B3;
}

.bg-color-gray {
  background-color: #CFCFCF;
}

.color-red {
  color: #ff4438;
}
.color-teal {
  color: #007787;
}
.color-indigo {
  color: #390094;
}
.color-violet {
  color: #bb16a3;
}
.img-colore {
  width: 100%;
}

.img-intro {
  opacity: 0;
}

.logo-gallery {
  opacity: 0;
  transition: 0.55s;
  max-width: 98px;
}

.logo-diamond {
  width: 110px;
  margin: 0 auto;
}

.gallery-img {
  transform: scale(1);
  transition: all 0.2s;
  transition-timing-function: ease-out;
}
.gallery-img:hover {
  transform: scale(1.16);
}

/*
.accesorios-img {
  height: 85vh;
  background-image: url("./img/lineas/E-COMMERCE PRE EXPO MÓBIL2022.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 900px;
}
*/

.banner-tonline {
  height: 65vh;
  background-image: url(./img/slider-main/BANNER PRINCIPAL 1 MÓBIL.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 700px;
}

/*
.acero-img {
  height: 65vh;
  background-image: url("./img/lineas/joyeria_acero_inoxidable_2021.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 500px;
}
*/

/*
.chapa-img {
  height: 85vh;
  background-image: url("./img/lineas/joyeria_chapa_lo_mas_nuevo.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 900px;
}
*/

/*
.aplicaciones-img {
  height: 85vh;
  background-image: url("./img/lineas/joyeria_aplicaciones_lo_mas_nuevo.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 900px;
}
*/

/*
.microsetting-img {
  height: 65vh;
  background-image: url("./img/lineas/microsetting.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 700px;
}
*/

.list-inline li {
  display: inline-block;
}
.list-inline li a {
  padding-left: 16px;
}

.list-footer li a {
  color: gray;
}

.gallery-container {
  width: 100%;
  overflow: hidden;
}

.card {
  opacity: 0;
  border: 1px solid #0e3da6;
  border-radius: 0;
  transition: all 0.9s;
}

.card-body {
  background-color: #fff;
}

.card-title {
  text-align: end;
  color: #003da6;
}

.card-text {
  text-align: end;
}

.form-suscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
}

input {
  width: 100%;
}

input[type=submit] {
  text-transform: uppercase;
  background-color: #003da6;
  border: none;
  border-radius: 0;
  line-height: 26px;
  box-shadow: none;
}

input[type=submit]:hover {
  background-color: #005eff;
  border: 0;
  box-shadow: none;
}

input[type=submit]:focus {
  border: 0;
  box-shadow: none;
}

input[type=submit]:active {
  border: 0;
  box-shadow: none;
}

input[type=submit]:not {
  border: 0;
  box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #005eff;
  border: 0;
  box-shadow: none;
}

select {
  font-size: 1em;
  width: 100%;
  line-height: 1em;
}

.custom-select {
  border: 1px solid #003da6;
  border-radius: 0;
  color: #003da6;
}

.custom-select:focus {
  border-color: #003da6;
  box-shadow: 0 0 0 #003da6 inset, 0 0 0 #003da6;
  outline: 0 none;
}

.form-control {
  width: 100%;
  color: black;
  background-clip: padding-box;
  border: solid #0e3da6 1px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  /*box-shadow: 1px 1px 1px 1px $color-primary solid, 1px 1px 1px 1px $color-primary;*/
  box-shadow: none;
  outline: 0 none;
  border: solid #005eff 2px;
}

.btn-colore {
  color: #fff;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  padding: 6px 16px;
  transition: 0.2s;
}

.btn-colore:hover {
  text-decoration: none;
  color: #CFCFCF;
  border-color: #003da6;
  background-color: #003da6;
}

#form-error-name {
  height: 14px;
  font-size: 16px;
  line-height: 16px;
}

#form-error-lastname {
  height: 14px;
  font-size: 16px;
  line-height: 16px;
}

#form-error-mail {
  height: 14px;
  font-size: 16px;
  line-height: 16px;
}

#form-error-name-workshop {
  height: 14px;
  font-size: 16px;
  line-height: 16px;
}

#form-error-lastname-workshop {
  height: 14px;
  font-size: 16px;
  line-height: 16px;
}

#form-error-mail-workshop {
  height: 14px;
  font-size: 16px;
  line-height: 16px;
}

#form-error-phone-workshop {
  height: 14px;
  font-size: 16px;
  line-height: 16px;
}

header {
  z-index: 17;
}
header .fa-bars {
  color: #fff;
  font-size: 1.3em;
}

.logo-colore {
  display: flex;
  flex-basis: 180px;
}
.logo-colore img {
  width: 180px;
}

.navbar-brand img {
  width: 160px;
}

.social ul li {
  list-style: none;
  display: inline-block;
}
.social ul li i {
  padding-left: 16px;
  color: #fff;
}

.padding-colore {
  padding-top: 80px;
}

/* Slideshow container */
#slider-main {
  width: 100%;
  max-height: 700px;
}
#slider-main .carousel-indicators {
  bottom: 10%;
  transform: translateY(10%);
  justify-content: flex-start;
}
#slider-main .carousel-indicators li, #slider-main .carousel-indicators .active {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
#slider-main 

.carousel-caption {
  text-align: right;
  bottom: 100%;
  transform: translateY(500%);
}

.slider-movil {
  height: 100vh;
  width: 130vw;
}

/* Trends Anime JS */
.trends-title {
  opacity: 0;
}

.trends-1 {
  opacity: 0;
}

.trends-2 {
  opacity: 0;
}

.trends-3 {
  opacity: 0;
}

.trends-4 {
  opacity: 0;
}

.trends-5 {
  opacity: 0;
}

.trends-6 {
  opacity: 0;
}

/* Lines Anime JS */
.lines-title {
  opacity: 0;
}

.lines-1 {
  opacity: 0;
}

.lines-2 {
  opacity: 0;
}

.lines-3 {
  opacity: 0;
}

/* Suscribe Anime JS */
.suscribe-title {
  opacity: 0;
}

.suscribe-sub-title {
  opacity: 0;
}

.suscribe-1 {
  opacity: 0;
}

.suscribe-2 {
  opacity: 0;
}

.suscribe-3 {
  opacity: 0;
}

.suscribe-4 {
  opacity: 0;
}

/* Suscribe Anime JS */
.suc-1 {
  opacity: 0;
}

.suc-2 {
  opacity: 0;
}

.suc-3 {
  opacity: 0;
}

.suc-4 {
  opacity: 0;
}

.suc-5 {
  opacity: 0;
}

.caption-gallery {
  opacity: 0;
  z-index: 0;
}

.close-card {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 16px;
}

.color-line {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 1;
}
.color-line:hover {
  background-color: rgba(0, 61, 166, 0.8);
}

.anime-slider {
  display: block;
}

#form-error {
  opacity: 0;
}

footer h3 {
  color: #fff;
  text-transform: uppercase;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 450px) {
  #maps-container {
    height: 100%;
  }

  #slider-main {
    max-height: 100vh;
  }

  .nav-item {
    margin-top: 9px;
    margin-bottom: 9px;
    text-align: center;
  }

  .navbar-nav {
    height: 100vh;
    margin-top: 30%;
    transform: translateY(0%);
  }

  /* Slider Queries */
  .slider-img-1 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/BANNER PRINCIPAL 1 MÓBIL.jpg) !important;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-img-2 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/slider-2.jpg) !important;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-img-3 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/BANNER PRINCIPAL 3 MÓBIL.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-img-4 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/slider-4.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-img-5 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/slider-5.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Lines Queries */
  .accesorios-img {
    height: 100vh !important;
    background-image: url(./img/lineas/accesorios-movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-tonline {
    height: 100vh !important;
    background-image: url(./img/slider-main/slider-1.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }


    .acero-img {
    height: 65vh !important;
    background-image: url(./img/lineas/joyeria_acero_inoxidable_2021_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  

  .chapa-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_chapa_lo_mas_nuevo_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .aplicaciones-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_aplicaciones_lo_mas_nuevo_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .microsetting-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_micro_novedades_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .letras-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_letras_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
 
  .piedrasyperlas-img {
    height: 100vh !important;
    background-image: url(./img/lineas/BANNER PRINCIPAL 1 MÓBIL.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
   */*.nails-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_letras_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }*/
}
@media (max-width: 575px) {
  #maps-container {
    height: 100%;
  }

  #slider-main {
    max-height: 100vh;
  }

  .nav-item {
    margin-top: 9px;
    margin-bottom: 9px;
    text-align: center;
  }

  .navbar-nav {
    height: 100vh;
    margin-top: 30%;
    transform: translateY(0%);
  }

  /* Slider Queries */
  .slider-img-1 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/slider-1.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-img-2 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/slider-2.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-img-3 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/slider-3.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-img-4 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/slider-4.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-img-5 {
    height: 100vh !important;
    background-image: url(./img/slider-movil/slider-5.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Lines Queries */
  .accesorios-img {
    height: 100vh !important;
    background-image: url(./img/lineas/accesorios-movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-tonline {
    height: 100vh !important;
    background-image: url(./img/slider-main/BANNER ENVÍOS ACCESORIOS.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .acero-img {
    height: 65vh !important;
    background-image: url(./img/lineas/joyeria_acero_inoxidable_2021_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .chapa-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_chapa_lo_mas_nuevo_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .aplicaciones-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_aplicaciones_lo_mas_nuevo_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .microsetting-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_micro_novedades_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .letras-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_letras_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .piedrasyperlas-img {
    height: 100vh !important;
    background-image: url(./img/lineas/BANNER PRINCIPAL 1 MÓBIL.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
   /*.nails-img {
    height: 100vh !important;
    background-image: url(./img/lineas/joyeria_letras_movil.jpg) !important;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }*/
  
}
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
    align-items: center;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #maps-container {
    height: 75vh;
  }

  .gallery-container {
    max-height: 210px;
  }
}
#loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #003da6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: all 1s;
}
#loader img {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#trends-container 
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0;
  padding: 21px;
  color: #fff;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInZoom {
  from {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInZoom {
  from {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
}

.lead {
  font-size: 1.35rem !important;
  font-weight: 300 !important;
}

#light-box {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#light-box-img {
  opacity: 1;
  z-index: 99;
}
#light-box-img img {
  width: 600px;
}

#light-box-bg {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 50;
  opacity: 0.9;
}

#light-box-close {
  z-index: 100;
}

#close-light {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 19px;
  padding-top: 10px;
  font-size: 1.3em;
}
#close-light .fa-times {
  cursor: pointer;
}

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