﻿body {
    font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background: #00B3A1;
    height: 100%;
    min-height: 100vh;
    color: #fff;
}

.header {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width:100%;
}

#contenido {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.mensaje {
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width:100%
}

    .mensaje > p {
        width: 100%;
        margin-bottom: 40px;
    }

.mensaje-titulo {
    font-size: 32px;
}

.mensaje-texto {
    font-size: 16px;
}

.icono-mensaje {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.circulo {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 2px solid #008998;
    background: #ffffff;
    margin: 10px;
}



.no-border {
    border-width: 0 !important;
}

 .circulo.icon {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 2px solid #008998;
    background: #ffffff;
    margin: 10px;
}


    .circulo.icon i.material-icons {
        font-size: 40px !important;
        line-height: 66px;
        color: #008998;
    }

 a.btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding: 10px 30px;
    border-width: 1px;
    border-style: solid;
    font-weight: 200;
    border-radius: 10px;
    text-decoration: none;
}

     a.btn:hover,  a.btn:focus,  a.btn:active {
        background-color: transparent;
        color: #fff !important;
        border-color: #fff;
        padding: 10px 30px;
        border-width: 1px;
        border-style: solid;
        font-weight: 200;
        border-radius: 10px;
        text-decoration: none;
    }
