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

@font-face {
    font-family: 'aeonik';
    src: url('fonts/aeonik-light-webfont.woff2') format('woff2'),
         url('fonts/aeonik-light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

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

@font-face {
    font-family: 'barlow_condensed';
    src: url('fonts/barlowcondensed-light-webfont.woff2') format('woff2'),
         url('fonts/barlowcondensed-light-webfont.woff') format('woff');
    font-weight:lighter;
    font-style: normal;
}

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

body{
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
    background-size: 100% auto;
    background-color: #ccc;
    background-attachment: fixed;
    transition: background-image .5s ease;
}

.bodyProject{
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
}


.backgroundRed{
    background-image: url(../images/TAMA_Textura_Papel_Rojo.jpg);
}

.homeInitialBackground{
    width: 100%;
    height: 100dvh;
    position: absolute;
    z-index: 2000 !important;
    background-color: #9c9c9c;
}

.homeInitialBackgroundImage{
    background-image: url('../images/TAMA_Noise_PresitioyHome.gif');
    background-position: center;
    width: 100%;
    height: 100dvh;
    position: relative;
    opacity: .5;
}

.homeContent{
    position: absolute;
    z-index: 1;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}

.logoCenter{
    background-image: url('../images/logo.png');
    background-position: center;
    background-size: 91px 91px;
    background-repeat: no-repeat;
    width: 91px;
    height: 91px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logoHome{
    background-image: url('../images/logo.png');
    background-position: center;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    position: fixed;
    z-index:20;
    top:20px;
    left: 30px;
    cursor: pointer;
}

.logoHome2{
    background-image: url('../images/logo2.png');
    background-position: center;
    background-size: 84px 42px;
    background-repeat: no-repeat;
    position: absolute;
    z-index:21;
    width: 84px;
    height: 42px;
    top: 19px;
    left: 29px;
    display: none;
    cursor: pointer;
}

.bottomHome{
    color:#fff;
    font-family: 'barlow_condensed';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    position: fixed;
    z-index: 22;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.bottomHome a{
    color:#fff;
    font-family: 'barlow_condensed';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-decoration: none;
}

.bottomHome a:hover{
    text-decoration: underline;
}

.rayasMenu{
    background-image: url('../images/rayasMenu.png');
    background-position: center;
    background-size: 49px 32px;
    background-repeat: no-repeat;
    width: 49px;
    height: 32px;
    top: 21px;
    right: 30px;
    position: absolute;
    z-index: 30;
    cursor: pointer;
}

.rayasMenu2{
    background-image: url('../images/rayasMenu2.png');
    background-position: center;
    background-size: 49px 32px;
    background-repeat: no-repeat;
    width: 49px;
    height: 32px;
    top: 21px;
    right: 30px;
    position: absolute;
    display: none;
    z-index: 31;
    cursor: pointer;
}

.carruselContainer{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}

.carruselContainerBackground{
    width: 100%;
    height: 100dvh;
    background-image: url('../images/TAMA_Noise_PresitioyHome.gif');
    background-position: center;
    background-size:  auto;
    opacity: 1;
    position: absolute;
    z-index: 20;
    mix-blend-mode: multiply;
    background-color: #000000;

}

.carruselContainerBackground2{
    width: 100%;
    height: 100dvh;
    opacity: 1;
    position: absolute;
    z-index: 21;
    display: none;
    mix-blend-mode: multiply;
    background-color: #C34545;
}

/* HOME GALLERY */
#galeria{
	position:absolute; 
	width:100%; 
	z-index:1;
	background-color:#000000;
	height: auto;
	margin:0px;
	padding: 0px;
	overflow: hidden;
}

#fotota{
	width: 100%;
	height: 100vh;
	z-index: 1;
	position: relative;
	background-color: transparent !important;
	position:relative; z-index:1; 
	/*background-image:url(../images/loader_negro.gif);*/
	background-size: 24px 24px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	overflow:hidden; top:0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#slideshow_texto{
	position: absolute;
	width: 100%;
	bottom: 200px;
    box-sizing: border-box;
    text-align: center;
    z-index: 24;
    cursor: pointer;
}

.photoTitle{
    font-family: 'aeonik';
    font-size: 40px;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
}

#bolas{
	width:100%; 
	position:absolute; 
	z-index:4; 
	height: auto;  
	margin:0px;
    bottom: 50px; 
    box-sizing: border-box;
    text-align: center;
    z-index: 22;
}

#bolas2{
	width:100%; 
	position:absolute; 
	z-index:4; 
	height: auto;  
	margin:0px;
    bottom: 50px; 
    box-sizing: border-box;
    text-align: center;
    z-index: 22;
    display: none;
}

