/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

@import "style.css";

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family:Century Gothic,arial,sans-serif;
    padding-bottom: 80px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* HOME */

.homeScreen{
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top:-100%;
    overflow: hidden;
    background-image: url(../img/imagen-conocenos.jpg);
    background-size: cover;
}


.logo-main {
    width: 85px;
}

.bgImageHome{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.homeScreen .logo{
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -60px;
    z-index: 10;
}

.homeScreen .conocenos{
    text-decoration: none;  
    position: absolute;
    color: white;
    background: #E1134F;
    width: 195px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    left: 50%;
    bottom: 0px;
    margin-left: -97px;
    cursor: pointer;
    border:none;
}

.homeScreen .quotes{
    width: 836px;
    height: 170px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    position: absolute;
    left: 50%;
    margin-left: -418px;
    top: 50%;
    margin-top: -90px;
    line-height: 170px;
    padding-bottom: 20px;
    text-align: center;
}

.quotes span{
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    float: right;

}

.quotes .bx-wrapper{
    display: inline-block;
    vertical-align: middle;
    width: 836px;
}

.homeScreen .quotes ul {
    margin: 0;
    padding: 0;
}

.homeScreen .quotes ul li p{
    display: none;
    text-align: center;
    color: white;
    line-height: 27px;
    font-size: 26px;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}


@media only screen and (max-width: 850px) {


    .homeScreen .quotes{
        width: 95%;
        height: auto;
        padding: 10px 0;
        left: 50%;
        margin-left: -47.5%;

    }




}


/* MENU */

#header-container{
    height: 110px;
    line-height: 110px;
}

#logoHome{
    position: absolute;
    left: 0;
    top:-15px;
}

.menuContainer{
    display: inline-block;
    vertical-align: middle;
    background: #f2f2f2;
    min-height: 25px;
    width: 100%;
    line-height: 25px;
    text-align: center;
    min-width: 1060px;
}

.menuContainer ul{
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.menuContainer ul li{
    padding: 0 20px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.menuContainer ul li.logoLi{
    width: 87px;
    padding: 0 260px 0 0;
    height: 25px;
}

.menuContainer ul li a{
    display: block;
    line-height: 25px;
    height: 25px;
    font-size: 10px;
    color:#979797;
    text-decoration: none;
}

.menuContainer ul li a.selected,.menuContainer ul li a:hover{
    color: #E1134F;
    /*font-weight: bold;*/
}

.facebookBtn{

    width: 20px;
    text-align: center;
    height: 30px !important;
    margin: 10px auto;
    border-radius: 3px;
    background: url(../img/facebook.png) #E1134F center no-repeat;

}

.facebookBtn:hover {

    background-color: #3a3f40;

}

/* GENERAL */
.tituloSeccion{
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    color:#E1134F;
    margin: 0 0 30px 0;

}


.mainContent{
    width: 80%;
    margin: 0 auto;
}

/*  CONOCENOS */

.tituloQuienes {
    color:#E1134F;
    font-size: 2em;
    font-weight: 400;
    padding-top: 50px;
    margin: 0;
    text-align: center;
}

.descQuienes{
    width: 50%;
    margin: 80px auto 0 auto;
    color:#4D4D4E;
    text-align: center;
    font-size: 20px;
    height: 200px;
}

/*      CONTACTO    */

.contacto .mainContent {

    padding-bottom: 0;
}

.telefonosClass{
    width: 90%;
    padding: 40px 0;
    color: #979797;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.contactoWrapper{
    width: 40%;
    position: relative;
    left: 0px;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
}

#contactoMap{

    width: 40%;
    vertical-align: top;
    padding: 0 25px;
    display: inline-block;
}

#contactoMap a {
    color: #E1134F;
}

.tituloForm{
    display: block;
    font-size: 2em;
    font-weight: 400;
    color: #E1134F;
    margin-bottom: 20px;
    text-align: center;
}

#contactoForm input, #contactoForm textarea{
    display: block;
    border: 1px solid #d4d4d4;
    width: 90%;
    height: 30px;
    padding: 5px;
    font-style: italic;
    font-size: 14px;
    margin: 20px auto;
}

#contactoForm textarea{
    height: 116px;
    resize:none;
}
.btnEnviar{
    text-align: right;
}
#contactoForm .btnEnviar span{
    background: #E1134F;
    color: white;
    display: inline-block;
    width: 91px;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    border: none;
    padding: 0px;
}

