.navbar {
    background-color: #233388;;
}

.top-nav-collapse {
    background-color: #242a93;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #0d47a1;
    }

.logo {
  padding-left:0;
  line-height:88px
 }

}


.rgba-purple-light, .rgba-purple-light::after {
    background-color: rgba(21, 100, 202, 0.41) !important;
}

.main-raised {
    margin: -60px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px 
rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px
    rgba(0, 0, 0, 0.2);
}

.main {
    background: #FFFFFF;
    position: relative;
    z-index: 3;
}

.footer {
    padding: 15px 0;
}

.footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    color: inherit;
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}

.section {
    padding: 30px 0;
}

.logogrande{

    display: inline-block;
    max-width: 100%;
    height: auto;
  /*  margin-right: 20px;*/

}

.navbar.top-nav-collapse .logochico {

    display: inline-block;

}

.navbar.top-nav-collapse .logogrande {

    display: none;

}

.logochico {

    display: none;
    max-width: 100%;
    height: auto;
    /*margin-right: 20px;*/

}



/*********************************************/


@media(max-width:1300px) { 
 .logo {
  padding-left:0
 }
 
}
@media(max-width:990px) {
   
 .logo {
  padding-left:0;
  line-height:88px
 }
 
}


/*********************************************/
.navbar-brand {
    font-size: 1.0rem !important; 
}

.mask h1 {
    font-size: 4.8em;
    font-weight: 600;
}

.section-tabs {
    background: #EEEEEE;
    padding: 70px 0;
}

.wass{
    color: #33b5e5;
    font-size: 30px;   
}

.cell {
    color: #33b5e5;
    font-size: 26px;
    margin-left: 70px;
    margin-right: 8px;
}

.correo{
     color: #33b5e5;
}

.parallax {
    background-image: url("../images/nuestraempresa.jpg");   
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
}

