/*
* 2023 Elenitos Nestar SL
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <hugoherreros93@gmail.com>
*  @copyright 2009-2023 Elenitos Nestar SL
*  @license   Property of Elenitos Nestar SL Non redistributable.
*/

#invitadisima-enviospausados{
    display: flex;
    align-items: center;
    color: #000000;
    border: 2px solid #000;
    max-width: 600px;
}

.enviospausados_header{
    padding-left: 0;
}

.enviospausados_content{
    /*text-align: center;*/
    padding: 1rem;
}

.enviospausados_title{
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 6px;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.enviospausados_subtitle{
    font-size: 0.7rem;
    text-transform: uppercase;
}

.enviospausados_time{
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.enviospausados_aviso{
    font-size: .7rem;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 0;
}