/*=============================================
CAJA CONTENEDOR COSTAMAR
=============================================*/

#costamar {
    background: transparent;
    z-index: 9;
    margin-top: -40px;
    position: relative;
    display: none;
}

.content-costamar {
    background: rgba(255, 0, 0, .5);
    height: 170px;
}


/*=============================================
MEDIA QUERIES
=============================================*/

@media (min-width: 576px) {   
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #costamar {
        background: transparent;
        position: absolute;
        z-index: 9;
        bottom: 1rem;
    }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  


    
 }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    
 }



