@import url('https://fonts.googleapis.com/css?family=Lato');


body
{
    max-width: 100vw;
    overflow-x: hidden;
    position: absolute;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.bg-primary{
    background:url(../img/blueprint.jpg);
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,#mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
    font-size:15px;
    font-weight:700;
    color:#FFF
}

#mainNav {
    background: rgba(0,0,0,0.8);
}

.logo{
    width:  200px;
    margin-left: 20px;  
}

h1{
    font-size: 1px;
    text-align: left;
    padding-left:50px; 
    font-family: 'Lato', sans-serif;

}

.h2-main{
    font-size: 90px;
    font-family: 'Lato', sans-serif;
}

a:hover {
    cursor: pointer !important;
}

/* .header{
        height: 1080px;
    } */
hr{
    color: aqua;
}

.black{
    color: black;
    }

.info{
    padding-top: 30px;
}

header.masthead .header-content .header-content-inner h1{
    font-size: 110px;
}
@media only screen and (max-width: 991px){
 
    #mainNav .navbar-nav>li.nav-item>a.nav-link,#mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
    font-size:50px;
    font-weight:700;
    color:#FFF;
    font-family: 'Lato', sans-serif;
    }
    
 
    #mainNav{
    /* background-color: #14f321; */
    font-family: 'Lato';
    color:white;
        
    }
        
        .masthead{
    height: 500px;
    }

    .h1{
        font-size: 10px;
        text-align: left;

    }
        
        
    h2{
        text-align: right;
        font-size: 10px;
    }

}

@media only screen and (max-width: 768px){
  
    header.masthead .header-content .header-content-inner h1  {
        font-size: 60px;
        font-weight:700;
        padding-left: 50px;
        margin-top:0;
        margin-bottom:0;
    }
    h1{
        font-size: 1px;
        text-align: left;

    }
}


h2{
    text-align: left;
    font-size: 5px;
}

a,p,label,input,textarea{
    text-align: left;
    font-family: 'Lato', sans-serif;
}




@media only screen and (max-width: 480px){
    
    .h2-main{
        font-size: 50px;
}
    
    header.masthead .header-content .header-content-inner h1  {
        font-size: 40px;
        font-weight:700;
        padding-left: 50px;
        margin-top:0;
        margin-bottom:0;
    }
}
    
    
@media only screen and (max-width: 320px){
  
    .h2-main{
        font-size: 50px;
    }
    
    header.masthead .header-content .header-content-inner h1  {
        font-size: 30px;
        font-weight:700;
        padding-left: 50px;
        margin-top:0;
        margin-bottom:0;
    }

    .header{
        height: 350px;
    }
    
}


.tavis-title {
    padding: 0; 
    text-align: center;
    font-weight: 900;
    letter-spacing: 10px;
    font-size: 5rem !important;
}

.tavis-description {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 50px 0;
    font-family: 'Lato';
    letter-spacing: 8px;
    font-weight: 900;

}

.tavis-black {
    color: #000;
    font-size: 1.2rem;
    text-align: left !important;
    letter-spacing: 5px;
}

.font-large {
    font-size: 4rem;
    width: 80%;
    margin: auto !important;
    text-align: center;

}

.slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.filter {
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
}

#soluciones .tavis-description {
    /* margin-top: -130px !important; */
}

.icon-float {
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 9999999;
    background: #fff;
    border-radius: 50%;
    height: 49px;
    width: 49px;
}

@media (max-width: 700px) {
    .tavis-title {
        font-size: 1.8rem !important;
    }
    
    .tavis-description {
        font-size: 1.2rem;
    
        margin: 20px 0;
    }
}