body{
	font-family: 'Mukta Mahee', sans-serif;
	font-size: 16px;
	color: #333;
    font-weight: 300;
}

p{
    font-size: 1.2em;
}

.row ul li{
    font-size: 1.2em;
}


h1{
    margin: 15px 0;
    font-family: 'Hind Guntur', sans-serif;
    color: rgb(0, 136, 216);
}

h2{
    margin: 25px 0 0;
    color: rgb(0, 136, 216);
    font-family: 'Hind Guntur', sans-serif;
    font-size: 3em;
}

h3{
    font-family: 'Hind Guntur', sans-serif;
    color: rgb(0, 136, 216);
    font-size: 2.5em;
}

input{
    margin: 0 0 25px;
}

textarea{
    margin: 0 0 25px;
}

form h2{
    margin: 50px 0 25px;
}

.navbar-light .navbar-nav .nav-link{
    font-size: 1.05em;
    line-height: 18px;
}

.bg-light {
    background: #fff!important;
    border-bottom: 1px solid #ccc;
}

.row{
    margin: 120px 0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(36,137,196,1);
    font-size: 1.05em;

}

header{
    position: relative;
}

.navbar-brand img{
    width: 100%;
    height: auto!important;
}

.banner-home{
    position: absolute;
    top: 40%;
    z-index: 20;
    color: white;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width:60%;
}

.banner-home h1{
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 9px rgba(1, 23, 68,.5);
    color: white;
}

.banner-home blockquote{
    font-size: 2.5em;
    line-height: 40px;
    text-shadow: 0 0 9px rgba(1, 23, 68,.5);
}

.somos{
    text-align: center;
    display: block;
}

.somos h2{
    color: rgb(0, 136, 216);
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.somos p {
    font-size: 1.45em;
}

.beneficios {
    color: white;
    background: rgb(0, 136, 216);
    padding: 40px 0 30px;
}

.beneficios .row{
	margin: 0;
}

.beneficios h2{
    color: white;
    font-size: 3em;
    font-weight: 700;
    line-height: 47px;
    margin-top: 22%;
}

h2.servicios{
    width: 100%;
    text-align: center;
    margin: 0 0 100px;
    font-size: 3em;
    color: rgb(0, 136, 216);
    font-weight: 700;
}

.clientes{
    display: block;
    overflow: hidden;
}

.clientes h3{
	text-align: center;
	font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

.clientes img{
    float: left;
    margin: 0 10px;
    width: 10.6%;
    border: 1px solid #ddd;
}

.menu-desk{
    width: 70%;
    margin: 0 auto;
}

footer{
    background: #eee;
    text-align: center;
    padding: 25px 0;
}

footer p{
    margin-bottom: 3px;
    color: #555;
    font-size: 1.1em;
}

.navbar-brand{
    float: left;
    margin: 0 3% 0 0;
}

#navbarTogglerDemo02{
    margin: 20px 0 0;
}

#navbarTogglerDemo02 ul{
    width: 100%;
}

#navbarTogglerDemo02 ul li{
    margin: 0 3% 0 0;
}

#servicios .row{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 70px;
}

#servicios .row:last-child{
	border-bottom: 0px;
}

.contacto{
	background: rgb(0, 136, 216);
}

