body {
    background-color: #737476;
}

.padding-30{
    padding: 30px;         
}

h4{
   font-size:  1.2em;
}

p{
    font-size: 16px;
    text-align: justify !important;
}

.separador1{
    width: 100%;
    height: 40px;
}

.separador0{
    width: 100%;
    height: 70px;
}


.row {
margin-right: 0px;
 margin-left: 0px; 
}

/*NAVEGACION*/

.navbar-light .navbar-toggler {
 border-color: transparent;
}

:focus{
    outline: none !important;
}
.navbar .active{
    color: #707172 !important;
    font-weight: 400;
    border-bottom: 2px solid rgb(183, 183, 183);
} 
.navbar-brand img{
    width: 170px;
    height: auto;

}

 .navbar {
    position: fixed;
    opacity: 0.9;
    z-index: 9000;
    width: 100%;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
} 

.navbar a, button {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}


.btn-primary {
    color: #fff;
    background-color: #99cd53;
    border-color: #99cd53;
}

.btn {
    border-radius: 0;
}

.btn-success {

    color: #fff;
    background-color: #99cd53;
    border-color: #99cd53;
    margin: 0px 5px;
}

.btn.btn-success:hover, 
.btn.btn-primary:hover, .btn.btn-primary:active, 
.btn.btn-primary:focus, .btn.btn-primary:visited, 
.btn.btn-outline-light:hover, .btn.btn-outline-light:active, 
.btn.btn-outline-light:focus, .btn.btn-outline-light:visited, 
#contacto .btn:hover, #contacto .btn:active, 
#contacto .btn:focus, #contacto .btn:visited {
    color: #fff;
    background-color: #99cd53;
    border-color: #99cd53;
}


/*SLIDER*/

 #body .demo-2 h2{
        /*background-color:#4950579e;

 font-family: 'Roboto', sans-serif; 
   
 font-weight: 500;*/
    font-size: 45px; 
    margin-top: 130px ;
   
} 

#body  .demo-2 p {
    font-size: 24px;
    font-weight: 500;
}

.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
    padding: 30px 30px 10px 30px;
}


/*QUE HACEMOS*/


#quehacemos, #quehacemos2, #quienessomos {
    font-family: 'Roboto', sans-serif !important;
    background-color: #737476;
    color: #fff;     
    
}


.borde-blanco {

/*     position: relative;
    top: 42%;
    left: 40%; */
    text-align: center;
    width: 250px;
    border-style: solid;
    border: 1px solid #E9E5DA;
    margin-bottom: 60px;
    margin-top: 30px;
}

.borde-blanco h3, .borde-blanco2 h3, .borde-blanco3 h3, .borde-blanco4 h3  {
    padding-top: 8px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 26px;
}


.borde-circulo  {
    height: 130px;
    position: relative;
    margin: 0 auto;
    border: 8px solid #ebebeb;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    width: 130px;
    background-color: #fff;

}

.borde-circulo img {
    position: absolute;
    left: 28%;
    top: 23%;
    
}


/*QUIENES SOMOS*/


.borde-blanco2 {
        
        text-align: center;
        width: 250px;
        background-color: #060b214d;;
        margin-bottom: 60px;
        margin-top: 30px;
        color: white;
    }

#quienessomos{
    background-image: url("../images/quienessomos.jpg");
    background-color: #737476;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}


/*SERVICIOS*/


#servicios {
    font-family: 'Roboto', sans-serif !important;
    background-color: #f3f3f3;
    color: #9E9E9E;    
    padding: 30px 0px;      
    
}

.borde-blanco3 {
        text-align: center;
        width: 300px;
        border-style: solid;
        border: 1px solid #DADADA;
        margin-bottom: 60px;
        margin-top: 30px;
    }
/* 
.owl-carousel img {
    position: relative;
    left: 140px;
}
 */

 .owl-item {
     padding: 0px 40px;
    
 }

 .owl-item p {
    text-align: justify;
 }


 /*CONTACTO*/

 .borde-blanco4 {
        text-align: center;
        width: 250px;
        background-color: #A8D383;
        margin-bottom: 60px;
        margin-top: 30px;
        color: white;
 } 


 #contacto {
    font-family: 'Roboto', sans-serif !important;
    background-color: #fff;
    color: #797979;    
    padding: 30px 0px;      
}

#contacto p {
    font-size: 16px;
}

#contacto strong {
    color: #99cd53;
}

.form-group input, .form-group textarea  {
    border-radius: 0px;
    background-color: #D8D8D8;
}

#contacto button {
    width: 120px;
    position: absolute;
    right: 13px;
}


/*FOOTER*/

footer {
    background-color: #737476;
    color: #fff;

}

footer .copyright {
    text-align: right;


}


/*CONFIRM*/

.card.confirm {
   margin: 40px;
}

.card.confirm .card-text{
    text-align: left !important;

}

.no-opacity {
  opacity: 0;
}