@import url("normalize.css"); /*hoja de reset compatible con bootstrap*/
@import url("reusable-classes.css"); /*hoja de estilos con clases reutilizables, Fuentes, etc.*/
@import url("dev.css");/*hoja de estilos para desarrolladores*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/*Generales*/
body, html {
    font-family: 'Lato', sans-serif;
    background: #f8f8f8;
}
.container {
    background: white;
    padding-right: 0;
    padding-left: 0;
    max-width: 990px;
}
.lenguage-header {
    border-top: 3px solid #f2f6ea;
}
.lenguage-header a{
    border:none;
    background: #f2f6ea;
    color: #989a96;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 15px;
    text-decoration: none;
}
.lenguage-header a:hover {
    background: #f6faee;
}
/*.header img {
    margin-left: 20px;
}*/

.navbar-default {
    background:none ;
    border: none;
    margin-top: 7%;
    float: right;
}

.navbar-default li {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav > li > a {
    padding: 7px 11px;
}

.navbar-default .navbar-nav > .active > a {
    background:#aab592 ;
    color: white;

}

.navbar-default .navbar-nav > .active > a:hover {
    background: #b2bd99;
    color: white;
}
   /*INDICADORES CAROUSEL*/
.carousel-indicators{
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 15;
}

.carousel-indicators li {
    border-radius: 0;
    height: 15px;
    width: 15px;
    background:#5f5f5f;
    border: none;
    margin: 1px;

}

.carousel-indicators .active {
    height: 15px;
    width: 15px;
    background:#596f2c;
    margin: 1px;
}
  /*INDICADORES CAROUSEL*/

 /*HOME*/
.quotes, .services {
    background:#f5f5f5;
    border: 2px solid white;
    padding: 15px;
    min-height: 175px;
}

.content .services img {
    float: left;
    margin-top: 25px;
	margin-right:25px;
}

.content .quotes p {
    font-size: 16px;
    color: #989a96;
    text-align: center;
    margin-top: 30px;
    font-family: 'Lato', sans-serif;;
}

.content .quotes span {
    font-size: 34px;
    line-height: 0.8;
}

.content .services h3 {
    color: #aab592;
    font-size: 24px;
    font-weight: bold;
    /*margin-left: 25%;*/
    font-family: 'Lato', sans-serif;
}

.content .services p {
    font-size: 13px;
    color: #989a96;
    /*margin-left: 25%;*/
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;;
}

.content .services a {
    background:#d1dfb2 ;
    color:#61772f;
    padding: 6px 15px;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;

}
/*HOME*/

/*QUIENES SOMOS - SERVICIOS - CONTACTO*/

.content-quienes h3, .content-servicios h3, .content-contacto h3 {
	font-family: 'Lato', sans-serif;
    color: #869564;
    font-size: 24px;
    font-weight: normal;
    border-left: 30px solid #f2f6ea;
    padding-left: 7px;
}

.content-quienes p, .content-servicios p, .content-contacto p {
    margin-left: 6%;
    font-size: 12px;
}

.content-quienes li, .content-servicios li {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 12px;
}

.quienes-somos-img {
    float: right;
    margin:25px 0 15px;
}

.subtitle {
    font-weight: 900;
    margin: 25px 0 15px;
}

.aside h5 {
	font-family: 'Lato', sans-serif;
    background:#aab592 ;
    margin:0 0 5px;
    padding: 4px;
    color: white;
    font-size: 16px;
}

.aside > div {
    margin-top: 20px;

}
.aside img {
    width: 100%;
}
.links {
    background: #f2f6ea;
    padding-bottom: 10px;

}

.links p {
    background: #dfe6cf;
    margin: 15px;
    padding: 2px 5px;
    font-weight: 900;
	font-size:14px;
}

.links a {
    color: #787878;
    text-decoration: none;
    padding-right: 15px;
}
.links a:hover {
    color: #000000;
    font-weight: 900;
}
.links ul {
    padding-right: 15px;
}
.clima {
    width: 100% !important;
}
.content-contacto input, .content-contacto label, .content-contacto textarea  {
    display: block;
    margin-left: 10%;
}

.content-contacto label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}
.content-contacto input, .content-contacto textarea {
    background: #f2f2f2;
    border: none;
    padding: 5px;
    outline:none;
    width: 80%;
    resize: none;
}

.content-contacto .submitbutton {
    background: #abb491;
    color: white;
    border: none;
    margin: 10px 10%;
    text-transform: uppercase;
    font-size: 13px;
    float: right;
	width:30%;
}
.content-contacto .submitbutton:hover{
    background: #b2bd99;
}

.contactos {
    background: #f2f6e9;
    padding: 8px;
}
.contactos h5 {
    background: none;
    color: black;
    margin-left: 5%;
    font-weight: 900;
    font-size: 14px;
}
.contactos p {
    margin-bottom: 0;
}

.contactos a {
    color: black;
    font-weight: 900;
    font-size: 12px;
}
.contactos > a {
    margin-left: 6%;
}

.modal-title {
    color: #879665;
    font-size: 22px;
}

/*WIDGET CLIMA*/
.clima span {
    display: block;
    margin-bottom: 20px;
    font-size: 20px !important;
    text-decoration: none !important;
    cursor: default !important;
}
/*WIDGET CLIMA*/

/*QUIENES SOMOS - SERVICIOS - CONTACTO*/

/*FOOTER*/
.footer-home div {
    background: #f2f6ea url("../images/footer-icon.png") no-repeat right center;
    height: 50px;
    margin-top: 10%;
}

.footer div {
    margin-top: 15px;
    background: #f2f6ea;
    margin-top: 10%;

}

.footer-home p, .footer p {
    color: #a3ba41;
    margin: 15px;
    display: inline-block;
    max-width: 65%;
    font-size: 10px;
}

.footer img {
    position: absolute;
    right: 10px;
    top: -25px;
}
/*FOOTER*/

/*/Generales*/

/*Media queries*/
@media (max-width: 768px) {
    .navbar-default {
        float:none;
        background:#f2f6ea ;
    }
    .navbar-header p {
        font-size: 16px;
        text-transform: uppercase;
        margin: 15px;
        font-weight: bold;
        color: #989a96;
    }
    .quienes-somos-img {
        float: none;
        margin-left: 40px;
    }
    body {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 360px){
    .content .services img {
        display: none;
    }
    .carousel-indicators li {
        display: none;
    }
}
/*/Media queries*/

