.as-navbar{
    height: 100px;
}

.as-azul{
    background-color: #003296;
}

.as-violeta{
    background-color: #6464c8;
}

.as-margenes-label{
    margin-top: 5px;
}

.as-div-footer{
    height: 88px;
}

.as-square-opt{
    margin-top: 5px;
    padding-top: 15px;
}

.as-margenes-btn{
    margin-top: 22px;
    margin-bottom: 10px; 
}

.as-margenes-nov{
    margin-left: 10px;
    margin-right: 10px;
}

.as-cpcpi-logo{
    padding: 10px;
    height: 100px;
}

.as-cpcpi-logo-small{
    height: 80px;
}

.as-responsive-maps{
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}

.as-responsive-maps iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.as-responsive-img{
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}

.as-responsive-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.as-responsive-tiny-img{
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.as-responsive-tiny-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.as-busqueda_abajo{
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (max-width: 600px){
    #tarjeta .as-card-style{
        display: block !important;
        width: auto !important;
    }
}

#tarjeta .as-card-style{
    width: 33%;
    display: inline-block;
}

.as-white-text-indigo{
    color: #fff;
    background-color: rgba(48, 63, 159, 0.5);
}

.as-black-text-lime{
    color: #000;
    background-color: rgba(238, 255, 65, 0.5);
}