/*   PRODUCTOS   */
.subMueblesWrapper{

    margin-left: 7px;
    text-align: center;
}


.subMueblesWrapper a{
    padding: 0 10px;
    margin: 5px 10px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color:#979797;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
}

.subMueblesWrapper a.selected, .subMueblesWrapper a:hover{
    color: #E1134F;
    border-bottom: 2px solid #E1134F;
}

#productosWrapper{
    position: relative;
}

#productosWrapper .bx-wrapper, #flechaNext, #flechaBack{
    vertical-align: middle;
    display: inline-block;
}

#flechaNext{
    margin-left: -15px;
}
#flechaBack{
    margin-right: -15px;
}

.sombra{
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 100;
}
#sombraIzqSlide{
    background: url(../img/degradado_2.png) repeat-y;
    left: 45px;
}

#sombraDerSlide{
    background: url(../img/degradado.png) repeat-y;
    right: 45px;
}

#flechaNext, #flechaBack{
    cursor: pointer;
    display: none;
}

#productosWrapper .bx-wrapper{
    width: 90%;
    margin: auto;
}

.columnaPaquete{
    width: 75%;
    height: 460px;
    margin: 30px;
    display: inline-block;

}

#productList {
    margin: 0 50px;
    padding: 0;
    list-style: none;
}

#productList .centeriframe{
    width: 90%;
    height: 370px;
    margin: 50px auto 0 auto;
}


.columnProducto{
    width: 49%;

    vertical-align: top;
    display: inline-block;
}

.columnProducto img{
    max-width: 500px;
    display: inline !important;
}

#imgColumn{
    line-height:460px;
    text-align:center;
    display: inline-block;
    overflow: hidden;
}

#imgColumn img {
    max-height: 300px;
}

#wrapper_salon {
    margin-top: 80px;
}

.galeria{
    width: 45%;
    display: inline-block;
}

.desc-salon{
    width: 45%;
    vertical-align:top;
    padding: 30px;
    display: inline-block;

}

#galeriaSalon {
    text-align: center;
    margin: 0;
    padding: 0;
}

#galeriaSalon img {
    display: inline-block;
    height: 300px;

}

.galeria .bx-controls {
   margin-top: 40px;
}

#wrapper_salon .mapa {
    width: 100%;
    height: 400px;
    margin-top: 40px;
}

.video-espacio {
    height: 350px;
    margin: 30px 0;
}


.inlineTitulo{
    display: inline-block;
    width: 49%;
}

.descProducto, .rentaProducto{
    position: relative;
}

.descProducto{
    width: 100%;
    margin: 0;
    padding-right: 10px;
    bottom: 0px;
    color:#979797;
    font-size: 14px;
    line-height: 22px;
    vertical-align: bottom;
    display: inline-block;
}


.tituloServicio {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    color: #3a3f40;


}

.descProducto span.featured{
    font-weight: bold;
}

.descWrapper{
    padding: 90px 20px;
    text-align: justify;
    height: auto;
    overflow: hidden;
}



.rentaProducto {
    font-size: 1em;
    color:#333333;
    float: left;
    background: #ffffff;
    line-height: normal;
    text-align: left;
    padding: 10px 0;
    letter-spacing: 2px;
}

.rentaProducto span{
    font-weight: bold;
    display: block;
    color: #E1134F;
}

.descProducto span{
    font-style: italic;
}

.descProducto span{
    color: #E1134F;
    display: block;
}

span.pista {
    color: #E1134F !important;
    display: block;
    margin-bottom: 25px;
}

/*   PAQUETES   */


.tituloPaquete{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #E1134F;
    background: #c0c0c0;
    display: block;
    text-align: center;
}

.paqueteDesc{
    width: 100%;
    height: 319px;
    line-height: 309px;
    border: 1px solid #F2f2f2;
    margin-top:10px;
    position: relative;
    text-align: center;
    color:#979797;
    font-size: 14px;

}

.paqueteDesc:hover {
    -webkit-box-shadow: 0px 10px 21px -8px rgba(173,173,173,0.93);
    -moz-box-shadow: 0px 10px 21px -8px rgba(173,173,173,0.93);
    box-shadow: 0px 10px 21px -8px rgba(173,173,173,0.93);
}

