/*
Theme Name: Chihuahua
Text Domain: ChihuahuaSFP
Version: 2.0
Description: Pruebas para la intranet
Tags: SFP, Chihuahua, intranet
Author: Jonatan Fernando Mendivil Mendoza
Author URL: ---
*/
.icon {
    padding: 10px;
    min-width: 40px;
    color: white;
    text-align: center;
    margin-right: 3px;
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 15px;
}

.input-icons i {
    position: absolute;
}

#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo1-container {
    position: relative;
    background-color: #fcfcfc;
    width: 70%;
}   

.logo1 {
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
}

.logo1-fill {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(14, 90, 161, 0.7), rgba(36, 168, 224, 0.7));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    animation: fillColor 2s forwards;
    mask-image: url("../img/SFP_CARGA.png");
    mask-size: cover;
    mask-repeat: no-repeat;
}

#particles-js2 {
    position: fixed; /* O fixed si quieres que se quede en el fondo mientras haces scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000; /* Asegúrate que esté detrás del contenido */
}

.logedNav{
    background-image: linear-gradient(to right, rgb(14, 90, 161), rgb(36, 168, 224));
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
    padding: 10px;
    padding-left: 20px;
    font-size: 1.5em;
    font-size: medium;
    font-family: 'Public sans', serif;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.326);
}

.logedNav a{
    color: white;
    text-decoration: none;
}

@keyframes fillColor {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

#adminBannerCarousel .carousel-item img {
    max-width: 100%; /* Asegura que la imagen no sea más ancha que su contenedor */
    height: auto; /* Mantiene la relación de aspecto */
   /* Ajusta esto según tus necesidades */
}

#integra2_myBtn{
     left: 0;
}
 
.integra2_modale-content {
     left: 0px;
}
 
.des {
    background-image: linear-gradient(to right, rgba(14, 90, 161, 0.7), rgba(36, 168, 224, 0.7));
    background-repeat: no-repeat;
    background-size: 100%;
}

select{
    background-image: linear-gradient(to right,rgb(14, 91, 161),rgb(36, 168, 224));
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.5em;
    font-size: medium;
    font-family: 'Public sans', serif;
    transition: outline-color 0.3s ease-in-out;
}

select:focus {
    outline: 2px solid transparent; /* Establece un outline transparente */
    outline-offset: -2px; 
    background-clip: padding-box; /* Evita que el fondo se extienda por debajo del outline */
    background-image: linear-gradient(to right,rgb(36, 168, 224),rgb(14, 91, 161));
    color: rgb(239, 239, 239);
}

select option {
    background: rgb(14, 91, 161); /* Fondo oscuro para las opciones */
    color: white; /* Texto claro para las opciones */
}

.section__right .search-field {
    transition: outline-color 0.3s ease-in-out;
    background-color: #8a0608 !important;
    color: white;
    border: none;
    border-radius: 5px;
    text-overflow: clip;
    width: 100%;
}


input[type="text"] {
    transition: outline-color 0.3s ease-in-out;
    background-image: linear-gradient(to right,rgb(14, 91, 161),rgb(36, 168, 224));
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    text-overflow: clip;
    width: 50%;
}




input[type="text"]:focus {
    outline: 2px solid transparent; /* Establece un outline transparente */
    outline-offset: -2px; 
    background-clip: padding-box; /* Evita que el fondo se extienda por debajo del outline */
    background-image: linear-gradient(to right,rgb(36, 168, 224),rgb(14, 91, 161));
    color: rgb(239, 239, 239);
}

::placeholder {
    color: rgb(249, 249, 249);
    font-size: 1.5em;
    font-size: medium;
    font-family: 'Public sans', serif;
    
}


input[type="text"].search-field {
    padding-left: 30px;
}

.textoI{
    background: linear-gradient(to right, rgb(14, 91, 161), rgb(36, 168, 224));
    color:white;
    width: 97%;
    border-radius: 5px;
        font-size: smaller;
        padding-left: 15px;
}

.textoI::placeholder {
    color: white;
    font-family: 'Public sans', serif;
    padding-left: 15px;
}


#userCarousel {
    margin-top: 15px; /* Ajusta este valor según lo que necesites */
}

.delete-carousel-image {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    z-index: 10;
}

.delete-banner-image {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    z-index: 10;
}

.des{
	color: white;
}

