
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'oswaldsemibold';
    src: url('../fonts/oswald-semibold-webfont.eot');
    src: url('../fonts/oswald-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-semibold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-semibold-webfont.woff') format('woff'),
         url('../fonts/oswald-semibold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-semibold-webfont.svg#oswaldsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-----------------------------------RESET-----------------------------------------------------------*/


* {
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  overflow-x: hidden; 
}


body {
    position: relative;
    width:100%;
    height:100%;
    overflow-x: hidden;
    vertical-align: baseline;
    background: transparent;
}

fieldset,img, abbr, acronym {
  border:0;
}

ol,ul,dl {
  list-style:none;
}

a{
  outline:none;
  color: inherit;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0;
    color: inherit;
}


::selection { 
  background-color: rgb(209,35,71);
  color: rgb(255,255,255);
}

::-moz-selection { 
  background-color: rgb(209,35,71);
  color: rgb(255,255,255);
}


/*-------------------------------------CABECERA SUP-------------------------------------------------*/


.cabecera-sup {
  position: relative;
	text-align: right;
	background: #2A2069;
	padding-top: 13px;
	width: 100%;
  min-height: 40px;
}


.info-contacto {
  font-family:'robotomedium';
  font-size: 13px;
  color: #fff;
  text-align: right;
  position: relative;
}

.info-contacto span {
  color: rgb(255,255,255);
}


.info-contacto li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  font-size: 18px
}

p.direccion {
  font-size: 13px
}

.iconos-sup {
	position: relative;
  margin-bottom: 3px;
}


/*Menu  ----  Clases Bootstrap para modificar los colores de a :hover :focus*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #193D88;
}

.nav .navbar-nav .navbar-right li a {
    background-color: transparent;
    color: #193D88;
}



.navbar-default {
  background-color: rgb(255,255,255);
  font-family: 'oswaldregular';
  font-size: 14px;
  position: relative;
  border: transparent;
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}

.navbar-brand {
  padding: 0px 5px;
  margin-top: 20px;
  height: auto
}

.navbar-brand > img {
  width: 60%;
  height: auto
}

.navbar-default .navbar-text {
  color: rgb(111,111,111);
}
.navbar-default .navbar-nav > li > a {
  color: rgb(111,111,111);
  padding: 15px 15px 10px 15px;
  margin-top: 30px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #193D88;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgb(111,111,111);
  background-color: transparent;
  border: 1px solid #193D88;
  

}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #193D88;
  background-color: #193D88;
  border: 1px solid #193D88;
}

/*---------------------------------------------------------------*/

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.mb1 {
  margin-bottom: 30px
}

/*Boton responsive ------------------------*/

.navbar-toggle {
  margin: 45px 25px 0px 0px;
}

.navbar-default .navbar-toggle {
  border-color: #193D88;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #193D88;
}



/*Boton color ------------------------fin*/


.navbar-collapse {
  overflow-x: visible;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  min-height: auto;
  position: relative;
  background-color: transparent;
  overflow: hidden !important;
}





/*----------------------------------------SLIDE--------------------------------------------------*/

#sliders {
  position: relative;
  margin-top: 160px;
}

  
.carousel-indicators li {
  width: 50px;
  height: 5px;
  border: none;
  border-radius: 0px;
  background-color: rgb(255,255,255);
}

.carousel-indicators .active {
  background-color: #193D88;
  width: 50px;
  height: 5px;
  border-radius: 0px;
  margin: 1px;
}


.carousel-caption {
  color: #193D88;
  text-align: center;
  bottom:5%;
  right: 5%;
  left: auto;
  background-color: rgba(255,255,255,0.5);
  border-radius: 13px;
  padding: 15px 20px
}


.carousel-caption h2 {
	font-family: 'oswaldbold';
	font-size: 20px;
	display: inline-block;
	margin: 0px;
}



.carousel-caption hgroup {
  /*margin-bottom: 50px;*/
}

.carousel-caption .boton01 {
  font-family: 'oswaldbold';
  font-size: 15px;
  text-align: center;
  margin-left: 15px;
  color: rgb(255,255,255);
  display: inline-block;
  position: relative;
  bottom: 10px
}


