html
{
    scroll-behavior: smooth;
}

body
{
    font-size: 14px;
    font-family: 'Lato', sans-serif!important;
    color: #434343;

    overflow-x: hidden;
}

hr
{
    text-align: center;
    width: 500px!important;
    border-width: 5px!important;
    color: #252525ff;
    font-weight: 700;
}

#myBtn
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 3em;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #565656b3;
    cursor: pointer;
    padding: 10px;
}
  
  #myBtn:hover 
{
    color: #fff;
    background-color: rgba(65, 65, 65, 20%);
}

/* ##################  Nav bar and logo styles ################## */

.sticky-bar
{
    background-color: rgba(255, 255, 255, 50%);
    padding-top: 10px;
    padding-bottom: 3px;
    margin-top: -15px;
}

#collapsibleNavbar
{
    background-color: transparent!important;
    padding-top: 1.5rem;
}

.header 
{
    background: #fff;
    padding: 15px 0px 15px 0px;
    height: 100px;
    margin-top: -15px;
    border-bottom: 1px solid #dedede;

}

#logo
{
    max-height: 45px;
    padding-top: 10px;
}

.logo-scrolled
{
    padding-bottom: 3px;
    margin-top: -15px;
}

nav
{
    background-color: transparent!important;
}

#menu-ul
{
    background-color: transparent!important;
    padding-left: 110px;
}

li, a
{
    margin: 8px;
    font-size: 14px;
    font-family: 'Nunito', sans-serif !important;
    color: #434343!important;
}

a:hover
{
    text-decoration: none!important;
}

/* ##################  Carousel styles ################## */

.carousel-inner img 
{
    width: 100%;
    height: 100%;
}

.carousel-indicators
{
    bottom: 0!important;
}

h4
{
    text-transform: capitalize;
}

.carousel-caption {
    
    position: absolute;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
    background-color: #252525aa!important;
    width: 100%!important;
    /* height: 150px!important; */
}

/* ##################  Main content styles ################## */

#dropdownMenuButton-1
{
    visibility: hidden;
}

#solution
{
    padding-top: 10rem;
    padding-bottom: 10rem;
    max-height: 800px;
    /* height: 30rem; */
    /* padding-top: 4.5rem; */
}

.solution-tittle
{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.solution-text
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    font-weight: 400;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}
/* ##################  Parallax styles ################## */

.parallax1
{
    /* The image used */
    background-image: url("../resourcesTmp/images/idvision-tech/paralax/1stParallax.png");
    
    /* Set a specific height */
    min-height: 800px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax2
{
    /* The image used */
    background-image: url("../resourcesTmp/images/idvision-tech/paralax/plataforma1.png");
    
    /* Set a specific height */
    min-height: 600px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1366px) 
{
    .parallax1
    {
        background-image: url("../resourcesTmp/images/idvision-tech/paralax/1stParallax.png");
        background-attachment: scroll;
        height: auto;
        background-size: 100%;
    }
}

@media only screen and (max-device-width: 1366px) 
{
    .parallax2 {
        background-attachment: scroll;
    }
}

/* ################## Sections styles ################## */

.why-tittle
{
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.why-paragraph
{
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #696969;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
    text-transform: uppercase;
    
}

#why-second-row
{
    padding-top: 35px;
    padding-bottom: 105px;
    
}

.tittle
{
    margin-top: 50px;
    text-align: center!important;
}

.tittle-row
{
    margin-top: 50px;
    margin-bottom: 25px;
}

.thumnail-text
{
    text-align: center;
    text-transform: capitalize;
}

/* ##################  Contact form styles ################## */

#contact-tittle
{
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 500;
    text-align: center!important;
}

#contact-us
{
    padding-top: 100px;
    padding-bottom: 100px;

}

#messaje
{
    height: 15rem;
}

#submit
{
    margin-top: 15px;
    max-width: 100px;
}

input[type=text], input[type=email], select, textarea {
    width: 100%;    
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
} 
/* ##################  Footer styles ################## */

.footer2
{
    visibility: hidden;
}

#footer
{
    color: #ccc;
    padding-top: 2rem; 
    background-color: #101010;
    text-align: center;
}

/* ##################  Video section  ################## */
 

.btn-play-video { 
    border-radius: 100%;
}
 

.white-cross {    
    color: #fff !important;
    position: absolute;
    top: 8%;
    right: 2%;
    height: 80px;
    width: 80px;
    z-index: 999;
}


.frame-wrapper {
   position: relative;
}