.men {
padding: 3%;	
	cursor:pointer;
	margin-bottom: 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.326);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.107);
transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.men:hover{
	cursor:pointer;
	background-image: linear-gradient(to right, rgba(36, 168, 224, 0.7), rgba(14, 90, 161, 0.7));
	color:white;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

a:hover  .men {
	cursor:pointer;
	color:white;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

a:hover .men{ 
	cursor:pointer;
	color:white;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.Hide{
    background: none;
    border: none;
	color:black;
}

.stg-header{display:none;}

.stg-pre-footer{display:none;}

.cabeza{
    background-image: linear-gradient(to right, rgba(14, 90, 161, 0.7), rgba(36, 168, 224, 0.7)),url(../img/sfp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sfpLogo{
    background-color: rgb(251, 251, 251);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: 30%;
    margin-top: 10%;
    padding: 5%;
    margin-right: 30%;
    padding-bottom: 32px;   
}

.col + .logo > img {
    width: 40%;
}

.intralogo {
    margin-top: 15%;
  	margin-left: 33.33%;
}

.chihLink > img {
    width: 40%;
}

.chihLink{
	width: 10%;
	height: 10%;
}

.chihLogo{
	 background-color: rgb(251, 251, 251);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 10%;
    padding: 5%;
    margin-left: 30%;
    padding-bottom: 36px;   
	width: 40%;
}



.wrapper{
    margin-right: 10%;
}

.wrapper2{
    margin-right: 45%;
}

:root{
    --font-color:#06568a;
    --font-color-sec:rgb(51, 51, 51);
	--font-color-sec2:rgb(0, 255, 0);
    --fondo-carrucel: #ffffff;
}

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* css del las secciones principales */
.container1{
    width: 100%;
    min-height: 400px;
    height: auto;
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-gap: 50px;
    padding: 50px;
    position: relative;
}

#particles-js {
    position: fixed; /* O fixed si quieres que se quede en el fondo mientras haces scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100000000; /* Asegúrate que esté detrás del contenido */
    background-color: #fcfcfc; /* Color de fondo */
}

.section_left{
    border-radius: 20px;
    box-shadow: 9px 4px 25px -8px;
    padding: 30px 45px 10px;
    padding-bottom: 120px;
    color: var(--font-color);
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: white;
}

.section_left ul{
    list-style-position: inside;
    
}

.logosection{
    position: absolute;
    opacity: 0.1;
    margin-top: 250px;
    pointer-events: none;
}

@media screen and (min-width: 1920px){
    .logosection{
        margin-top: 200px;
        margin-left: 70px;
    }
}

.section__right {
    background: rgb(231, 231, 230);
    font-size: 1em;
    color: white;
    text-align: left;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.326);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.326);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.326);
    border-radius: 5px;
    align-items: center;
    background-size: contain; /* Tamaño fijo de la imagen */
    background-attachment: inherit; /* Fija la imagen en el contenedor */
    background-color: #E7E7E6;
    overflow: hidden;
}

.bottomcar{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.326);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.326);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.326);
    background-color: white;
    padding: 50px;
    border-radius: 25px;
}

.logoutDivNav{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.submenu {
    display: none;
}

.submenu.show {
    display: block;
}

#flash-messages {
    position: absolute !important;
    top: 20px; /* Adjust top position to your preference */
    right: 20px; /* Align to the right */
    z-index: 9999; /* Make sure it appears on top of everything else */
    width: 300px; /* Adjust width as needed */
    pointer-events: none; /* This ensures you can interact with the content underneath */
}

#flash-messages .alert {
    pointer-events: auto; /* Allows interaction with the close button */
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visibility */
}