.carousel-caption .boton01 a {
  border: 1px solid #193D88;
  padding: 20px 15px 15px 15px;
}


.boton01 a:hover {
  border: 1px solid #193D88;
  background: #193D88;
  color: rgb(255,255,255);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.carousel-control {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 5%;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
}

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

/*---------------------------------------INTRO---------------------------------------------*/

#empresa {
  position: relative;
  background: #193D88;
  padding: 40px 0
}


.titulo01 h3 {
  font-family: 'oswaldbold';
  font-size: 40px;
  text-align: center;
  color: rgb(255,255,255);
  border: 1px solid #ccc;
  padding: 20px 15px 15px 15px;
  margin-bottom: 50px;
}


.texto-intro p{
  font-family: 'robotoregular';
  font-size: 18px;
  line-height: 26px;
  /*text-align: center;*/
  color: #666;
  margin-bottom: 50px;
}

.texto-intro h4{
  font-family: 'oswaldregular';
  font-size: 25px;
  text-align: center;
  color: rgb(255,255,255);
  margin-bottom: 50px;
}

.texto-intro span {
  font-family: 'robotobold';
  font-size: 20px;

}

.texto-intro .info i {
  font-size: 32px;
  color: #fff;
  float: left;
}

.texto-intro .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

.features {
  padding-bottom: 45px;
}

.features h2 {
  color: #193D88;
}

.feature-col {
  display: table;
  padding: 0px;
}

.feature-col.col-lg-3 {
  width: 20%;
}

.feature-col div {
  word-break: break-word;
}

.feature-col > div > div {
  /*display: table-cell;
  vertical-align: middle;*/
}

.feature-col > div > div:last-child {
  /*padding-left: 20px;*/
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #fff;
  color: #193D88;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'robotoregular';
}

.feature-col h3 span {
    font-size: 14px;
    display: block;
    margin: 5px 0
}

.feature-col p {
  /*font-family: "Roboto", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  color: #e6e6e6;
}

/*--------------------ACERCA DE-------------------*/
#acercade {
  background-color: rgb(235,235,235);
  position: relative;
  padding-bottom: 60px
}
/*---GUIAS--*/
.guias {
  text-align: center;
}
.guias img {
  margin: 0 auto;
}
/*---------------------------------------NOTICIAS---------------------------------------------*/

#noticias {
  position: relative;
}

