/*
========================================================================
Cabecera                                                             // 
=======================================================================
*/

.head{
    width: 100% !important;
    height: 4.5rem;
    /*border-bottom: 1px solid #d4d4d4;*/
    display: flex;
    margin-bottom: 2rem;
}
/*
========================================================================
Menu                                                                 // 
=======================================================================
*/
.list-group{
    list-style:none !important;
}
.list-group-item > li, a{
    border: 0px !important;
}
/*
.col1, .col2{
    border: 1px solid #c71414 !important;
}*/
.col1{
    width: 12% !important;
}
.col2{
    width: 88%;
}
/*
.col3{
    width: 10%;
    text-align: end;
}
*/
.btn_menu, .btn_menu_2{
    background-color: #27417a !important;
    width: 5rem;
    height: 4.5rem;
}

.grid-fill{
    /*style="font-size: 2.3rem; color: #f8f8f8;"*/
    font-size: 2.3rem !important; 
    color: #f8f8f8 !important;
}
/*
.btn_menu_2{
    background-color: #27417a !important;
    width: 3.5rem;
    height: 3.5rem;
}
*/

/*
========================================================================
Contenido                                                              //
Separacion entre los cuadros de contenido                             // 
=======================================================================
*/

.colum1, .colum2, .colum3, .colum4{
    margin-right: 0.5rem !important;
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
    margin-left: 0.3rem !important;
    border: 0.1px solid #d4d4d4 !important;
}
/*
========================================================================
Carrusel                                                              // 
=======================================================================
*/

.fila_2{
    margin-right: 0.5rem !important;
    margin-left: 0.3rem !important;
    margin-bottom: 0.8rem !important;
} 

.fila_3{
    margin-right: 0.5rem !important;
    margin-left: 0.3rem !important;
    margin-bottom: 0.8rem !important;
}


/*dimensionar carrusel*/
.carousel-inner img {
    width: 100%;
    min-height: 375px;
}

.carousel-inner{
 height: 380px;
}

  .rect {
    transition: background-color .5s;
    border: 1px solid #b1b1b1ed; 
    margin-bottom: 1rem;
  }
  
.rect:hover {
    background-color: rgba(255, 255, 141, 0.678);
  }




#lg_contenedor{
    margin-top: 3rem !important;
    /*min-height: 32rem;*/
  }

#conten{
    /*padding-top: 10rem !important;*/
    margin-top: 7rem !important;
    margin-bottom: 2rem !important;
}

#pg404{
    background-image: url("../imagenes/construccion.jpg");
    background-repeat: no-repeat;
    background-size: 85%;
    
    /*background-position: center;
    height: 500px;
    width: 500px;*/
}
