﻿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*/