.titulo02 h3 {
  font-family: 'oswaldbold';
  font-size: 40px;
  text-align: center;
  color: rgb(111,111,111);
  border: 1px solid #193D88;
  padding: 20px 15px 15px 15px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.texto01 {
  font-family: 'robotoregular';
  font-size: 15px;
  color: rgb(111,111,111); 
  text-align: left;
}


.noticias{display: table;}

.caja-noticias {
  border: 1px solid #193D88;
  margin-bottom: 30px;
  padding:20px;
  min-height: 250px;
  overflow:hidden;
  display: table-cell;
}

.img-noticias {
  margin: 0 auto;
}

.titulo03 {
  font-family: 'oswaldsemibold';
  font-size: 20px;
  text-align: left;
  color: rgb(0,0,0);
}

.titulo04 {
  font-family: 'robotobold';
  font-size: 14px;
  text-align: left;
  color: rgb(0,0,0);
  margin-bottom: 15px;
}

.boton03 {
  font-family: 'oswaldbold';
  font-size: 16px;
  color: rgb(111,111,111);
  margin: 25px 0 0 0;
}


.boton03 a {
  border: 1px solid #193D88;
  padding: 14px 10px 10px 10px;
}


.boton03 a:hover {
  border: 1px solid #193D88;
  background: #193D88;
  color: rgb(255,255,255);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.boton02 {
  position: relative;
  font-family: 'oswaldbold';
  font-size: 18px;
  text-align: center;
  color: rgb(111,111,111);
  margin-bottom: 75px;
  margin-top: 75px;
}


.boton02 a {
  border: 1px solid #193D88;
  padding: 20px 15px 15px 15px;
}


.boton02 a:hover {
  border: 1px solid #193D88;
  background: #193D88;
  color: rgb(255,255,255);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.boton01 {
  position: absolute;
  font-family: 'oswaldbold';
  font-size: 18px;
  text-align: center;
  color: #fff;
  bottom: 20%;
  text-transform: uppercase;

}


.boton01 a {
  border: 1px solid #193D88;
  padding: 20px 15px 15px 15px;
}


/*---------------------------------------HERRAMIENTAS DE GESTION---------------------------------------------*/

#herramientas {
  position: relative;
  background: rgb(235,235,235);
}



.caja-gestion {
  position: relative;
  background-color: rgb(255,255,255);
  margin-bottom: 20px;
  min-height: 600px;
  padding: 10px;
}


.caja-gestion:hover{
  box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.img-gestion {
  margin: 0 auto;
  border-bottom: 4px solid #193D88;
}



.boton04 {
  position: relative;
  font-family: 'oswaldbold';
  font-size: 16px;
  text-align: center;
  color: rgb(111,111,111);
  margin-top: 55px;
}


.boton04 a {
  border: 1px solid #193D88;
  padding: 20px 15px 15px 15px;
}


.boton04 a:hover {
  border: 1px solid #193D88;
  background: #193D88;
  color: rgb(255,255,255);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}



/*---------------------------------------BANNER CONTACTO---------------------------------------------*/


#parallax {
  max-width: 100%;
  position: relative;
  background-image: url(../img/portada-gif.gif);
  background-attachment: scroll;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #e6e6e6;
  overflow: hidden;
  height: 350px;
}


.titulo05 h2{
  font-family: 'oswaldbold';
  font-size: 50px;
  text-align: center;
  color: rgb(0,0,0);
  margin-top: 90px;
}


.boton05 {
  position: relative;
  font-family: 'oswaldbold';
  font-size: 16px;
  text-align: center;
  color: rgb(0,0,0);
  margin-top: 90px;
}


.boton05 a {
  border: 1px solid rgb(0,0,0);
  padding: 20px 15px 15px 15px;
}


.boton05 a:hover {
  border: 1px solid rgb(255,255,255);
  background: rgb(255,255,255);
  color: rgb(0,0,0);
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}




/*--------------------------SERVICIOS--------------------------------------*/


#servicios {
  position: relative;
}


.titulo06 h3 {
  font-family: 'oswaldbold';
  font-size: 40px;
  text-align: center;
  color: #193D88;
  border: 1px solid rgb(111,111,111);
  padding: 20px 15px 15px 15px;
  margin-bottom: 50px;
  margin-top: 50px;
}


.caja-servicio01 {
  background-image: url(../img/servicio01.png);
}

.caja-servicio02 {
  background-image: url(../img/servicio02.png);
}

.caja-servicio03 {
  background-image: url(../img/servicio03.png);
}

.caja-servicio04 {
  background-image: url(../img/servicio04.png);
}

.caja-servicio05 {
  background-image: url(../img/servicio05.png);
}

.caja-servicio06 {
  background-image: url(../img/servicio06.png);
}

.caja-servicio07 {
  background-image: url(../img/servicio07.png);
}

.caja-servicio08 {
  background-image: url(../img/servicio08.png);
}
.caja-publi1 {
  background-image: url(../img/monte-maiz-publi.jpg);
}

.caja-servicio01, .caja-servicio02, .caja-servicio03, .caja-servicio04, .caja-servicio05, .caja-servicio06, .caja-servicio07, .caja-servicio08, .caja-publi1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 371px;*/
    height: 278px;
    background-size: cover;
}

.img-servicios {
  position: relative;
  /*margin: 0 auto;*/
  text-align: center;
  margin-bottom: 30px;
}


.titulo07 {
  font-family: 'oswaldbold';
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  text-transform: uppercase;
}



/*----------------------------------------FOOTER--------------------------------------------------*/

.contenedor-footer {
  position: relative;
  text-align: center;
  background: #2A2069;
  padding-top: 20px;
  width: 100%;
  min-height: 220px;
}


#logo-footer {
margin: 20px 0;
position: relative;
text-align: left;
}

#logo-footer img {
  width: 40%;
  height: auto;
}

.info-footer {
  font-family:'oswaldsemibold';
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}



