.loadingImage {
    width: 3em;
}
.row-coberturas {
    padding: 10px;
}
.cob-container {
    border: 2px solid darkslategrey;
    border-radius: 5px;
    padding: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 7.5em;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    cursor: pointer;
}
.cob-container:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.precio-cobertura {
    text-align: center;
    font-size: 1.5em;
    padding: 10px;
    color: green;
}
.cia-cobertura {
    border-bottom: 2px solid darkslategrey;
    text-align: center;
    height: 3.5em;
}
.header-cotizacion {
    background-color: #0066cc;
    color: white;
    height: 5em;
}
.logo-cia {
    max-height: 2.5em;
}

.header-cotizacion .btn-box-tool {
    position: absolute;
    right: 20px;
    background: white;
}
.header-cotizacion .btn-box-tool:hover{
    background: lightgrey;
}
/*------------ media queries ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .header-cotizacion {
        margin-bottom: 1em;
    }
    .header-cotizacion .btn-box-tool {
        display: block;
    }
    .row-coberturas {
        width: 80%;
        margin: 0 auto;
    }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1224px) and (orientation: portrait) {
    .header-cotizacion .btn-box-tool {
        display: none;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    .header-cotizacion .btn-box-tool {
        display: none;
    }
}
