﻿.ItemMenu2Trex
{
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;    
    height: 600px;
    overflow: hidden;
}

.ItemMenu2Trex:hover
{
    box-shadow: 0 0px 14px rgba(0,0,0,0.8) !important;
}

.ItemMenu2Trex:hover .CapaBtnTrex
{
    background: #981914;
}

#ContenidoMiniaturaMenu2Trex
{
    width: 100%;
    max-width: 1050px;
    overflow: auto;
}

#ListadoMenuInicio2Trex
{
    opacity: 1;
    clear: both;
    width: 100%;
    background-image: none!important;
    background-color: #1c232b!important;
    overflow: auto;
}

#ArticleListadoMenuInicio2Trex
{
    position: relative;
    overflow: auto;
}

.ImagenMenuTrex
{
    width: 95%;
    padding-bottom: 25px;
    box-sizing: border-box;
    /*min-height: 150px;*/
    overflow: hidden;
    position: relative;
}

.CapaNombreMenuTrex
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    vertical-align: middle;
}

.DescripcionMenuTrex
{
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    clear: both;
    width: 95%;
    height: 220px;
    overflow: hidden;
}

.TituloSeccionBlancoTrex {
    text-align: center;
    color: #ffffff;
    font-family: 'Merriweather Sans';
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 700;
    margin-top: 20px;
}

.TituloMenuTrex {
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}

.TextoMenuTrex {    
    font-family: 'Open Sans', Sans-Serif;
    font-size: 13px;
    clear: both;
    width: 70%;
    min-height: 100px;
    text-align: center;
}

.ImagenMenuTrex {
    max-width: 240px;
    /* max-height: 180px; */
    min-height: 200px;
    display: block;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.ImgMenuTrex {
    width: 100%;
}

.TituloMenuTrexInterior {
    
    font-family: 'Merriweather Sans';
    font-size: 18px;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.CapaBtnTrex
{
    font-family: 'Open Sans', Sans-Serif;
    font-size: 13px;
    font-weight: 500;
    display: block;
    background-color: #160812;
    padding: 5px 20px 5px 20px;
    text-align: center;
    border-radius: 0.5rem;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
    width: 175px;
    max-width: 175px;
    margin-top: 30px;
}

.CapaBtnTrex:hover
{
    background: #981914;
}

.EnlaceMenuTrex, a.EnlaceMenuTrex:link, a.EnlaceMenuTrex:visited, a.EnlaceMenuTrex:active 
{
    font-family: 'Open Sans', Sans-Serif;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;    
    z-index: 3;
}

a.EnlaceMenuTrex:hover
{
    text-decoration: none;
}

/*-----------------------------------------------------*/

@media screen and (max-width: 768px)
{
    .TituloSeccionBlancoTrex 
    {
        margin-top: 0px;
    }
    .CapaNombreMenuTrex
    {
        background-image: none!important;
    }
}/*768px*/

@media screen and (max-width: 320px)
{
    .ItemMenu2Trex
    {
        margin-top: 20px;
    }
}/*320px*/
    