.icono-contacto {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
}

.icono-contacto i {
  background-color: #fff;
  color: #193D88;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  font-size: 22px;
}

#firma {
  background: rgb(190, 190, 190);
  padding: 10px 0
}
a.firma {
  font-size: 12px;
  font-family: 'robotoregular';
}

ul.redes {
  float: right;
}
.redes li {
  display: inline-block;
  font-size: 20px;
  padding-left: 5px
}

/*---------------------------*/
/*--------QUIENES SOMOS------*/
/*---------------------------*/


#quienes_somos {
  position: relative;
  background: #eee;
  margin-top: 140px;
  border-bottom: 5px solid rgb(255,255,255);
}

.texto-intro02 p{
  font-family: 'robotoregular';
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: rgb(111,111,111);
  margin-bottom: 50px;
}

.texto-intro02 span{
  font-family: 'oswaldregular';
  font-size: 25px;
  text-align: left;
  color: #193D88;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.texto-intro02 .s1 {
  font-family: 'oswaldregular';
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

.img-quienes img{
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 50px;
}

/*Medias Query QUIENES SOMOS*/

@media screen and (max-width: 321px) {

.texto-intro02 p{
  text-align: center;
}

.texto-intro02 span{
  text-align: center;
}

}


@media screen and (min-width: 322px) and (max-width: 481px) {

.texto-intro02 p{
  text-align: center;
}

.texto-intro02 span{
  text-align: center;
}

}  


@media screen and (min-width: 482px) and (max-width: 801px) {

.texto-intro02 p{
  text-align: center;
}

.texto-intro02 span{
  text-align: center;
}

}



/*-------NOTICIAS Y----------*/
/*--------NOVEDADES---------*/
/*---------------------------*/


#noticias_y_novedades {
  position: relative;
  margin-top: 140px;
}

.paginacion {
  position: relative;
  font-family: 'oswaldsemibold';
  font-size: 16px;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 15px;
}


.pagination > li > a,
.pagination > li > span {
  color: rgb(111,111,111);
  border: 1px solid rgb(111,111,111);
}


.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #193D88;
  border-color: rgb(111,111,111);
}


/*Medias Query NOTICIAS Y NOVEDADES*/

@media screen and (max-width: 321px) {

.paginacion {
  text-align: center;
}

}


@media screen and (min-width: 322px) and (max-width: 481px) {

.paginacion {
  text-align: center;
}

}  


@media screen and (min-width: 482px) and (max-width: 801px) {

.paginacion {
  text-align: center;
}

}


@media (min-width:992px){
  #noticias .col-xs-12.col-md-3 {
    min-height: 490px;
  }
}

/*-----------FICHA-----------*/
/*----NOTICIAS Y NOVEDADES---*/
/*---------------------------*/


#ficha_noticias {
  position: relative;
  margin-top: 140px;
}

.titulo08 {
  font-family: 'oswaldbold';
  font-size: 30px;
  text-align: left;
  color: rgb(0,0,0);
  margin-top: 15px;
}

.titulo09 {
  font-family: 'robotobold';
  font-size: 16px;
  text-align: left;
  color: rgb(0,0,0);
}

.texto02 {
  font-family: 'robotoregular';
  font-size: 18px;
  color: rgb(111,111,111); 
  text-align: left;
  font-style: italic;
}


