#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(7, 39, 65, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    top: 0;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(124, 124, 124, 0.2);
    border-top-color: #cecece;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body {
    background-color: #2e4e6b;
    font-family: Comfortaa, sans-serif;
}

.title {
    text-align: center;
    color: ghostwhite;
    margin: 3vh auto;
    font-family: Comfortaa, sans-serif;
    font-weight: bolder;
    font-size: 35px;
}

.subSection {
    text-align: center;
    color: ghostwhite;
    background-color: rgb(6 19 39 / 41%);
    padding: 5px 20px;
    width: max-content;
    margin: auto;
    border-radius: 15px;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vmin;
    max-width: 800px;
    margin: 10px auto;
    align-items: center;
}

.logo {
    height: 15vmin;
    max-height: 80px;
    margin: 0 25px;
}
.logo.domu{
    width: 120px;
}

.services {
    display: flex;
    flex-flow: row wrap;
    margin: 20px auto;
    justify-content: center;
    column-gap: 20px;
    row-gap: 15px;
}

.servicesBtn {
    border: none;
    display: flex;
    width: 90vmin;
    max-width: 500px;
    height: clamp(12vh, 100px, 100px);
    border-radius: 10px;
    box-shadow: 0 3px 0 0 #19284b, -6px 6px 7px 0 #2d2f39;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.servicesBtn.aereo {
    background-image: url("../assets/drone1.webp");
    background-size: 120%;
    background-position-x: 31%;
    background-position-y: 0;
    background-repeat: no-repeat;
}

.servicesBtn.vv {
    background-image: url("../assets/vv1.webp");
    background-size: 120%;
    background-position-x: 100%;
    background-position-y: 0;
    background-repeat: no-repeat;
}

.servicesBtn.vint {
    background-image: url("../assets/vidinter1.webp");
    background-size: 120%;
    background-position-x: 32%;
    background-position-y: -25px;
    background-repeat: no-repeat;
}

.servicesBtn.fotogram {
    background-image: url("../assets/forogram.webp");
    background-size: 101%;
    background-position-x: 110%;
    background-position-y: 0px;
    background-repeat: no-repeat;
}

.servicesBtn.fotoaerea {
    background-image: url("../assets/fotoaerea1.webp");
    background-size: 100%;
    background-position-x: 120%;
    background-position-y: -10px;
    background-repeat: no-repeat;
}
.servicesCnt{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.servicesInner {
    font-weight: 500;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.75);
    color: ghostwhite;
    padding: 6px 20px;
    border-radius: 15px;
    line-height: 1.2;
    font-size: 12px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    left: -17px;
    top: -7px;
}
.more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px 5px 5px 10px;
    background-color: #ffd66ee8;
    position: absolute;
    bottom: 2px;
    left: 2px;
}
.masInfo{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    background-color: ghostwhite;
    border-radius: 8px;
    padding: 4px 6px 3px 9px;
    margin-top: 5px;
    line-height: 1;
    font-weight: 900;
    width: max-content;
    position: absolute;
    bottom: 2px;
    right: 2px;
    box-shadow: -2px 2px 2px #0000008f;
}
.btn-close{
    filter: contrast(0) brightness(100);
}
.accBtn {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    padding: 5px 20px;
}

.accBtnTitle {
    width: 100%;
}

.accordion-button {
    width: 98vmin;
    max-width: 600px;
    margin: auto;
}

.accordion-item {
    border: none;
    background-color: #2e4e6b;
    width: 98vmin;
    max-width: 600px;
    margin: auto;
}

.accordion-body {
    padding: 10px 5px;
    background-color: #7e97ad;
    border: none;
    margin: auto;
    border-radius: 0 0 15px 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 600px;
    background-color: ghostwhite;
    margin: 10px auto;
    padding: 5px 10px 15px 10px;
    border-radius: 15px 8px;
    box-shadow: -5px 5px 6px rgba(0, 0, 0, 0.42);
}

.grpTitle {
    text-align: start;
    font-size: 15px;
    color: ghostwhite;
    font-weight: bolder;
    margin-bottom: 10px;
    background-color: #2e4e6b;
    width: max-content;
    padding: 4px 15px 2px 15px;
    border-radius: 80px;
    position: relative;
    left: -5px;
    line-height: 1;
}

.grpSubtitle {
    text-align: start;
    font-size: 14px;
    color: #5e7db5;
    font-weight: bolder;
    margin-top: 10px;
    background-color: #d1d7e5;
    width: max-content;
    padding: 2px 15px;
    border-radius: 80px;
}

.form-control {
    text-align: center;
}

.formGrpInner {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 10px;
    width: max-content;
    font-size: 14px;
    row-gap: 5px;
}

.radioCnt {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: max-content;
    margin: auto;
}

.input-group {
    position: relative;
    display: flex;
    width: 64%;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

.btn.help {
    border: none;
    padding: 1px 6px 0 5px;
    border-radius: 50px;
    width: 21px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #d37900;
    background-color: #ffefc6;
    line-height: 0;
}

.modal-dialog-scrollable .modal-content {
    max-height: 82%;
}

.modal-content {
    background-color: #0000008f;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: ghostwhite;
    border: none;
    box-shadow: -1px 5px 8px #0000008f;
    width: 95%;
    margin: auto;
}

.modal-header {
    padding: 7px 10px;
    border-bottom: none !important;
    align-items: flex-start;
}

.modal-title {
    width: 100%;
    font-size: 25px !important;
    text-align: center;
    font-weight: 800;
    color: #abd1e9;
    line-height: 1.2;
}

.modal-body {
    font-size: 15px;
    padding: 10px 15px;
}

.modal-footer {
    justify-content: space-evenly;
    height: 90px;
}
.includes{
    font-weight: 300;
    background-color: #586f43ab;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    margin-top: 10px;
}
.nota{
    display: block;
    text-align: center;
    font-size: 12px;
    color: antiquewhite;
}
.precio {
    display: flex;
    flex-direction: column;
    width: max-content;
    font-size: 45px;
    text-align: center;
    font-family: Dangrek, sans-serif;
    margin: 15px auto 5px auto;
    line-height: 1;
    background-color: #deffe0;
    padding: 3px 20px;
    border-radius: 15px;
    color: #7cad50;
}

.demo {
    height: 100%;
    border-radius: 10px;
    border: none;
    background-color: #0b64e791;
}

.demo:hover {
    background-color: #0b64e791;
}

.contacto {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 22%);
    justify-content: center;
    padding: 8px;
}

.contactoInner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.formBtn {
    margin: 0;
}

.btnWa {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    padding: 3px;
}

.notas {
    text-align: center;
    background-color: #edb25294;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 700;
}

.model {
    width: 100%;
    margin: 10px auto;

}

iframe {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

.whatsappFixed {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.pulse-animation {
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.4);
    border-radius: 50%;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
.placeholder{
    height: 53px;
}