@charset "UTF-8";
/**
 * Theme Name: lendingdrone
 * Author: Anquio
 * Version: 1.0.0
 * License: GPL-2.0
 * Text Domain: lendingdrone

 */
.wpcf7-spinner{
	display: block !important
}
   .hero-section {
    position: relative;
    background: linear-gradient(135deg, #c2f5f0, #f6d0e3);
    color: #09383c;
    overflow: hidden;
    padding: 0 0 40px 0;
  }

  .right-fluid-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60vw; 
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .right-fluid-box img {
    max-height: 100%;
    object-fit: contain;
  }

.left-fluid-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40vw; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.left-fluid-box img {
  max-height: 110%;
  object-fit: contain;
}

.hero-section2 {
  position: relative;
  background: linear-gradient(135deg, #c2f5f0, #f6d0e3);
  color: #09383c;
  overflow: hidden;
  padding: 100px 0 50px 0;
  z-index: 0;
}

.hero-section2 .container {
  position: relative;
  z-index
}

.logo{
    max-width: 180px;
    margin-top: 25px
}
.logo2{
    max-width: 150px;
    display: block;
    margin: 0 auto
}

.bot-0{
        margin-bottom: 0.3rem !important
}
.tag {
  background: #fff;
  color: #000;
  padding: 6px 12px;
  font-size: 0.9rem;
  position: absolute;
  border-radius: 5px;
  font-weight: 500;
}

.top-left {
  top: 20px;
  right: 50%;
}

.bottom-right {
  bottom: 20px;
  right: 15%;
}

.newsletter {
  border-top: 1px solid #ddd;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

footer h5 {
  margin-bottom: 0.5rem;
}
.step-card {
  border: 1px solid transparent;
  border-radius: 12px;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(135deg, #c2f5f0, #f6d0e3);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 0.1rem !important;
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
}
.top-50{
    margin-top: 50px
}
.top-75{
    margin-top: 75px
}
.top-95{
    margin-top: 95px
}
.top-35{
    margin-top: 35px !important;
}
.top-25{
    margin-top: 25px
}
.bot-25{
    margin-bottom: 45px
}
.top-20{
    margin-top: 20px
}
.top-15{
    margin-top: 15px
}
.top-10{
    margin-top: 10px
}
.top-5{
    margin-top: -5px
}
.cl1{
    background-color: #09383c
}
.cl2{
    background-color: #9ab700
}
.cl3{
    background-color: #1b4c50
}
.white-text{color: #fff}
.icon-f{max-width: 70px; margin-right: 15px; margin-top: 5px; margin-bottom: 5px}

footer{
    background-color: #09383c;
    padding-bottom: 70px;
     padding-top: 1.5rem !important;
}

.subscribe-container {
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 20px;

  /* Fondo blanco semitransparente real, sin filtrarse con el borde */
  background-color: rgba(255, 255, 255, 0.1);

  /* Truco del borde degradado */
  position: relative;
  z-index: 0;
}

.subscribe-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px; /* Grosor del borde */
  background: linear-gradient(135deg, #00c3c3, #025b5b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.subscribe-section h2 {
  color: #09383c;
  font-weight: bold;
  font-size: 1.8rem;
}

.subscribe-section input.form-control {
  height: 50px;
  font-size: 16px;
  border-radius: 30px;
}

.subscribe-section .btn-success {
  background-color: #93c01f;
  border-color: #93c01f;
  font-weight: bold;
  padding: 10px 30px;
}

.girl-image {
  max-height: 444px;
  position: absolute;
  right: 55px;
  bottom: -150px;
}
.fira-sans-regular {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-medium {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-bold {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fira-sans-condensed-bold {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fira-sans-condensed-extrabold {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-22{
    font-size: 22px
}
.font-14{
    font-size: 15px
}
.font-15{
    font-size: 17px
}
.font-36{
    font-size: 29px
}
.font-40{
    font-size: 32px
}
.font-44{
    font-size: 44px
}
.font-52{
    font-size: 52px
}
.font-64{
    font-size: 60px
}

.w90{width: 94%}
.w70{width: 70% !important; margin-left: 15%}
.icon-f {
  max-width: 70px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.icontxt {
  display: inline-block;
  width: 60%;
  text-align: left;
  margin: 0;
}
.py-55 {
    padding-top: 3rem !important;
    padding-bottom: 3rem 
}
.desk-hi{display: none}

@media (max-width: 767.98px) {
.w90{width: 100%; text-align: center;}
.w70{width: 100%; margin-left: 0%}
.top-95{
    margin-top: 55px
}
.top-75{
    margin-top: 55px
}
.top-25-m{
  margin-top: 55px
}
.bot-25-m{
  margin-bottom: 25px
}
.step-card {
    width: 70%;
    margin-left: 15%;

}
.font-22{
    font-size: 18px
}
.font-15{
    font-size: 15px
}
.font-36{
    font-size: 18px
}
.font-40{
    font-size: 30px
}
.font-44{
    font-size: 36px; 
}
.font-64{
    font-size: 36px; 
}
.font-72{
    font-size: 45px
}
.font-52{
    font-size: 36px
}
.p-4{
    padding: 1.5rem !important;
}
.icon-f{
    margin-left: 0px;    margin-right: 0; max-width: 50px
}
.left-fluid-box {
    display: none
}
.hero-section2 {
    padding: 0
}

.left-fluid-box img {
    max-height: 90%;
    object-fit: contain;
    margin-left: -68px;
}
.right-fluid-box{
    display: none
}
.hero-section {

    padding: 0 0 0px 0;
}
    .logo {
        max-width: 160px;
        display: block;
        margin: 20px auto 0;
    }
p {
    font-size: 15px !important;
}
.d-flex {
    display: block !important;
}
.icontxt {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}
.text-align-center{
        text-align: center;

}
.top-35
 {
    margin-top: 20px;
}
.girl-image{
    display: none
}

.subscribe-container {

}
.py-55 {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}

}

