
.identidad{
    width: 150px;
    height: 100px;
    object-fit: contain;
}
#espacio{
    margin-left: 43%;
    @media screen and (max-width:414px){
        margin-left: 0px;
        flex-direction: column !important;
        }
        @media screen and (max-width:818px){
          margin-left: 0px;
           flex-direction: row;
        }
         @media screen and (max-width:980px){
          margin-left: 0px;
           flex-direction: row;
    } 
}
#espacio li{
    margin: 10px;
    font-size: 14px;
}
#espacio button{
    font-size: 14px;
    font-weight: 600;
    color: black;
    border: 0px;
}
#espacio button:hover{
    color: #8b0304;
}
#espacio a{
    font-weight: 600;
    color: black;
}
#espacio a:hover{
    color: #8b0304;
}
.fondo {
  position: relative;
}
.fondo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
}
.evento_imagen img{
    width: 900px;
    height: 500px;
    margin-bottom: 30px;
    @media screen and (max-width:414px){
         width: 100%;
         height: 200px;
         object-fit: contain;
        }
        @media screen and (max-width:818px){
          width: 100%;
           height: 200px;
           object-fit: contain;
        }
         @media screen and (max-width:980px){
           width: 100%;
           height: 200px;
           object-fit: contain;
    } 
}
.titulo_imagen{
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 35px;
    @media screen and (max-width:414px){
          font-size: 25px;
        }
}
.descripcion_somos{
    font-size: 14px;
    color: #231f20;
    text-align: justify !important;
    width: 800px;
    @media screen and (max-width:414px){
         width: 100% !important;   
        }
        @media screen and (max-width:818px){
         width: 95%;   
        }
}
.color{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.color .col-sm-4{
    background-color: #d9d9d9f1;
    height: 2px;
    width: 500px;
}
.color2{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.color2 .col-sm-4{
    background-color: #d9d9d9f1;
    height: 2px;
    width: 400px;
}
.color2 .col-sm-2{
    margin-left: 50px;
    margin-right: 50px;
}
.color3{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.color3 .col-sm-4{
    background-color: #d9d9d9f1;
    height: 2px;
    width: 400px;
}
.titular{
    color: #8b0304;
    font-weight: 600;
    font-size: 20px;
    @media screen and (max-width:414px){
         font-size: 15px;
        }
}
.titular_correo{
    color: #8b0304;
    font-weight: 600;
    font-size: 20px;
}
.titular_sitios{
    color: #8b0304;
    font-weight: 600;
    font-size: 20px;
}
.sub_titulo{
    font-size: 15px;
    @media screen and (max-width:414px){
      font-size: 13px;
        }
}
.secciones{
    justify-content: center;
    align-content: center;
}
.seccion{
    background-color: #d9d9d9;
    margin: 25px;
    padding: 30px;
    @media screen and (max-width:414px){
        margin: 5px;
    }
}
.seccion img{
    border-radius: 50%;
    width: 55px;
    height: 55px;
}
.seccion h6{
    font-size: 13px;
    font-weight: 600;
}
.seccion label{
    font-size: 14px;
    padding: 5px;
}
.seccion a{
    font-size: 12px;
    color: darkslategray;
    border: 0;
    border-radius: 0px;
}
.correo{
    border-radius: 50%;
    border: solid #231f20 2px;
    width: 55px;
    height: 55px;
}
.correo_color{
    font-weight: 600;
    color: black;
}
.footer{
    background-color: #ececec;
}
.sitios a{
    text-decoration: none;
    color: #231f20;
}
.sitios a:hover{
    color:#8b0304;
}
.col img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    @media screen and (max-width:414px){
         width: 100%;
         height: 80px;
         object-fit: contain;
        }
}
.col{
    justify-content: center;
    align-content: center;
}
.mar{
    background-color: #d9d9d9;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: darkslategray;
}
.centro .col-sm-10{
    margin: auto;
    @media screen and (max-width:414px){
         font-size: 13px;
         padding: 15px;
        }
}
.search-input {
    background-image: url('../img/lupa.png'); 
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 95%; 
    padding-left: 35px;
    border-radius: 0px !important;
    border: 1px solid #ccc;
    margin-left: 25px;
}
.invs .col-sm-10{
    margin: auto;
    padding: 10px;
}
.exp_bo{
      border-bottom: solid #d9d9d9 1px;  
}
.invs_titulo{
    border-bottom: solid #d9d9d9 1px;
    padding: 5px;
}
.invs_titulo h5{
    @media screen and (max-width:414px){
         font-size: 16px;
    }
}
.invs_titulo h6{
    font-size: 14px;
    color: darkslategrey;
}
.exp_cuerpo{
    padding: 5px;
}
.exp_cuerpo h6{
    font-size: 14px;
    color: darkslategrey;
}
.exp_cuerpo p{
    @media screen and (max-width:818px){
        font-size: 13px;
        }
}
.bus{
    display: flex;
    @media screen and (max-width:414px){
         flex-direction: column;
        }
    
}
.bus h4{
    margin-left: 15px;
    @media screen and (max-width:818px){
         font-size: 18px;
        }
}
.bus form{
    margin-left: 39%;
    @media screen and (max-width:414px){
         margin-left: 0px;
         width: 350px;
    }
}
.bus_exp{
    display: flex;
     @media screen and (max-width:414px){
        flex-direction: column;
    }
}
.bus_exp h4{
    margin-left: 15px;
     @media screen and (max-width:818px){
         font-size: 18px;
        }
}
.bus_exp form{
    margin-left: 45%;
    @media screen and (max-width:414px){
         margin-left: 0px;
         width: 350px;
    }
}
.bus_pub{
    display: flex;
    @media screen and (max-width:414px){
         flex-direction: column;
    }
}
.bus_pub h4{
    margin-left: 15px;
     @media screen and (max-width:818px){
         font-size: 15px;
        }
}
.bus_pub form{
    margin-left: 45%;
    @media screen and (max-width:414px){
         margin-left: 0px;
         width: 350px;
    }
}
.invs .nav a{
    color: #8b0304;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    background-color: none;
    margin: 5px;
    border-bottom: solid #231f20 1px;
    @media screen and (max-width:414px){
         font-size: 14px;
    }
    @media screen and (max-width:818px){
         font-size: 14px;
    }
}
.invs .nav2 a{
    color: #8b0304;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    background-color: none;
    margin: 5px;
    border-bottom: solid #231f20 1px;
    @media screen and (max-width:414px){
         font-size: 14px;
    }
    @media screen and (max-width:818px){
         font-size: 14px;
    }
}
.invs_titulo a{
    color: #231f20;
    border-radius: 0px;
    border: 0px;
    border-bottom: solid #8b0304 1px;
    border-right: solid #8b0304 1px;
}
.exp_cuerpo a{
    color: #231f20;
    border-radius: 0px;
    border: 0px;
    border-bottom: solid #8b0304 1px;
    border-right: solid #8b0304 1px;
}
#uf{
    border-radius: 0px !important;
}
#uf img{
    width: 100%;
    height: auto;
}
.tu{
    margin-right: 5px;
}
.exp img{
    width: 100%;
    height: 200px;
    object-fit: contain;
     @media screen and (max-width:414px){
        width: 100%;
        height: 150px;
        object-fit: contain;
    }
}
.bus_bus{
    text-decoration: none;
    border: 0px !important;
    margin-left: 10px;
}
.ver button{
    color: #231f20;
    border-radius: 0px;
    border: 0px;
    border-bottom: solid #8b0304 1px;
    border-right: solid #8b0304 1px;
}
#uf h5{
    font-size: 18px;
    font-weight: 600;
    color: darkslategrey;
}
#uf h6{
    font-size: 18px;
    font-weight: 600;
    color: darkslategrey;
}
.ver form{
    font-size: 15px;
    color: darkslategrey;
}