﻿.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

header {
    height: 110px;
    background-image: -webkit-linear-gradient(127deg,rgba(38,198,188,1.00) 0%,rgba(0,168,178,1.00) 48.70%,rgba(0,93,114,1.00) 100%);
    background-image: -moz-linear-gradient(127deg,rgba(38,198,188,1.00) 0%,rgba(0,168,178,1.00) 48.70%,rgba(0,93,114,1.00) 100%);
    background-image: -o-linear-gradient(127deg,rgba(38,198,188,1.00) 0%,rgba(0,168,178,1.00) 48.70%,rgba(0,93,114,1.00) 100%);
    background-image: linear-gradient(323deg,rgba(38,198,188,1.00) 0%,rgba(0,168,178,1.00) 48.70%,rgba(0,93,114,1.00) 100%);
}

body {
    background-color: rgba(247, 251, 249, 2) !important;
}

.logoINS {
    width: 150px;
    height: fit-content;
}

.logoAsesor {
    width: 100px;
}

footer {
    background-image: -webkit-linear-gradient(127deg,rgba(38,198,188,1.00) 0%,rgba(0,168,178,1.00) 48.70%,rgba(0,93,114,1.00) 100%);
    background-image: -moz-linear-gradient(127deg,rgba(38,198,188,1.00) 0%,rgba(0,168,178,1.00) 48.70%,rgba(0,93,114,1.00) 100%);
    background-image: -o-linear-gradient(127deg,rgba(38,198,188,1.00) 0%,rgba(0,168,178,1.00) 48.70%,rgba(0,93,114,1.00) 100%);
    background-image: linear-gradient(323deg,rgba(38,198,188,1.00) 0%,rgba(0,168,178,1.00) 48.70%,rgba(0,93,114,1.00) 100%);
    text-shadow: 0px 0px;
    color: rgba(255,255,255,1.00);
}

.footcopy {
    font-size: .8em;
  /*  background-color: rgba(136,248,255,0.22);*/
    text-align: center;
    vertical-align: middle;
    padding: .3% 0%;
}

    .footcopy p {
        margin-bottom: 0;
    }

.logoAreap {
    background-color: white;
    border-radius: 0 0 5% 5%;
    border: 2px solid rgba(182,233,136,1.00);
    border-top: none;
    padding-top: .8%;
    padding-right: 1.3%;
    padding-left: 1.3%;
    padding-bottom: 1%;
    position: absolute;
    top: 0;
    z-index: 1;
    box-shadow: 2px 2px 5px black;
}

.hidden {
    display: none !important;
}

.alerta-incendio {
    background-color: #FFFFFF;
    border: 3px solid #E7EBED;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    margin-bottom: 10px;
}