/*Generales*/

@font-face {
    font-family: 'Acumin Variable Concept';
    src: URL('../font/Acumin Variable Concept.ttf') format('truetype');
}

@font-face {
    font-family: 'Eras Demi ITC';
    src: URL('../font/eras-demi-itc.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Eras Demi ITC;
    font-weight: bold;
    font-size: 1.5rem;
}

p {
    font-family: Acumin Variable Concept;
    font-size: 22px;
}

a {
    color: #000;
}

.nav-link {
    font-size: 18px;
}

a:hover {
    color: red;
}

a:hover {
    text-decoration: none;
}

a p,
a h3 {
    font-size: 1.5rem;
    color: #000;
}

a h2 {
    font-size: 1.5rem;
    color: #000;
}

/*Header*/
header{
	width: auto !important;
}
nav {
    background-color: #FFFF00 !important;
}

header section {
    background-color: #FFFF00;
}

header section p {
    font-size: 28px;
    font-weight: bold;
}

header section p span {
    font-size: 36px;
}

ul li {
    width: auto;
    font-size: 24px;
    text-align: center;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: red !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

/*Menu Movil*/

#navbarSupportedContent {
    background-color: #FFF000;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 0;
}

.fas.fa-bars {
    color: #000;
    font-size: 1.3em;
}

header section nav p {
    font-size: 16px;
    font-weight: bold;
}

header section nav p span {
    font-size: 28px;
    font-weight: bold;
}

.navbar-expand-sm {
    background-color: #FFFF00;
}

/*Banner*/
.lema {
    display: none;
}

.fas.fa-chevron-left,
.fas.fa-chevron-right{
    position: relative;
    top: 0px;
    font-size: 24px;
    color: #000;
}

figure figcaption h3:hover,
figure img:hover~figure figcaption h3 {
    color: red;
}

/*Productos Mercado Libre Inicio*/
#productos-mercado-libre h2 {
    font-weight: bold;
}

#productos-mercado-libre figcaption {
    padding: 10px;
}

#productos-mercado-libre figcaption h3 {
    font-weight: bold;
}

/*Lista de imagenes de productos Inicio*/

#nuestros-productos {
    background-color: lightgray;
}

#nuestros-productos h2 {
    font-weight: bold;
}

#nuestros-productos h3 {
    font-size: 16px;
}

#nuestros-productos figure {
    height: 300px;
    width: auto;
    background-color: #FFF;
}

/*Footer*/
#tarjeta-contacto{
    background-color: lightgray;
}
#tarjeta-contacto .card address{
    color:#000;
}
#tarjeta-contacto #politicas a{
    color:#000;
}

/* Mapa de Google*/

.flexible-container {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contacto-flotante {
    position: fixed !important;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

/*Botones*/
.boton {
    background-color: #FFF000;
}

.boton h2 {
    font-weight: bold;
    color: #000;
}

/*Inicio de Sesion*/
#sesion form{
    background-color: yellow;
    border-radius: 4px;
}

@media (min-width: 576px) {
     #navbarSupportedContent {
        position: relative;
        top: auto;
        left: auto;
    }

/*Banner*/
.fas.fa-chevron-left,
.fas.fa-chevron-right{
    font-size: 36px;
}


    ul li {
        width: 125em;
    }

    #nuestros-productos figure {
        height: 350px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 2.5rem;
    }

    a p,
    a h3 {
        font-size: 1.2rem;
        color: #000;
    }

    a h2 {
        font-size: 2rem;
        color: #000;
    }

    .lema {
        display: block;
        background-color: rgb(255, 255, 0, 0.8);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        width: 100%;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
    }

    .lema h2 {
        text-align: center;
        font-size: 32px;
        color: #000;
    }

    #nuestros-productos h3 {
        font-size: 32px;
    }

    #nuestros-productos figure {
        height: 480px;
    }

    /* Large devices (desktops, 992px and up) */

    @media (min-width: 992px) {

        /*Header*/
        nav {
            background-color: #FFF !important;
        }

        .nav-link {
            font-size: 24px;
        }

        /*Menu Movil*/
        .navbar-expand-sm {
            background-color: #FFF;
        }

        #nuestros-productos h3 {
        font-size: 20px;
    }
    }

    /* Extra large devices (large desktops, 1200px and up) */

    @media (min-width: 1200px) {
        ul li {
            width: 150em;
            font-size: 28px;
        }
    }

    @media (min-width: 1440px) {
        ul li {
            width: 200em;
        }

        #nuestros-productos figure {
        height: 540px;
    }
    }