@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.custom-body{
    background-color: #111018;
    margin: 0;
    overflow-x: hidden;
}


.gradient{
    width: 100vw;
    height: 90vh;
    position: absolute;
    overflow-x: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(89, 83, 124, .2));
}

.city_bck{
    width: 100vw;
    height: 90vh;
    z-index: 0;
    top: 0;
    
}

.top-text{
    position: absolute;
    z-index: 3;
    margin-top: 10%;
    margin-left: 10%;
    width: 45%;
    
}

.top-text h1 {
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 3vw, 4rem);
    animation: aparecer 2s ease-in forwards;
    opacity: 0;
}

@keyframes aparecer{
    to{
        opacity: 1;
    }
}

.top-text h3{
    color: #c9c9c9;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    animation: aparecer 1.5s ease-in forwards;
    opacity: 0;
}

.navbar_eclipse{
    z-index: 10;
    position: fixed;
    background: transparent;
    margin-top: 2%;
    width: 100%;
    transition: 0.5s ease-in;
}

.navbar_eclipse a {
    color: white;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    align-self: center;
    transition: .5s ease;
}

.navbar_eclipse a:hover{
    color: #8C92AC;
}

.navbar_eclipse.scrolled{
    margin-top: 0;
    background-color:  rgba(41, 38, 57, .80);
    height: 8vh;
    align-content: center;
    transition: 0.5s ease-in;
}

.navbar_eclipse.scrolled .eclipse_img{
    height: 5vh;
    transition: .5s ease-in;
}

.links{
    display: flex;
    justify-content: space-around;
    height: 6vh;
}

.nav_links{
    display: flex;
    justify-content: space-around;
    height: 6vh;
    width: 55%;
    margin-left: 20%;
    
}

.eclipse_img{
    height: 6vh;
    transition: .5s ease-in;
}

.overall-text{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
}

.tools p {
    color: #fafafa;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
}

.tools h2 {
  color: #fafafa;
  font-family: 'Lato', sans-serif !important;
  font-size: 2.25rem;
  font-weight: 500 !important; 
  text-align: center;
  margin-top: 5%;
}

.ai_tools{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80vw;
    margin: auto;
    gap: 2rem;
    
}

.img_tools{
    height: 55vh;
    box-shadow:0px 4px 40px rgba(58, 146, 209, .25);
    animation: pulsoSombra 4s ease-in-out infinite;
}
@keyframes pulsoSombra {
  0%, 100% {
    box-shadow: 0px 4px 40px rgba(58, 146, 209, 0.25);
  }
  50% {
    box-shadow: 0px 8px 80px rgba(58, 146, 209, 0.5);
  }
}

.tool_container {
    position: relative;
    display: inline-block;
    
}

