/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 8/05/2019, 11:31:49 PM
    Author     : Cesar Maya
*/

body {
    background-color: rgba(187, 173, 109, 0.5);
}

@media (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width:1068px) {}

@media (min-width:1069px) {
    /* Acordeon */
    .accordion {
        width: 100%;
        height: 150px;
        overflow: hidden;
        margin: 0px auto;
    }
    .accordion ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 0;
        padding: 0;
    }
    .accordion ul li {
        display: table-cell;
        vertical-align: bottom;
        position: relative;
        width: 16.666%;
        height: 350px;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all 500ms ease-in-out;
    }
    .accordion ul li div {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .accordion ul li div a {
        display: block;
        height: 350px;
        width: 100%;
        position: relative;
        z-index: 3;
        vertical-align: bottom;
        padding: 15px 20px;
        box-sizing: border-box;
        color: #fff;
        text-shadow: 1px 1px 2px #000;
        /*filter: invert(100%);*/
        text-decoration: none;
        font-family: Open Sans, sans-serif;
        transition: all 300ms ease-in-out;
    }
    .accordion ul li div a * {
        opacity: 0;
        margin: 0;
        width: 100%;
        text-overflow: ellipsis;
        position: relative;
        z-index: 5;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }
    .accordion ul li div a h2 {
        font-family: Montserrat, sans-serif;
        text-overflow: clip;
        font-size: 2em;
        text-transform: uppercase;
        margin-bottom: 2px;
        top: 20px;
    }
    #cajonpestana {
        width: 100%;
        background-color: #FFF;
        color: #6EA205;
        text-overflow: clip;
        font-size: 1em;
        text-transform: uppercase;
        margin-bottom: 2px;
        bottom: -215px;
        text-align: center;
    }
    #cajonpestana h2 {
        color: #6EA205;
    }
    .accordion ul li div a p {
        top: 20px;
        font-size: 1em;
    }
    .accordion ul li:nth-child(1) {
        background-image: url("../Imagenes/acordeon_rosa_1.jpg");
        background-position: 50% 30%;
        background-size: 100% 100%;
    }
    .accordion ul li:nth-child(2) {
        background-image: url("../Imagenes/acordeon_rosa_2.png");
        background-position: 70% 0%;
    }
    .accordion ul li:nth-child(3) {
        background-image: url("../Imagenes/acordeon_rosa_3.png");
        background-position: 50% 50%;
    }
    .accordion ul li:nth-child(4) {
        background-image: url("../Imagenes/acordeon_rosa_4.png");
        background-position: 30% 40%;
    }
    .accordion ul li:nth-child(5) {
        background-image: url("../Imagenes/acordeon_rosa_5.png");
        background-position: 60% 64%;
    }
    .accordion ul li:nth-child(6) {
        background-image: url("../Imagenes/acordeon_rosa_7.png");
        background-position: 70% 25%;
    }
    .accordion ul li:nth-child(7) {
        background-image: url("../Imagenes/acordeon_rosa_8.png");
        background-position: 70% 25%;
    }
    .accordion ul li:nth-child(8) {
        background-image: url("../Imagenes/acordeon_rosa_9.png");
        background-position: 70% 25%;
    }
    .accordion ul li {
        background-size: cover;
    }
    .accordion ul:hover li {
        width: 10%;
    }
    .accordion ul:hover li:hover {
        width: 90%;
    }
    /*.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/
    .accordion ul:hover li:hover a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        .accordion {
            height: auto;
        }
        .accordion ul li,
        .accordion ul li:hover,
        .accordion ul:hover li,
        .accordion ul:hover li:hover {
            position: relative;
            display: table;
            table-layout: fixed;
            width: 100%;
            -webkit-transition: none;
            transition: none;
        }
        .accordion ul li div a * {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    /* fin acordeon */
    .galeriaFlores {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }
    .tituloGaleriaFlores {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .tituloGaleriaFlores h2 {
        font-size: 2.5em;
        font-weight: bold;
    }
    .cajonGaleria {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .cajonGaleriaSup {
        width: 100%;
    }
    .cajaPrincipalFlores {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .fotoPrincipal {
        width: 45%;
        background-color: #FFF;
        border: 1px solid;
        text-align: center;
    }
    .fotoPrincipal img {
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
    }
    .nombreRosa {
        width: 100%;
        position: relative;
        bottom: 7%;
        height: 5%;
        background-color: rgba(255, 255, 255, 0.4);
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .estiloRosa {
        width: 100%;
        position: relative;
        bottom: 7%;
        height: 3%;
        background-color: rgba(200, 200, 200, 0.4);
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .estiloRosa2 {
        width: 100%;
        position: relative;
        bottom: 7%;
        height: 3%;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        flex-wrap: wrap;
    }
    .infoPrincipal {
        width: 55%;
        display: flex;
        flex-direction: column;
    }
    .tablaPrincipal {
        width: 100%;
        border: 1px solid;
        padding: 5%;
    }
    .table th {
        font-size: 1.2em;
    }
    .table td {
        font-size: 1.2em;
    }
    .cajonEmpaques {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        background-color: #000;
        padding: 1%;
    }
    .cajaEmpaque {
        width: 32%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 1%;
        background-color: #FFF;
    }
    .cajaEmpaque img {
        width: 100%;
        height: auto;
        max-height: 75%;
        min-height: 75%;
    }
    .estiloRosa1 {
        width: 100%;
        height: 10%;
        background-color: rgba(0, 0, 150, 0.8);
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
    }
    .volumen {
        width: 100%;
        font-size: 0.75em;
        text-align: center;
        font-weight: bold;
    }
    .cajonGaleriaInf {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .botonFlores {
        width: 19%;
        border: none;
        background-color: transparent;
    }
    .botonFlores:hover {
        background-color: #52C8FF;
    }
    .cajaFloresInf1 {
        width: 100%;
        background-color: #000;
        margin: 0.5%;
        padding: 0.01%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cajaFloresInf {
        width: 98%;
        background-color: #FFF;
        margin: 10px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cajaFloresInf {
        width: 100%;
        height: auto;
    }
    .cajonInteractivo {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #cajonInteractivo1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .cajaInteractivaImagen {
        width: 20%;
        text-align: center;
    }
    .cajaInteractivaImagen img {
        width: 40%;
        margin: auto;
        height: auto;
        min-width: 50px;
    }
    #cajonInteractivo2 {
        height: 20px;
    }
    .triangulo {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent #2830db transparent;
        position: relative;
        left: 12.5%;
    }
    #cajonInteractivo3 {
        background-color: #2830db;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2em;
        color: white;
        font-weight: bold;
    }
}