.NavItem{
    margin-right: 10px;
    color: white;
    font-size: 1.5em;
    font-size: medium;
    font-family: 'Public sans', serif;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.NavItem:hover{
    color: white;
    background-image: linear-gradient(to right, rgba(36, 168, 224, 0.7), rgba(14, 90, 161, 0.7));
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.section__right ul:focus{
	color: white;
	font-size: 32132132px;
}

.section__right2{
    background: rgb(231, 231, 230);
   color: white;
    display: none;
    width: 10%;
    height: 10%;
}

.section__right h3 , li{
    margin-bottom: 2px;

}

.section__right a:focus{
    color: white;
	cursor:pointer;
}

.section__right > ul{
    list-style-type: none;
}

/* css del carrucel */
.container_carrucel_main{
    position: absolute;
    width: 40%;
    margin: auto;
    min-height: 300px;
    height: auto;
}

.container_carrucel{
	position: absolute;
    z-index: 100;
    padding-left:30px ;
    padding-right:30px ;
    background: var(--fondo-carrucel);
	height: 100%;
	width:100%;
}

.sections_carrucel{
 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	height: 100%;
	position:relative;
	width: 100%;
}

.section_ca {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fondo-carrucel);
}

.section_ca img {
    max-width: 100%;
    max-height: 100%;
}

.ani_caini{
    animation-name: cambioini;
    animation-duration: 1s;
}

.ani_cafin{
    animation-name: cambiofin;
    animation-duration: 1s;
}

.wrapper3{
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5%;
    
}

.wrapper4{
    margin-left: 20%;
    margin-right: 70%;
}

.wrapper5{
    display: flex;
    justify-content: center;
}

/* Estilos para el Modal Personalizado */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 200000000000000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 5px;
}

.custom-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    top: 0;
    font-weight: bold;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.negritas{
    font-weight: bold;
}

.custom-modal-footer {
    text-align: center;
}

.section_disabled{
    display: none;
}

.boton_ca{
    display: block;
    width: 30px;
    height: 30px;
    background: gray;
    position: absolute;
    z-index: 10;
    rotate: 45deg;
    bottom: calc(50% - 15px);
    cursor: pointer;
}

.boton_derecha{
    right: -15px;
}

.boton_izquierda{
    left: -15px;
}

a,li,ul{
    text-decoration: none;
}

@keyframes cambioini {
    0%   {opacity: 100%;}
    100%  {opacity: 0%;}
  }
@keyframes cambiofin {
    0%  {opacity: 0%;}
    100% {opacity: 100%;}
  }
  
.containers{
    width: 100%;
    display: flex;
    margin-left: 40%;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

/* Ajusta el tamaño de los elementos del carrusel */
.carousel-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    text-align: center;
	
  }
  
  .carousel-item {
    width: 100%;
	  display: flex;
	  flex-wrap: nowrap;
	  overflow: hidden;
  } 

  #myCarousel3 img {
    width: 250px;
	height: 348px;
  } 

  #myCarousel2 img {
    width: 250px;
	height: 348px;
  } 

  #myCarousel img {
    width: 250px;
	height: 348px;
  } 

  input[type=submit]{
    background-image: linear-gradient(to right, rgba(14, 90, 161, 0.7), rgba(36, 168, 224, 0.7));
    border: none;
    color: white;
    padding: 6px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 35px;
  }

  .custom-file-label {
    margin-top: 10px;
    background-image: linear-gradient(to right, rgba(14, 90, 161, 0.7), rgba(36, 168, 224, 0.7));
    border: none;
    color: white;
    padding: 6px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 35px;
    display: inline-block;
  }

  .custom-file-label:hover {
    background-image: linear-gradient(to right, rgba(86, 128, 168, 0.7), rgba(118, 197, 231, 0.7));
  }

  .btn-imgs{
    margin-top: 10px;
    background-image: linear-gradient(to right, rgba(14, 90, 161, 0.7), rgba(36, 168, 224, 0.7));
    border: none;
    color: white;
    padding: 6px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	  border-radius: 35px;
  }

  .btn-imgs:hover{
    background-image: linear-gradient(to right, rgba(86, 128, 168, 0.7), rgba(118, 197, 231, 0.7));
  }

  input::file-selector-button {
	  margin-top: 10px;
    background-image: linear-gradient(to right, rgba(14, 90, 161, 0.7), rgba(36, 168, 224, 0.7));
    border: none;
    color: white;
    padding: 6px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	  border-radius: 35px;
  }

  input::file-selector-button:hover {
    background-image: linear-gradient(to right, rgba(86, 128, 168, 0.7), rgba(118, 197, 231, 0.7));
  }

  input[type=submit]:hover{
    background-image: linear-gradient(to right, rgba(86, 128, 168, 0.7), rgba(118, 197, 231, 0.7));
  }

.file-upload-form{
	margin-top: 10px;
	margin-bottom: 10px;
}

  li>a{
    text-decoration: none;
  }

li>a:focus{
	cursor: pointer;
}

  .delete-file{
    color: #8a0608;
  }