.info_tool {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(17, 16, 24, .7),rgba(58, 146, 209, .25));
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align:center;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
  }

  .info_tool_text h3{
    text-align:center;
    margin-bottom: 3%;
    color: #c9c9c9;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: clamp(0.9rem, 1vw, 2.5rem);
    
  }

  .tool_container:hover .info_tool {
    opacity: 1;
  }

  .tool_container:hover .img_tools{
    filter: blur(4px);
    box-shadow:none;
    transition: 0.3s ease;
    animation: none;
  }


  .tool_container:hover .info_tool {
    opacity: 1;
  }

  .tool_container:hover .img_tools{
    filter: blur(4px);
    box-shadow:none;
    transition: 0.3s ease;
    animation: none;
  }

  .info_tool_text h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fafafa;
    font-size: clamp(1rem, 1.5vw, 2.4rem);
  }

  .section{
    box-sizing: content-box;
    background-color: #232031;
    width: 50vw;
    height: 7vh;
    margin-top: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-items: center;
  }

  .section h2{
    text-align: right;
    color: #fafafa;
    font-family: 'Lato', sans-serif;
    font-size: clamp(1rem, 2vw, 2.25rem);
    align-self: center;
    margin-left: 20%;
  }

  .overall-text section{
    width: 40vw;
  }

  section p {
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #c9c9c9;
    line-height: 1.5;
  }

  .info_tool_text{
    margin-top: 10%;
  }

  .ai_tool_btn{
    width: 50%;
    padding: 15px;
    border: none;
    border-radius: 20px;
    font-family: "Lato", sans-serif;
    background-color: #fafafa;
    color: #000000;
    font-weight: 600;
    font-size: clamp(.5rem, 1vw, 1.2rem);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    display: flex;
    align-items: center;
    justify-content: center; 
    box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }

  .flecha{
    color: rgba(58, 146, 209, 1);
    margin-right: 20%;
    font-size: 1.5rem;
    transition: margin 0.3s ease;
  }

  .ai_tool_btn:hover .flecha{
    margin-right: 2%;
    
  }
  .ai_tool_btn:hover{
    cursor: pointer;
  }

  .overall-text h2{
    font-size: 3rem;
    color: #fafafa;
    font-weight: 700;
    font-family: "Lato", sans-serif;
  }

  .mini_logo{
    height: 7vh;
  }
  .about_eclipse{
    margin-left: 2%;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #c9c9c9;
    line-height: 1.5;
    width: 60%;
    
  }

  .about_eclipse p {
    text-align: start;
    margin: 0;
  }

  .experience_eclipse li{
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #c9c9c9;
    line-height: 1.3;
    margin: 0;
  }

  .img_chair_monitors{
    height: 55vh;
    margin-left: 20%;
    box-shadow: 0px 8px 80px rgba(58, 146, 209, 0.5);
  }



.foot{
  width: 100%;
  height: 30vh;
  background-color: #16191E;
  margin-top: 10vh;
  color: #fafafa;
  position: absolute;
  padding: 10vh 20vh 20vh 20vh;
}

.foot img{
  height: 7vh;
}

.foot .col h5{
  color: #fafafa;
}
.foot .col a{
  color: #c9c9c9;
  text-decoration: none;
}
.foot .col a:hover{
  color: #6699cc;
}

.foot .col ul li a{
  color: #c9c9c9;
  text-decoration: none;
}

.foot .col ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.foot .col p{
  color: #c9c9c9;
}

.foot_mobile{
  width: 100%;
  height: 750px;
  background-color: #16191E;
  margin-top: 10vh;
  color: #fafafa;
  position: absolute;
  padding: 5vh 5vh 5vh 5vh;
  display: none;
}

.foot_mobile_container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero_container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2vh;
  width: 70%;
  align-items: center;
}

.hero_container .img{
  height: 6vh;
}

.hero_container .social_links i{
  font-size: 1.7em;
}

.foot_mobile_container h5{
  text-align: center;
  color: #fafafa;
  font-size: 1.3rem;
}
.foot_mobile_container  a{
  color: #c9c9c9;
  text-decoration: none;
  font-size: 1.1rem;
}
.foot_mobile_container  a:hover{
  color: #6699cc;
}

.foot_mobile_container  ul li a{
  color: #c9c9c9;
  text-decoration: none;
  font-size: 1.1rem;
  
}
.foot_mobile_container  ul li{
  margin-bottom: 1.5vh;
  text-align: center;
}

.foot_mobile_container  ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.foot_mobile_container  p{
  color: #c9c9c9;
  font-size: 1.1rem;
}


.transp_bttn{
  border: 1.5px solid #fafafa;
  background-color: transparent;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  color: #fafafa;
  overflow: hidden;
  transition: .3s ease;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

.transp_bttn:disabled{
  border: 1.5px solid #555;
  background-color: #555;
  color: #232031;
  cursor: not-allowed;
  opacity: 0.6;
}

.overall-section {
  display: flex;
  flex-direction: row;
}

.eclipse-info-section {
   display: flex; 
   flex-direction: row; 
   align-items: flex-start;
}

.about-container {
  display: flex; 
  flex-direction: row; 
  align-items: flex-start; 
  margin-top: 5%;
}

.transp_bttn:hover{
  background-color: #fafafa;
  color: #232031;           
  mix-blend-mode: screen;  
}

.social_links{
  display: flex;
  align-content: space-between;
}

.social_links a{
  font-size: 2em;
}


#privacidadModal .modal-content {
  background-color: #16191E;   
  color: #c9c9c9;            
  border-radius: 12px;       
  border: none;               
}

