/*Color*/
/*Medidas*/
/*IMG&VIDEO*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Merriweather Sans', sans-serif; }

/*Imagenes*/
.imgResp {
  height: auto;
  width: 100%; }

.btnIcon {
  height: 2rem;
  padding-right: 1rem; }

.showcase {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100%;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111;
  color: #ffffff;
  z-index: 2;
  transition: 0.5s;
  /*Video Background*/
  /*Color overlay*/
  /*Text content*/ }
  .showcase video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8; }
  .showcase .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bd7752ff;
    mix-blend-mode: overlay; }
  .showcase .text {
    position: relative;
    z-index: 10; }

.showcase.active {
  right: 600px; }

.showcase header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.showcase .text .text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase; }

.text p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0;
  font-weight: 400;
  max-width: 700px; }

.text a {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  align-items: center;
  font-size: 1rem;
  border: solid 3px #cad2d8ff;
  padding: 10px 30px;
  text-decoration: none;
  color: #cad2d8ff;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  transition: 0.4s;
  border-radius: 24px; }

.text a:hover {
  letter-spacing: 0.3rem; }

/*Logo*/
.logo {
  width: 10%;
  border-radius: 50%; }

.toggle {
  position: relative;
  cursor: pointer; }

/*X activas toggle ON*/
.toggle.active .fas.fa-times {
  display: block; }

/*Barras ocultas en toggle ON */
.toggle.active .fas.fa-bars {
  display: none; }

/*Barras activas toggle OFF*/
.toggle.active .fas.fa-times {
  display: block; }

/*X oculta en toggle OFF*/
.toggle .fas.fa-times {
  display: none; }

.social {
  position: absolute;
  bottom: 1rem;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem; }

.social li {
  list-style: none; }

.social li a {
  display: inline-block;
  color: #fff;
  margin-right: 1rem;
  transition: 0.5s; }

.social li a:hover {
  transform: translateY(-1rem);
  color: #a33212ff; }

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 798px) {
  .logo {
    width: 40%;
    border-radius: 50%; }
  .showcase {
    padding: 45px 40px 20px 40px; }
  .showcase header {
    padding: 5px 40px; }
  .text h2 {
    font-size: 3rem; }
  .text h3 {
    font-size: 2rem; }
  .menu {
    width: 250px; }
  .showcase.active {
    right: 250px; } }

#formulario {
  background: url(../img/primarybg.jpg) center center/cover no-repeat; }
