@charset "utf-8";    
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite ancho máximo, por lo que el ancho predeterminado es 100%. */
.ie6 img {
	width:100%;
}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Diseño Mobile: 480px y menos. */
    /*-- Slider --*/
.slidershow{
    position: relative;
    overflow: hidden;
    
} 
.slider li{
    padding-top: 0px;
    width: 100%;
    height: 270px;
    overflow: hidden;
    padding-top: 100px;
    margin-bottom: -10px;
}
.contenedorfts{
    display: block;
    overflow: hidden;
    height: 200px;
    width: 100%;
    position: relative;
    left: 0%;
} 
.contenedorfts2{
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    left: 0%;
    transform: translateY(0px); 
}
.contenedorfts3{
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    left: 0%;
    transform: translateY(0px); 
}
.contenedorft{
    display: none;
}  
.contenedorft2{
    overflow: hidden;
    height: 100%;
    width: 1000px;
    position: relative;
    left: 0%;
    transform: translateX(-31%);
}
.contenedorft2{
    display: none;
}
.contenedorft3{
    overflow: hidden;
    height: 100%;
    width: 1000px;
    position: relative;
    left: 0%;
    transform: translateX(-61%);
}
.contenedorft3{
    display: none;
}
.pagination{
    display: none;
}
.left, .right{
    position: absolute;
    color: #fff;
    top: 0;
    z-index: 2;
    font-size: 25px;
    padding-top: 170px;
    margin: 10px;
}
.left{
    left: 0;
}
.right{
    right: 0;
}
body{
    background-color: rgba(192,184,171,0.2);
}
.contenedor_final{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contenedor_final button{
    padding: 12px 14px;
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    background-color: rgb(53,63,82);
    border: 0px solid rgb(99,99,99);
    color: rgb(15,15,15);
    transition: all 0.3s;
    color: #fff;
    font-weight: 600;
}
/* Diseño Tablet: 481px a 768px. Hereda estilos de diseño mobile. */
@media only screen and (min-width: 481px) {
    /*-- Slider --*/
    .slidershow{
        width: 100%;
        position: relative;
        
    }
    .slider li{
        width: 100%;
        height: 600px;
        
    }
    .contenedorft{
        display: block;
        overflow: auto;
        height: 100%;
        width: 100%;
        position: relative;
        left: 0%;
        transform: translateX(0%);
    }
    .contenedorfts{
        display: none;
    }
    .contenedorfts2{
        display: none;
    }
    .contenedorfts3{
        display: none;
    }
    .contenedorft2{
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: relative;
        left: 0%;
        transform: translateX(0%);
    } 
    .contenedorft3{
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: relative;
        left: 0%;
        transform: translateX(0%);
    }
    .slider li img{
        width: 100%;
        height: 100%;
        
    }
    .pagination{
        position: absolute;
        top: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .pagination li{
        font-size: 20px;
        margin: 2px 5px;
        color: #333;
        cursor: pointer;
    }
    .left, .right{
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        z-index: 2;
    }
    .left{
        left: 10px;
    }
    .right{
        right: 10px;
    }
    body{
        background-color: rgba(192,184,171,0.2);
    }
    .contenedor_final{
        width: 100%;
        text-align: center;
        padding: 50px;
    }

}

/* Diseño Desktop: 769px a un maximo de 1600px. Hereda estilos de: Diseño mobile y tablet */
@media only screen and (min-width: 900px) {
    /*-- Slider --*/
    .slidershow{
        width: 100%;
        position: relative;
    }
    .slider li{
        width: 100%;
        height: auto;
        padding-top: 160px;
        margin-bottom: 0px;
    }
    .slider li img{
        width: 100%;
        height: auto;
        max-height: 600px;
    }
    .pagination{
        position: absolute;
        top: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .pagination li{
        font-size: 20px;
        margin: 2px 5px;
        color: #333;
        cursor: pointer;
    }
    .left, .right{
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 35px;
        cursor: pointer;
        z-index: 2;
        padding-top: 430px;
        text-shadow: 5px 5px 7px #222;
    }
    .left{
        left: 10px;
    }
    .left:hover{
        transform: translateY(4px);
        transition: all 0.3s;
    }
    .right{
        right: 10px;
    }
    .right:hover{
        transform: translateY(4px);
        transition: all 0.3s;
    }
    body{
        background-color: rgba(192,184,171,0.2);
    }
    .contenedor_final{
        width: 100%;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .contenedor_final a{
        cursor: pointer;
    }
    .contenedor_final button{
        padding: 12px 14px;
        font-size: 22px;
        font-family: 'Playfair Display', serif;
        font-weight: 300;
        background-color: rgb(53,63,82);
        border: 0px solid rgb(99,99,99);
        color: #fff;
        transition: all 0.3s;
        font-weight: 600;
    }
    .contenedor_final button:hover{
        box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    }
}