.bola{
    width: 48px;
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
}

.plus{
    width: 22px;
}

.lenguages{
    position: absolute;
    z-index: 27;
    right: 30px;
    bottom:10px;

    font-family: 'barlow_condensed';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0em;
    text-decoration: none;
    color: #fff;
    font-weight:lighter;
    font-style: normal;

}

.lenguages a{
    font-family: 'barlow_condensed';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0em;
    text-decoration: none;
    color: #fff;
    font-weight:lighter;
    font-style: normal;
}

.lenguages a:hover{
    text-decoration: underline;
}

.lenguagesMobile{
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    right: 0px !important;
    display: inherit !important;
}

/* OVER MENU */
#menuMobile{
    width: 100%;
    background: #000;
    z-index: 500;
    position: fixed; 
    height: 100vh; 
    box-sizing: border-box;
    top:0px;
    left: 0px;
    opacity: 1; 
    display: none;
    background-image: url(../images/TAMA_Textura_Papel_Negro.jpg);
    background-size: 900px auto;
}

.closeMenu{
    position:absolute;
    width:40px;
    height:40px;
    cursor:pointer;
    top:20px;
    right:15px;
    z-index: 200;
}

#linksMobile{
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.closeIcon{
    width: 27px;
    height: 16px;
}

.menuLinks{
    font-family: 'barlow_condensed';
    font-size: 40px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.adorno{
    position: relative;
    display: none;
}

.adornoPos{
    position: relative;
}

.adornoMenu{
    width: 54px;
    display: none;
}

.adornoMenuPc{
    width: 41px;
}

#menuPc{
    position: fixed;
    top:10px;
    right: 30px;
    z-index: 30;
    text-align: right;  
    display: inline-block;
    width: 102px;
}

.menuLinksPc{
    font-family: 'barlow_condensed';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #fff;
    height: 20px;
    display: inline-block;
    margin: 0px;
    position: relative;
    clear:right;
}

.menuPcFake{
    position: absolute;
    top:0px;
    left: 0px;
    height: auto;
    display: inline-block;
    width: 102px;
    z-index: 1;
    display: flex;
    flex-direction:column;
}

.menuPcReal{
    position: relative;
    top:0px;
    left: 0px;
    height: auto;
    display: inline-block;
    width: 102px;
    z-index: 2;
    display: flex;
    flex-direction:column;
}

.menuPcReal2{
    position: relative;
    top:0px;
    left: 0px;
    height: auto;
    display: inline-block;
    width: 102px;
    z-index: 2;
    display: flex;
    flex-direction:column;
}

.realLink{
    background-image: url('../images/rayaMenu.png');
    background-size: 126px auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    
}

.realLink2{
    background-image: url('../images/rayaMenu2.png');
    background-size: 126px auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 100%;
    position: relative;
    margin: 0px;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.realLink3{
    background-image: url('../images/rayaMenu2.png');
    background-size: 126px auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 100%;
    position: absolute;
    margin: 0px;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    top:0px;
    left: 0px;
}

.realLink:hover{
    opacity: 1;
}

.realLink2:hover{
    opacity: 1;
}

.realLink3:hover{
    opacity: 1;
}

.slideshowTextoVerticalSpace{
    height: 20px;
}

.realLinkMobile{
    background-image: url('../images/rayaMenu.png');
    background-size: 160px auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 100%;
    position: absolute;
    margin: 0px;
    opacity: 1;
    top:0px;
}

.realLink2Mobile{
    background-image: url('../images/rayaMenu2.png');
    background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 100%;
    position: absolute;
    margin: 0px;
    opacity: 1;
    z-index: 2;
}

/* END OVER MENU */


/* PROJECTOS */
#projectsMenu{
    width: 100%;
    margin-top: 0px;
    height: 90px;
    text-align: center;
    position: relative;
}

