﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.pt-250{
    padding-top: 250px;
}

/*SECCION ACERCA DE NOSOTROS*/

/*Seccion Mision*/

.section-rectangulo-mision {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
    border-radius: 8px;
    padding: 25px 20px 20px;
    transition: 0.3s ease-in-out;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 232, 233);
    border-image: initial;
    height:100%!important;
}
  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none !important;
    background-color: #6A1B31 !important;
    color:white!important;
        border-radius: 20px !important;
}
  a:link, a:hover, a[href^=tel] {
    color: #6a1c32;
    font-weight: 700;
    text-decoration: none;
}

.tab-panel {
    text-align: left !important;
    height:100%!important;
}
.fondo-gris{
    background-image: url(//www.bajacalifornia.gob.mx/Recursos/fondos/fondo-figurag.jpg)!important;   
    width: 100% !important;
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;    
}

.tab-content {
  height: 260px!important; /* Define el alto total del tabpanel */
  /* Otras propiedades como border, background-color, etc. */
}


/* Fin Seccion Mision*/

/*SUBMENUS*/
#mainNav .dropDownContainerCGTransparencia {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 42% !important;
    top: 100%;
    width: 30% !important;
    padding: 15px 12px;
    border: none;
    background: rgba(255,255,255,.95);
    text-align: left;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%);
}

#mainNav .dropdown_transparencia {
    list-style:none;
}

#mainNav .dropdown_transparencia li a {
    display: inline-block;
    width: 100%;
    color: #285d9a;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

.dropDownContainerCgTransparencia  li{
    list-style: none !important;
}

.dropDownContainerCgTransparencia  li  a{
    color: #6a1c32 !important;
    border: none !important;
}

.dropDownContainerCgTransparencia li  a:hover{
    color: #6a1c32;
}

#mainNav .dropdown_transparencia:first-child {
    margin: 0;
}
