.sacramento {
    font-family: 'Sacramento', cursive; 
}

header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(90deg, #00000000 7%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

body::-webkit-scrollbar-track
{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 12px;
  background-color: #FFFBF8;
}

body::-webkit-scrollbar
{
  width: 12px;
  background-color: #FFFBF8;
  padding: 3px;
}

body::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #DBC8B9;
  border: 3px solid #FFFBF8;

}

.section {
  padding-bottom: 6rem;
  padding-top: 6rem; 
}

#logo-inicio {
  transition: 0.5s ease;
}

#menu-clap {
  transition: 0.5s ease;
}

.text-small {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-normal {
  font-size: 1rem;
  line-height: 1.2rem;
}

.text-normal-dos {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.text-big {
  font-size: 2rem;
  line-height: 2.3rem;
}

.text-ultra-big {
    font-size: 4rem;
    line-height: 4rem;
}

.ultra-light {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.semi-bold {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.ultra-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

input:focus{
  outline: none;
  border-color: red;
  box-shadow: 0 0 3px red;
  -moz-box-shadow: 0 0 3px red;
  -webkit-box-shadow: 0 0 3px red;
}

.was-validated .form-control:valid, .form-control.is-invalid, .was-validated
.custom-select:valid,
.custom-select.is-invalid {
  border-color: #dc3545 !important;
}

.form-control::placeholder {
  color: #041246;
  opacity: 1;
}

.cumple-detalles {
  opacity: 0;
  transition: 0.7s ease;
}

.cumple-overlay {
  opacity: 0;
  transition: 0.5s ease;
  background-color: #C9105199;
}

.cumple {
  height: 300px;
}

.cumple:hover .cumple-overlay {
  opacity: 1;
}

.cumple:hover .cumple-detalles {
  opacity: 1;
}

.mensaje-dipli {
   top: 150px;
   left: -100px;
   width: 280px;
   transform: rotate(-10deg);
}

.dipli {
  max-width: 550px;
} 

@media (max-width: 576px) {

  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%; 
    width: auto;
    height: 100%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .mensaje-dipli {
    top: 30px;
    left: -25px;
    width: 260px;
    transform: rotate(-10deg);
  }

  .dipli {
    max-width: 80%;
  } 

  .logo-head {
    width: 180px;
  }

  .img-head {
      height: 260px;
  }

  .br-10 {
    border-radius: 10px;
  }

  .tarjetas {
     margin-top: -100px;
  }
  
  .border-dark-bottom {
    border-bottom: 2px solid #1A1818 !important;
  }


  .text-ultra-big {
      font-size: 3rem;
      line-height: 4rem;
  }

  .text-big {
      font-size: 1.5rem;
      line-height: 1.5rem;
  }

  .text-big-dos {
      font-size: 1.5rem;
      line-height: 1.5rem;
  }

  .text-normal {
      font-size: 1.2rem;
      line-height: 1.2rem;
  }

}

@media  (min-width: 577px) and (max-width: 749px){
  	.logo-head {
	    width: 200px;
	}
	.img-head {
	   	height: 100px;
	}
	.text-ultra-big {
	    font-size: 3rem;
	    line-height: 4rem;
	}
	.text-big {
	    font-size: 1.4em;
	    line-height: 1.4rem;
	}
	.text-big-dos {
	    font-size: 1.3rem;
	    line-height: 1.3rem;
	}
	.text-normal {
	    font-size: 1rem;
	    line-height: 1rem;
	}
}

@media  (min-width: 750px) and (max-width: 1000px)
{
  	.logo-head {
	    width: 250px;
	}
	.img-head {
	   	height: 160px;
	}
	.text-ultra-big {
	    font-size: 2rem;
	    line-height: 2rem;
	}
	.text-big {
	    font-size: 1.5rem;
	    line-height: 1.5rem;
	}
	.text-big-dos {
	    font-size: 1.5rem;
	    line-height: 1.4rem;
	}
	.text-normal {
	    font-size: 1.1rem;
	    line-height: 1.1rem;
	}
}

@media  (min-width: 1000px) and (max-width: 1200px)
{
	.logo-head {
	    width: 200px;
	}
	.img-head {
	   	height: 180px;
	}
	.text-ultra-big {
	    font-size: 2.2rem;
	    line-height: 2.2rem;
	}
	.text-big {
	    font-size: 1.8rem;
	    line-height: 1.8rem;
	}
	.text-big-dos {
	    font-size: 1.5rem;
	    line-height: 1.5rem;
	}
	.text-normal {
	    font-size: 1.2rem;
	    line-height: 1.2rem;
	}
}

@media  (min-width: 1200px) and (max-width: 1400px)
{
	.logo-head {
	    width: 250px;
	}
	.img-head {
	   	height: 180px;
	}
	.text-ultra-big {
	    font-size: 2.2rem;
	    line-height: 2.2rem;
	}
	.text-big {
	    font-size: 1.8rem;
	    line-height: 1.8rem;
	}
	.text-big-dos {
	    font-size: 1.5rem;
	    line-height: 1.5rem;
	}
	.text-normal {
	    font-size: 1.2rem;
	    line-height: 1.2rem;
	}
}

@media  (min-width: 1401px) and (max-width: 1600px){
	.img-head {
	    height: 220px;
	}
}

.btn-tertiary {
  color: #E50019 !important;
  padding: 0;
  line-height: 40px;
  width: 170px;
  border-radius: 10px;
  margin: auto;
  display: block;
  border: 2px solid #E50019 !important;
  &:hover, 
    &:focus {
      color: lighten(#E50019 !important, 20%);
      border-color: lighten(#E50019 !important, 20%);
    }
}

/* input file style */

.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
  }
}