.iconImages{
    width: 22px;
    transition: opacity 1s ease; 
}

.iconLista{
    width: 22px;
    transition: opacity 1s ease; 
}

.projectsCatsLinks{
    text-align: center;
    margin-top: 20px;
}

.catLinks{
    color:#000;
    font-family: 'barlow_condensed';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.catLinks:hover{
    text-decoration:line-through;
}

.projectsIconsList{
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.iconPhotoHor{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc((100% - 10px) / 3 - 10px);
    display: inline;
    position: relative;
    float: left;
    height: 30vw;
    position: relative;
    cursor: pointer;
}

.iconPhotoHorImage{
    width: 100%;
    height: 30vw;
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    mix-blend-mode: normal;
}

.iconPhotoHorImageBw{
    width: 100%;
    height: 30vw;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 1;
}

.iconPhotoHorImage:hover{
    opacity: 1;
}

.iconPhotoHorImageBw2{
    width: 100%;
    height: 30vw;
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0px;
    left: 0px;
    filter: grayscale(100%);
   
}

.iconPhotoHorImageBw3{
    width: 100%;
    height: 30vw;
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0px;
    left: 0px;
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;
    mix-blend-mode: multiply;
    background-attachment: fixed;
}

.iconPhotoHorRedOver{
    mix-blend-mode: multiply;
    background-color: #C34545;
    width: 100%;
    height: 30vw;
    display: none;
}

.iconPhotoVert{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc((100% - 10px) / 3 - 10px);
    display: inline;
    position: relative;
    float: left;
    background-position: center;
    background-size: cover;
    height: calc(60vw + 10px);
    cursor: pointer;
}

.iconPhotoVertImageBw{
    width: 100%;
    height: calc(60vw + 10px);
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 1;
}

.iconPhotoVertImage{
    width: 100%;
    height: calc(60vw + 10px);
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    mix-blend-mode: normal;
}

.iconPhotoVertImage:hover{
    opacity: 1;
}

.iconPhotoVertImageBw2{
    width: 100%;
    height: calc(60vw + 10px);
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0px;
    left: 0px;
    filter: grayscale(100%);
    transition: opacity 0.3s ease-in-out;
}

.iconPhotoVertImageBw3{
    width: 100%;
    height: calc(60vw + 10px);
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0px;
    left: 0px;
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;
    background-attachment: fixed;
    mix-blend-mode: multiply;
}

.iconPhotoVertRedOver{
    mix-blend-mode: multiply;
    background-color: #C34545;
    width: 100%;
    height: calc(60vw + 10px);
    display: none;
}


.iconName{
    width: 100%;
    font-family: 'aeonik';
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-style: normal;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.adornoIcon1{
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 50px;
    display: none;
}

.adornoIcon1 img{
    width: 300px;
}

.adornoIcon2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 50px;
    display: none;
    top: calc(50% - 20px);
}

.adornoIcon2 img{
    width: 310px;
}

.adornoIcon3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 50px;
    display: none;
}

.adornoIcon3 img{
    width: 300px;
}

.adornoIcon4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 50px;
    display: none;
}

.adornoIcon4 img{
    width: 300px;
}

.adornoIcon5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 50px;
    display: none;
}

.adornoIcon5 img{
    width: 300px;
}

#projectsList{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    text-align: center;
}

.listContainer{
    width: 80vw;
    display: inline-block;
    text-align: center;
    position: relative;
}