.img-noticias-pricipal {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.galeria2 {
  text-align: center;
  margin-bottom: 50px;
}

.img-galeria {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.boton-descarga {
  border:1px solid #193D88;
  padding: 15px;
  margin-bottom: 50px
}

.boton-descarga h3 {
  font-family: 'oswaldregular';
  font-size: 18px;
  text-align: center;
  color: rgb(0,0,0);
}


.titulo10 {
  font-family: 'oswaldsemibold';
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  background-color: #193D88;
  padding: 10px;
}

.titulo11 {
  font-family: 'oswaldregular';
  font-size: 18px;
  text-align: center;
  color: rgb(0,0,0);
  margin-top: 15px;
  padding: 10px;
}


.cont-otras-nov {
  background-color: rgb(245,245,245);
  padding: 10px;
}

.titulo-otras-nov2 {
  font-family: 'din_mediumregular';
  font-size: 16px;
  color: rgb(50,50,50);
  text-align: center;
}

.titulo-otras-nov3 {
  font-family: 'din_mediumregular';
  font-size: 16px;
  color: rgb(50,50,50);
  text-align: left;
}

.img-noti-rel {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.noticias-rtf a {
  color: #38880A;
  font-weight: bold;

}
.noticias-rtf ul li {
  list-style-type: disc;
}
.noticias-rtf ol {
  list-style: decimal;
}
.noticias-rtf ul, .noticias-rtf ol {
  padding-left: 15px;
}

/*Medias Query FICHA NOTICIAS Y NOVEDADES*/

@media screen and (max-width: 321px) {

.titulo08 {
  text-align: center;
}

.titulo09 {
  text-align: center;
}

.texto02 {
  text-align: center;
}

}


@media screen and (min-width: 322px) and (max-width: 481px) {

.titulo08 {
  text-align: center;
}

.titulo09 {
  text-align: center;
}

.texto02 {
  text-align: center;
}

}  


@media screen and (min-width: 482px) and (max-width: 801px) {

.titulo08 {
  text-align: center;
}

.titulo09 {
  text-align: center;
}

.texto02 {
  text-align: center;
}

}





/*--------HERRAMIENTAS-------*/
/*---------DE GESTIÓN--------*/
/*---------------------------*/


#herramientas_de_gestion {
  position: relative;
  margin-top: 140px;
  background: rgb(235,235,235);
}



/*------------FICHA----------*/
/*---------DE GESTIÓN--------*/
/*---------------------------*/


#ficha_de_gestion {
  position: relative;
  margin-top: 140px;
  background: rgb(235,235,235);
}


.titulo12 {
  font-family: 'oswaldsemibold';
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  background-color: #193D88;
  padding: 10px;
}



/*---------------------------*/
/*---------SERVICIOS---------*/
/*---------------------------*/

#servicios02 {
  position: relative;
  margin-top: 140px;
  padding: 20px 0 60px 0
}

.texto03 {
  font-family: 'robotoregular';
  font-size: 15px;
  color: rgb(111,111,111); 
  text-align: left;
}

.caja-texto-servicios {
  margin-bottom: 30px;
  min-height: 250px;
}



/*Medias Query SERVICIOS*/

@media screen and (max-width: 321px) {

.texto03 { 
  text-align: center;
}

.caja-texto-servicios {
  margin-bottom: 35px;
  min-height: 0px;
}

}


@media screen and (min-width: 322px) and (max-width: 481px) {

.texto03 { 
  text-align: center;
}

.caja-texto-servicios {
  margin-bottom: 35px;
  min-height: 0px;
}

}  


@media screen and (min-width: 482px) and (max-width: 801px) {

.texto03 { 
  text-align: center;
}

.caja-texto-servicios {
  margin-bottom: 35px;
  min-height: 0px;
}

}


/*---------------------------*/
/*---------CONTACTO----------*/
/*---------------------------*/

#contacto {
  position: relative;
  margin-top: 140px;
  background-color: rgb(245, 245, 245);
}


.mapa {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.mapa iframe {
 position: relative;
 margin: 0 auto;
 text-align: center;
}

/*---*/


.formulario {
  position: relative;
  padding-top: 20px; 
  padding-bottom: 40px;

}

#form-contacto-2 {
  position: relative;
  /*background: rgb(245, 245, 245);
  margin-top: 30px;*/
  margin-bottom: 40px;
}

.formulario input, textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #193D88;
  font-family: 'oswaldregular';
  font-size: 16px;
  color: rgb(111,111,111);
  padding: 10px 7px;
  overflow: hidden;
  background-color: #eee;
}


.textarea-coment{
   padding: 14px 7px;
}


.formulario input:focus, textarea:focus {
  border-color: #193D88;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 1px rgba(250,220,35, 1), 1px 1px 3px rgba(250,220,35, 1);
  box-shadow: inset 1px 1px 1px rgba(250,220,35, 1), 1px 1px 3px rgba(250,220,35, 1);
}



.boton-form {
  position: relative;
  margin-right: 10px;
}



