.icon-square svg {
    font-size: 55px;
}

section#section-hero {
    min-height: 100vh;
}

#btn-submit span {
    text-align: center;
    font-size: 23px;
    float: left;
    width: 19%;
    background: rgba(34, 34, 34, .2);
    color: #ffffff;
    display: table-cell;
    padding: 10px 0 10px 0;
    border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
}

.h1-header-title {
    font-size: 65px;
    margin-bottom: 55px;
    line-height: 1.2;
}

.square-item {
    background: rgba(34, 34, 34, .2);
    border-radius: 20px;
    padding: 17px !important;
    height: auto;
    min-height: 100%;
}

#content_nosotros #section-vm .square-item h2 {
    margin-bottom: 5px;
    line-height: 1;
}

#content_nosotros #section-vm .de-image-text {
    background-position: center;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 20px;
}

#content_nosotros #section-vm .de-image-text.tall {
    background-position: center;
    width: 100%;
    height: 620px;
}

#content_nosotros #section-vm .de-image-text .d-text {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0) 30%, rgb(166 220 255 / 62%) 100%);
}

#content_nosotros #section-vm .de-image-text .d-text {
    display: flex;
    flex-direction: column;

    justify-content: flex-end;
}

#sect_left {
    background-size: 110% !important;
}

.logo-scale {
    transform: scale(1.2);
}

.vm-packages {
    border: solid 1px rgba(204, 204, 204, 0.487);
    background-color: white;
}

.vm-packages .wow {
    border-right: solid 1px rgba(204, 204, 204, 0.487);
}

.vm-packages .wow:last-of-type {
    border-right-width: 0px;
}

#section-vm {
    transform: translateY(-175px);
}

#section-vm .pricing-table {
    border-radius: 0px !important;
}

@media only screen and (max-width: 992px) {
    .flex-wrap-md {
        flex-wrap: wrap;
    }

}

.social-media-cont {
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 100px;
}

.social-media-icon {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: solid 3px white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-icon svg {
    color: white;
    font-size: 44px;
}

.btb-banner-bottom {
    font-size: large;
    font-weight: bold;
    padding: 8px 40px;
    color: #00bdd6;
    border-radius: 20px;
    background-color: white;
}

#section-top .square-item h2 {
    line-height: 1;
    font-size: 36px;
    margin-top: 6px;
}

footer.footer-light {
    margin-top: 0px !important;
}

.header-light div#logo .logo-init {
    display: none;
}

.header-light div#logo .logo-scroll {
    display: inline-block;
}

.square-item p {
    margin-bottom: 0px !important;
}