@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'proza_libreregular';
    src: url('../../assets/fonts/prozalibre-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/prozalibre-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proza_libresemibold';
    src: url('../../assets/fonts/prozalibre-semibold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/prozalibre-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proza_librebold';
    src: url('../../assets/fonts/prozalibre-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/prozalibre-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#000;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body {
    font-family: 'proza_libreregular';
    /*font-family: 'Open Sans', sans-serif;*/
    color: #fff;
    color: rgba(255,255,255,1);
    font-size: 16px;
    box-sizing: border-box;
}

h1{
    font-size: 2em;
}
p{
    font-size: 1em;
}

.mt-0{
    margin-top: 0 !important;
}

.section {
    text-align: center;
    position: relative;
    outline: none;
}
.section:focus {
    text-align: center;
    position: relative;
    outline: none;
}
#menu li {
    display:inline-block;
    margin: 10px;
    color: #000;
    background:#fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
    background:#666;
    background: rgba(0,0,0, 0.5);
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #000;
}
#menu li.active a:hover{
    color: #000;
}
#menu li:hover{
    background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
    padding: 9px 18px;
    display:block;
}
#menu li.active a{
    color: #fff;
}
#menu{
    position:fixed;
    top:0;
    left:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}
.twitter-share-button{
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}
#download{
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
    text-decoration:none;
    color:#fff;
}
#download:hover{
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
#infoMenu{
    height: 20px;
    color: #f2f2f2;
    position:fixed;
    z-index:70;
    bottom:0;
    width:100%;
    text-align:right;
    font-size:0.9em;
    padding:8px 0 8px 0;
}
#infoMenu ul{
    padding: 0 40px;
}
#infoMenu li a{
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}
#infoMenu li a:hover{
    text-decoration:underline;
}
#infoMenu li{
    display:inline-block;
    position:relative;
}
#examplesList{
    display:none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width:638px;
    text-align:left;
}
#examplesList ul{
    padding:0;
}
#examplesList ul li{
    display:block;
    margin: 5px 0;
}
#examplesList ul li a{
    color: #BDBDBD;
    margin:0;
}
#examplesList ul li a:hover{
    color: #f2f2f2;
}
#examplesList .column{
    float: left;
    margin: 0 20px 0 0;
}
#examplesList h3{
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}

/*//// UTILITIES ///*/

#preloaderintro {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
}
#statusintro {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
    display: none;
}
.tns-nav{
    display: none;
}

/*////////////////////////////////////*/

a,i,.MenuBar.MenuBarVideo{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

/*///////////// WEB - HEADER /////////////*/

.BoxLogo{}
.BoxLogo .ImgLogo{
	width: 120px;
}

.Web-Header {
    position: fixed;
    left: 1.6rem;
    width: auto;
    z-index: 3;
    top: 0;
    padding: 1rem;
    box-sizing: border-box;
    padding-top: 2.5rem;
}

.BoxLinkMenu, .BoxLinkMenuClose{
    display: none;
}

.modRotate {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*.modZoom {
    -webkit-animation:modeZoom 1s linear infinite;
    -moz-animation:modeZoom 1s linear infinite;
    animation:modeZoom 1s linear infinite;
}

@-moz-keyframes modeZoom { 100% { opacity: 1; } }
@-webkit-keyframes modeZoom { 100% { opacity: 1; } }
@keyframes modeZoom { 100% { opacity: 1; opacity: 1; } }
*/
.modHorizontal {
    -webkit-animation:moving 2s ease-in-out infinite;
    -moz-animation:moving 2s ease-in-out infinite;
    animation:moving 2s ease-in-out infinite;
}

@keyframes moving {
  0% {
    left: 0;
  }
  50% {
    left: 20px;
  }
  100% {
    left: 0;
  }
}

/*///////////// WEB - NAVEGACION VERTICAL /////////////*/

.MenuBar {
    position: fixed;
    right: 0;
    background: #000;
    width: 70px;
    height: 100vh;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 0;
}
.MenuBar .MenuNav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0px;
    height: 60%;
    width: 100px;
    padding-top: 2rem;
}
.MenuBar .MenuNav .LinkNav {
    font-family: 'proza_libreregular';
    color: #fff;
    text-decoration: none;
    transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    padding: 15px 4px;
    font-size: 0.8rem;
	opacity: 1;
}
.MenuBar .MenuNav .LinkNav:hover {
	opacity: 0.6;
}
.MenuBar .MenuNav .LinkNav.Active {
    font-weight: bold;
    min-width: 100px;
}
.MenuBar .MenuRedes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    position: absolute;
    bottom: 110px;
}
.MenuBar .MenuRedes .LinkRed {
    color: #fff;
    padding: 5px;
}


