body{
  overflow-x: hidden;
}
.wrapper {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    -webkit-perspective: 1000;
    perspective: 1000;
}
.section {
    width: calc(100% / 4);
    height: 100%;
    background: #fff;
    background-color: #fff;
    float: left;
    position: relative;
    padding: 0 0 0 0 !important;
}
.sections {
    width: 400%;
    height: 100%;
}
.ubicacionContainer {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 0 0;
}
.businessContainer {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 8% 0 0 0;
}
.businessHeader {
    width: 80%;
    height: auto;
    text-align: right;
    margin: 0 auto;
    padding: 8% 0 0 0;
}
.businessHeader h4 {
    font-size: 70px;
    color: #e1e0e0;
    font-weight: 600;
    margin: 0 0 0 0;
    position: relative;
}
.businessHeader h4::before {
    content: "";
    width: 2px;
    height: 60px;
    background: #ea6c06;
    position: absolute;
    top: -50px;
    right: 120px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.businessHeader h4::after {
    content: "";
    width: 2px;
    height: 60px;
    background: #ea6c06;
    position: absolute;
    bottom: -65px;
    right: 160px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.businessHeader h1{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0 0;
}
.businessText {
    width: 80%;
    height: auto;
    text-align: justify;
    margin: 0 auto;
    padding: 15% 0 0 0;
}
.businessText p {
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 500;
    padding: 5% 0 15% 35%;
}
.businessAdress {
    width: 80%;
    height: auto;
    text-align: right;
    margin: 0 auto;
    padding: 0 0 0 0;
}
.businessAdress p {
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 400;
}
.businessAdress a {
    font-size: 15px;
    color: #ea6c06;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
}
.businessAdress a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ea6c06;
    background-color: #ea6c06;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    transition: all 0.3s ease;
}
.businessAdress a:hover {
    font-weight: 500;
}
.businessAdress a:hover::after {
    width: 0;
}
.ubicacionImg {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 0 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.ubicacionTitle {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    text-align: justify;
}
.ubicacionTitle h1 {
    color: #e1e0e0;
    font-weight: 600;
}
.ubDoorLeft {
    width: 50%;
    height: 100%;
    background: #fff;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.ubDoorRight {
    width: 50%;
    height: 100%;
    background: #fff;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.ubicacionZoom {
    transform: scale(1.8);
}
.amenidadesLeft {
    width: 45%;
    height: auto;
    padding: 10% 0 0 0;
    float: left;
    position: relative;
}
.amenidadesImg {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 0 0 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.amenidadesImg h6 {
    position: absolute;
    line-height: 1;
    bottom: -15px;
    right: 0;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}
.amenidadesImg h6 span {
    color: #ea6c06;
}
.amenidadesRight {
    width: 55%;
    height: auto;
    padding: 13% 0 0 0;
    float: left;
    position: relative;
}
.amenidadesRight h6 {
    width: auto;
    height: auto;
    position: absolute;
    font-size: 60px;
    color: silver;
    font-weight: 600;
    top: 33%;
    right: 44%;
    z-index: 2;
}
.amenidadesRight h6 span {
    color: #ea6c06;;
}
.amenidadesInfo {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 20%;
    left: 5%;
}
.amenidadesInfo h3 {
    font-size: 50px;
    color: #ea6c06;
    font-weight: 700;
    text-transform: uppercase;
}
.amenidadesInfo ul {
    line-height: 15px;
}
.amenidadesInfo ul li {
    position: relative;
}
.amenidadesInfo ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #ea6c06;
    background-color: #ea6c06;
    position: absolute;
    top: 6px;
    left: 10px;
}
.amenidadesInfo ul li p {
    font-size: 20px;
    font-weight: 400;
    color: #ea6c06;
    padding: 0 0 0 35px;
}
.amenidadesInfo ul li p span {
    color: #727171;
}
.cafeteriaImg {
    width: 55%;
    height: auto;
    float: right;
    position: relative;
    padding: 0 0 0 0;
    line-height: 0;
    overflow: hidden;
}
.amenidadesBG {
    width: 100%;
    height: 100%;
    background: #fff;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.amenidadesZoom {
    transform: scale(1.8);
}
.cafeteriaBG {
    width: 200%;
    height: 100%;
    background: #fff;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}
.cafeteriaZoom {
    transform: scale(1.8);
}
.amenidadTop {
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 12%;
    right: 0;
    text-align: center;
}
.topInner {
    width: 70%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.amenidadRight {
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 13%;
    right: 0;
    text-align: right;
}
.rightInner {
    width: 70%;
    height: auto;
    text-align: right;
    padding: 0 0 0 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
}
h3.amenidadesTitle {
    font-size: 50px;
    color: #ea6c06;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 30%;
    left: 28%;
}
.amenidadesList {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 20%;
    right: 40%;
}
.amenidadesList ul {
    line-height: 15px;
}
.amenidadesList ul li {
    position: relative;
}
.amenidadesList ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #ea6c06;
    background-color: #ea6c06;
    position: absolute;
    top: 6px;
    left: -10px;
}
.amenidadesList ul li p {
    font-size: 20px;
    font-weight: 400;
    color: #ea6c06;
}
.amenidadesList ul li p span {
    color: #727171;
}
.topBG {
    width: 100%;
    height: 100%;
    background: #fff;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.rightBG {
    width: 100%;
    height: 100%;
    background: #fff;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}
.zoomTop {
    transform: scale(1.8);
}
.zoomRight {
    transform: scale(1.8);
}
.milenioLeft {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 25%;
    padding: 0 0 0 0;
}
.roomInner {
    width: 65%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 0;
    line-height: 0;
    float: left;
}
.milenioRight {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 15%;
    padding: 0 0 0 0;
}
.officeInner {
    width: 30%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 0;
    line-height: 0;
    float: right;
}
.milenioMiddleTop {
    width: auto;
    height: auto;
    position: absolute;
    top: 30%;
    right: 35%;
    text-align: justify;
    padding: 0 0 0 0;
    z-index: 4;
}
.milenioMiddleTop p {
    font-size: 16px;
    color: #727171;
    font-weight: 400;
    padding: 0 0 0 70%;
    position: relative;
}
.milenioMiddleTop p::before {
    content: "";
    width: 3px;
    height: 60px;
    background: #ea6c06;
    position: absolute;
    top: -65px;
    right: 200px;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.milenioMiddleTop p::after {
    content: "";
    width: 3px;
    height: 60px;
    background: #ea6c06;
    position: absolute;
    bottom: -65px;
    right: 150px;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.milenioMiddleCenter {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 33%;
    right: 40%;
    text-align: justify;
    padding: 0 0 0 0;
    z-index: 4;
}
.milenioMiddleCenter h4 {
    font-size: 60px;
    color: #a4adbb;
    font-weight: 500;
}
.milenioMiddleCenter p {
    font-size: 16px;
    color: #727171;
    font-weight: 400;
    position: relative;
}
.milenioMiddleCenter p::after {
    font-family: "CircularStd", serif;
    content: "10º Aniversario";
    position: absolute;
    right: -35px;
    bottom: -10px;
    font-size: 25px;
    font-weight: 500;
    color: #e36832;
}
.milenioMiddleCenter p.eng-aniversario::after {
    font-family: "CircularStd", serif;
    content: "10th anniversary.";
    position: absolute;
    right: -3.5rem;
    bottom: -10px;
    font-size: 25px;
    font-weight: 500;
    color: #e36832;
}
.milenioMiddleBottom {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 16%;
    right: 34%;
    text-align: right;
    padding: 0 0 0 0;
    z-index: 4;
}
.milenioMiddleBottom h5 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.milenioMiddleBottom a {
    background: #ea6c06;
    background-color: #ea6c06;
    color: #fff;
    font-weight: lighter;
    width: 200px;
    box-shadow: none;
    transition: all 0.3s ease;
}
.milenioMiddleBottom a:hover,
.milenioMiddleBottom a:focus,
.milenioMiddleBottom a:active {
    background: #fff;
    background-color: #fff;
    color: #ea6c06;
    box-shadow: none;
}
.roomBG {
    width: 100%;
    height: 100%;
    background: #fff;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.officeBG {
    width: 100%;
    height: 100%;
    background: #fff;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}
.roomZoom {
    transform: scale(1.8);
}
.officeZoom {
    transform: scale(1.8);
}
.ubicacionRespContainer {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
#businessJuriquillaR {
    width: 100%;
    height: auto;
    padding: 10% 0 10% 0;
    background: #fff;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: none;
}
#estacionamientoAmedidadesR {
    width: 100%;
    height: auto;
    padding: 10% 0 10% 0;
    background: #fff;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: none;
}
.cafeteriaImg h6 {
    position: absolute;
    line-height: 1;
    bottom: 1px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 60px;
    font-weight: 600;
    color: silver;
}
.cafeteriaImg h6 span {
    color: #fff;
}
#amedidadesR {
    width: 100%;
    height: auto;
    padding: 10% 0 10% 0;
    background: #fff;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: none;
}
#milenioR {
    width: 100%;
    height: auto;
    padding: 10% 0 10% 0;
    background: #fff;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: none;
}
