/*
Theme Name: Beatriz
Theme URI: https://richardmarcelo.com/
Author: Richard Marcelo Guardia
Author URI: https://richardmarcelo.com/
Description: Beatriz Theme is a compatible WooCommerce theme made with Wordpress. It is the best theme for you to sell anything online, beautifuy designed and fully responsive.
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beatriz
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/


@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-Thin.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-ExtraLight.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-Light.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-Regular.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-Regular.woff') format('woff');
    font-weight: normal; /* 400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-Medium.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-SemiBold.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-ExtraBold.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-ExtraBold.woff') format('woff');
    font-weight: bold; /* 700 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-Bold.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-Bold.woff') format('woff');
    font-weight: bold; /* 800 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('fonts/Saira_Condensed/SairaCondensed-Black.woff2') format('woff2'),
        url('fonts/Saira_Condensed/SairaCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Voltaire';
    src: url('fonts/Voltaire/Voltaire-Regular.woff2') format('woff2'),
        url('fonts/Voltaire/Voltaire-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Handlee';
    src: url('fonts/Handlee/Handlee-Regular.woff2') format('woff2'),
        url('fonts/Handlee/Handlee-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oooh Baby';
    src: url('fonts/Oooh_Baby/OoohBaby-Regular.woff2') format('woff2'),
        url('fonts/Oooh_Baby/OoohBaby-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    box-sizing: border-box;
    font-size: 62.5%; /* 10 PX = 1 rem */
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'Saira Condensed';
    font-weight: 400;
}

p {
    font-family: 'Saira Condensed';
    font-weight: 400;
}

h1 {
    font-family: 'Saira Condensed';
    font-weight: 700;
}



:root{
    --beatriz-light-padding: 0 10px;
    --gris-claro: #ebebeb;
}


/*
*   1. Correct the line height in all browsers
*   2. Prevent adjustments of font size after orientation changes in iOS
*/
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Remove the margin in all browsers */
body{
    margin: 0;
}

/* Render the 'main' element consistently in IE */
main{
    display: block;
}

/*
*   Correct the font size and margin on 'h1' element within 'section' and
*   'article' contexts in Chrome, Firefox, and Safari.
*/
h1{
    font-size: 2em;
    margin: 0.67em 0;
}
.logo {
    padding-top: 20px;
}
.seccion {
    padding: 1.5rem 0 5rem 0;
}

.contenedor {
    width: min(95%, 80rem);
    /*margin: 0 auto;*/
    margin-right: auto;
    margin-left: auto;
}

.contenido-centrado {
    width: min(95%, 60rem);
}

/* Containers */
.containerx{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 575px){
    .contenedor{
        /*padding: var(--beatriz-light-padding);*/
    }
}
@media (min-width: 576px){
    .contenedor{
        max-width: 550px;
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (min-width: 768px){
    .contenedor{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .contenedor{
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .contenedor{
        max-width: 1140px;
    }
}

.site-header{
    background: #000000;
}

/* Top bar section */
.top-bar{
    background: transparent; /*#FFFFFF;*/
    color: #000000;
    padding: 15px auto;
}
.top-bar .containerx{
    display: flex;
}

.site-header{
    text-align: center;
}
.site-footer {
    text-align: center;
    font-size: 1.2rem;
}

/* Cards */
.listado-grid{
    margin-top: 4rem;
    display: grid;
    gap: 2rem;  
}
@media (min-width: 768px){
    .listado-grid{
        grid-template-columns: repeat(4, 1fr);
    }
}

.card{
    background-color: #bbff00;
    border-radius: 0 20px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

.card .contenido{
    width: 80px;
    text-align: center;
}

.card:hover {
    animation-name: bounce;
    animation-timing-function: ease;
}

@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.copyright span{
    color: aqua;
}

.copyright a {
    text-decoration: none;
}

hr {
    border: 1px solid var(--gris-claro);
}