/*///////////// WEB - CONTACTO /////////////*/

.Web-Contacto {
    height: 95vh;
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 1.8rem;
}

.BoxContacto {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    max-width: 1200px;
    width: 90%;
}
.BoxContacto .Bloque {
    display: flex;
    position: relative;
    align-items: flex-end;
}

.BoxContacto .Bloque.BloqueB {
    flex-direction: column;
    flex-wrap: wrap;
}

.BoxContacto .Bloque.BloqueB .BloqueUp {
    width: 100%;
    display: flex;
    margin-bottom: 4rem;
}
.BoxContacto .Bloque.BloqueB .BloqueDown {
    width: 100%;
    display: flex;
}
.BoxContacto .BoxLets {
    background: url(../img/contacto/bg-lets-v2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 240px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 55px;
    transform: rotate(-40deg) !important;
    margin-left: 10px;
}
.BoxContacto .BoxLets .Text {
    margin: 0;
    color: #fff;
    font-size: 4rem;
    transform: rotate(-4deg);
    line-height: 4rem;
    position: relative;
    left: -15px;
    top: -5px;
}

.BoxContacto .BoxTalk {
    width: 290px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(15deg);
    position: relative;
    left: -20px;
    top: -3px;
}
.BoxContacto .BoxTalk .Text {
    margin: 0;
    font-size: 6rem;
    line-height: 6rem;
    position: relative;
    top: -2px;
    color: #000;
    font-family: 'proza_libresemibold';
}

.BoxContacto .BoxInstagram {
    background: url(../img/contacto/bg-instagram.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(20deg);
    position: relative;
    bottom: 135px;
    left: -125px;
}
.BoxContacto .BoxInstagram .Icon {
    color: #fff;
    font-size: 2rem;
}

.BoxContacto .BoxNumero {
}
.BoxContacto .BoxNumero .LinkNumero {
    color: #fff;
    font-size: 2rem;
    padding: 1.4rem 0.8rem;
    background: #000;
    text-decoration: none;
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BoxContacto .BoxBe {
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(25deg);
    position: relative;
    right: 30px;
    bottom: -25px;
}
.BoxContacto .BoxBe .Icon {
    color: #000;
    font-size: 2rem;
}

.BoxContacto .BoxCorreo {
    color: #000;
    font-size: 2rem;
    padding: 1rem 1rem;
    border: 1px solid #000;
    text-decoration: none;
    position: relative;
    transform: rotate(-28deg);
    top: 20px;
    left: -131px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'proza_librebold';
    line-height: 3rem;
    padding-bottom: 0.8rem;
}

.BoxContacto .BoxY {
    background: url(../img/contacto/bg-y.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    position: relative;
    bottom: -40px;
    right: 200px;
    color: #000;
    font-size: 3rem;
}

/*///////////// WEB - PHOTO /////////////*/

.BoxPhoto {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.BoxPhoto .BoxPhoto-ImgLarge {
    width: 50%;
    overflow: hidden;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.BoxPhoto .BoxPhoto-ImgLarge .BoxImg {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.BoxPhoto .BoxPhoto-ImgLarge .BoxImg .Img {
    width: 100%;
    display: flex;
}

.BoxPhoto .BoxPhoto-ImgMini {
    width: 50%;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.BoxPhoto .BoxPhoto-ImgMini .BoxImg{
    margin: 0;
    width: 60%;
}
.BoxPhoto .BoxPhoto-ImgMini .BoxImg .Img{
    width: 100%;
}

/*///////////// WEB - CSS CUSTOM /////////////*/

.BoxPhoto.BoxPhotoRight .fp-controlArrow.fp-next.IconRight {
    display: inline-block !important;
    right: 50%;
    background: url(../img/galeria/flecha-right.png);
    width: 60px;
    height: 24px;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    top: 50%;
    margin-right: -82px;
    margin-top: 0px;
    background-size: contain;
}

.BoxPhoto .fp-controlArrow.fp-next.IconRight {
	display: inline-block !important;
    right: 50%;
    background: url(../img/galeria/flecha-right.png);
    width: 60px;
    height: 24px;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    top: 50%;
    margin-right: 13px;
    margin-top: -13px;
    background-size: contain;
}
.BoxPhoto .fp-controlArrow.fp-next.IconDown {
    display: inline-block !important;
    right: 50%;
    background: url(../img/galeria/flecha-down.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    top: 50%;
    margin-right: 40px;
    margin-top: -20px;
    background-size: contain;
}
.IconDown {
    display: inline-block !important;
    right: 50%;
    background: url(../img/galeria/flecha-down.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    top: 50%;
    margin-right: 40px;
    margin-top: -20px;
    background-size: contain;
    position: absolute;
}
.IconUp {
    display: inline-block !important;
    right: 50%;
    background: url(../img/galeria/flecha-up.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    top: 50%;
    margin-right: 40px;
    margin-top: -20px;
    background-size: contain;
    position: absolute;
}
.BoxPhoto .fp-controlArrow.fp-next.IconUp {
    display: inline-block !important;
    right: 50%;
    background: url(../img/galeria/flecha-up.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    top: 50%;
    margin-right: 28px;
    margin-top: -24px;
    background-size: contain;
}

.BoxPhoto .IconUp {
    display: inline-block !important;
    right: 50%;
    background: url(../img/galeria/flecha-up.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    top: 50%;
    margin-right: 28px;
    margin-top: -24px;
    background-size: contain;
    position: absolute;
}
.BoxPhoto.BoxPhotoRight .IconUp {
    margin-right: -66px;
}


.BoxPhoto.BoxPhotoRight .fp-controlArrow.fp-next.IconUp {
    margin-right: -66px;
}

.BoxPhoto.BoxPhotoRight .fp-controlArrow.fp-next.IconDown {
    margin-right: -66px;
}

.BoxPhoto.BoxPhotoRight .IconDown {
    margin-right: -66px;
}

.fp-controlArrow.fp-prev{
	display: none;
}

.fp-section .fp-controlArrow.fp-next{
	display: none;
}

.fp-tableCell {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    /*height: 100vh !important;*/
    position: relative;
}


/* MOVE ROW */

.BoxObjetMoveRow {
    position: absolute;
    width: 100%;
    height: 100%;
}

.BoxObjetMoveRow .ObjetMove1 {
    animation: MoveUpDown1 2s alternate infinite;
    position: absolute;
    left: 50%;
    top: 25px;
    background: url(../img/galeria/flecha-up.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 7;
    margin-left: -12px;
}

@keyframes MoveUpDown1 {
  0%, 100% {
    top: 45px;
  }
  50% {
    top: 25px;
  }
}

.BoxObjetMoveRow .ObjetMove2 {
    animation: MoveUpDown2 2s alternate infinite;
    position: absolute;
    left: 50%;
    bottom: 25px;
    background: url(../img/galeria/flecha-up.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 7;
    margin-left: -12px;
    transform: rotate(180deg);
}
@keyframes MoveUpDown2 {
  0%, 100% {
    bottom: 45px;
  }
  50% {
    bottom: 25px;
  }
}

@keyframes MoveUpDown3 {
  0%, 100% {
    top: 45px;
  }
  50% {
    top: 25px;
  }
}

.BoxObjetMoveRow .ObjetMove3 {
    animation: MoveUpDown3 2s alternate infinite;
    position: absolute;
    left: 25px;
    bottom: 50%;
    background: url(../img/galeria/flecha-up.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 7;
    margin-bottom: -12px;
    transform: rotate(-90deg);
}
@keyframes MoveUpDown3 {
  0%, 100% {
    left: 45px;
  }
  50% {
    left: 25px;
  }
}

@keyframes MoveUpDown4 {
  0%, 100% {
    top: 45px;
  }
  50% {
    top: 25px;
  }
}

.BoxObjetMoveRow .ObjetMove4 {
    animation: MoveUpDown4 2s alternate infinite;
    position: absolute;
    right: 25px;
    bottom: 50%;
    background: url(../img/galeria/flecha-up.png);
    height: 60px;
    width: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 7;
    margin-bottom: -12px;
    transform: rotate(90deg);
}
@keyframes MoveUpDown4 {
  0%, 100% {
    right: 45px;
  }
  50% {
    right: 25px;
  }
}

/* ESTILOS VIDEO */

.BoxVideo {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    justify-content: center;
}
.BoxVideo .BoxVideo-Informacion {
    width: 25%;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}
.BoxInformacion {
    width: 100%;
    text-align: left;
    padding: 1rem;
    padding-bottom: 0;
    position: relative;
    top: -2rem;
}
.BoxInformacion .Title {
    font-family: 'proza_libresemibold';
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4rem;
}
.BoxListDatos{
    display: flex;
    flex-wrap: wrap;
}
.BoxInformacion .ListDatos{width: 50%;}
.BoxInformacion .ListDatos .Item{
    margin-bottom: 1rem;
}
.BoxInformacion .ListDatos .Item .Subtitle {
    font-size: 0.8rem;
}
.BoxInformacion .ListDatos .Item .Text {
    color: #000;
    font-size: 1rem;
}

.BoxVideo .BoxVideo-Video {
    width: 75%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 90vh;
    border-top: 5vh solid #fff;
    border-bottom: 5vh solid #fff;
}
.BoxVideo .BoxVideo-Video .BoxVideoContent {
    margin: 0 auto;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.BoxVideo .BoxVideo-Video .BoxVideoContent .IconDown {
    left: 7%;
}
.BoxVideo .BoxVideo-Video .BoxVideoContent .IconUp {
    left: 7%;
}
.BoxVideo .BoxVideo-Video .BoxVideoContent .Img {
    height: 100%;
    float: right;
}

.IconVideo {
    background: url(../img/video/Icon-Play.png);
    height: 100px;
    width: 100px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-position: center;
    opacity: 1;
}

.IconVideo:hover {
    opacity: 0.5;
}

.IconComillas {
    background: url(../img/we/comillas.png);
    height: 20px;
    width: 27px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    top: -19px;
    position: relative;
    margin: 0 5px;
}

/* HOME */

.Web-Home {
    height: 95vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0 0 1.6rem;
}

.Web-Home .BoxHome {
    width: 85%;
    margin-bottom: 0rem;
    padding-left: 0.4rem;
}
.Web-Home .BoxHome .BoxBoxHome-Row {}

.Web-Home .BoxHome .BoxBoxHome-Row.BoxBoxHome-Row1 {
    display: flex;
    justify-content: flex-start;
    width: 80%;
}
.Web-Home .BoxHome .BoxBoxHome-Row.BoxBoxHome-Row2 {
    display: flex;
    justify-content: flex-start;
    position: relative;
    left: 120px;
    width: 75%;
}
.Web-Home .BoxHome .BoxBoxHome-Row.BoxBoxHome-Row3 {
    display: flex;
    justify-content: flex-start;
    width: 95%;
}
.Web-Home .BoxHome .BoxBoxHome-Row.BoxBoxHome-Row4 {
    display: flex;
    justify-content: flex-start;
    width: 80%;
}

.Web-Home .BoxHome .BoxText {
    margin: 5px 15px;
}
.Web-Home .BoxHome .BoxText.Text1{}
.Web-Home .BoxHome .BoxText.Text2{}
.Web-Home .BoxHome .BoxText.Text2B{
    margin: 0 10px;
}
.Web-Home .BoxHome .BoxText.Text2B img{
    width: 55px;
    height: 55px;
    /*transform: scale(1);*/
    opacity: 1;
}
.Web-Home .BoxHome .BoxText.Text2B img.current{
    opacity: 0;
    /*display: none;*/
}
.Web-Home .BoxHome .BoxText.Text4{}
.Web-Home .BoxHome .BoxText.Text5{}
.Web-Home .BoxHome .BoxText.Text6{}
.Web-Home .BoxHome .BoxText.Text6B img{
    position: relative;
    left: 0;
}

.Web-Home .BoxHome .BoxText .ImgText {
    width: 100%;
}

/* WHE ARE */

.Web-WheAre {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    position: relative;
    padding: 0 0rem 0 1.8rem;
}
.Web-WheAre .BoxWheAre {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 95vh;
}

.Web-WheAre .BoxWheAre .LetraF {
    position: absolute;
    right: 26%;
    width: 170px;
}

.Web-WheAre .BoxWheAre .LetraS {
    position: absolute;
    right: 10%;
    width: 240px;
    top: 20%;
}

.Web-WheAre .BoxWheAre .Img {
    width: 100%;
}

.Web-WheAre .BoxWheAre .BoxWhe {
    padding: 1rem;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.Web-WheAre .BoxWheAre .BoxWhe.BoxWheA {
    width: 15%;
}
.Web-WheAre .BoxWheAre .BoxWhe.BoxWheD .Text {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    line-height: 3rem;
    text-align: right;
}

.BoxWhe .BoxImg{
    margin: 0;
    width: 100%;
}

.BoxWhe .BoxImg .Img{
    width: 100%;
}

.BoxWhe .Title {
    color: #000;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 3rem;
    font-family: 'Bebas Neue', cursive;
}
.BoxWhe .Text{
    color: #000;
    margin-bottom: 1rem;
}

.VideoLogo{
    width: 120px;
    display: block;
}

.fp-section.fp-table, .fp-slide.fp-table {
    /*transform: translate3d(0px, 0vh, 0px);*/
    background-color: transparent !important;
}

.fullpage{
    width: 100%;
}

.BoxContentVideo {
    /* transform: scale(0.90); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* top: -18%; */
    /* left: -3%; */
    /* z-index: 2; */
    padding: 0 5rem 0 1.8rem;
}

.BoxActionAbajo:focus, .BoxActionArriba:focus, .BoxActionRight:focus, .BoxActionLeft:focus {
    outline: none;
}

.BoxActionAbajo {
    width: 100%;
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    z-index: 2;
    outline: none;
}
.BoxActionArriba {
    width: 100%;
    position: absolute;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 2;
    outline: none;

}
.BoxActionRight {
    height: 100%;
    position: absolute;
    width: 450px;
    top: 0;
    right: 70px;
    z-index: 2;
    outline: none;

}
.BoxActionLeft {
    height: 100%;
    position: absolute;
    width: 450px;
    top: 0;
    left: 0px;
    z-index: 2;
    outline: none;

}
.BoxActionAbajo {
  cursor:url(http://frutastudio.desarrollosclientes.com/assets/img/galeria/flecha-down.png), auto;
}
.BoxActionArriba {
  cursor:url(http://frutastudio.desarrollosclientes.com/assets/img/galeria/flecha-up.png), auto;
}

#IconActionAbajo {
  cursor:url(http://frutastudio.desarrollosclientes.com/assets/img/galeria/flecha-down.png), auto;
}
#IconActionArriba {
  cursor:url(http://frutastudio.desarrollosclientes.com/assets/img/galeria/flecha-up.png), auto;
}
#IconActionRight {
  cursor:url(http://frutastudio.desarrollosclientes.com/assets/img/galeria/flecha-right.png), auto;
}
#IconActionLeft {
  cursor:url(http://frutastudio.desarrollosclientes.com/assets/img/galeria/flecha-left.png), auto;
}

.BoxEstrella{
position: relative;
    top: 20px;
}

/* INTEGRANTES */

.BoxIntegrantes {
    display: flex;
    justify-content: space-between;
    width: 85%;
    padding: 1rem;
    margin-top: 12rem;
    padding-bottom: 5px;
}
.BoxIntegrante.BoxIntegranteTwo{
    flex-direction: column;
    width: 27%;
}
.BoxIntegrante.BoxIntegranteTwo .BoxDatos {
    width: 100%;
    padding: 2rem 0rem;
}

.BoxIntegrante.BoxIntegranteTwo .BoxImg{
    width: 100%;
}

.BoxIntegrante.BoxIntegranteTwo .BoxDatos .Occupation{
    width: 60%;
}

.BoxIntegrante {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0rem;
}
.BoxIntegrante .BoxImg {
    margin: 0;
    width: 40%;
    display: inline-block;
}
.BoxIntegrante .BoxImg .Img {
    display: inline-block;
    width: 100%;
}

.BoxIntegrante .BoxDatos {
    padding: 0 2rem;
    width: 20%;
}
.BoxIntegrante .BoxDatos .Name {
    margin-bottom: 0.2rem;
    font-family: 'proza_librebold';
}
.BoxIntegrante .BoxDatos .Occupation {
    color: #000;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.BoxIntegrante .BoxDatos .SocialMedia {
    margin-bottom: 1rem;
}
.BoxIntegrante .BoxDatos .SocialMedia .LinkSocial {
    color: #000;
    margin-right: 5px;
}
.BoxIntegrante .BoxDatos .SocialMedia .LinkSocial i{}
.BoxIntegrante .BoxDatos .Description {
    color: #000;
}

.BoxIntegrantes .BoxFrase{}
.BoxIntegrantes .BoxFrase .Text{
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    line-height: 3rem;
    text-align: right;
    color: #000;
    margin-top: 2rem;
}
.BoxIntegrantes .BoxFrase .Text span{
    display: block;
}
.BoxIntegrantes .BoxFrase .Text span i{
    margin: 0;
}

.BoxWeInformacion {
    width: 90%;
    position: relative;
    padding: 1rem;
    margin-top: 1rem;
}
.BoxWeInformacion .LetraF {
    position: absolute;
    right: 15%;
    width: 170px;
}
.BoxWeInformacion .Img {
    width: 100%;
}
.BoxWeInformacion .LetraS {
    position: absolute;
    right: 3%;
    width: 200px;
    top: 35%;
}

.BoxWeInformacion .BoxWeInfo {
    margin-bottom: 2rem;
    width: 60%;
}
.BoxWeInformacion .BoxWeInfo .Title {
    margin-bottom: 1.5rem;
    font-family: 'proza_librebold';
    text-transform: uppercase;
}
.BoxWeInformacion .BoxWeInfo .Text{
    color: #000;
}

.fullpage-photo {
    padding-right: 70px;
}

.BoxSoon{
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.BoxSoon .BoxSoonImg{
    margin: 0;
    margin-left: 20px;
    margin-bottom: 35px;
}
.BoxSoon .BoxSoonImg .Img{
    max-width: 100%;
    width: 800px;
}