@import "bootstrap-icons/font/bootstrap-icons.css";


* {
  box-sizing: border-box;
}
body {
  font-family: 'gobold_thinregular';
}
p {
  font-family: 'gobold_thinregular';
}
.navbar-nav {
  width: 80%;
  justify-content: space-between;
  margin: 0 auto;
}
.navbar {
  background-color: #000033!important;
  padding: 0 !important;
}
.navbar ul{
 margin-top: 20px !important;
 margin-bottom: 10px !important;
}
.nav-link {
  font-family: 'gobold_thinregular';
    color: #fff !important;
    font-size: 18px !important;
    margin-top: 30px;
}
.navbar-nav .nav-item .nav-link {
  white-space: nowrap; /* Evitar que el texto se divida en varias líneas por defecto */
}

.navbar-nav .nav-item.two-words {
  max-width: 100px; /* Ajusta el ancho máximo según tus necesidades */
  text-align: center;
}
.navbar-nav .nav-item.one-words {
 margin-top: 20px !important;
}

/* Agrega la clase 'two-words' al elemento de menú que consta de dos palabras */
.navbar-nav .nav-item.two-words .nav-link {
  white-space: normal; /* Permitir que el texto se divida en varias líneas */
}

.logo-img {
  width: 150px; 
  height: auto; 
  margin-left: 80px;
}
  
.banner {
  position: relative;
  top: 0%;
  left: 0%;
  overflow:hidden;
}

.banner-index {
  position: relative;
  top: 0%;
  left: 0%;
  overflow:hidden;
}

.header-image img{
width: 100%;
height: 100%;
}

header.banner-min {
  position: relative;
}

.banner-des{
  height: 100px;
  overflow: hidden;
}

.headmini-image img{
  max-width: 700px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}

.headmini-image-ser img{
  max-width: 700px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}

.header-titulos{
    height: 100px;
    overflow: hidden;
}
.header-titulos img{
    width: 100%;
    height: 100%;
 }

.header-titulos h2{
 position: absolute;
 top:40px;
 left:300px;
 font-size: 40px;
 font-family: 'gobold_thinregular';
 color: #fff;
}
.header-titulosdes {
  position: relative;
  top: -120px;
  left: 300px !important;
  display: flex;
  align-items: center;
  height: 100px !important ;
  overflow: hidden !important;
 }

.header-titulosdes h2{
  font-size: 40px;
  font-family: 'gobold_thinregular';
  color: #fff;
  font-size: 30px;
  margin-right: 40px;
}

.header-titulosdes i{
  font-size: 40px;
  color: #fff;
}
.pie-image img{
  width: 100%;
  height: 100%;
  margin-top: 50px;
}
.postheader  {
    max-width: 1000px;
    margin: 0 auto;
}
.postheader img {
  max-width: 300px;
  margin-bottom: 25px;
}
#contacto {
  max-width: 1000px;
  margin: 0 auto;
}
.input-wrapper {
  position: relative;
  margin-bottom: 23px;
  font-family: 'gobold_thinregular';
}
.claro::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background-color: #333366;
  border: 1px solid #d9d9d9;
  z-index: -1;
}
.oscuro::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background-color: #000033;
  border: 1px solid #d9d9d9;
  z-index: -1;
}
.mensaje::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background-color: #cccccc;
  border: 1px solid #d9d9d9;
  z-index: -1;
}
.form-control-custom {
  border: 1px solid #faf6f6;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #333;
}
.claro {
  background-color:  #333366;
  color: #fff;
}
.oscuro {
  background-color:  #000033;
  color: #fff;
}
.mensaje {
  background-color:  #cccccc;
}
.form-control-custom:focus {
  outline: none;
}
::placeholder {
  color: #faf6f6;
  opacity: 1;
}
.mensaje::placeholder {
  color: #333;
  opacity: 1;
}
.send-btn-wrapper {
  background-color: #000033;
  position: absolute;
  bottom: 35px;
  right: 0;
  margin-bottom: -30px;
}
.g-recaptcha{
  position: absolute;
  bottom: -110px;
  right: 35px;
}
.nosotros-container{
  max-width: 1200px; 
  position: relative;
  margin-top: 100px;
}
.nosotros-container p{
  font-family: 'gobold_thinregular';
  font-size: 20px; 
  color: #ccc8c8;
}
.cortos{
  max-width: 800px !important;
}
.servicios {
  max-width: 800px; /* Ajusta según sea necesario */
  margin: 0 auto;
}
.descargas {
  max-width: 1200px; /* Ajusta según sea necesario */
  margin: 0 auto;
}
.itemservicios {
  margin-bottom: 20px;
}
.numeroser {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #000033;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
  font-size: 22px; 
  font-weight: bold;
}
.itemservicios h2 {
  display: inline-block;
  color:#000033;
  font-family: 'gobold_thinregular';
  font-size: 18px; 
  margin-bottom: 20px;
}
.itemservicios p {
  color: #ccc8c8;
  
  font-size: 14px;
  margin-left: 50px;
}
.itemsdescargas{
  border-left: 5px solid #000; 
  padding-left: 10px;
  height:600px;
}
.itemsdescargas h2 {
  display: inline-block;
  color:#000033;
  font-family: 'gobold_thinregular';
  font-size: 28px; 
  margin-bottom: 50px;
  margin-left: 50px;
 }
