@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Sansation', sans-serif;
}

body{
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    background-color: #fbfbfb;
    background-repeat: no-repeat;
}

body::before{
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    width: 300px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.192);
    top: 200px;
    left: 100px;
    z-index: -1;
}

.container-main{
    min-height: 100vh;
    width: 100%;
}

.navbar{
    width: 100%;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    /* border-bottom: 4px solid #d2560f; */
    background-color: #fbfbfb;
    /* position: absolute; */
    border-bottom: 2px solid #0000000c;
}

.navbar-left{
    display: flex; 
    justify-content: space-between;
    width: 100%;

}


.navbar-left ul{
    list-style: none;
    display: flex;
    gap: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.navbar-left ul li{
    cursor: pointer;
    position: relative;
     color: #222222;
}

.navbar-left ul li a{
    cursor: pointer;
    text-decoration: none;
    color: #222222;
}

.navbar-left ul li::before{
    content: "";
    width: 0%;
    height: 2px;
    background-color: #D2570F;
    position: absolute;
    bottom: -7px;    
    left: 0;
    transition: 0.3s all ease;
}

.navbar-left ul li:hover::before{
    width: 100%;
}

.navbar-left{
    display: flex;
    align-items: center;
    gap: 100px;
}

.bg-mv{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.034);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.bg-mv-1{
  position: relative;
  width: 100%;
  height: 100%;
}

.bg-mv img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.bg-mv-mobile{
    position: absolute;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    filter: brightness(1);
}

.container-body{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 128px);
    /* height: 83vh; */
    overflow: hidden;
    border-bottom: 3px solid #1d1613;
    box-shadow: 0 5px 20px #00000077;
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.856) 0%, transparent 15%), linear-gradient(to top, rgba(0, 0, 0, 0.952) 0%, transparent 20%),url(../assets/bg-fourth.png); */
    /* background-image: url(../assets/bg-flamenew5.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    min-height: 500px;
}

.navbar{
  position: relative;
  overflow: hidden;
}

.navbar::after{
  content: "";
  width: 100%;
  height: 15px;
  background-color: rgba(220, 220, 220, 0.8);
  position: absolute;
  bottom: -10px;
  left: 0px;
  transform: skewX(-70deg);
}

.container-btn-img{
  position: relative;
  /* background-color: #fff !important; */
  overflow: hidden;
}
/* .container-btn-img::after{
  content: "";
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3px;
  background-color: #ff8800e3;
  position: absolute;
  top: 0px;
  left: 50%;
    translate: -50%;

  
} */




.boton{
  width: 240px;
}

.cont-button{
  display: flex;
  justify-content: space-around;
  gap: 10px;
  min-width: 600px;
}

.cont-button .btn-img h2{
  font-size: 16px ;
  color: #fff !important;
  position: relative;
  top: 10px !important;
  z-index: 3;
}

.btn-img{
  z-index: 2;
}

.container-body-center{
    display: flex;
    width: 100%;
    /* justify-content: space-around; */
    height: 100%;
    /* margin: 50px 0 0 120px; */
    /* gap: 100px; */
    justify-content: space-between;
}

.card-left{
  width: 45%;
  padding: 50px 0 0 100px;
}


.card-right{
  width: 55%;
  height: 100%;
  position: relative;
}

.card-right-c{
  width: 80%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  right: 0;
}

.card-right-bg{
  width: 125%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
  /* min-width: 1010px; */
}


.card-center{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.img_home img{
    width: 550px;
    animation: float 7s ease-in-out infinite;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
     -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);

}

@keyframes float {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-25px, -20px);
    }
    100% {
      transform: translate(0, 0);
    }
  }

  .floating-image {
    animation: float 3s ease-in-out infinite;
  }
  
  

.footer{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;

}

.card{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
    z-index: 1;
    /* align-items: center; */
    min-height: 420px;
    /* justify-content: space-between; */
}

.footer .copy{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.432);
}

.container-body-center-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
    justify-content: center;
}

.container-body-center-text h2{
    font-size: 36px;
    color: #2c2c2c;
    text-transform: uppercase;
}
.container-body-center-text h3{
    font-size: 20px;
    color: #2c2c2c;
}

.container-body-center-text p{
    font-size: 18px;
    text-align: justify;
    color: #2c2c2c;
    margin: 15px 0;
}
 
