/**
 * @license
 * MyFonts Webfont Build ID 4028321, 2021-03-17T15:57:54-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Nexa-Bold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/bold/
 * Copyright: Copyright © 2012 by Fontfabric. All rights reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/3d77a1");
@font-face {
    font-family: "Nexa-Bold";
    src: url('webFonts/NexaBold/font.woff2') format('woff2'), url('webFonts/NexaBold/font.woff') format('woff');
}

body {
    font-family: 'Poppins', sans-serif !important;
    color: #2e2e2e !important;
    overflow-x: hidden;
}

.header {
    grid-area: header;
}

.alerta {
    grid-area: alerta;
    align-self: center;
    font-size: 48px;
    margin-top: 30px;
}

.alerta>p {
    font-family: 'Nexa-Bold';
    color: #065285;
    margin: 0;
    font-weight: bold;
    height: 60px;
}

.alerta-border {
    border: #ccc 1px solid;
}

.fecha {
    font-family: 'Nexa-Bold';
    font-weight: bold;
    grid-area: fecha;
    align-self: center;
    text-align: right;
    padding-right: 50px;
    font-weight: bold;
}

.titulo {
    font-family: 'Open Sans';
    grid-area: titulo;
    font-weight: bolder;
    padding-right: 50px;
    margin-top: 10px;
}

.contenido {
    grid-area: contenido;
    width: 1080px;
    padding: 0 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    text-align: justify !important;
}

.footer {
    grid-area: footer;
    align-self: self-end;
    padding: 0;
    margin: 0;
}

.grid-container {
    border-radius: 20px;
    max-width: 1080px;
    min-height: 600px;
    margin-top: 80px !important;
    margin: auto;
    display: grid;
    grid-template-columns: 200px auto auto;
    grid-template-areas: 'header alerta fecha' 'header titulo titulo' 'contenido contenido contenido' 'footer footer footer';
}

p[input=contenteditable] {
    text-align: justify;
}

.disclaimer {
    font-size: 12px;
    position: fixed;
    bottom: 20px;
    color: white;
    font-weight: bold;
    opacity: 0.6;
    right: 20px;
    text-align: right;
    padding-right: 20px;
}

.disclaimer2 {
    font-size: 12px;
    position: fixed;
    bottom: 40px;
    color: white;
    font-weight: bold;
    opacity: 0.6;
    right: 20px;
    text-align: right;
    padding-right: 20px;
}

.nombre {
    width: 150px;
}

.correo {
    width: 200px;
}

.emoji-size {
    font-size: 24px;
    padding-left: 17px;
}

.line {
    border-bottom: 1px solid #ffffff44;
    width: 80%;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 20px;
    margin: auto;
}

.contact:hover {
    background-color: #ffffff33;
    border-radius: 5px;
    backdrop-filter: blur(70px);
    transition: 0.1s;
}

.z1000 {
    z-index: 1000;
}


/* Card flip */