.paqueteDesc p{
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    margin: 0;
}

.paqueteDesc div{
    position: absolute;
    font-size: 16px;
     color: white;
    background: #E1134F;
    display: block;
    text-align: center;
}
.paqueteDesc span{
    display: block;
    color: #E1134F;
}

.paqueteNum{
    width:50px;
    height: 50px;
    line-height: 50px;
    top:32px;
    left: 0px;
}

#paqueteList {
    margin: 0 50px;
    padding: 0;
    list-style: none;
}

 #paqueteList li{
    width: 960px;
    display: none;
    text-align: center;
 }
.paquetePrecio{

    line-height: 34px;
    right: 0px;
    bottom: 20px;
    letter-spacing: 2px;
    padding: 10px 20px;
    background: #4D4D4E !important;
}
/*   FOOTER   */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#ff0;
   padding:10px;
}
.mainContent {
   padding:100px 0;   /* Height of the footer */
}
#footer .wrapper{
    width: 80%;
    margin: 0 auto;
}
#footer img{
    float: left;
    vertical-align: middle;
}
#footer p{
    margin: 0;
    font-size: 12px;
    color:#979797;
    vertical-align: middle;
    text-align: right;
}
#footer{
    line-height: 50px;
    min-height: 50px;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    left: 0px;
    width: 100%;
}

#footer .lugar {
    float:left;
    margin-left:25px;
}

.bx-wrapper .bx-next{
    right: -15px !important;
}

.bx-wrapper .bx-prev{
    left: -15px !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media only screen and (min-width: 1400px){
    #productosWrapper .bx-wrapper{
        width: 97%;
        margin: auto;
    }

}

@media only screen and (max-width: 850px) {


    .tituloServicio, .pista {
        text-align: center;
    }



    #logoHome{
        left: 5px;
    }


    .columnaPaquete{
        width: 80%;
    }


    .descQuienes {
        width: 90%;
    }


    .mainContent {
        width: 95%;
    }

    .inner {
        width: 100% !important;
    }

    .contactoWrapper{
        width: 100%;
        padding: 0;

    }

    #contactoMap{

        width: 100%;
        padding: 0;
        text-align: center;

    }

    .desc-salon {
        padding: 0;
        text-align: center;
    }

    .tituloForm, .tituloSeccion  {
        margin-top: 50px;
        font-size: 1.8em;
    }

    .columnProducto{
        width: 90%;
        height: auto;
        min-height: auto;
        overflow: hidden;
        display: block;
        text-align: center;
        margin: auto;

    }

    .descWrapper {
        padding: 0;
        text-align: justify;
    }




    #imgColumn {
        line-height: normal !important;
        margin-top: 50px;
        height: auto !important;
        min-height: auto !important;
        overflow: hidden;
        padding: 0;
    }



    #imgColumn img {
       width: 200px;
    }

    .rentaProducto {
        width: 120px;
        float: none;
        text-align: center;
        margin: 0 auto 20px auto;
    }


    .galeria, .desc-salon {
        width: 95%;
        margin: auto;
        display: inherit;text-align: justify;
    }

    .telefonosClass{
        text-align: center;
    }

    .bx-controls-direction{
        display: none !important;
    }

    #productosWrapper .bx-wrapper{
        width: 100%;
    }


}



@media only screen and (max-width: 460px) {

    .tituloQuienes {
        padding-top: 50px;
    }

    .descQuienes {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .video-espacio {

    }

    .desc-salon {
        padding-top: 40px;
    }

    .mainContent {
        padding-bottom: 40px;
    }

    .descQuienes {
        height: auto;
        padding-bottom: 20px;
    }


}

@media only screen and  (max-width: 1160px){

    #logoHome{
        top:15px;
    }

}



@media only screen and (max-width: 1024px) {


    #logoHome{
        top:10px;
    }

    #footer {
        line-height:14px;
        height: auto !important;

    }

    #footer p {
        text-align: center;
    }


    #footer .wrapper{
        text-align: center;
        padding: 10px 0;
    }

    #footer .logo-footer{
        display: block;
        text-align: center;
    }

    #footer img {
        float: none;
        display: inline-block;
    }

    #footer .lugar {
        display: block;
        float: none;
        text-align: center;
        margin: 0;
    }


}