/*
Theme Name: Theme Lecas
Theme URI: https://andaliensur.cl/
Author: Oscar David Escobar Moraga
Author URI:
Description: Theme creado para estandarizar y centralizar los diseños de los sitios web de los establecimientos bajo el poder de SLEP Andalién Sur.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lecas
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
    --primario: #f46669;
    --secundario: #c7c57d;
    --gris: #f5f5f5;
}

h5,
h4,
h3,
h2,
h1 {
    font-family: 'Oswald', sans-serif;
}

body {
    font-family: 'Pontano Sans', sans-serif;
    background-color: #f4f4f4;
}

header {
    border-bottom: 2px solid;
}

.contenido-pagina {
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 100;
}

/**
 *  Post y Paginas
 */
.destacada {
    margin-top: -5rem;
}

.imagen-fondo {
    background-size: cover;
    background-position: top center;
}

.imagen-destacada {
    height: 18rem;
    background-size: cover;
}

.imagen > div {
    min-height: 20rem;
}

.entrada .btn-primary,
h1.titulo {
    color: white;
}

.badge-secondary {
    color: black;
}

/** Menu */
.nav-link {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.nav-link:hover{
    background-color: #ff3c4c;
    color: #fff;
}

.current_page_item {
    background-color: #ff3c4c;
    color: #fff;
}
.card-title {
    min-height: 3rem;
}

/** 
 * Colores Default Background
 */

 /*ANCHOR Revisar Colores principales*/
.bg-rojo {
    background-color: #ff3c4c;
    color: #fff;
}
.bg-azul {
    background-color: #1f84ec;
    color: #fff;
}
.bg-verde {
    background-color: #90d039;
    color: #fff;
}
.bg-amarillo {
    background-color: #f8d63c;
    color: #fff;
}
.bg-celeste {
    background-color: #3abff0;
    color: #fff;
}
/**
 *  Colores
 */

/*ANCHOR REVISAR TODOS LOS COLORES */
.rojo {
    color: #ff3c4c;
}
.azul {
    color: #1f84ec;
}

/**
 * Estilo Redes Sociales
 */

 .social{
    font-size: 1.5rem;
    position:relative;
    float:right;
}
.facebook,
.instagram,
.twitter,
.correo {
    color: rgba(0, 0, 0, 0.5);

}
.facebook:hover {
    color: #1f84ec;
}
.instagram:hover {
    color: #E1306C;
}
.twitter:hover {
    color: #1dcae9;
}
.correo:hover {
    color: #ff3c4c;
}
.fecha-tarjeta{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20%;
    background-color: #1dcae9;
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}

