/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

body {
    background-color: #FFFFFF;
}

a {
    font-family: 'SuisseIntlBook';
    font-weight: normal;
    color: black;
    font-size: 1.7vw;
    letter-spacing: .010rem;
    text-decoration: underline;
}

a:hover {
    color: black;
}

h2 {
    font-family: 'SuisseIntlBook';
    font-size: 2vw;
    letter-spacing: .025rem;
    margin-bottom: 1rem;
    font-weight: 900
}

h3 {
    font-family: 'SuisseIntlBook';
    font-size: 1.6vw;
    letter-spacing: .025rem;
    margin-bottom: 1rem;
    font-weight: 900
    }

p {
    font-family: 'SuisseIntl';
    font-weight: 900;
    color: black;
    font-size: 1vw;
}

p a{
	font-size: 1vw;
}

#one p {
    color: #F50014;
}

h1 {
    font-family:"Separat Regular" !important;
    font-weight: 400;
    font-size: 1.4vw;
    letter-spacing: .025rem;
    text-align: left
}


.CAimg{
    position: absolute;
    top: 14%;
    right: 0;
    z-index: -1;
    width: 22%
}


.leftCol h1 {
    color: #FFFFFF;
     font-family:"Separat Regular" !important;
    font-weight: 400;
    font-size: 3vw;
    letter-spacing: .025rem;
}

.leftCol h1 span {
    color: #C49EF9;
    font-family: 'SuisseIntlBook';
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -.025rem;
}

.leftCol p {
    color: #FFFFFF;
    font-size: 1vw;
    font-weight: 900;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F50014;
    z-index: 99999;
}

#status {
    width: 480px;
    height: 360px;
    position: absolute;
    left:50%;
	top:50%;
    text-align: center;
	margin:-180px 0 0 -240px;
}

#status .layer {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%, -50%);
    /* margin: 0 auto; */
    left: 50%;
    width: 80%;
}

.header {
    height: 20vh;
}

.contentHero p {
    margin-bottom: 5.5vh
}

.line svg {
    width: 100vw !important;
    height: 64% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.TituloGP h1{
	font-size: 3vw
}
/*HERO*/

.heroSecond {
    width: 100%
}

.HSMm {
    position: fixed;
    bottom: 0;
    background: #F50014;
    z-index: 9;
}

.HSMm p {
    font-size: 6vw !important;
}

.mMSL {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.mMSR {
    opacity: 1;
}

.arrowMS2 {
    opacity: 0;
}

.arrowMS3 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.arrowMS {
    opacity: 1;
}

.heroSecond p {
    margin-top: 0;
    margin-bottom: 4px;
    color: #FFFFFF;
    font-size: 10vw;
    text-align: center;
    line-height: 9vw;
    padding-bottom: .8%;
    padding-top: .8%;
    background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(245,0,20,1) 25%, rgba(245,0,20,1) 75%, rgba(255,255,255,0) 100%);
}

.heroSecond p.first {
    text-align: left;
    padding-left: 15%;
}

.heroSecond p.second {
    text-align: right;
    padding-right: 15%;
}

.heroSecond img,
.heroFirst img {
    width: 7.2%;
    /* padding-bottom: .2%; */
    margin-top: -2%;
}

#one {
    position: relative;
}


/*
 *  STYLE 3
 */

.style-3::-webkit-scrollbar-track {
    background-color: #F50014;
}

.style-3::-webkit-scrollbar {
    width: 4px;
    height: 0px;
    background-color: #F50014;
}

.style-3::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
}

.style-3-2::-webkit-scrollbar-track {
    background-color: #F50014;
}

.style-3-2::-webkit-scrollbar {
    width: 4px;
    height: 0px;
    background-color: #F50014;
}

.style-3-2::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
}

.a-enter-vr-button {
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leftCol {
    height: 96vh;
    overflow: scroll;
}

#player {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
}

