@font-face {
    font-family: 'Nexa-light';
    src: url('../fonts/Nexa-ExtraLight.ttf')  format('truetype');
}

@font-face {
    font-family: 'Monserrat-light';
    src: url('../fonts/Montserrat-Light.ttf')  format('truetype');
}

@font-face {
    font-family: 'Monserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'Monserrat-Semibold';
    src: url('../fonts/Montserrat-SemiBold.ttf')  format('truetype');
}

@font-face {
    font-family: 'Monserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf')  format('truetype');
}

@font-face {
    font-family: 'Monserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf')  format('truetype');
}


*{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Monserrat-light';
}

a:link {
    text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: none;
}

body{
    
}

.container-main{
    width: 100vw;
    height: 100vh;
    background-image: url('../store/BG-Acerca_de.jpg');
    background-position: center;
    background-size: cover;
}

.background-image{
    height: 100vh;
    margin: 0 auto;
    padding: 0;
}

.container-logo-up{
    display: flex;
    justify-content: center;
    padding-top: 2%;
}

.logo-up-img{

    width: 16%;
    height: 16%;
}

.logo-up-img-hov:hover{
    background-color: rgba(255, 53, 235, 0.071);
    cursor: pointer;
}

/*.---.*/
.container-links{
    display: flex;
    justify-content: center;
    padding-top: calc();

}
.container-links-izquierda{
    width: 80%;
    display: flex;
    justify-content: left;
    padding-top: 3%;
    padding-left: calc(100vw / 25);
    gap: calc(100vw / 80) ;
}

.acerca-de{
    display: flex;
    justify-content: center;
    gap: calc(100vw / 200) ;
    width: calc(100vw / 12) ;
    height: calc(100vw / 80) ;
    padding: calc(100vw / 800) calc(100vw / 80) ;
    border-radius: calc(100vw / 300);
    font-size: calc(100vw / 110);
}

.quienes-somos{
    display: flex;
    justify-content: center;
    gap: calc(100vw / 200) ;
    width: calc(100vw / 9) ;
    height: calc(100vw / 80) ;
    border-radius: calc(100vw / 300);
    padding: calc(100vw / 800) calc(100vw / 80) ;
    font-size: calc(100vw / 110);
}

.proyectos{
    display: flex;
    justify-content: center;
    gap: calc(100vw / 200) ;
    width: calc(100vw /11) ;
    height: calc(100vw / 80) ;
    border-radius: calc(100vw / 300);
    padding: calc(100vw / 800) calc(100vw / 80) ;
    font-size: calc(100vw / 110);
}

.contacto{
    display: flex;
    justify-content: center;
    gap: calc(100vw / 200) ;
    width: calc(100vw / 12) ;
    height: calc(100vw / 80) ;
    border-radius: calc(100vw / 300);
    padding: calc(100vw / 800) calc(100vw / 80) ;
    font-size: calc(100vw / 110);
}


.link-activo{
    background-color: rgb(94, 255, 0);


}

.link-activo p{
    font-family: 'Monserrat-Light';
    color: black;
    font-weight: 600;

}

.link-clickeable{
    background-color: rgba(4, 47, 8, 0.674);
}

.link-clickeable:hover{
    background-color: rgb(94, 255, 0);
}

.link-clickeable:hover p{
    color: black;
    font-family: 'Monserrat-Light';
    font-weight: 600;
}

.link-clickeable p{
    font-family: 'Monserrat-Medium';
    color: white;
}


.container-links-centro{
    width: 10%;
}
.container-links-derecha{
    width: 10%;
    position: relative;
}

.img-links{
    scale: .8
}

.container-texto{
    position: absolute;
    top: 34%;
    left: 7%;
    color: white;
    font-size: calc(100vh /24 );
    line-height: calc(100vh /15 );
}

.container-texto p{

    font-family:'Monserrat-Light';
}


/*deprecado*/
.container-bg-img{
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    background-color: black;
    /*background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(13, 1, 15) 35%);*/
    display: flex;
    justify-content: center;
}   

.zocalo{
    position: absolute;
    bottom:0;
    height: 7%;
    width: 100vw;
    /*background-color: rgba(255, 53, 235, 0.147);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#aaa;
    line-height: 1;
    font-size: calc(100vw / 150) ;
}

.zocalo-links{
    line-height: 1.5;
    display: flex;
}

.zocalo-links p a{
    color: #aaa;
}

.zocalo-links p a:hover{
    color: rgb(149, 149, 149);
}


/* CONTACTO */

.container-contacto-form{
    margin-top: 6%;
    width: calc(100vw/4 );
    margin-left: calc(100vw/8);
    height: 100px;
    display: flex;
    flex-direction: column;
    gap: 8%;
}

.contacto-element{
    display: flex;
    flex-direction: column;
    gap: .5vh;
}

.contacto-element p{
    font-size: 1vw;
    color:white;
    font-family: "Monserrat-Light";
}

.contacto-element input{
    height: 4.5vh;
    padding-left: 1.5%;
    width: 98.5%;
}

.contacto-element textarea{
    height: 10vh;
    padding-left: 1.5%;
    padding-top: 1.5%;
    width: 98.5%;
}

.contacto-element-nombre-apellido{
    display: flex;
    width: 100%;
    gap: 4%;
}

.contacto-element-nombre-apellido .contacto-element{
    width: 50%;
}

.contacto-button{

}

.contacto-button button{
    background-color:  rgba(94, 255, 0, 0.656);
    width: 100%;
    height: 5vh;
    border-radius: 3px;
    font-family: "Monserrat-Bold";
    cursor: pointer;
    font-size: 100%;
}

.contacto-button button:hover{
    background-color:  rgb(94, 255, 0);
}


.message-sent{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color:  rgb(94, 255, 0);
    
    color: white;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: desvanecer;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

.message-sent p{
    font-size: 3vw;
    font-style: italic;
    
}

@keyframes desvanecer {
    20%{    background-color:  rgb(94, 255, 0);}
    100% {background-color:rgba(255, 255, 255, 0);
            color: rgba(255, 255, 255, 0);
    }
}

.contacto-fail{
    display: none;
}

.contacto-fail p{
    color: rgba(255, 53, 235);
    font-size: 70%;
}

.loader{
    position:fixed;
    top: calc(55% - 10vh);
    left: calc(50% - 10vh)
}

.loader-container{
    display: flex;
    gap: 2vh;
}

.loader-bolita{
    height: 5vh;
    width: 5vh;
    border-radius: 20%;
    background-color: rgb(94, 255, 0);
}

#bolita1{
    animation: parpadear;
    animation-duration: .6s;
    animation-delay: 0; 
    animation-iteration-count: infinite;
}


#bolita2{
    animation: parpadear;
    animation-duration: .6s;
    animation-delay: .1s; 
    animation-iteration-count: infinite;
}

#bolita3{
    animation: parpadear;
    animation-duration: .6s;
    animation-delay: .2s; 
    animation-iteration-count: infinite;
}

@keyframes parpadear {
    50%{    opacity: 0;} 
}
