*::-moz-selection {
    background: transparent;
}

*::selection {
    background: transparent;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: white;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 2vw;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 3vw;
    font-weight: 400;
}

h2 {
    font-size: 1vw;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

button:focus {
    outline: 0;
}


/* Centered texts in each section
	* --------------------------------------- */

.section {
    text-align: center;
    overflow: hidden;
}

.dividerSec {
    background-color: #8D8D8D;
    height: 4px;
    position: relative;
}

.dividerSecInside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8D8D8D;
    z-index: 3;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: /* our video */
    ;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}

#myVideoIntern {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: /* our video */
    ;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}


/* Layer with position absolute in order to have it over the video
	* --------------------------------------- */

#section0 .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 42%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.layerC {
    position: relative;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fullSection {
    width: 100%;
    height: 100vh;
}

.whiteSec {
    z-index: 6;
    background-color: white;
}


/* stay above bottom menu */

.whiteSec2 {
    z-index: 6;
    background-color: white;
}


/* stay above bottom menu */

#section0 {
    overflow: hidden;
}


/* Bottom menu
	* --------------------------------------- */

#infoMenu li a {
    color: #fff;
}

video::-webkit-media-controls {
    display: none !important;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

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

#status {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 42%;
    margin: -0 0 0 -0;
    text-align: center;
}

.loadingImg {
    width: 80%;
}

.mapa {
    width: 60%;
    position: relative;
    left: 20%;
    padding-top: 8%;
    padding-bottom: 8%;
}

.mapa img {
    width: 100%;
    border: 8px solid #FFFFFF;
    border-radius: 20px 0 20px 20px;
}

.presentacionRow:after {
    content: "";
    display: table;
    clear: both;
}

.presentacionCol {
    float: left;
    position: relative;
}

.six {
    width: 50%;
}

.menuCat {
    position: fixed;
    z-index: 10;
    height: 100vh;
    left: 0;
}

.menuCat .ul {
    height: 100%;
}

.menuCat .ul .li {
    width: 25%;
    height: 25%;
}

.menuCat .ul .li a {
    position: relative;
    top: -20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 4vh;
    line-height: 1;
    font-weight: 400;
    color: white;
    text-decoration: none;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .2s;
}

.menuCat .ul .li a:hover {
    color: #FC7D70 !important;
    transition: .2s;
}


/* esconder la descripcion en el menu izquierdo a menos que hoverees */

.menuCat a span:first-child {
    font-size: .6vw;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.menuCat a:hover span:first-child {
    opacity: 1;
}

.activeC {
    color: #FC7D70 !important;
    cursor: default !important;
}

.menuCat .ul .li div {
    position: relative;
    top: 20px;
    left: 16px;
}

.logo {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 20px;
    width: 7.2%;
    min-width: 100px;
    top: 20px;
}

.logo svg {
    fill: white;
}

.logo svg:hover {
    fill: #8D8D8D !important;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(300px);
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 68px;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: calc(100% - 68px);
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    /*     height: 33.3334%; */
    height: 50%;
    position: relative;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #ffffff;
    background: rgb(248, 147, 26);
}

#menu-toggle {
    z-index: 10;
    position: fixed;
    top: 20px;
    right: 20px;
    margin: 0;
    width: 1.6%;
}

#menu-toggle svg {
    fill: white;
}

#menu-toggle svg:hover,
#menu-close svg:hover {
    fill: #8D8D8D !important;
}

#sidebar-wrapper.active {
    right: 300px;
    width: 300px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

.btn-default {
    border-radius: 100%;
}

#menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    width: 2vw;
}

#menu-close:hover {
    color: #FC7D70;
}

.homeBtn {
    text-decoration: none;
    color: black;
    position: absolute;
    top: 23px;
    left: 10px;
}

.homeBtn h1 {
    font-size: 23px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}

.homeBtn h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: black;
}


/*
.homeBtn:hover * {
    color: #FC7D70;
}*/

