/* ESTILOS QUITAR ENCABEZADO
-------------------------------------------------- */


.header{
  display: none;
}
#seccionGOV{  
  display: none;
}

.links-header{
  display: none;
}

.article-content{
  margin: -91px 0 0!important;
}

.footer-contact{
  display: none;
}

#s4-titlerow{
  display: none !important;
}

#sideNavBox{
  display: none !important;
}

#contentBox {
  margin-right: 0px !important;
  margin-left: 0px !important;
  min-width: 703px !important;
}

#s4-ribbonrow{
  display: none !important;
}

#suiteBarTop{
  display: none !important;
}

.ms-signInLink{
  display: none !important;
}



/* ESTILOS GLOBALES
-------------------------------------------------- */


body {
  
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CAROUSEL
-------------------------------------------------- */
/* Galeria de imagenes
-------------------------------------------------- */
h2.titulo_galeria {
    color: #CBD300;
    text-align: center;
    margin-bottom: 40px;
}

.carousel {
  
}

.carousel-caption {
  bottom: 7.5rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}

.ts1{
   font-size: 1.7rem;
}

.ts2{
  font-size: 1.78rem;
}

.ts3{
  font-size: 4.78rem;
}

.azul{
  color:#003685 !important;
}

.verde{
  color:#CBD300 !important;
}

.bg-blue{

  background-color: #003685!important;
}

.bg-green{

  background-color: #CBD300!important;
}

.pl-0{
  padding-left:0px!important;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}

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


.servicios .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.servicios .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
 
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

