img {   
  max-width: 100%;    
}
/*menu desplegable*/
ul, ol {
  list-style:none;
}
/*pagination*/
.pagination{

}
.ga-pg{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.ga-pg ul{
    justify-content: center !important;
}
.ga-pg li{

}
.ga-pg span{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.ga-pg li>a{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*pagination*/

.required{
  color: red;
}
.enviar{
  background-color: #d67d42;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.enviar:hover{
  background-color: #8b713b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav > li {
  float:left;
  z-index: 10000;
}
.nav li a {
  color:#000;
  text-decoration:none;
  padding: 14px 16px;
  font-size: 1em;
  display:block;
}
.active{
  background-color:#957235 !important;
  color: white !important;
}

.nav li a:hover {
  background-color:#c8b673;
}
.nav li ul {
  display:none;
  position:absolute;
  min-width:140px;
}
.nav li:hover > ul {
  display:block;
}
.nav li ul li {
  position:relative;
  background-color: #fff;
}
.nav li ul li ul {
  right:-140px;
  top:0px;
}
/*fin menu*/
.container{
/*  width: 70% !important;
  max-width: 1360px !important;*/
  max-width: 1200px !important;
}
.container-100{
  width: 100% !important;
}
.titulos-cont{
  background-color: #2a4491;
  text-transform: uppercase;
  padding: 1% 0 0.3% 5%;
}
.imgNoticia{
  width: 100%;
}
.captionNoticia{
  position: relative;
  top: -60px;
  text-align: center;
  background-color: rgba(0,0,0,.6);
  color: white;
  font-family: 'Avenir LT Std 85 Heavy';
  padding: 1% 5px;
  min-height: 60px;
}
.captionNoticia-2{
  position: relative;
  text-align: center;
  background-color: rgba(0,0,0,.6);
  color: white;
  font-family: 'Avenir LT Std 85 Heavy';
  padding: 1% 5px;
  min-height: 60px;
}
.noticia-desarollo{
  padding: 5% 0;
}
.link-noticias{
  color: white;
}
.link-noticias:hover{
  color: rgba(250,250,250,0.7);
}
.opacity-9{
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.opacity-9:hover{
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-gris{
  background-color: #ebebeb;
}
div{
  padding: 3px 0;
}

.caption{
  /*background-color: rgba(245,135,30,.7);*/
  background: url(../img/slider-overlay-2.png);
  height: 100%;
  bottom: 0;
}
.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
h4{
  font-size: 20px;
  font-weight: bold;
}
h4.sumate{
  color: #fff;
}
.carrito-btn{
  color: #fff !important
}
.gris{
  color: #898c99 !important;
}
.azul{
  background-color: #083655;
}
.blanco{
  color: #fff;
}
.quote{
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}
.quote:before{
  content: url(../img/quote-1.png);
}
.quote:after{
  content: url(../img/quote-2.png);
}
.naranjado{
  color: #ec8a1b;
}
.hacemos{
  color: #967236;
}
.servicios{
  font-family: 'Avenir LT Std 85 Heavy';
  font-size: 1em;
}
.servicios-box{
  background-color: #fff;
  -webkit-transition: background-color, -webkit-transform, -moz-transform, -o-transform, transform 1s; /* Safari */
  transition: background-color, -webkit-transform, -moz-transform, -o-transform, transform 1s;
}
.servicios-box:hover{
  cursor: pointer;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: rgba(230, 230, 230, 0.7);
  -webkit-transition: background-color, -webkit-transform, -moz-transform, -o-transform, transform 1s; /* Safari */
  transition: background-color, -webkit-transform, -moz-transform, -o-transform, transform 1s;
}
.descripcion-servicios{
  font-family: 'Avenir LT Std 35 Light';
  font-size: 0.9em;
}
.descripcion-servicios p {
  margin: 0 !important;
}
.descripcion-somos{
  font-family: 'Avenir LT Std 35 Light';
  font-size: 1em;
  text-align: justify;
}
.sub-noticia{
  color: #303133;
  font-family: 'Avenir LT Std 35 Light';
  font-size: 0.9em;
}
.noticia-box{
  background-color: #e9eef0;
}
.unete-box{
  background-color: #dfb942;
}
.footer-box{
  background-color: #1d1d3b;
  color: #fff
}
.circulo{
  top: -64px !important;
  position: relative;
  width: 100%;
  height: 200px;
  padding: 20px;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 50%;
}
h1.gudea{
  font-family: 'Avenir LT Std 85 Heavy';
  color: white; 
}
h1.titulo-internas{
  font-family: 'Avenir LT Std 85 Heavy';
  font-size: 1.5em;
  color: white;
}
span.hacemos{
  font-size: 1em;
  color: #fff;
}
.hacemos-just-con-bg{
  background: url(../img/just-con-dem.jpg) fixed;
  width: 100%;
  padding: 200px 0;
}
span.titulo-hacemos-interna{
  text-transform: uppercase;
  font-family: 'Avenir LT Std 85 Heavy';
}
p{
  font-family: 'gudearegular';
}
p.titulo-footer{
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'Avenir LT Std 85 Heavy';
}
ul.lista-hacemos {
    list-style-image: url('../img/bullet.png');
}
.noticia-footer{
  font-family: 'Avenir LT Std 35 Light';
  font-size: 0.9em;
  color: white;
}
.noticia-footer:hover{
  color: orange;
}
.fecha-footer{
  font-size: 0.7em;
  display: block;
  text-transform: capitalize;
}
a>p{
  color: white;
}
a>p:hover{
  color: orange;
}
a.link-footer:hover{
  color: orange;
}
a.ver-mas{
  font-family: 'Avenir LT Std 85 Heavy';
  color: #000;
}
a.ver-mas:hover{
  color: #000;
  border-bottom: 2px solid #957236;
  text-decoration: none;
}
hr.estilo-1{
  border-top: 1px solid;
  border-color: rgba(80, 100, 110, .5);
}
hr.estilo-2{
  border-top: 1px solid;
  border-color: rgba(67, 67, 69, 1);
}
hr.estilo-3{
  border-top: 1px solid;
  border-color: red;
}
.doc-icon:hover{
  color: #bba743;
}
.doc-bordes{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doc-bordes:hover{
  box-shadow: inset 0 0 0 3px #bba743;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #bba743;
  cursor: pointer;
}
.doc-descripcion:hover{
  color: #838384 !important;
}
h2.doc-titulo{
  text-transform: uppercase;
  font-family: 'Avenir LT Std 85 Heavy';
  font-size: 1em;
}
h3.doc-titulo{
  font-family: 'Avenir LT Std 85 Heavy';
  font-size: 1.5em;
}
.titulo-noticias-internas a{
  font-family: 'Avenir LT Std 85 Heavy';
  font-size: 1em;
  color: #516671;
}

span.fecha-noticia{
  color: #8c7d59;
  font-family: 'Avenir LT Std 35 Light';
  font-size: 0.7em;
}
span.footer-slim{
  color: #fff;
  font-family: 'Avenir LT Std 35 Light';
  font-size: 0.8em;
}
a{
  text-decoration: none !important;
}
gris-oscuro{
  color: #4e4e4e !important;
}
.titulo-secciones{
  font-family: 'Avenir LT Std 85 Heavy';
  color: #96713f;
}
.sub-secciones{
  font-family: 'Avenir LT Std 85 Heavy' !important;
  color: #000;
}
.sub-secciones-internas{
  font-family: 'Avenir LT Std 85 Heavy' !important;
  color: #2a4491;
}
.topnav a:hover {
  background-color: #d0b779;
  color: black;
}

.topnav a.active {
  background-color: #957235;
  color: #fff;
}

.topnav .icon {
  display: none;
}
.img-wide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  