#privacidadModal .modal-content h6{   
  color: #fafafa;            
             
}


#privacidadModal .modal-header {
  background-color: #16191E;
  color: #fafafa;
  border-bottom: 1px solid #444;
}


#privacidadModal .modal-title {
  font-size: 1.2rem;
  font-weight: bold;
}


#privacidadModal .modal-body {
  font-size: 0.95rem;
  line-height: 1.6;
  max-height: 60vh;     
  overflow-y: auto;     
}


#privacidadModal .modal-footer {
  background-color: #16191E;
  border-top: 1px solid #444;
}

#privacidadModal .modal-body::-webkit-scrollbar {
  width: 8px;              
}

#privacidadModal .modal-body::-webkit-scrollbar-track {
  background: #2c2c3c;    
  border-radius: 4px;
}

#privacidadModal .modal-body::-webkit-scrollbar-thumb {
  background-color: #666;   
  border-radius: 4px;
}

#privacidadModal .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #888;   
}

/* Scrollbar para Firefox */
#privacidadModal .modal-body {
  scrollbar-width: thin;          
  scrollbar-color: #666 #2c2c3c;  
}

.menu_options{
  background-color: transparent;
  border-color: none;
}
.menu_options i{
  color: #fafafa;
  font-size: 2.5rem;
}

.dropdown{
  display: none;
}
.dropdown-menu{
  background-color: #232031 !important;
  display: none;
}

@media (max-width: 768px) {

  .links{
    padding: 0 1.5rem;
    justify-content: space-between;
  }
  .nav_links{
    display: none;
  }
  .dropdown{
  display: block;
  }
  .dropdown-menu{
    display: block;
    position: relative;
  }
  .tools p, .overall-text p {
    font-size: 1rem;
    line-height: 20px;
  }
  .top-text {
    width: 80%;
    margin-top: 30vh;
    h1 { font-size: 1.6rem; }
    h3 { font-size: 1rem; }
  }
  .gradient {
    height: 60vh;
  }
  .city_bck {
    height: 60vh;
    object-fit: cover;
  }
  .tools p {
    font-size: 0.8rem;
  }
  .ai_tools {
    flex-direction: column;
    gap: 3rem
  }
  .overall-text {
    width: 80vw;
  }
  .overall-text h2 {
    font-size: 1.5rem;
    margin: 2rem 0;
  }
  .info_tool {
    justify-content: space-evenly;
  }
  .info_tool_text {
    margin-top: 0 ;
    h3 {
      display: none;
    }
  }
  .overall-section {
    flex-direction: column-reverse;
    gap: 3rem;
    section {
      width: 100%
    }
  }
  .eclipse-info-section {
    flex-direction: column;
    gap: 1rem;
  }
  .img_chair_monitors {
    margin: 0;
    width: 100vw;
    margin-left: -10vw;
    height: auto;
  }
  .section {
    width: 85vw;
    height: 5vh;
    margin-bottom: 30px;
  }
  .section h2 {
    margin-left: 10%
  }
  .about-container {
    flex-direction: column;
    gap: 1rem;
  }
  .about_eclipse {
    width: 100%
  }
  .ai_tools {
    margin: 0;
    width: 100vw;
    align-items: center;
  }
  .tool_container {
    height: auto;
  }
  .img_tools {
    width: 70vw;
    height: auto;
  }
  .foot {
    margin-top: 30px;
    height: auto;
    padding: 10%;
    .row {
      row-gap: 1rem;
    }
  }
  .ai_tool_btn {
    width: 70%;
    span {
      font-size: 1rem;
    }
  }

  .foot{
    display: none;
  }
  .foot_mobile{
    display: block;
  }
}