.boton-form-cont input {
  position: relative;
  padding: 15px 20px 10px 20px;
  font-family: 'oswaldbold';
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #193D88;
  margin-bottom: 30px;
  margin-top: 20px;
}



.boton-form-cont input:hover {
  border-color: transparent;
  color: #193D88; 
  background: #ccc;
  transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}



/*Medias Query CONTACTO*/

@media screen and (max-width: 321px) {

}


@media screen and (min-width: 322px) and (max-width: 481px) {

}  


@media screen and (min-width: 482px) and (max-width: 801px) {

}


@media screen and (min-width: 802px) and (max-width: 1025px) {

}



@media screen and (min-width: 802px) and (max-width: 1920px) {

.navbar-default {
  min-height: 100px;
}

}




/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------MEDIAS QUERY HOME------------------------------------------*/
@media screen and (max-width: 321px) {


/*----------HEADER------------*/ 

.cabecera-sup {
  text-align: center;
}

.direccion {
  display: none;
}

.info-contacto {
  font-size: 13px;
  text-align: center;
}

.info-contacto span {
  display: none;
}

.navbar-default {

}

.navbar-brand img{
  width: 120px;
  margin-top: 7px;
  margin-left: 10px;
}

.navbar-default .navbar-nav > li > a {
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
}

.navbar-toggle {
  margin: 35px 15px 0px 0px;
}  

/*----------SLIDE------------*/



.carousel-indicators li {
  display: none;
}

.carousel-control {
  display: none;
}

.carousel-caption {
  position: absolute;
  top: 0px;
  text-align: center;
}

.carousel-caption h2 {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.boton01 a {
  padding: 7px 5px 5px 5px;
}

.carousel-caption br {
  display: none;
}


/*----------INTRO EMPRES------------*/

.titulo01 h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

/*--PARALLAX---*/
.titulo05 h2 {
  font-size: 30px;
  margin-top: 40px
}

#parallax {
  background-size: 350% !important;
  height: 300px
}


/*----------NOTICIAS------------*/

.titulo02 h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.titulo03 {
  text-align: center;
}

.titulo04 {
  text-align: center;
}

.texto01 {
  text-align: center;
}

.caja-noticias {
  min-height: 500px;
}

.boton03 {
  text-align: center;
}

.boton02 {
  margin-bottom: 45px;
  margin-top: 25px;
}


/*----------SERVICIOS------------*/

.titulo06 h3 {
  font-size: 25px;
  margin-top: 30px;
}


/*------------FOOTER--------------*/

#logo-footer {
margin-top: 25px;
margin-bottom: 25px;
}


}



@media screen and (min-width: 320px) and (max-width: 481px){

/*----------HEADER------------*/ 

.cabecera-sup {
  text-align: center;
}

.direccion {
  display: none;
}

.info-contacto {
  font-size: 13px;
  text-align: center;
}

.info-contacto span {
  display: none;
}

.navbar-default {
  min-height: 80px!important;
}

.navbar-brand img{
  margin-left: 10px;
}

.navbar-default .navbar-nav > li > a {
  margin-top: 18px;
  font-size: 15px;
  line-height: 0px;
}

.navbar-toggle {
  margin: 35px 15px 0px 0px;
}  


/*----------SLIDE------------*/



.carousel-indicators li {
  display: none;
}

.carousel-control {
  display: none;
}

.carousel-caption {
  position: absolute;
  top: 0px;
  text-align: center;
}

.carousel-caption h2 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}

.boton01 {
  margin-top: 20px;
}

.boton01 a {
  padding: 15px 10px 10px 10px;
}

.carousel-caption br {
  display: none;
}


/*----------INTRO EMPRES------------*/

.titulo01 h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.texto-intro {
  margin-top: 10px;
  text-align: center;
}

.texto-intro img {
  width: 100%
}
/*--FEATURES--*/
.feature-col.col-lg-3 {
  width: 100%;
  margin-bottom: 30px
}

/*--PARALLAX--*/
#parallax {
  background-size: 240%
}

/*----------NOTICIAS------------*/

.titulo02 h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.titulo03 {
  text-align: center;
}