.itemsdescargas h3 {  
  font-family: 'gobold_thinregular';
  margin-bottom: 0px;
}
.linksdes {  
  margin-bottom: 30px;
  margin-left: 50px;
 }
.itemsdescargas a {
  font-family: 'gobold_thinregular';
  font-size: 14px;
}
.itemsrubros{
  border-left: 5px solid #000; 
  padding-left: 10px;
  height:800px;
}
.itemsrubros p {
  font-family: 'gobold_thinregular';
  font-size: 18px;
  color: #000033;
}
.itemsrubros a {
  font-family: 'gobold_thinregular';
  font-size: 18px;
  color: #ccc8c8 !important;
}
 
.blog {
  width: 100%;
}
.blog-card {
  padding: 20px;
  color: white;
  box-sizing: border-box;  
  margin-bottom: 30px;
}
.blog-card p {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 50px;
  color: #ccc8c8;
  font-family: 'gobold_thinregular';
  font-size: 18px;
}
.card-title {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #000033;
}
.derecha h3 {
  font-family: 'gobold_thinregular';
  font-size: 20px;
  color: #fff;
  margin-left: auto; 
  margin-right: 30px; 
}
.izquierda h3 {
  font-family: 'gobold_thinregular';
  font-size: 20px;
  color: #fff;
  margin-right: auto; 
  margin-left: 30px; 
}

.prepie {
  background-color: #000033;
  margin-left: 0; /* Elimina el margen izquierdo para la sección prepie */
  height: 150px;
}
.img-pie {
  max-height: 100px;
  margin-top: 30px; 
  align-items: center;
}
.parrafopie {
  margin-right: 20px;  
}
.parrafopie p, h4{
  color: #fff;
  font-family: 'gobold_thinregular';
  font-size:20px;
}
.parrafopie a{
  color: #fff;
  font-family: 'gobold_thinregular';
  font-size: 16px;
  margin-bottom: -5px !important;
}
.parrafopie i{
  font-size: 20px;
  color: #fff;
  margin-left: 0px;
  margin-right: 30px;
  text-align: center;
}
.altopie {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  width: 100%;
}
.altopie2 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-left: 60px;
  width: 100%;
}
.cosaspie {
  width: 80%;
}
.seguinos-container {
  font-size: 1.2rem; /* Ajustar tamaño del texto */
  font-family: 'gobold_thinregular';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color:  #333366;
  color: #fff;
}
.seguinos-container a,i{
  font-size: 28px;
  color: #fff !important;
  text-align: center;  
}
.div-info{
  height: 30px;
  background-color:  #000033;
  text-align: center;  
}
.div-info p{
  height: 30px;
  font-size: 12px;
  color: #fff !important;
  padding:  6px; 
}
.g-recaptcha{
  margin-top: 10px;
}

@media (max-width:1800px) { 


}
@media (max-width:1550px) { 
  .headmini-image img{
    max-width: 600px !important;    
  }
   
}
@media (max-width:1450px) { 
  .cortos{
    max-width: 600px !important;
  }
  .descargas {
    max-width: 850px;
   
 }
 
}
@media (max-width:1370px) { 

  .header-titulos h2{
    left:200px;
    font-size: 35px;
   }
   .headmini-image img{
    max-width: 600px;    
  }
  
  .headmini-image-ser img{
    max-width: 600px;    
  }
 
}

@media (max-width:1200px) { 
  .headmini-image img{
    max-width: 400px;
    
  }

}