.diegoBtnMenu {
    background: url(../img/diego-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.dangerBtnMenu {
    background: url(../img/danger-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.peryBtnMenu {
    background: url(../img/pery-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.smitheBtnMenu {
    background: url(../img/smithe-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.textBtnMenu {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.sidebar-nav a {
    font-size: 1vw;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.sidebar-nav a:hover {
    color: #8D8D8D;
}

.lineM {
    width: 2px;
    height: 60vh;
    position: fixed;
    left: calc(50% - 1px);
    z-index: 3;
    background-color: #FC7D70;
}

.menuPers {
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 90%;
    margin-left: 5%;
}

.persona01,
.persona02,
.persona03,
.persona04 {
    float: left;
    width: 33.3334%;
    text-align: center;
    position: relative;
    padding: 3vh 0;
}

.textBtnMenuPer {
    font-size: 1vw;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.menuPers>a:hover .textBtnMenuPer,
.textBtnMenuPer.active {
    color: #8D8D8D;
}

.persona01Cont,
.persona02Cont,
.persona03Cont,
.persona04Cont {
    width: 12vw;
    background-color: white;
    height: 12vw;
    margin: 0 auto;
    position: absolute;
    bottom: 8vh;
    z-index: -1;
    display: block;
    border: 1px solid white;
    border-radius: 200px;
    box-sizing: border-box;
    margin-left: 50%;
    transform: translateX(-50%);
    transition: width 0.25s, height 0.25s;
}

.persona01Cont {
    background: url(../img/diego-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.persona02Cont {
    background: url(../img/danger-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.persona03Cont {
    background: url(../img/pery-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.persona04Cont {
    background: url(../img/smithe-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.overlay:hover:after,
.overlay.active {
    opacity: .3;
}

.black:after {
    background-color: black;
}

.dangerSec01 .firstH1 {
    position: absolute;
    top: 45%;
    left: 50%;
    text-align: center;
    width: 50%;
    transform: translate(-50%);
}

.dangerSec01 .secondH1 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: right;
}

.dangerSec01 p,
.smitheSec01 p,
.smitheSec06 p {
    position: absolute;
    width: 60%;
    text-align: center;
    top: 46%;
    left: 20%;
    font-size: 2.5vw;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2.5vw;
    text-shadow: 1px 1px 3px #65636c6b;
}

.diegoSec01 h1 {
    position: absolute;
    text-transform: uppercase;
    top: 31%;
    right: 4%;
}

.diegoSec01 p {
    position: absolute;
    width: 60%;
    text-align: right;
    top: 46%;
    right: 4%;
    font-size: 2.5vw;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2.5vw;
    text-shadow: 1px 1px 3px #65636c6b;
}

.smitheSec06 p {
    top: 33%;
}

.diegoSec01 p .videoFull02,
.NoMarginBottom {
    margin-bottom: 0 !important;
}

.presentacionHandler {
    color: #FC7D70 !important;
}

.presentacionImg {
    width: 12vw;
    background-color: white;
    height: 12vw;
    border-radius: 200px;
    box-sizing: border-box;
    margin-left: 50%;
    transform: translateX(-50%);
}

.presentacionImgDanger {
    background: url(../img/danger-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.presentacionImgSmithe {
    background: url(../img/smithe-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.presentacionImgDiego {
    background: url(../img/diego-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.presentacionImgPery {
    background: url(../img/pery-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.presentacionImgPH {
    background: url(../img/andy-local.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.presentacionRow {
    padding-top: 90px;
    padding-bottom: 60px;
}

.presentacionCol h1,
.mapa h1 {
    font-size: 1vw;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: black;
    margin-top: 30px;
    line-height: 1.1vw;
}

.presentacionCol h1 span,
.mapa h1 span {
    font-weight: 400;
    font-size: 4vw;
    line-height: 6vw;
}

.mapa h1 {
    background-color: white;
    padding: 8px;
    margin-top: 40px;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2vw;
}

.message {
    position: relative;
    left: 20%;
    margin-bottom: 0;
    width: 90%;
    text-align: center;
}

.message2 {
    position: relative;
    left: 10%;
    margin-bottom: 0;
    width: 80%;
    text-align: center;
}

.messageBox {
    display: inline-block;
    background-color: transparent;
    border: none;
    border-radius: 130px;
    box-sizing: border-box;
    padding: 40px 40px;
}

.message2 .messageBox {
    display: inline-block;
    text-align: right;
    border: none;
    border-radius: 130px;
    box-sizing: border-box;
    padding: 20px 40px;
    background-color: transparent;
    font-weight: 300;
        max-width: 970px;
}

.message2 .messageBox p {
    padding-right: 0 !important;
    font-weight: 300;

    color: #4D4D4D;
    font-size: 90%;
    text-align: justify;
    line-height: 160%;
    letter-spacing: 1.5px;
}

.message2 .messageBox p a {
    color: white !important;
    text-decoration: underline
}

.messageBox p {

    margin: 0;
    padding: 10px;

    padding-right: 25%;

    color: #4D4D4D;
    font-size: 90%;
    text-align: justify;
    line-height: 160%;
    letter-spacing: 1.5px;
}

.message .messageBox p {
    text-align: right;
}

.messageBox p a {
    color: black !important;
    text-decoration: underline
}

.video {
    position: relative;
    height: 281px;
    width: 500px;
    background: #73AF96;
    position: absolute;
}

.video img {
    opacity: .65;
}

.play {
    height: 80px;
    width: 120px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    /*Centering*/
    margin: -40px 0 0 -60px;
    left: 50%;
    top: 50%;
    display: block;
    background: #FA614D;
    transition: background-color 0.5s ease;
    color: white;
}

.play:hover {
    background: #C31A1F;
}

.icon-play {
    line-height: 80px;
}

.icon-play:before {
    cursor: pointer;
}

@-webkit-keyframes dot-keyframes {
    0% {
        opacity: .4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: .4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes dot-keyframes {
    0% {
        opacity: .4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: .4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.loading-dots {
    text-align: center;
    width: 100%;
}

.loading-dots--dot {
    -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.loading-dots--dot:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.loading-dots--dot:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.fotoFullParaQuo {
    background: url(../img/alc/danger/danger01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFullDanger02 {
    background: url(../img/alc/danger/danger02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFullDanger03 {
    background: url(../img/alc/danger/danger03.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFullDanger04 {
    background: url(../img/alc/danger/danger04.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFullParaSmith01 {
    background: url(../img/alc/smithe/smithe01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFullParaSmith03 {
    background: url(../img/alc/smithe/smithe03.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFullDiego01 {
    background: url(../img/alc/diego/diego01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFullDiego03 {
    background: url(../img/alc/diego/diego04.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFulPery01 {
    background: url(../img/alc/pery/pery01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFulPery02 {
    background: url(../img/alc/pery/pery02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.dangerSec03 p,
.dangerSec08 p,
.diegoSec03 p,
.diegoSec05 p {
    font-size: 2.5vw;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    width: 40%;
    text-align: left;
    margin-left: 10%;
    position: absolute;
    bottom: 14px;
    line-height: 2.8vw;
    text-shadow: 1px 1px 3px #65636c6b;
}

.diegoSec03 p {
    font-size: 4vw;
    line-height: 4.2vw;
}

.diegoSec05 p {
    font-size: 3vw;
    color: #FC7D70;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 3.2vw;
    color: white;
}

.dangerSec08 p {
    left: 0;
}

.dangerSec08 {
    margin-bottom: 0 !important;
}

.SegundaEnPadding {
    padding-top: 4%;
    padding-bottom: 4%;
}

.catBtn {
    color: black;
    position: absolute;
    top: 59px;
    left: 184px;
}

.catBtn:hover * {
    color: #FC7D70;
}

.catBtn h1 {
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
}

.rotateM {
    display: none
}

.copyAllown {
    background-color: black;
    padding: 10% 15%;
    box-sizing: border-box;
}

.copyAllown p {
    font-size: 2vw;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 3vw;
    text-align: center;
}

#mask {
    overflow: hidden;
    position: relative;
    height: 50vh;
    width: 100%;
    border: 2px solid #000;
}

#mask iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
}

.map-container iframe.clicked {
    pointer-events: auto;
}

.smitheSec01 h1 {
    position: absolute;
    text-transform: uppercase;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}

.smitheSec01 p {
    top: 46%;
}

.smitheSec05 p {
    top: 26%;
}

.smitheSec08 {
    background: url(../img/alc/smithe/smithe04.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.smitheSec08 p {
    color: white !important;
    margin-top: 12%;
}

.smitheSec06 {
    background: url(../img/alc/smithe/smithe02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.smitheSec04 {
    background: url(../img/alc/smithe/smithe04.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.diegoSec05 {
    background: url(../img/alc/diego/diego02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.fotoFullDiego04 {
    background: url(../img/alc/diego/diego03.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.facebookShare button {
    font-size: 1vw;
    text-align: center;
    color: #fff;
    border: none;
    background-color: transparent;
    padding: 2px 10px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);

}

.facebookShare button:hover {
    color: #8D8D8D;
}

.mouse {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 46px;
    border-radius: 13px;
    border: 2px solid #fff;
    position: absolute !important;
    left: 50%;
    bottom: 9vh;
    margin-left: -13px;
    z-index: 3;
}

.mouse span {
    display: block;
    margin: 6px auto;
    width: 2px;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.linesTitle{
	    width: 140px;
    height: 90px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    margin-top: -10px;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.textoSecond{
	background-color: #f2f2f2;
	padding: 5% 0;
}

@media (max-width: 666px) {
    .Maintext {
        width: 50% !important;
    }
    #menu-toggle {
        width: 8%;
    }
    #menu-close {
        width: 8vw;
    }
    .sidebar-nav a {
        font-size: 5vw;
    }
    .textBtnMenuPerDiego,
    .textBtnMenuPerSmithe,
    .textBtnMenuPerPery {
        display: none;
    }
    .facebookShare button {
        font-size: 3vw;
        text-align: right;
        color: #fff;
        border: none;
        background-color: transparent;
        padding: 2px 10px;
        cursor: pointer;
        text-decoration: none;
        display: block;
        margin: 0 auto;
        margin-top: -2px;
        position: absolute;
        left: 60%;
        transform: translate(-50%);
        top: 2px;
        width: 100%;
        right: 0;
    }
    .dangerSec01 .firstH1 {
        position: absolute;
        top: 40%;
        left: 50%;
        text-align: center;
        width: 60%;
        transform: translate(-50%);
    }
    .dangerSec01 h1 {
        font-size: 6vw !important;
        line-height: 7vw !important;
    }

    .fotoFullDiego01b {
        background: url(../img-iwc/iwc-spitfire-thelongestflight-747705.jpg) no-repeat center center scroll !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .ImmasoulSec0502b {
    background: url(../img-iwc/iw389103-mood-01b.jpg) no-repeat center center scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
        background-size: 1000px !important;
}
.ImmasoulSec0502b2 {
    background: url(../img-iwc/iw389103-mood-02b.jpg) no-repeat center center scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
        background-size: 1000px !important;
}

.ImmasoulSec0502b3 {
    background: url(../img-iwc/iw389103-mood-03b.jpg) no-repeat center center scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
        background-size: 1000px !important;
}
.ImmasoulSec0502b4 {
    background: url(../img-iwc/iw389103-mood-04b.jpg) no-repeat center center scroll !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
        background-size: 1000px !important;
}
    .margen2text {
        margin-top: 143% !important;
    }
    .fotoFullImmasoul02b {
        background: url(../img-iwc/iw389103-mood-01a.jpg) no-repeat center center scroll !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
            background-size: 1000px !important;
    }
    .fotoFullImmasoul02b2 {
        background: url(../img-iwc/iw389103-mood-02.jpg) no-repeat center center scroll !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
            background-size: 1000px !important;
    }
    .fotoFullImmasoul02b3 {
        background: url(../img-iwc/iw389103-mood-03a.jpg) no-repeat center center scroll !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
            background-size: 1000px !important;
    }
    .fotoFullImmasoul02b4 {
        background: url(../img-iwc/iw389103-mood-04a.jpg) no-repeat center center scroll !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
            background-size: 1000px !important;
    }
    h1 {
	    font-size: 4vw;
	    line-height: 5vw;
	    	}
	    	
	.linesTitle{
		display: none;
	}
	.message2 {
	    position: relative;
	    left: 0%;
	    margin-bottom: 0;
	    width: 100%;
	    text-align: center;
	}
}