.itemList{
    width: 100%;
    position: relative;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.tableRaya{
    height: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    top:12px;
    left:0px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tableRayaReal{
    background-color: #000;
    height: 2px;
    position: relative;
    top:0px;
}

.tableRaya:hover{
    opacity: 1;
}

sup{
    font-size: 9px;
}

/* Define the table cell style */
.cell {
    border: 0px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #000;

    padding: 0px;
    position: relative;

    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 30px;
}

.cell0 {
    width: 2%;
}
.cell1 {
    font-family: 'aeonik';
    font-size: 24px;
    font-weight: 250;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color:#000;
    flex: 0 0 calc(48%);
    order: 1; 
}

.cell2 {
    font-family: 'aeonik';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    flex: 0 0 calc(30%);
    order: 2; 
}

.cell3 {
    font-family: 'aeonik';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    flex: 0 0 calc(10%);
    order: 3; 
}

.cell4 {
    font-family: 'aeonik';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    flex: 0 0 calc(10%);
    order: 4; 
}

.textBottom {
    position: absolute;
    bottom:0px;
}

.notSelected{
    opacity: .3;
}

.noRight{

}
/* END PROJECTS */

/* PROJECT */
.projectFirstImage{
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}

.projectFirstRealImage{
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-attachment: scroll;
}

.projectFirstRealImageNoise{
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;
    mix-blend-mode: multiply;
    background-attachment: fixed;
}

.backIconElement{
    width: 28px;
    z-index: 5;
    position: relative;
    display: inline-block;
    top:40px;
    cursor: pointer;
}

.backIcon{
    width: 14px !important;
}

.projectContent{
    width: 100%;
    background-color: rgba(0,0,0,.5);
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    height: auto;
    display: inline-block;
}

.projectText0{
    width: 33%;
    position: relative;
    display: inline;
    float: left;
    height: auto;
}

.projectText1{
    width: 33%;
    position: relative;
    display: inline;
    float: left;
    height: auto;
    text-align: right;
}

.scrollable-div{
    width: calc(33% - 50px);
    font-family:'barlow_condensed';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: justify;
    color:#fff;

    box-sizing: border-box;
    margin-right: 50px;
    padding-left: 30px;
    padding-right: 10px;
    height: auto;
    position: relative;
    display: inline;
    float: left;

    height: 280px; /* Set the fixed height for the div */
    overflow: auto; /* Enable vertical scrolling when content overflows */
            
}

/* Style the scrollbar */
.scrollable-div::-webkit-scrollbar {
    width: 3px; /* Set the width of the scrollbar */
}

.scrollable-div::-webkit-scrollbar-thumb {
    background-color: white; /* Set the color of the scrollbar thumb (the part you drag) */
    border: 0px solid #fff; /* Add a border around the thumb */
    border-radius: 10px; /* Make the thumb rounded */
}

.scrollable-div::-webkit-scrollbar-track {
    background-color: transparent; /* Set the background color of the scrollbar track to transparent */
}

.downIconContent{
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 5;
}

.downIcon{
    width: 23px !important;
}

.projectName{
    font-family: 'aeonik';
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-style: normal;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.projectData{
    font-family: 'aeonik';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: right;
    color: #fff;
}

.videoIcon{
    width: 127px;
    height: 85px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video{
    width: 127px;
    height: 85px;
}

.videoIconBg{
    width: 127px;
    height: 85px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.videoIconPlay{
    position: absolute;
    width: 127px;
    height: 85px;
    background-image: url(../images/playIcon.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 43px 24px;
}

.mobileProjectContent{
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;

    font-family: 'barlow_condensed';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: justify;

    color: #fff;

    /*background-image: url(../images/TAMA_Textura_Papel_Gris_Medio.jpg);*/
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;


}

.centerVideoMobile{
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.plusIcon{
    width: 20px;
}

.projectFirstRealImageRed{
    width: 100%;
    height: 100dvh;
    opacity: 1;
    position: absolute;
    z-index: 2;
    display: none;
    mix-blend-mode: multiply;
    background-color: #C34545;
    top:0px;
    left: 0px;
}

.grayScale{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#photos{
    margin-top: 5px;
}

/* END PROJECT */

/* GALLERY */
#gallery{
    width: 100vw;
    background: #000;
    z-index: 600;
    position: fixed; 
    height: 100vh; 
    display: none;
    box-sizing: border-box;
    padding-left: 0px;
    padding-bottom: 20px;
    top:0px;
    left: 0px;
}

#galleryBottom{
    position: absolute;
    bottom:20px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    height: 20px;
}

#galleryImage{
    width: calc(100% - 20px);
    height: calc(100vh - 130px);
    top: 70px;
    left: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;  
    position: relative; 
    z-index: 1;
}

.leftArrowGallery{
    position: absolute;
    left:10px;
    background-image: url(../images/backIcon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 14px auto;
    z-index: 2;
    width: 14px ;
    height: 50px;
    cursor: pointer;

    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rightArrowGallery{
    position: absolute;
    right: 10px;
    background-image: url(../images/leftIcon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 14px auto;
    z-index: 3;
    width: 14px ;
    height: 50px;
    cursor: pointer;

    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* END GALLERY */

#playVideo {
    width: 100%;
    background-color: #000000;
    z-index: 20000;
    position: fixed;
    height: 100dvh;
    opacity: 1;
    box-sizing: border-box;
    display: none;
}

.fullVideo {
    width: 100%;
    z-index: 2;
}

.closeIconVideo{
    position:absolute;
    width:35px;
    height:35px;
    cursor:pointer;
    top:50px;
    right:50px;
    z-index: 200;
}

.closeIconVideoImage{
    width: 35px !important;
    height: 35px !important;
}

.centerVideo{
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#photosMobile{
   width: 100%;
   position: relative;
   height: auto;
   display: none;
}

#photosMobile div:first-child {
    margin-top: 0px; /* Apply a 2px margin-top to the first div */
}

#photosMobile div:not(:first-child) {
    margin-top: 2px; /* Apply a 4px margin-top to the rest of the divs */
}

.photoMobile{
    width: 100%;
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;
    background-attachment: fixed;
}

.photoMobile img{
    display: block;
}

/* GENERAL ITMES*/
.black-and-white-img {
    filter: invert(100%) !important;
}

.black{
    color: #000;
}
.black a{
    color: #000;
}

#bottomSections{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.bottomHomeBlack{
    color:#000;
    font-family: 'barlow_condensed';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.bottomHomeBlack a{
    color:#000;
    font-family: 'barlow_condensed';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-decoration: none;
}

.bottomHomeBlack a:hover{
    text-decoration: underline;
}

#menuSections{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 92px;
    display: inline-block;
}

.logoHomeSections{
    position: fixed !important;
}

/* END GENERAL ITEMS */

/* EXTRAS */

.extraContent{
    padding-top: 140px;
    position: relative;
}

.extraContent2{
    padding-top: 110px !important;
    position: relative;
}

/* MAPA */
.mapaBackground{
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #000;
    background-size: cover;
    z-index: 1; 
    position: relative;
}

.mapaBackgroundReal{
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #000;
    background-size: cover;
    z-index: 1; 
    position: absolute;
}

.mapaBackgroundNoise{
    width: 100%;
    height: 100dvh;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 2;
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;
    mix-blend-mode: multiply;
    background-attachment: fixed;
}

.mapaBackgroundRed{
    mix-blend-mode: multiply;
    background-color: #C34545;
    width: 100%;
    height: 100dvh;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 2;
    display: none;
}

.mapaCenter{
    position: absolute;
    width: 580px;
    height: auto;
    display: inline;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    mix-blend-mode: normal;
    z-index: 3;
}

.mapaSlogan{
    width: 252px;
    margin-bottom: 80px;
    display: inline-block;
    z-index: 1;
}

.mapaText{
    font-family: 'aeonik';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    mix-blend-mode: normal;
    z-index: 2;
}

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

.mapaPhotosPc{
    padding-top: 5px;
    box-sizing: border-box;
}

/* Tama */
.tamaBackground{
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #000;
    background-size: cover;
    z-index: 1; 
    position: relative;
}

.tamaBackgroundReal{
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #000;
    background-size: cover;
    z-index: 1; 
    position: absolute;
}

.tamaSlogan{
    width: 315px;
    margin-bottom: 80px;
    display: inline-block;
    z-index: 2;
}

.tamaContent{
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    display: block;
}



.tamaTitle{
    font-family: 'barlow_condensed';
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
}

.column-container {
    display: inline-block;
    column-count: 3; 
    column-gap: 20px; 
    break-inside: avoid;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    line-height: normal;
    overflow: hidden;
   
    font-family: 'aeonik';
    font-size: 14px;
    font-weight:100;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;

    color:#000;
    width: 900px;
    position: relative;
}

.column-container strong {
    display: block; /* Start each <strong> element on a new line */
    margin-bottom: 10px; /* Add space below <strong> elements (adjust as needed) */
}

.tamaBottom{
    width: 100%;
    height: 30vw;
    background-position: center;
    background-size: cover;
    position: relative;
}

.tamaBackgroundNoise2{
    width: 100%;
    height: 30vw;
    position: relative;
    top:0px;
    left: 0px;
    z-index: 1;
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;
    mix-blend-mode: multiply;
    background-attachment: fixed;
}

.tamaBackgroundRed2{
    width: 100%;
    height: 30vw;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 2;
    mix-blend-mode: multiply;
    background-color: #C34545;
    display: none;
}

.photoMobileTamaFondo{
    background-image: url(../images/TAMA_Textura_Papel_Gris_Claro.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: auto auto;
    background-attachment: fixed;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.photoMobileTamaFondo img{
    mix-blend-mode: multiply;
}

.photoMobileTama{
    mix-blend-mode: multiply;
    background-color: #C34545;
}

.photoMobileTama img {
    mix-blend-mode: multiply;
    background-color: #C34545;
}

.tamaBackgroundNegro{
    background-image: url(../images/TAMA_Textura_Papel_Negro.jpg);
    background-size: 900px auto;
}

/* CONTACT */



.contactoContent, .percepcionTitle{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-top: 60px;

    color:#000;

    font-family: 'aeonik';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;

}

.contactoContent a{

    color:#000;

    font-family: 'aeonik';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;

}

.contactoContent a{
    text-decoration: underline;
}

.redIcon{
    width: 40px;
}

#map_canvas{
    width: 100%;
    height: 30vw;
}

#map_canvas_red{
    width: 100%;
    height: 30vw;
    display: none;
}

.contactBackgroundNegro{
    background-image: url(../images/TAMA_Textura_Papel_Negro.jpg);
    background-size: 100% auto;
}

::placeholder {
    text-align: center; 
    color:#000;
}

.placewhite::-webkit-input-placeholder {
    color: #fff;
}

.input{
    margin: 0px;
   
    font-family: 'aeonik';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;

    color:#000;
    background-color: rgba(255,255,255,.3);

    border:0px;
    padding: 8px 10px 8px 10px;
    border-bottom: 0px solid #fff;
    width: 33%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    box-sizing: border-box;
    display: inline;
    float: left;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 30px;
}

.input1{
    margin-right: 15px;
    width: calc(33% - 15px);
}

.input2{
    margin-left: 5px;
    margin-right: 15px;
    width: calc(33% - 20px);
}

.input3{
    margin-left: 5px;
    width: calc(34% - 5px);
}

.textarea{
    font-family: 'aeonik';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;

    color:#000;
    background-color: rgba(255,255,255,.3);
    border:0px;
    padding: 5px 10px 5px 10px;
    border-bottom: 0px solid #fff;
    width: 100%;
    text-align: center; 
    -webkit-appearance: none;
    outline: none;
    box-sizing: border-box;
    height: 100px;
    resize: none;
    margin-bottom: 40px;
}

.contactForm{
    width: 960px;
    display: inline-block;
}

.centerContactForm{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.sendButtom{
   
    font-family: 'barlow_condensed';
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;

    text-align: center;
    color: #000;
    padding: 5px 20px 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: transparent;
}

.sendButtom:hover{
   
}

.sendButtomBlack{
   
    font-family: 'barlow_condensed' !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 29px !important;
    letter-spacing: 0em;

    color: #fff !important;
    background-color: #000;
    padding: 7px 20px 7px 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}

/* PRIVCY */
.privacyContent{
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
}

.iframeVideo{
    width: 1280px;
    height: 720px;
}

.nextProject{
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 20px;
}

.leftIcon{
    width: 14px;
}

.iconHomeinHome{
    width: 30px;
    position: fixed;
    z-index: 490;
    left: 30px;
    bottom: 25px;
}

.homeIcon{
    width: 20px;
}

@media screen and (max-width: 1400px) {
    .iframeVideo{
        width: 1280px;
        height: 720px;
    }
}

@media screen and (max-width: 1200px) {
    .iframeVideo{
        width: 960px;
        height: 540px;
    }
}

/* LOW RESOLUTIONS/MOBILE */
@media screen and (max-width: 920px) {

    .iconHomeinHome{
        width: 25px;
        left: 20px;
        bottom: 20px;
    }
    
    .homeIcon{
        width: 20px;
    }

    .iframeVideo{
        width: 560px;
        height: 315px;
    }
    .column-container {
        column-count: none; 
        column-gap: none; 
        break-inside: none;
        -webkit-column-count: none;
    
    }
    
    .column-container strong {
        display: inherit; /* Start each <strong> element on a new line */
        margin-bottom: none; /* Add space below <strong> elements (adjust as needed) */
    }
    

    .contactForm{
        width: 100%;
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
    }

    .input{
        font-size: 14px;
        line-height: 18px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 4px;
        margin-bottom: 10px;
    }
    
    .input1{
        margin-right:0px;
        width: 100%;
    }
    
    .input2{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    
    .input3{
        margin-left: 0px;
        width: 100%;
    }

    .textarea{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .sendButtom{
   
        font-size: 20px;

    }

    .contactoContent{
        padding-top: 40px;
    }

    #map_canvas{
        height: 70vw;
    }

    #map_canvas_red{
        height: 70vw;
    }


    .contactoContent, .contactoContent a{
        font-size: 14px;
        line-height: 16px;
    }

    .mapaPhotosPc{
        display: none;
    }

    .tamaBottom{
        width: 100%;
        height: 80vw;
    }

    .tamaBackgroundNoise2{
        height: 80vw;
    }
    
    .tamaBackgroundRed2{
        height: 80vw;
    }

    .column-container {
        column-count: 1;
        width: 100%;
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
    }

    .mapaCenter{
        width: 100%;
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
        text-align: justify;
    }

    .mapaText{
        font-size: 12px;
        line-height: 14px;
        text-align: justify;
    }

    .mapaSlogan{
        width: 120px;
        margin-bottom: 10px;
    }

    .tamaSlogan{
        width: 120px;
        margin-bottom: 10px;
    }
    
    .extraContent{
       display: none;
    }

    .plusIcon{
        display: none;
    }

    body{
        background-size: 800px auto;
    }

    .bodyProject{
        background-image: url(../images/TAMA_Textura_Papel_Gris_Medio.jpg);
    }

    .closeMenu{
        top:50px;
        right:14px;
    }

    #photosMobile{
        display: inline-block;
    }

    #photos{
        margin-top: 0px;
        display: none;
    }

    .videoIcon{
        display:none;
    }

    .videoIconForMobile{
        display: inherit !important;
    }

    .mobileProjectContent{
        display: inherit;
    }

    .projectContent{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .projectText0, .scrollable-div{
        display: none;
    }

    .projectText1{
        width: 100%;
        text-align: left;
        padding-left:20px;
        box-sizing: border-box;
    }

    .backIconElement {
        width: 20px;
        top:50px;
    }

    .backIcon{
        width: 20px;
    }

    .tableRaya{
        padding-top: 0px;
        top:8px;
    }

    .listContainer{
        width: 100%;
    }

    .itemList{
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .textBottom {
        position: absolute;
        right:0px;
        bottom:0px;
    }

    .noRight{
        position: relative !important;
        bottom:none !important;
        right:none !important;
    }

    .cell{
    
    }

    .cell0 {
        display: none;
        width: 100%;
    }

    .cell1 {
        flex: none; /* Set the width to 100% for mobile devices */
        order: 1; 
        font-size: 16px;
        line-height: 18px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 16px;
        text-align: left;
        padding: absolute;
        width: 100%;
        z-index: 1;
        top:0px;

    }

    .cell2 {
        flex: none; /* Set the width to 100% for mobile devices */
        order: 3; 
        font-size: 16px;
        line-height: 18px;
        margin-top: 0px;
        margin-bottom: 20px;
        height: 16px;
        width: 100%;
        top: 0px;
        text-align: left;
    }

    .cell3 {
        flex: none; /* Set the width to 100% for mobile devices */
        order: 2; 
        font-size: 16px;
        line-height: 18px;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 16px;
        text-align: right;
        width: 100% !important;
        z-index: 3;
        top:0px;
        position: absolute;
    }

    .cell4 {
        flex: none; /* Set the width to 100% for mobile devices */
        order: 4; 
        font-size: 16px;
        line-height: 18px;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 20px;
        height: 16px;
        top:15px;
        position: absolute;
        text-align: right;
        width: 100%;
    }

    .adornoIcon1 img{
        width: 200px;
    }

    .adornoIcon2 img{
        width: 200px;
    }

    .adornoIcon3 img{
        width: 200px;
    }

    .adornoIcon4 img{
        width: 200px;
    }

    .adornoIcon5 img{
        width: 200px;
    }

    .projectsIconsList{
        padding-left: 0px;
        padding-right: 0px;
    }

    .iconPhotoHor{
        width: calc(100%);
        height: 80vw;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    
    .iconPhotoHorImage{
        width: 100%;
        height: 80vw;
    }
    
    .iconPhotoHorImageBw{
        width: 100%;
        height: 80vw;
    }

    .iconPhotoHorImageBw2, .iconPhotoHorImageBw3{
        width: 100%;
        height: 80vw;
    }

    .iconPhotoHorRedOver{
        width: 100%;
        height: 80vw;
    }

    .iconPhotoVert{
        width: calc(100%);
        height: 160vw;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    
    .iconPhotoVertImage{
        width: 100%;
        height: 160vw;
    }
    
    .iconPhotoVertImageBw{
        width: 100%;
        height: 160vw;
    }

    .iconPhotoVertImageBw2, .iconPhotoVertImageBw3{
        width: 100%;
        height: 160vw;
    }

    .iconPhotoVertRedOver{
        width: 100%;
        height: 160vw;
    }

    .projectsCatsLinks{
        margin-top: 40px;
    }

    #projectsMenu{
        margin-top: 0px;
        height: auto;
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .projectsCatsLinks{
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    }
    
    .iconImages{
        width: 16px;
    }
    
    .iconLista{
        width: 16px;
    }

    .catLinks{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .slideshowTextoVerticalSpace{
        height: 10px;
    }

    #slideshow_texto{
        bottom: 80px;
    }

    .lenguages{
        display: none;
        font-size: 14px;
    }

    .lenguagesMobile{
        font-size: 14px;
    }

    .lenguagesMobile a{
        font-size: 14px;
    }

    .plus{
        width: 19px;
    }

    .photoTitle{
        font-size: 24px;
        line-height: 26px;
    }

    #bolas, #bolas2{
        bottom: 20px;
    }

    .rayasMenu{
        background-size: 32px 18px;
        width: 32px;
        height: 18px;
        top: 50px;
        right: 24px;
    }

    .rayasMenu2{
        background-size: 32px 18px;
        width: 32px;
        height: 18px;
        top: 50px;
        right: 24px;
    }

    .logoHome{
        background-image: url('../images/logoMobile.png');
        background-size: 39px 39px;
        width: 39px;
        height: 39px;
        top: 31px;
        left: 24px;
    }

    .logoHome2{
        background-size: 65px 29px;
        width: 65px;
        height: 29px;
        top: 37px;
        left: 21px;
    }
    
    .bottomHome{
        display: none;
    }
   
}

@media screen and (max-width: 400px) {

    .iframeVideo{
       width: 320px;
       height: 180px;
    }
}