@media (max-width:1024px) { 
  .nosotros-container{
    max-width: 800px; 
    margin-top: 60px;
    }
  .nosotros-container p{
    font-family: 'gobold_thinregular';
    font-size: 16px; 
    color: #ccc8c8;
  }
  .headmini-image-ser img{
    max-width: 300px;
  }
  .header-titulos h2{
    left:150px;
    font-size: 35px;
   }
   .descargas {
    max-width: 750px;   
  }
 .descargas p,a{
 font-size: 16px;
}
.header-titulosdes {  
  left:150px; 
 }
 .header-titulosdes h2{
  left:150px;
  font-size: 35px;
 }
 .itemsdescargas h3 {
  font-size: 20px;
}
.blog-card p {
   font-size: 16px;
}
.header-titulosdes {
  left: 150px !important;
 }
 .postheader  {
  max-width: 900px;
}
}
@media (max-width:991px) { 
.navbar {
  display: block !important;
}
.navbar-toggler {
  position: absolute;
  top: 25px;
  right: 35px;   
}
.navbar-nav .nav-item.two-words {
  text-align: left;
}
.logo-img {
  width: 130px; 
  height: auto; 
  margin-left: 80px;
  margin-top: 20px;
}
.postheader  {
  max-width: 800px;
}
.postheader img {
  max-width: 250px;
}
.banner-index {
    height: 365px;
    width: 100%;
}
.banner-index img{
    width: 1000px;
    overflow: hidden;  
    margin-left: -80px; 
}
.nosotros-container{
  margin-top: 100px;
}
}
@media (max-width:768px) { 
  .header-image img{
   margin-left: -120px;
}
.img-pie {
  max-height: 80px;
  margin-top: 30px; 
  align-items: center;
  margin-left: 25px;
}
.parrafopie { 
  width: 200px;
  margin-left: 40px;
}
.parrafopie a {
  font-size: 12px;
  margin-bottom: -5px !important;
}
.parrafopie i {
  font-size: 18px;
  margin-right: 15px; 
}
.altopie2  {
  margin-left: 0px;
}
.altopie2 a {
  margin-left: -70px;
}
#contacto {
  max-width: 600px;
  margin: 0 auto;
}
.headmini-image-ser img{
  max-width: 200px;
}
.servicios {
  max-width: 600px;
  margin-top: 100px;
}
.descargas {
  max-width: 600px;
}
.descargas p,a{
  font-size: 12px;
  margin-bottom: 10px;
 }
 .header-titulos h2{
   font-size: 28px;
 }.header-titulosdes h2{
   font-size: 28px;
 }

 .header-titulosdes i {
  font-size: 30px;
  margin-top: -20px;
 }
 .nosotros-container{
   margin-top: 100px;
  }
  .postheader  {
    max-width: 700px;
  }
      
}
@media (max-width:460px) { 
  .banner-index img{
    width: 1000px;
    overflow: hidden;  
    margin-left: -290px; 
  }
#contacto {
      max-width: 380px !important;    
 }
 .prepie{
  height: 350px;  
  }
 .piecolum{
  flex-direction: column;  
 }
 .cosaspie{
  flex-direction: column;  
 }
 .img-pie {
  margin-left: 0px; 
}
.altopie2 a {
  margin-left: 0px;
}
.parrafopie {
  width: 300px;
  margin-left: 140px;
  
}
.seguinos-container a{
  margin-top: 15px; 
}
.pie-image {
  overflow: hidden;
}
.pie-image img{
  width: 1000px;
}
.headmini-image img{
  display: none;
}
.nosotros-container{
  margin-top: 50px;
 }
 
 .header-titulos h2{
  left: 120px;  
}
.headmini-image-ser img {
 display: none;
}
.servicios {
  max-width: 380px;
 margin-top: 0px;
}
.descargas {
  max-width: 380px;
}
.derecha h3 {
  margin: 0 auto;
  margin-top: 0px !important;
}
.izquierda h3 {  
  margin: 0 auto;
  margin-top: 0px !important;
}
.header-titulosdes {
  left: 50px !important;
}
}
@media (max-width:385px) { 

    
}



/* noticias */

.news_title {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.news_title:hover {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.news_title:visited {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


.news_title:active {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	
}



.news_title_leer {
	color: #CCC8C8;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.news_title_leer:hover {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.news_title_leer:visited {
	color: #CCC8C8;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


.news_title_leer:active {
	color: #CCC8C8;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	
}


/* paginador */

/* Navigation
-------------------------------------------------------------- */
.navigation .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #15416e;
    margin-right: 5px;
    background: #e8f1f5;
}

.navigation .page-numbers:hover {
	color: #000033;
}

.navigation .page-numbers.current {
	background-color: #000033;
	color: #ffffff;
}


.navigation.post-navigation .nav-links {
    margin: 0;
    padding: 20px 0 17px 0;
    border-top: 1px solid rgba(54, 70, 115, 0.08);
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.navigation.post-navigation .nav-links:after {
    clear: both;
    content: "";
    display: table;
}

.navigation.post-navigation .nav-links li {
    list-style: none;
    float: left;
    width: 50%;
}

.navigation.post-navigation .nav-links li a {
    display: block;
    font-weight: bold;
    color: #15416e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 10px 0 60px;
}

.navigation.post-navigation .nav-links li a:hover {
	color: #000033;
}

.navigation.post-navigation .nav-links li a span {
	color: #000033;
	display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.navigation.post-navigation .nav-links li a:after {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(54, 70, 115, 0.08);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    color: #ffffff;
    background-color: #15416e;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.navigation.post-navigation .nav-links li a:hover:after {
	background-color: #000033;
}

.navigation.post-navigation .nav-links li.next-post {
    float: right;
}

.navigation.post-navigation .nav-links li.next-post a {
    text-align: right;
    padding: 0 60px 0 10px;
}

.navigation.post-navigation .nav-links li.next-post a:after {
    content: "\f054";
    right: 0;
    left: auto;
}
