

.sombra 
{
    text-shadow: 1px 1px 6px black, 0 0 5em black, 0 0 1em black;
    color: white;
    font-size: 30px;
}

.menuprincipal ul li a 
{
	font-size: 1.5rem !important;
}

.navbar-brand > img {
    display: block;
    margin-top: 0px !important;
}

.navbar-brand {    
    padding: 10px 10px !important;
 
 
}


.services-section{
    
    background-color: #fff;
    color: #000;
}


.services-section h1,h2,h3,h4
{
    
   
    color: #000;
}


.testimonials {
    padding: 100px 0;
    position: relative;
    background: url("../imgs/fondotest.jpg") no-repeat;
     background-position-x: center !important;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center center;
}

.navbar-inverse {
    background-color: #000 ;
    background-color: #209b60;
    color: #FFF;     
}

.navbar-inverse.scrolled {
    padding: 0px;
    background-color:  #209b60;
}

.navbar-inverse li a, .navbar-inverse li.active a  {
    
    color: #FFF !important;

     
}



.parallax-section {

    background: url("../images/bg-1.jpg") no-repeat;
    background-position-x: center !important;
    background-position-y: 0% !important;
    background-attachment: scroll;
    background-size: auto;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;

}




.service-list i {
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 35px; 
}

.service-list i.in {
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.5em; 
    text-align: center;
    margin-top: -5px;

}
}

.service-list .content h3 {
    margin-bottom: 30px;
    
}

#testomonials h3 
{
    color: #FFF;
}

.text-justify {
  text-align: justify;
}

.parallax-inner .parallax-content {
    
    vertical-align: bottom;     
    bottom: 10px;
}