.contacto h2{
	font-weight: 700;
    font-size: 1.5em;
    color: white;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.contacto .col-lg-7{
	padding: 0;
}

.contacto.servi{
	padding: 30px 35px;
}

.contacto .col-lg-5{
    padding: 40px 35px;
}

input, textarea{
    margin: 0 0 14px;
}

.btn-primary {
    color: #fff;
    font-weight: 300;
    font-size: 1.1em;
    background-color: #2f2f2f;
    border-color: #1d1d1d;
    margin: 0 auto;
    display: block;
    padding: 8px 35px;
}

@media screen and (max-width: 1400px){
    .menu-desk {
        width: 85%;
        margin: 0 auto;
    }
    .banner-home h1 {
        font-size: 3.2em;
    }
    .banner-home blockquote {
        font-size: 2em;
    }
    .somos h2, .beneficios h2{
        font-size: 2.9em;
    }
    .somos p {
        font-size: 1.35em;
    }
    h3 {
        font-size: 2.2em;
    }
}


@media screen and (max-width: 1024px){
    .menu-desk {
        width: 92%;
    }
    #navbarTogglerDemo02 ul li {
        margin: 0 1% 0 0;
    }
    .navbar-light .navbar-nav .nav-link {
    font-size: .9em;
    }
    .banner-home h1 {
        font-size: 2.7em;
    }
    .banner-home blockquote {
        font-size: 1.7em;
        line-height: 33px;
    }
    h3 {
    font-size: 2em;
    }
    .clientes img {
        margin: 0 5px;
    }
    .contacto .col-lg-5 {
        padding: 25px 35px;
    }
    .contacto h2 {
        font-size: 1.3em;
        margin: 0 0 8px;
    } 
    input, textarea {
    margin: 0 0 10px;
    }
    .contacto .col-lg-5 {
    padding: 25px 35px 20px;
    }
}

@media screen and (max-width: 990px){
    .navbar-toggler{
        float: right;
        border: 1px solid rgb(0, 136, 216)!important;
        color: rgb(0, 136, 216)!important;
        margin: 2.5% 0 0;
    }
    .row {
        margin: 90px 0;
    }
    h1 {
        font-size: 2.2em;
    }
}


@media screen and (max-width: 769px){

    .banner-home {
    top: 46%;
    width: 85%;
    }
    .banner-home h1 {
        font-size: 2.1em;
        margin-bottom: 0;
    }
    .banner-home blockquote {
        font-size: 1.35em;
        line-height: 27px;
    }
    .row {
        margin: 70px 0 50px;
    }
    .somos h2, .beneficios h2 {
        font-size: 2.3em;
    }
    .somos p {
        font-size: 1.25em;
    }
    .somos h2, .beneficios h2 {
        font-size: 2.2em;
        margin-top: 20px;
    }
    h2.servicios {
        margin: 0 0 50px;
        font-size: 2.6em;
    }
    h3 {
        font-size: 1.8em;
        margin-top: 20px;
    }
    .contacto .col-lg-7 {
     display: none;
    }
    #navbarTogglerDemo02 {
    clear: both;
    text-align: right;
    }
    #navbarTogglerDemo02 ul li {
    margin: 0;
    }
}

@media screen and (max-width: 650px){ 

    header{
        padding: 96px 0 0;
    }
    header.home img{
        display: none;
    } 
    header.home {
        background: rgb(0, 136, 216);
        padding: 115px 30px 14px;
    }
    .banner-home{
        position: static;
    }
    .banner-home h1 {
        font-size: 1.8em;
        margin-bottom: 0;
        text-shadow: none;
    }
    .banner-home blockquote {
        font-size: 1.25em;
        line-height: 24px;
        text-shadow: none;
    }
    .banner-home blockquote {
    font-size: 1.25em;
    line-height: 24px;
    }
    .somos p {
    font-size: 1.1em;
    line-height: 23px;
    }
    h2.servicios {
    margin: 0 0 20px;
    font-size: 2.3em;
    }
    h3 {
    font-size: 1.6em;
    }
    p {
    font-size: 1.1em;
    }
    .clientes img {
        margin: 0 5px 10px; 
        width: 22.6%;
    }
    h1 {
    font-size: 2em;
    }
    .row ul li {
    font-size: 1.1em;
    }
    .somos h2, .beneficios h2, h2.servicios {
    font-size: 2em;
    margin-top: 20px;
    }
}

@media screen and (max-width: 480px){  
    .row {
        margin: 30px 0;
    }
    #servicios .row {
        padding-bottom: 30px;
    }
    h1 {
    font-size: 1.8em;
    }
    .somos h2, .beneficios h2, h2.servicios {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 380px){

    .navbar-brand{
        width:60%;
    }
}

input#website{
    display: none;
}