
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

h1{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size:4vw;
    @media (max-width:500px) {
        font-size:10vw;
    }
}

h2{
    font-family: 'Montserrat';
    font-weight: 500;
}

h3{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 2rem;
}

span{
    font-family: 'Montserrat';
    font-weight: 400;
   
}
p{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.2rem;
 
}

.cls-1{
    color: white;
}
.navbar{
    padding: 20px;
}
nav{
    background-color: black

    
}
.dropdown-menu{
    background-color: black;
    border-radius: 0px;
}
.dropdown-item:hover{
    background-color: #fba000;

}
#home{
    /*background-image: url(../assets/img/mapa.png); */
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 88vh;
    background-color: black;
   
}
#acordeon{
  padding-bottom: 50px;
    padding-top: 50px;
    background-color: black;
    
}

.flechita{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);

}

body{
    background-color: black !important;
    font-family: "Montserrat", sans-serif;
    height: 100%;
    
 
   
}


.btn{
    border: 1px #fba000 solid !important;
    border-radius: 40px !important;
    background-color: black;
}

.btn:hover{
   background-color: #fba000 !important;
}


canvas{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 3;
    pointer-events: none;
    mix-blend-mode: difference;
  }
  
.accordion-item{
    background-color: black !important;
    color: white;
    border: 0;
}
.accordion-header button{
    color: #fba000 !important;
    background-color: black;
    padding-left: 5px;
}

.accordion-button:not(.collapsed){
    color: #fba000;
    background-color: black;
    padding-left: 5px;
    
}
.accordion-button:not(.collapsed)::after{
    filter: invert(95%) sepia(61%) saturate(5357%) hue-rotate(6deg) brightness(104%) contrast(100%);
    
}
.accordion-button::after{
    filter: invert(79%) sepia(61%) saturate(5357%) hue-rotate(6deg) brightness(104%) contrast(100%);
 
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-body{
    padding-left: 5px;
}

/*flexslider amarillo*/
.carousel-inner{
    background-color: #fba000;
    align-items: center;
    display: flex;

}


section{

    align-items: center;
    display: flex;

}

.abajito img, .abajito span{
    display: block;
    text-align: center;
    margin: 10px auto;
}

#redes a{
    display: inline-flex;
    justify-content: center;
    margin: 10px;
    color: white;
}
#redes a:hover{
  color: #fba000 !important;
}

footer{
    
    color: white;

    left: 0;
    bottom: 0;
    width: 100%;
    gap: 20px;

}
#logo-footer{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    width: 120px;

}
#botonazo{
    text-decoration: none;
    color: white;
    background-color: #fba000;
    color: white;
    padding: 20px;
    transition: width 3s;
   position: absolute;
   width: 100%;
}

.cta:hover #botonazo{
    background-color: black;
    width: 400px;
    right: 0;

}

.cta{
    position: relative;
    height: 100px;
}

.modal-header{
    background-color: black;
    }
 .modal-header button{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);

}
.modal-header button:focus{
   box-shadow: none;

}

.modal-content{
    overflow: hidden;
}
.modal-dialog{
margin-top: 85px;




}
.modal-body{
    padding: 0;
    

}
#contacto{
    @media (min-width:800px){
    padding: 5% 2% 5% 10%;}
    
}
#escribenos{
    @media (min-width:800px){
    padding: 15% 10% 4% 2%;
    }
}

.btn-contacto{
    background-color: rgb(49, 49, 49);
    color: white;
    width: 100%;
    text-align: start;
    margin-top: 10px;
    padding: 5px;

}
#escribenos{
background-color: #fba000;
color: white;
}

.form-control{
    border-radius: 0;

}
#btn-send{
    border-color: white;
    background-color: #fba000;
    border-radius: 20px;
    color: white;
    padding: 5px 10px;
}

.solution{
    flex-direction: column;
    border: 1px solid #fba000;
    border-radius: 8px;
    padding: 24px;
    width: 280px;
    box-shadow: 0 0 10px #fba000;

    @media (max-width:500px) {
        width:100%;
    }

  }
.cont{
    width: 100%;
    text-align:center;
    color: white;
}
.slidersolutions{
    justify-content: space-between;
    display: flex;
    align-items: center;
  
 
}
#mundogps, #mdvr, #reportes, #apps, #lectorutas, #smartroutes{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: black;
}
#amarillo{
    height: 600px;
    @media (max-width:400px) {
        height: auto;
    }
    background-color: white;
}

#video{
  height: 600px;
}
.parallax-bg{
    width: 100%;
    height: 100%;
    background: url(/assets/gifs/video-geovoy.gif) no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    position: fixed;
    z-index: -1;

}
.parallax-content{
 
    background: #ededed;
    position: relative;
    z-index: 1;

}

.title{
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}
  

/* typed text*/
.container p span.typed-text {
    font-weight: normal;
    color: #dd7732;
  }
  .container p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
  }
  .container p span.cursor.typing {
    animation: none;
  }
  @keyframes blink {
    0%  { background-color: #ccc; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
  }
  
 /*owl carousel*/

.owl-prev{
    display: flex;
    float: left;

    }
.owl-prev span, .owl-next span{
    font-size: 3rem;
}
.owl-next{
    display: flex;
    float: right;

}

.p-negro{
    color:white;
    background-color: black;
    border-radius: 20px;
    padding: 10px;
    width: 70%;
    margin: auto;
    margin-top: 20px;
}

.item{
    background-color: #fba000;
    border-radius: 30px;
    padding: 30px;
    align-items: center;
    position: relative;
  
}

.underline a{
    text-decoration: none;
    color: black;
   
   }
   .underline span:hover{
  text-decoration: underline 1px;


   }
#news{

   
}
  /* #{
    background-color: rgb(43, 43, 43);
    color: aqua;
    border-radius: 0%;

   }*/
   #card:hover{
    border: solid 1px;
    border-color: #fba000;
    

   }

/*slider solutions*/
.top-solution{
    background: linear-gradient(to right,#fba000, #f4ad33); height: 400px; padding: 60px; display: flex;
                align-items: center;
}
