/*
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 : 30/03/2019, 11:47:17 AM
    Author     : Cesar Maya
*/

.cuerpo{
    width: 100%;
    margin-top: 80px;    
    background-color: #E6E6E6;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    }
.titutlopagina{
        width: 100%;
        background-color: #000;
        
    }
    .tablaInfoSalones{
        overflow: auto;
    }
    .tablaInfoSalones table{
        margin: auto;
    }
@media (max-width:767px){
    /* slider Servicios */
    .sliderSalones{
        width: 100%;
        margin: auto;
    }
    .tituloSliderServicios{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 40px;
        text-align: center;
        font-size: 28px;
    }
    .accordion {
        width: 100%;
        height: 250px;
        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: 32px;
        text-transform: uppercase;
        margin-bottom: 2px;
        top: 160px;
    }

    #cajonpestana{
        width: 100%;
        background-color: #FFF;
        color: #6EA205;
        text-overflow: clip;
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 2px;
        bottom: -215px;
        text-align: center;
    }

    #cajonpestana h2{

        color: #6EA205;
    }

    .accordion ul li div a p {
        top: 160px;
        font-size: 18px;
        padding-left: 1em;
    }

    .accordion ul li:nth-child(1) { 
        background-image: url("../imagenes/slider-salones-01.jpg"); 
        background-position: 50% 30%;
    }

    .accordion ul li:nth-child(2) { 
        background-image: url("../imagenes/slider-salones-02.jpg"); 
        background-position: 70% 0%;
    }

    .accordion ul li:nth-child(3) { 
        background-image: url("../imagenes/slider-salones-03.jpg"); 
        background-position: 50% 50%;
    }

    .accordion ul li:nth-child(4) { 
        background-image: url("../imagenes/slider-salones-04.jpg"); 
        background-position: 30% 40%;
    }

    .accordion ul li:nth-child(5) { 
        background-image: url("../imagenes/slider-salones-05.jpg"); 
        background-position: 60% 64%;
    }


    .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);
        }
    }
    .titutlopagina h3{
            float: right;
            font-size: 1.7em;
            font-weight: bold;
            text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000;       
        }
        .lineaTitulo{
            width: 100%;
            float: right;
            height: 2px;
            background-color: #FFF;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
            -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
            box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
            -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
            -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
            animation-name: example;
            animation-duration: 2s;
        }
        /* Safari 4.0 - 8.0 */
        @-webkit-keyframes example {
          0%   {width: 100%;margin-left: 0%;}
          50%  {width: 5%;margin-left: 95%;}
          100% {width: 100%;margin-left: 0%;}
          }

        /* Standard syntax */
        @keyframes example {
          0%   {width: 100%;margin-left: 0%;}
          50%  {width: 5%;margin-left: 95%;}
          100% {width: 100%;margin-left: 0%;}
          }
          
    .contMenuSalones{
        width: 100%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .botonContFotos{
        width: 40%;
        background-color: #FFF;
        margin-bottom: 20px;
    }
    .botonContFotos:hover{
        background:#fff;
        box-shadow:0px 2px 10px 5px #97B1BF;
        color:#000;
        text-decoration: none;
        
    }
    .contMenuFotos{
        width: 100%;
        height: 100%;
    }
    .contImagenSalones{
        width: 100%;
    }
    .contImagenSalones img{
        width: 100%;
    }
    .contTituloSalones{
        width: 100%;
        
    }
    .flechaSalones{
        box-sizing: border-box;
	width: 2%;
  	height: 1%;
  	border-bottom: solid 15px #fff;
  	border-left: solid 15px transparent;
  	border-right: solid 15px transparent;
  	position: absolute;
  	margin-top: -35px;
  	margin-left: 17%;
    }
    .tituloSalones{
        width: 100%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;        
    }
    .tituloSalones h2{
        color: #6EA205;
        font-size: 0.8em;
        font-weight: bold;
    }
    .contGaleriasSalonesGeneral{
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
    }
    .contenidoSalonEventos{
        width: 100%;
        display: none;
        
    }
    
    .contIfoSalones{
        display: flex;
        flex-direction: column;
    }
    .tituloSalones{
        width: 100%;
        text-align: center;
    }
    .tituloSalones h4{
        font-size: 1em;
        font-weight: bold;
        color: #6EA205;
    }
    .tablaInfoSalones{
        width: 90%;
        margin: auto;
        overflow: auto;
    }
    .infoDetSalones{
        width: 90%;
        margin: auto;
    }
    .tablaInfoSalones thead{
        font-weight: bold;
        font-size: 0.6em;
        text-align: center;
    }
    .tablaInfoSalones tbody{
        
        font-size: 0.6em;
        text-align: center;
    }
}
@media only screen and (min-width:768px) and (max-width:1068px){
    /* slider Servicios */
    .sliderSalones{
        width: 70%;
        margin: auto;
    }
    .tituloSliderServicios{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 40px;
        text-align: center;
        font-size: 28px;
    }
    .accordion {
        width: 100%;
        height: 250px;
        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: 32px;
        text-transform: uppercase;
        margin-bottom: 2px;
        top: 160px;
    }

    #cajonpestana{
        width: 100%;
        background-color: #FFF;
        color: #6EA205;
        text-overflow: clip;
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 2px;
        bottom: -215px;
        text-align: center;
    }

    #cajonpestana h2{

        color: #6EA205;
    }

    .accordion ul li div a p {
        top: 160px;
        font-size: 18px;
        padding-left: 1em;
    }

    .accordion ul li:nth-child(1) { 
        background-image: url("../imagenes/slider-salones-01.jpg"); 
        background-position: 50% 30%;
    }

    .accordion ul li:nth-child(2) { 
        background-image: url("../imagenes/slider-salones-02.jpg"); 
        background-position: 70% 0%;
    }

    .accordion ul li:nth-child(3) { 
        background-image: url("../imagenes/slider-salones-03.jpg"); 
        background-position: 50% 50%;
    }

    .accordion ul li:nth-child(4) { 
        background-image: url("../imagenes/slider-salones-04.jpg"); 
        background-position: 30% 40%;
    }

    .accordion ul li:nth-child(5) { 
        background-image: url("../imagenes/slider-salones-05.jpg"); 
        background-position: 60% 64%;
    }


    .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);
        }
    }
    .titutlopagina h3{
            float: right;
            font-size: 1.7em;
            font-weight: bold;
            text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000;       
        }
        .lineaTitulo{
            width: 100%;
            float: right;
            height: 2px;
            background-color: #FFF;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
            -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
            box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
            -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
            -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
            animation-name: example;
            animation-duration: 2s;
        }
        /* Safari 4.0 - 8.0 */
        @-webkit-keyframes example {
          0%   {width: 100%;margin-left: 0%;}
          50%  {width: 5%;margin-left: 95%;}
          100% {width: 100%;margin-left: 0%;}
          }

        /* Standard syntax */
        @keyframes example {
          0%   {width: 100%;margin-left: 0%;}
          50%  {width: 5%;margin-left: 95%;}
          100% {width: 100%;margin-left: 0%;}
          }
          
    .contMenuSalones{
        width: 100%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .botonContFotos{
        width: 40%;
        background-color: #FFF;
    }
    .botonContFotos:hover{
        background:#fff;
        box-shadow:0px 2px 10px 5px #97B1BF;
        color:#000;
        text-decoration: none;
        margin-bottom: 20px;
        
    }
    .contMenuFotos{
        width: 100%;
        height: 100%;
    }
    .contImagenSalones{
        width: 100%;
    }
    .contImagenSalones img{
        width: 100%;
    }
    .contTituloSalones{
        width: 100%;
        
    }
    .flechaSalones{
        box-sizing: border-box;
	width: 2%;
  	height: 1%;
  	border-bottom: solid 15px #fff;
  	border-left: solid 15px transparent;
  	border-right: solid 15px transparent;
  	position: absolute;
  	margin-top: -35px;
  	margin-left: 17%;
    }
    .tituloSalones{
        width: 100%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;        
    }
    .tituloSalones h2{
        color: #6EA205;
        font-size: 0.8em;
        font-weight: bold;
    }
    .contGaleriasSalonesGeneral{
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
    }
    .contenidoSalonEventos{
        width: 100%;
        display: none;
        
    }
    
    .contIfoSalones{
        display: flex;
        flex-direction: column;
    }
    .tituloSalones{
        width: 100%;
        text-align: center;
    }
    .tituloSalones h4{
        font-size: 1em;
        font-weight: bold;
        color: #6EA205;
    }
    .tablaInfoSalones{
        width: 100%;
        overflow: auto;
    }
    .tablaInfoSalones thead{
        font-weight: bold;
        font-size: 0.5em;
        text-align: center;
    }
    .tablaInfoSalones tbody{
        
        font-size: 0.4em;
        text-align: center;
    }
}
@media (min-width:1069px){
    /* Acordeon */
    /* slider Servicios */
    .sliderSalones{
        width: 70%;
        margin: auto;
    }
    .tituloSliderServicios{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 40px;
        text-align: center;
        font-size: 28px;
    }
    .accordion {
        width: 100%;
        height: 250px;
        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: 32px;
        text-transform: uppercase;
        margin-bottom: 2px;
        top: 160px;
    }

    #cajonpestana{
        width: 100%;
        background-color: #FFF;
        color: #6EA205;
        text-overflow: clip;
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 2px;
        bottom: -215px;
        text-align: center;
    }

    #cajonpestana h2{

        color: #6EA205;
    }

    .accordion ul li div a p {
        top: 160px;
        font-size: 18px;
        padding-left: 1em;
    }

    .accordion ul li:nth-child(1) { 
        background-image: url("../imagenes/slider-salones-01.jpg"); 
        background-position: 50% 30%;
    }

    .accordion ul li:nth-child(2) { 
        background-image: url("../imagenes/slider-salones-02.jpg"); 
        background-position: 70% 0%;
    }

    .accordion ul li:nth-child(3) { 
        background-image: url("../imagenes/slider-salones-03.jpg"); 
        background-position: 50% 50%;
    }

    .accordion ul li:nth-child(4) { 
        background-image: url("../imagenes/slider-salones-04.jpg"); 
        background-position: 30% 40%;
    }

    .accordion ul li:nth-child(5) { 
        background-image: url("../imagenes/slider-salones-05.jpg"); 
        background-position: 60% 64%;
    }


    .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 */
    .titutlopagina h3{
        float: right;
        font-size: 1.7em;
        font-weight: bold;
        text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;       
    }
    .lineaTitulo{
        width: 100%;
        float: right;
        height: 2px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.61);
        -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
        animation-name: example;
        animation-duration: 2s;
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes example {
        0%   {width: 100%;margin-left: 0%;}
        50%  {width: 5%;margin-left: 95%;}
        100% {width: 100%;margin-left: 0%;}
    }

    /* Standard syntax */
    @keyframes example {
        0%   {width: 100%;margin-left: 0%;}
        50%  {width: 5%;margin-left: 95%;}
        100% {width: 100%;margin-left: 0%;}
    }

    .contMenuSalones{
        width: 90%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .botonContFotos{
        width: 19%;
        background-color: #FFF;
    }
    .botonContFotos:hover{
        background:#fff;
        box-shadow:0px 2px 10px 5px #97B1BF;
        color:#000;
        text-decoration: none;

    }
    .contMenuFotos{
        width: 100%;
        height: 100%;
    }
    .contImagenSalones{
        width: 100%;
    }
    .contImagenSalones img{
        width: 100%;
    }
    .contTituloSalones{
        width: 100%;

    }
    .flechaSalones{
        box-sizing: border-box;
        width: 2%;
        height: 1%;
        border-bottom: solid 15px #fff;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
        position: absolute;
        margin-top: -35px;
        margin-left: 7%;
    }
    .tituloSalones{
        width: 100%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;        
    }
    .tituloSalones h2{
        color: #6EA205;
        font-size: 1em;
        font-weight: bold;
    }
    .contGaleriasSalonesGeneral{
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.41);
    }
    .contenidoSalonEventos{
        width: 100%;
        display: none;

    }

    .contIfoSalones{
        display: flex;
        flex-direction: column;
    }
    .tituloSalones{
        width: 100%;
        text-align: center;
    }
    .tituloSalones h4{
        font-size: 1.3em;
        font-weight: bold;
        color: #6EA205;
    }
    .tablaInfoSalones{
        width: 100%;
        overflow: auto;
    }
    .tablaInfoSalones thead{
        font-weight: bold;
        font-size: 0.6em;
        text-align: center;
    }
    .tablaInfoSalones tbody{

        font-size: 0.5em;
        text-align: center;
    }
}