.button {
    min-width: 120px;
    width: 270px;
    filter: brightness(0.90);
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 18px 20px;
    border: 0;
    border-radius: 7px;
    border: 3px solid rgba(255, 255, 255, 0.842);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.514);
    background: radial-gradient(
      ellipse at bottom,
      rgba(71, 81, 92, 1) 0%,
      rgb(10, 6, 3) 45%
    );
  
    color: rgb(255, 255, 255, 0.66);
    transition: all 1s cubic-bezier(0.15, 0.83, 0.66, 1);
  }
  
  .button::before {
    content: "";
    width: 70%;
    height: 1px;
  
    position: absolute;
    bottom: 0;
    left: 15%;
  
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.2;
    transition: all 1s cubic-bezier(0.15, 0.83, 0.66, 1);
  }
  
  .button:hover {
    color: rgb(255, 255, 255, 1);
    filter: brightness(1.2);
  }
  
  .button:hover::before {
    opacity: 1;
  }
  
   .footer-cards{
    display: flex;
    gap: 20px;
    height: 40px;
    width: 100%;
   }

   .footer-cards div{
    background-color: rgba(0, 0, 0, 0.692);
    transform: skew(-25deg);
    width: 150px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s all ease;
   }

   .footer-cards div:hover{
    background-color: #333333;
   }

   .logo{
    width: 150px;
   }

   .contact{
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
   }

   .contact img{
    width: 25px;

   }

   .modal{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.664);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
   }

   .modal-card{
    background-color: #1E1C1B;
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 30px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 400px;
    gap: 20px;
    position: relative;
    border: 2px solid #FAAF19;
   }

   .modal-inputs{
    display: flex;
    flex-direction: column;
    gap: 15px;
   }

   .modal-card h2{
    text-transform: uppercase;
   }

   .divider{
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #333333, transparent);
   }

   .modal-inputs input{
    height: 35px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #333333;
    padding: 0 20px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
   }

   .modal-inputs input::placeholder{
    color: #3333339f;
    font-size: 14px;
   }

   .modal-inputs input:focus{
    border: #cc0c25;
    outline: 2px solid #970216;
   }

   .modal-inputs div{
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
   }

   .modal-inputs div label{
    font-size: 14px;
    font-weight: 600;
   }

  .modal-button{
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
  }

  .modal-close{
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 20px;
    font-weight: 600;
    padding: 3px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
  }

  .modal-close:hover{
    background-color: #333333;
    color: white;
  }

  .aparecer{
    animation: aparecer 0.5s forwards;
  }
  
  .eye-password{
    width: 25px;
    position: absolute;
    right: 15px;
    bottom: 5px;
  }

  @keyframes aparecer {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }

  @media only screen and (max-width:1350px){
    .img_home img{
        width: 500px;
    }

    .container-body-center-text h2{
        font-size: 36px;
        text-align: center;
    }

    .container-body-center-text h3{
        font-size: 20px;
    }

    .container-body-center-text p{
        font-size: 16px;
    }

    .container-body-center {
        gap: 20px;
    }
  }

  @media only screen and (max-width:769px) {

    .container-body{
        background-image: url(../assets/bg-mobile6.png);
        background-size: cover;
        background-position: bottom left;
    }  

    .container-body-center {
        flex-direction: column;
        margin:20px auto;
        align-items: center;
        /* justify-content: center; */
        width: 90%;
        gap: 80px;
        padding-bottom: 60px;
    }

    .container-body-center-text{
        flex-direction: row;
        align-items: center;
    }

    .footer-cards{
        flex-direction: column;
        width: 40%;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }
    .footer-cards div{
        height: 40px;
        width: 90%;
    }
    .card{
        width: 50%;
    }
    
  }

  @media only screen and (max-width:769px) {

    .cont-button{
      width: 100%;
      gap: 5px;
      display: none;
    }

    .card-center{
      text-align: center;
    }

    .card-left{
      width: 100%;
      padding: 0px;
    }

    .boton{
      margin: 0 auto !important;
    }


    .container-btn-img{
        padding-bottom: 0 !important;
    }

    .btn-img::before {
        width: 5px !important;
        height: 5px !important;
        top: 5px !important;
        right: 5px !important;
    }

    .container-btn-img{
        gap: 10px !important;
        min-height: auto !important;
    }
    .btn-img{
        width: 120px !important;
        height: 50px !important;
        padding-top: 17px !important;
        font-size: 6px !important;
    }

    .btn-img h2{
      font-size: 10px !important;
    }

    .footer{
        background-color: #dbd7d7;
    }


    
    body::before{
        left: 0;
        top: 100px;
    }
    .container-body-center-text{
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        height: auto;
    }

    .card{
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .footer-cards{
        width: 100%;
    }

    .navbar ul li{
        font-size: 12px;
    }

    .logo{
        width: 120px;
    }

    .list-b div{
      width: 100px !important;
    }

    .navbar-left ul{
      gap: 10px;
    }

    .button5{
      padding: 0.8em 0.9em !important;
    }

    .navbar-left{
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }

    .navbar{
        padding: 20px 15px;
        justify-content: space-between;
    }

    .contact{
        display: none;
    }
    
    .img_home{

        position: relative;
        bottom: 10px;
    }
    .img_home img{
        width: 390px;
        position: relative;
        left: 50px;
        bottom: 40px;
    }

    .card button{
        margin: 0 auto;
    }

    .footer-cards{
        flex-direction: row;
        display: none;
    }

    .footer-cards div{
        height: 30px;
        font-size: 12px;
        font-weight: 500;
    }

    .container-body-center-text h2{
        font-size: 32px;
    }

    .container-body-center-text h3{
        font-size: 18px;
    }

    .container-body-center-text p{
        font-size: 16px;
    }
    .container-body{
        /* height: 620px; */
    }

    .card-right{
      display: none;
    }

    .card{
        justify-content: flex-start;
        min-height: auto;
    }

    .button{
        padding: 15px 17px;
    }

    .container-body-center{
        padding-bottom: 0;
    }

    .container-body button{
        margin-top: 10px;
    }

    .footer{
        position: static;
    }

  }

  .container-btn-img{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    padding: 20px 0;
    background-color: #a4a4a4;
    min-height: 148px;
    align-items: center;
}

.btn-img{
    width: 250px;
    max-width: 220px;
    height: 90px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.5s ease-in-out;
  }

  .btn-img:hover{
    cursor: pointer;
    transform: scale(1.05);
  }

  .btn-img h2{
    z-index: 1;
  }

  .btn-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* .btn-img::before{
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #D2570F;
    z-index: 0;
    top: 5px;
    right: 15px;
    animation: aparecer2 3s infinite;
  }

  .btn-img.btn1::before {
    animation-delay: 0s;
  }
  
  .btn-img.btn2::before {
    animation-delay: 1s;
  }
  
  .btn-img.btn3::before {
    animation-delay: 2s;
  } */

  @keyframes aparecer2 {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
  }

  .button2{
    width: 100%;
    padding: 12px 0;
    text-transform: uppercase;
    border:none;
    font-weight: 600;
    background-color: #3a3837;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    color: #fff;
  }

  .button2:hover{
    background-color: #D2570F;
  }


  @media screen and (min-width:1500px) {
    .container-body-center-text{
        margin-top: 40px;
    }

  }


  .button3 {
  padding: 1rem 3.5rem;
  border-radius: 0.5rem;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: #fff7f0;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #d70f01c0;
  box-shadow: 0 0 15px #d70f017e;
  transition: all 0.4s ease-in-out;
}

.button3:hover{
  background-color: #d70f01;
}

.button3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background: linear-gradient(
      180deg,
      rgba(210, 87, 15, 0) 0%,
      rgba(210, 54, 15, 0.4) 100%
    ),
    rgba(255, 120, 40, 0.2);
  box-shadow: inset 0 0 12px rgba(255, 99, 60, 0.4);
  z-index: -1;
}

