/*--------- para loading -------------*/
#linea1 {
    position: absolute;
    top: 0;
    left: 29vw;
    width: 2px;
    height: 1px;
    border-right: #c7c7c7 solid 1px;
    border-left: #c7c7c7 solid 1px;
    background-image: url("/web/resources/img/inicio/fondo-inicio-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    transition: height 1.3s ease-in,left 1.3s ease-in,top 1.3s ease-in, width 1.3s ease-in,right 1.3s ease-in,bottom 1.3s ease-in;
    z-index: 1;
     -webkit-transform: translate3d(0,0,0);
}

#linea2 {
    position: absolute;
    top: 0;
    right: 29vw;
    width: 2px;
    height: 1px;
    border-right: #c7c7c7 solid 1px;
    border-left: #c7c7c7 solid 1px;
    transition: height 1.3s ease-in,left 1.3s ease-in,top 1.3s ease-in, width 1.3s ease-in,right 1.3s ease-in,bottom 1.3s ease-in;
}
/*----------------*/
.section-1-inicio{
    display: flex;
    flex-flow: row;
    opacity: 0;
    background-image: url("/web/resources/img/inicio/fondo-inicio-3.png");
    background-size: cover;
}

.subdiv{
    height: 100vh;
    background-color: transparent;
    display: flex;
}

.subdiv-1{
    width: 29vw;
    flex-flow: column;
}
.subdiv-2{
    width: 42vw;
    flex-flow: column;
}
.subdiv-3{
    width: 29vw;
    flex-flow: column;
}



/*---------section 1 index--------------*/
.navIndex{
    height: 70vh;
}

.navIndexSub{
    display: flex;
    justify-content: center;
    margin-top: 7.83vh;
}

.navIndexSub1{
    margin-top: 27.03vh;
}
.navIndexLink{
    cursor: pointer;
}

.navIndexLink1{
    display: flex;
}
.navIndexLink2{
    display: flex;
}
.navIndexLink3{
    display: flex;
}
.navIndexLink4{
    display: flex;
}
.pNavIndex{
    color: #FFFFFF;
    font-family: "brandoText-regular", serif;
    font-size: 18px;
    text-transform: uppercase;
    transition:  font-weight 0.5s;
    text-align: center;
    letter-spacing: 3px;
}

.pNavIndex:hover{
    font-family: brandoText-bold, Arial;
}


.contactIndexSub{
    height: 30vh;
}
.contactIndexSub{
    display: flex;
    flex-flow: column;
    justify-content: end;
    margin-bottom: 5vh;
}
.pContactIndex{
    color: #FFFFFF;
    font-family: brandoText-regular, serif;
    font-size: 10px;
    text-align: center;
    letter-spacing: 2.8px;
}

.divMap:hover ~ #map{
    z-index: 3;
     -webkit-transform: translate3d(0,0,0);
}
#map{
    position: absolute;
    bottom: 5vh;
    left: 5vw;
    width: fit-content;
    height: fit-content;
    z-index: -1;
     -webkit-transform: translate3d(0,0,0);

}

#map:hover{
    z-index: 3;
     -webkit-transform: translate3d(0,0,0);
}
/*------------------- section 2 index ------------------*/


.subdiv-2-sub{
    display: flex;
}
.subdiv-2-sub-1{
    height: 56.5vh;
}
.subdiv-2-sub-1 img{
    width: 100%;
    height: 100%;
}

.subdiv-2-sub-2{
    flex-grow: 1;
    height: 31vh;
    justify-content: center;
}
#logoFull{
    opacity: 0;
}
#logoLoadingPage{
    z-index: 2;
     -webkit-transform: translate3d(0,0,0);
    opacity: 1;
}
.subdiv-2-sub-3{
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 12vh;
    align-items: center;
}
.subdiv-2-sub-3 p{
    color: #FFFFFF;
    font-family: brandoText-regular, serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2.4px;

}

/*------------------- section 3 index ---------------------*/

.subdiv-3-sub{
    width: 100%;
    display: flex;
}

.subdiv-3-sub-1{
    height: 16vh;
    flex-flow: row;
    justify-content: end;
    justify-content: center;
}

.divBotonIdiomas{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.idiomas{
    width: fit-content;
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 10px;
}
.pIdomas{
    display: flex;
    color: #FFFFFF;
    font-family: brandoText-regular, serif;
    font-size: 12px;
    text-align: center;
    align-items: center;
    margin-right: 12px;
    margin-top: 15px;
    cursor: pointer;
    letter-spacing: 3.6px;
}
.imgIdiomas{
    width: 26px;
    height: 26px;
    margin-right: 30px;
    margin-top: 15px;
    cursor: pointer;
    filter: grayscale(40%);
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

#idioma-subraya{
    width: 26px;
    position: absolute;
    transition: left 0.5s;
    opacity: 0.5;

}


.subdiv-3-sub-2{
    flex-flow: column;
    height: 60vh;
    justify-content: center;
    align-items: center;
}

.pSub3{
    width: 22vw;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
}

.pSub3-1{

    font-family: cardo-regular, serif;
    font-size: 18px;
    letter-spacing: 1.6px;
}

.pSub3-1-i{
    font-family: cardo-italic, serif;
}

.pSub3-2{

    font-family: brandoText-regular-italic, serif;
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 4px;
}


.subdiv-3-sub-3{
    height: 24vh;
    flex-flow: column;
    text-transform: uppercase;
    justify-content: end;
    align-items: center;
    margin-bottom: 5vh;
}

.redes{

    margin-bottom: 1vh;
}

.pRedes{
    font-family: brandoText-regular, serif;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 2.8px;

}