.content {
    overflow: scroll !important;
    position: fixed !important;
    top: 0 !important;
    height: 100vh !important;
    width: 100vw !important;
    z-index: -1 !important;
}

.backImg01 {
    background: url(../img/chivas01L.jpg) no-repeat center top;
    background-size: cover;
}

.backImg02 {
    background: url(../img/CRXV_pattern_approved.jpg) no-repeat center top;
    background-size: cover;
}
.backImg03 {
    background: url(../img/aurantium.jpg) no-repeat center top;
    background-size: cover;
}

.floating {
    -webkit-animation-name: floating;
            animation-name: floating;
    -webkit-animation-duration: 95s;
            animation-duration: 95s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
                transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, -85%);
                transform: translate(0, -85%);
    }
    to {
        -webkit-transform: translate(0, -0px);
                transform: translate(0, -0px);
    }
}

@keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
                transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, -85%);
                transform: translate(0, -85%);
    }
    to {
        -webkit-transform: translate(0, -0px);
                transform: translate(0, -0px);
    }
}


.carousel-control-prev-icon {
    background-image: url(../img/left-arrow.svg);
}

.carousel-control-next-icon {
    background-image: url(../img/right-arrow.svg);
}

.margintsec{
	margin-top: 150px;
}

.logoMDos{
	width: 30%;
}

.signT:before {content: "+";}
.signTT:before {content: "-";}

.btnTorontoAc{
    background-color: #FFFFFF !important;
    color: #F50014 !important;
}

.signT2:before {content: "+";}
.signTT2:before {content: "-";}

.btnTorontoAc2{
    background-color: #FFFFFF !important;
    color: #F50014 !important;
}

.signT3:before {content: "+";}
.signTT3:before {content: "-";}

.btnTorontoAc3{
    background-color: #FFFFFF !important;
    color: #F50014 !important;
}

@media(max-width: 767px) {
    .header {
        height: 10vh;
    }
    .TituloGP h1{
		font-size: 10vw
	}
    a {
        font-size: 3.5vw !important;
    }
    h1 {
        font-size: 4.5vw;
    }
    h2 {
        font-size: 4.5vw;
    }
    h3 {
	    font-size: 4vw;
	}
    p {
        font-family: 'SuisseIntlBook';
        font-weight: normal;
        color: black;
        font-size: 3.5vw;
    }
    .leftCol h1 {
        font-size: 10vw;
    }
    .leftCol p {
        font-size: 4vw;
    }
    .leftCol {
        height: auto;
        overflow: visible;
    }
    .leftCol h1 span {
        color: #C49EF9;
        font-family: 'SuisseIntlMono';
        font-weight: normal;
        font-size: 14px;
        letter-spacing: -.025rem;
    }
    .footer {
        padding-bottom: 37px;
    }
    .volver-gtI {
        width: 40%;
    }
    .floating {
        -webkit-animation-name: floating;
                animation-name: floating;
        -webkit-animation-duration: 85s;
                animation-duration: 85s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        margin-left: 30px;
        margin-top: 5px;
    }
    @-webkit-keyframes floating {
        from {
            -webkit-transform: translate(0, 0px);
                    transform: translate(0, 0px);
        }
        65% {
            -webkit-transform: translate(0, 235%);
                    transform: translate(0, 235%);
        }
        to {
            -webkit-transform: translate(0, -0px);
                    transform: translate(0, -0px);
        }
    }
    @keyframes floating {
        from {
            -webkit-transform: translate(0, 0px);
                    transform: translate(0, 0px);
        }
        65% {
            -webkit-transform: translate(0, 235%);
                    transform: translate(0, 235%);
        }
        to {
            -webkit-transform: translate(0, -0px);
                    transform: translate(0, -0px);
        }
    }
    .margintsec{
    	margin-top: 50px;
    }
    .CAimg {
        width: 20%;
    }
    .logoMDos{
		width: 60%;
	}
}