.button3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(210, 87, 15, 0) 0%,
      rgba(210, 87, 15, 0.4) 100%
    ),
    rgba(255, 120, 40, 0.2);
  box-shadow: inset 0 0 12px rgba(255, 140, 60, 0.4);
  border-radius: 0.5rem;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in;
}

.button3:hover::after {
  opacity: 1;
}

.button-border {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  z-index: -1;
}

.button-border::before {
  content: "";
  position: absolute;
  border-radius: 0.5rem;
  padding: 1px;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(255, 200, 150, 0.2) 0%,
      rgba(255, 200, 150, 0) 100%
    ),
    linear-gradient(0deg, rgba(255, 200, 150, 0.3), rgba(255, 200, 150, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.btn4{
    box-shadow: none !important;

}

.list-b div{
  width: 150px;
  display: flex;
  justify-content: center;
}

.button5 {
  cursor: pointer;
  font-size: large;
  font-family: inherit;
  font-weight: bold;
  color: #eed196;
  background-color: #1a1919f1;
  padding: 0.8em 2.2em;
  border-radius: 0.2em;
  border: 3px solid #FAAF19 ;
  box-shadow: 0px 4px #070605e5;
  text-transform: uppercase;
  font-size: 16px;
  /* transition: all 0.1s ease-in-out; */
  
}
.button5:active {
  position: relative;
  top: 3px;
  border: 3px solid #ffa800;
  box-shadow: 0px 0px;
}

.button5:hover{
  position: relative;
  top: 3px;
  border: 3px solid #ffa800;
  box-shadow: 0px 0px;
}

.text-center{
  text-align: center;
  width: 250px;
}

