.title {
    font-size: 25px;
    color: #f8f9ec;
    margin-bottom: 0;
    margin-top: 70px;
}

.subtitle {
    color: #f8f9ec;
    font-size: 18px;
}

.card-header {
    background-image: url('/public/banner.jpg');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30vh;
    padding: 20px 10px;
    border-bottom: none;
    background-color: #145d30 !important;
}

.logo-container {
    margin: 20px 0;
}

.logo {
    width: 280px;
    height: auto;
    margin-top: -60px;
    background-color: transparent;
    border-radius: 50%;
}

.tagline {
    color: #1f260d;
    font-size: 35px;
    font-weight: bold;
}

.card-body-custom {
    background-color: #eff2d5 !important;
    padding: 20px;
    border-top-right-radius: 45px !important;
    margin-top: -40px;
    border-bottom: 1 px solid #eaf3eb;
    border-bottom: 1 px solid #eaf3eb;
    border-bottom: 2px solid #1f260d;
    border-bottom-left-radius: 40px !important;
}

.custom-card-main {
    border-radius: 10px;
}

.title-nosotros {
    font-size: 3rem !important;
    color: #1f260d;
}

.help-me {
    font-size: 1.5rem !important;
    color: #0e4b21;
}

.hr {
    color: #fae100;
    border-bottom: 3px solid;
} 

.pharagraph {
    font-size: 1.2rem !important;
    color: #000000;
    font-weight: 200;
}

.pharagraph-projects {
    font-size: 1.2rem !important;
    color: #000000;
    font-weight: 300;
}

.bold {
    color: #161616;
    font-weight: 800;
}

.title-contact {
    color: #1f260d;
    font-size: 28px;
    font-weight: 700;
}

#redes-sociales {
    padding: 10px;
}

.icon-container {
    background-color: #dfe7af;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.fa-phone {
    color: #004d00;
    font-size: 1.5rem;
}

.fa-whatsapp {
    color: #004d00;
    font-size: 1.5rem;
}

.fa-envelope {
    color: #004d00;
    font-size: 1.5rem;
}

.fa-mobile-retro {
    color: #004d00;
    font-size: 1.5rem;
}

a {
    color: #004d00;
    font-size: 1rem;
    text-decoration: none;
}

a:hover {
    color: #004d00;
    font-size: 1rem;
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.btn-primary {
    background-color: #0e4b21 !important;
    width: 220px !important;
    border-color:  #0e4b21 !important;
    border-top-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
    font-size: 1.2rem !important;
}

.btn-light {
    background-color: #0e4b21 !important;
    width: 230px !important;
    border-color:  #0e4b21 !important;
    border-top-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
    font-size: 1.3rem !important;
    color: #ffffff;
}

.btn-dark {
    background-color: #0e4b21 !important;
    width: 200px !important;
    border-color:  #0e4b21 !important;
    border-top-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
    font-size: 1.2rem !important;
    color: #ffffff;
}

.circle {
    background-color: #dfe7af;
    border-radius: 50%;
    padding: 20px;
}

.custom-card {
    background-color: #b0c259 !important;
    border: 5px solid #fff !important;
    border-radius: 15px;
    height: 700px;
    border-top-left-radius: 65px !important;
    border-bottom-right-radius: 65px !important;
}

.custom-card-fortification {
    background-color: #b0c259 !important;
    border: 5px solid #fff !important;
    border-radius: 15px;
    height: 400px;
    border-top-left-radius: 65px !important;
    border-bottom-right-radius: 65px !important;
}

.custom-card-fumigacion {
    background-color: #b0c259 !important;
    border: 5px solid #fff !important;
    border-radius: 15px;
    height: 400px;
    border-top-left-radius: 65px !important;
    border-bottom-right-radius: 65px !important;
}

.carousel-item img {
    width: 100%;
    height: 300px !important;
}

.card-carousel {
    border-top-left-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.whatsapp {
    background-color: #dfe7af;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-left: 20px;
}

.phone {
    background-color: #dfe7af;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-left: 20px;
}

.facebook {
    background-color: #dfe7af;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1.5rem;
    margin-left: 20px;
}

.instagram {
    background-color: #dfe7af;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1.5rem;
    margin-left: 20px;
}

@keyframes move_vector {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

#address .fa-location-dot {
    animation: move_vector 6s ease-in-out infinite;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px; /* Ajusta el margen inferior */
    right: 20px; /* Ajusta el margen derecho */
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-float {
    font-size: 30px;
     -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@media (max-width: 767px) {
    .float {
        width: 50px;
        height: 50px;
        bottom: 20px; /* Ajusta el margen inferior para móviles */
        right: 20px; /* Ajusta el margen derecho para móviles */
         -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
        animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .my-float {
        font-size: 24px;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.card-virtual {
    margin: 20px auto;
    border: 5px solid #0e4b21;
    width: 90%;
    height: 55vh;
    background-color: #eff2d5;
    border-radius: 30px 0px 30px 0px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    margin-bottom: 60px;
}

.card-logo {
    width: 50%;
    position: relative;
    left: 15rem;
    top: 1.5rem;
}

.logo-card-virtual {
    width: 200px;
    display: block;
    margin-left: -300px;
}

.text-card-virtual {
    background-color: #eff2d5;
    box-shadow: 0px 0px 20px -3px rgb(0 0 0 / 40%);
    width: 70%;
    padding: 6rem 1rem;
    margin-left: 3rem;
    border-radius: 40px 0px 40px 0px;
    margin-top: -3rem;
    border-bottom: 3px solid #0e4b21;
}

.text-virtual {
    font-size: 1.5rem;
    color: #0e4b21;
    margin: 0;
}

.card-footer {
    background-color: #c7d581;
    width: 100%;
    height: 5vh;
    margin-top: 37px;
    border-bottom-right-radius: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.qr-text {
    margin: 0;
    font-size: 1.2rem;
    color: #0e4b21;
    font-weight: 500;
}

.btn-danger {
    background-color: #000000 !important;
    border-color: #000000 !important;
    width: 200px;
}

.modal-title {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.custom-alert {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9fafb;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .custom-alert.show {
    bottom: 20px;
  }