.proportions-box-square {
    position: relative;
    padding: 100% 0 0 !important;
    height: 0;
}

.proportions-box-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.background-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.background-left-top {
    background-position: left top;
}

.background-left-center {
    background-position: left center;
}

.background-left-bottom {
    background-position: left bottom;
}

.background-right-top {
    background-position: right top;
}

.background-right-center {
    background-position: right center;
}

.background-right-bottom {
    background-position: right bottom;
}

.background-center-top {
    background-position: center top;
}

.background-center-center {
    background-position: center center;
}

.background-center-bottom {
    background-position: center bottom;
}

.border-width-1 {
    border-width: 1px !important;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-width-3 {
    border-width: 3px !important;
}

.border-width-4 {
    border-width: 4px !important;
}

.border-width-6 {
    border-width: 6px !important;
}

.border-width-8 {
    border-width: 8px !important;
}

.border-width-12 {
    border-width: 12px !important;
}

.border-width-16 {
    border-width: 16px !important;
}

.border-width-24 {
    border-width: 24px !important;
}

.image-fit {
    object-fit: contain;
    object-position: center center;
}

.image-fit-left-top {
    object-position: left top;
}

.image-fit-left-center {
    object-position: left center;
}

.image-fit-left-bottom {
    object-position: left bottom;
}

.image-fit-right-top {
    object-position: right top;
}

.image-fit-right-center {
    object-position: right center;
}

.image-fit-right-bottom {
    object-position: right bottom;
}

.image-fit-center-top {
    object-position: center top;
}

.image-fit-center-center {
    object-position: center center;
}

.image-fit-center-bottom {
    object-position: center bottom;
}

.transition {
    transition: all 0.25s ease-in;
}

.transition-slow {
    transition: all 0.5s ease-in;
}

.transition-very-slow {
    transition: all 1s ease-in;
}

.line-height-1 {
    line-height: 1 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.opacity-85 {
    opacity: 0.85 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-50 {
    opacity: 0.50 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.filter-animation {
    animation: filter-animation 8s forwards;
    -webkit-animation: filter-animation 8s forwards;
}

.bg-gradiente {
    background: rgb(0, 65, 128);
    background: linear-gradient(90deg, rgba(0, 65, 128, 1) 0%, rgb(51, 150, 248) 100%);
}

.img-border-custom {
    border-width: 2px;
    border-style: dashed;
    border-color: rgb(34, 60, 207);
}

.services {
    cursor: pointer;
    color: gray;
}

.service-active {
    color:white;
    background-color: #004180;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
}

.boton {
    background-color: #93B646;
    /* Green */
    border: none;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
}

.boton-verde {
    background-color: #93B646;
    color: white;
    font-weight: 300;
    border-radius: 20px;
    padding-left: 1rem;
    padding-right: 1.5rem;
    border: 2px solid #93B646;
}

.boton-verde:hover {
    background-color: white;
    color: black;
}

.boton-azul {
    background-color: #2C4B7E;
    color: white;
    font-weight: 300;
    border-radius: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 2px solid #2C4B7E;
}

.boton-azul:hover {
    background-color: white;
    color: black;
}

.texto-cotizacion {
    font-weight: 700;
    color: #1d3863;
}

.image-logo {
    display: block;
}

.yellow-bg{
    background-color: #F7D734;
}

.yellow-text{
    color: #F7D734;
}

.blue-text{
    color: #0C3F66;
}

.blue-bg{
    background-color: #0C3F66;
}

.service-abstract{
    display: none;
}

.service-border{
    border-radius:10px;
    
}

.services-div{
    padding-right:0.5rem;
    
}
.service_description_section{
    padding-left:1.5rem; 
    padding-right:1.5rem
}


@media (min-width: 991px) {
    .service-abstract{
        display: block;
    }

    .service-border{
        border-radius:10px 0 0px 10px;
    }

    .services-div{
        padding-right:0;
    }
}

@media (min-width: 1200px) {
    
    .service_description_section{
        padding-left:5rem; 
        padding-right:5rem
    }
}