.titulo04 {
  text-align: center;
}

.texto01 {
  text-align: center;
}

.caja-noticias {
  min-height: 500px;
}

.boton03 {
  text-align: center;
}

.boton02 {
  margin-bottom: 45px;
  margin-top: 25px;
}


/*----------SERVICIOS------------*/

.titulo06 h3 {
  font-size: 25px;
  margin-top: 30px;
}


/*------------FOOTER--------------*/

#logo-footer {
margin-top: 25px;
margin-bottom: 25px;
}

.info-footer br{
  display: none;
}

#logo-footer img {
  width: auto;
  margin: 0 auto;
}
ul.redes {
  float: none;
}
#firma {
  text-align: center;
}
}
@media screen and (max-width: 481px){
}


@media screen and (min-width: 482px) and (max-width: 801px) {

/* COLLAPSE */

.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: none;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }


  /*---*/

  /*----------HEADER------------*/ 

.cabecera-sup {
  text-align: center;
}

.info-contacto {
  font-size: 13px;
  text-align: center;
}

.navbar-default {

}

.navbar-brand img{
  margin-left: 10px;
}

.navbar-default .navbar-nav > li > a {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
}

.navbar-toggle {
  margin: 35px 15px 0px 0px;
} 

.info-contacto li {
  font-size: 16px;
  padding-left: 3px
}

/*----------SLIDE------------*/

#sliders {
  margin-top: 160px;
}


.carousel-caption {
  position: absolute;
  top: 0px;
  text-align: center;
}

.carousel-caption h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 50px;
}

.carousel-indicators li {
  display: none;
}

.boton01 {
  font-size: 14px;
  margin-top: 20px;
}

.boton01 a {
  padding: 15px 10px 10px 10px;
}

.carousel-caption br {
  display: none;
} 


/*----------INTRO EMPRES------------*/

.titulo01 h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.texto-intro {
  margin-top: 10px;
  text-align: center;
}
.texto-intro img {
  width: 100%
}
/*--FEATURES--*/
.feature-col.col-lg-3 {
  width: 100%;
  margin-bottom: 30px
}

/*----------NOTICIAS------------*/

.titulo02 h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.titulo03 {
  text-align: center;
}

.titulo04 {
  text-align: center;
}

.texto01 {
  text-align: center;
}

.caja-noticias {
  min-height: 500px;
}

.boton03 {
  text-align: center;
}

.boton02 {
  margin-bottom: 45px;
  margin-top: 25px;
}


/*-----------GESTIÓN------------*/

.caja-gestion {
  min-height: 450px;
}

/*----------SERVICIOS------------*/

.titulo06 h3 {
  font-size: 25px;
  margin-top: 30px;
}

/*--CONTACTO--*/
#contacto, #quienes_somos, #servicios02, #herramientas_de_gestion, #noticias_y_novedades {
  margin-top: 160px
}

/*------------FOOTER--------------*/

#logo-footer {
margin-top: 25px;
margin-bottom: 25px;
}

.info-footer br{
  display: none;
}

#logo-footer img {
  width: auto;
  margin: 0 auto;
}
ul.redes {
  float: none;
}
#firma {
  text-align: center;
}
}



@media screen and (min-width: 802px) and (max-width: 1025px) {

/* COLLAPSE */

.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: none;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }


  /*---*/

  /*----------HEADER------------*/ 

.cabecera-sup {
  text-align: center;
}

.info-contacto {
  font-size: 13px;
  text-align: center;
}

.navbar-default {

}

.navbar-brand img{
  margin-left: 10px;
}

.navbar-default .navbar-nav > li > a {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
}

.navbar-toggle {
  margin: 35px 15px 0px 0px;
}


/*----------INTRO EMPRES------------*/

.titulo01 h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

/*----------NOTICIAS------------*/

.titulo02 h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.caja-noticias {
  min-height: 320px;
}

.boton02 {
  margin-bottom: 45px;
  margin-top: 25px;
}

/*----------SERVICIOS------------*/

.titulo06 h3 {
  font-size: 25px;
  margin-top: 30px;
}

/*------------FOOTER--------------*/

.info-footer a {
  word-wrap: break-word;
}
}