                    /*INICIO FUENTES*/
@font-face{
    font-family: "cabecera";
    src: url("../fonts/Montserrat-Regular.otf");
}


@font-face{
    font-family: "encabezadosH1";
    src: url("../fonts/Montserrat-Black.ttf");
}

@font-face{
    font-family: "encabezadosH2";
    src: url("../fonts/Montserrat-Black.ttf");
}

@font-face{
    font-family: "encabezadosH3";
    src: url("../fonts/Montserrat-Black.ttf");
}

@font-face{
    font-family: "parrafo";
    src: url("../fonts/Montserrat-Medium.ttf");
}


header{
    font-family: "cabecera";
    font-size: 40px;
    
}

h1{
    font-family: "encabezadosH1";
    font-size: 30px;
}

h2{
    font-family: "encabezadosH2";
    font-size: 24px;
}

h3{
    font-family: "encabezadosH3";
    font-size: 20px;
}

p{
    font-family: "parrafo";
    font-size: 18px;
}

                    /*FIN FUENTES*/

/*+++++++++++++++CABECERA++++++++++++++++++++++*/
html{
    width: 100%;
    
}
body {
    padding-bottom: 0;
    right: 0;
    width: 100%;
    background-color: red;
    overflow-x: hidden;

}


.toggle-menu{
    visibility: hidden;
    
    
}

#idMenu{
    
     background: linear-gradient(#ffffff, #ffffff);
    width: 100%;
    height: 70px;
    z-index: 100;
    
}


#idMenu .ajuste-logo{
    width: 100%;
    margin-top: 10px;
    margin-left: 35px;
}
#idMenu .navbar{
    top: 12px;
    padding: 10px;
    
}
#idMenu ul li {
    border-right: 2px solid #F7BE00;

}

#idMenu .nav-link{
    padding-left: 2rem !important;
}



#idMenu .nav-link:hover{
    background-color: rgba(247, 189, 0, 0.485) ;
}


#idMenu p{
    font-size: 50px;
    color: #DBC9A5;
    
}

#idMenu h3{
    font-family: "cabecera";
    color:#000000;
    font-size: 18px;
    justify-content: center;
    

  
}



  
  #idMenu .background-image {
    width: 100%;
    height: auto;
  }
  
  #idMenu .overlay-image {
    position: absolute;
    top: 0;
    left: 100px;
    width: 30%;
    height: auto;
    z-index: 1; /* Ajusta el índice z según sea necesario */
  }
  

/* DBC9A5 claro y  BD9350 fuerte*/
#idMenu .active {
    background-color: ;
}


.barra {
    background-color: #BD9350; /* Código hexadecimal para el color dorado */
    border-right: 1px solid #BD9350; /* Borde derecho del mismo color */
  }

.fx{
    position: fixed;
    width: 100px;
    top: 0px;
    height: 100px;
    /*box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);*/
}

.fx-barra{
    position: fixed;
    width: 100%;
    top: -54px;
    height: 60px;
    /*box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);*/
}

.fx-barra-derecha{
  
    width: 100%;
    top: -60px;
    height: 50px;
     z-index: 10;
    /*box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);*/
}

.fx-barra-izquierda{
 
    width: 100%;
    top: -5px;
    height: 50px;
    z-index: 10;
  
    
    /*box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);*/
}

.derecha   { float: right; }
.izquierda { float: left;  }



/***+++++++++++++FIN CABECERA++++++++++++++****/


/*********+ CARRUCEL *******************/
/* 3. CARRUCEL PORTADA */

@media (max-width: 767px) {
   #carruselPortada {
        top: 120px; /* Cambia la posición a estática para permitir que el carrusel fluya naturalmente en dispositivos móviles */
    }
}

#carruselPortada{
    background-color: #0000
}
#caruselPortada .carousel-item img {
    max-width: 100%;
    height: auto;
  }

#caruselPortada .carousel-inner {
    position: relative;
    text-align: center;
  }

#carruselPortada .carousel-caption {
    text-align: center ;
    margin: 0;
    padding: 0;
    bottom: 0;
    right: 0;
    position: absolute;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 30%;
    overflow: hidden;
  left: 0 !important;
    
}

#carruselPortada .carousel-item h2{
   
    font-size: 3vw;
    font-family: "encabezadosH2";
   color: #F7BE00;
   text-align: center ;
  }
  


/************ FIN CARRUCEL ***************/

/**SECCION DE IMAGEN****/
.imagen-section {
    text-align: center;
    padding: 0px 0; /* Ajustar según sea necesario */
}

.imagen-section img {
    max-width: 100%;
    height: auto;
    border-radius: 0px; 
}

.imagen-section h2 {
    color: #fff; /* Color del texto */
    margin-top: 20px;
}

/***FINALIZA SECCION DE IMAGEN***/

/**INICIA SECCION DE DESCRIPCION*/ /* Estilo personalizado para la sección de descripción */
.descripcion-section {
    padding: 50px 0;
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: 0 0;
}

.descripcion-section img {
    max-width: 100%;
    border-radius: 10px; /* Bordes redondeados para la imagen */
    margin-bottom: 5px;
    transition: transform 0.3s ease-in-out; /* Transición de la propiedad transform para suavizar el efecto */
}


.descripcion-section h2 {
    color: #BD9350; /* Color del encabezado */
}

.descripcion-section p {
    color: #555; /* Color del texto */
}
/***Finaliza seccion descripcion*/

/**OFERTA EDUCATIVA**/
#ofereduc{
    background-color: #BD9350;
    margin-right: 0;
    margin-left: 0;

}

#ofereduc h1{
    color: #ffe3b6;
    font-size: 30pt;
}

#ofereduc p{
    color: #FFFFFF;
}
/* ****************ANUNCIOS */


#anuncio {
    background: #A8486C;
    
    
}

#anuncio .vertical-text{
    
        writing-mode: vertical-rl; /* Establece la orientación vertical del texto */
        white-space: nowrap; /* Evita que el texto se divida en varias líneas */
        color: #BD9350;
        letter-spacing: 5px;
        font-size: 50pt;
        transform: rotate(180deg); /* Rota el texto 90 grados */
}

#anuncio h4{
    color: #BD9350;
    text-align: center;
}

#anuncio p{
    color: #000000;
    text-align: center;
}


/***FINALIZA SECCION OFERTA EDUCATIVA*/
/***/


        /*********ESTILOS SECCIONES*********/

#nosotros{
    width: 100%;
    top: 30px;
    padding: 30px;
}
#nosotros .posicionlogo{
    text-align: center;
}
#nosotros .posiciontexto{
    text-align: justify;
}
#nosotros .titulo{
    display: none;
}

#mensaje{
    top: 30px;
    padding: 30px;
}
#mensaje .fotopresi{
    text-align: center;
    padding: 10px;
}
#mensaje .ajuste-fotopresi{
    width: 90%;
}
#mensaje .detalle-mensaje{
    text-align: justify;
}
#mensaje .pie-mensaje{
    text-align: center;
}

#servicios{
    top: 30px;
    padding: 30px;
}
#servicios .colsrv6{
    text-align: left;
    vertical-align: middle;
}
#servicios .ajustefotoserv{
    width: 100%;
    text-align: center;
}

#sectores{
    padding: 30px; 
}
#sectores .colsec8{
    text-align: center;
    vertical-align: middle;
}

#contacto3{
    background-color: #C32039;
    width: 100%;
    color: #FFFFFF;
}
#contacto3 .title-contacto{
    text-align: center;
    color: #FFFFFF;
}
#contacto3 .formulario-group{
    text-align: center;
    padding: 7px;
    
}
.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

#Nombre{
    width: 100%;
    height: 40px;
    border-style: none;
}
#Correo{
    width: 100%;
    height: 40px;
    border-style: none;
    margin-top: 13px;
}
#Telefono{
    width: 100%;
    height: 40px;
    border-style: none;
    margin-top: 13px;
}
#mns{
    width: 100%;
    height: 68px;
    border-style: none;
}
#botonenviar{
    width: 50%;
    height: 30px;
    border-style: none;
    margin-bottom: 10px;
}

/* #pie-pagina{
    background-image: url("../img/Recurso2.png");
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
#pie-pagina .detail-pie{
    margin-top: 16px;
    color: #fff;
}

#pie-pagina .detail-pie p{
  font-size: 14px;
}

#pie-pagina .iconossocial{
    top: 12px;
} */



#pie-pagina{
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 100;
}
#pie-pagina .detail-pie{
    margin-top: 16px;
    color: #fff;
    z-index: 200;
}

#pie-pagina .detail-pie p{
  font-size: 10px;
  z-index: 100;
}


 .pie{
    height: 0; 
    max-width: 100%; 
    margin-top: 1%;
    
  } 
  

 .pie::after {
    content: '';
    position: absolute;
    top: 0;
    right:0px; 
    width: 40%;
    height: 0px;
    border-right: 0px solid transparent;
    border-left: 50px solid transparent;
    border-top: 150px solid #000000;
    z-index: -10;
    
}

  
.pie::before {
    content: '';
    position: absolute;
    top: 0;
    right:37% ;  
      width: 100%;
      height: 0px;     
      border-top: 0px solid transparent;
      border-right: 50px solid transparent;
      border-left: 0px solid transparent;
      border-bottom: 150px solid #F7BE00;
     
  
  }


/*MAPA*/

#mapa{
    flex: 1 1 200px;
}

#mapa .tituloMapa{
    display: none;
}
#mapa .ubicacion{
    width: 100%;
    height: 450px;
    border-style: none;
}

/* DATOS DE CONTACTO */

 #datos-contacto .container h1{
    color: #671A31;
    font-family:"encabezadosH1";
    flex: 1 1 200px;

  }

  #datos-contacto  h3{
    color:#BD9350;
    font-family:"encabezadosH3";

  }


/*REDES SOCIALES*/

  .icono-red-social {
    font-size: 50px;
    margin: 10px;
    color: #BD9350;
  }

/***************** CLASES AUXILIARES ***********************/

.text-centro{
    text-align: center;
}
.top-10{
    margin-top: 10px;
}

.top-10-ama{
    margin-top: 10px;
    color: #ca9a3c;
}

.top-20{
    margin-top: 20px;
}


.top-30{
    margin-top: 30px;
}

.top-50{
    margin-top: 50px;
}

.ajuste{
    width: 100%;
}

.p-10{
    font-family: "parrafo";
    font-size: 10px;
}

.text-justificado{
    text-align: justify
}

.pading-10{
    padding: 10px;
}

/*************************FIN CLASES AUXILIARES***********************/

.btn_wapp {
    position: fixed;
    top: 50%;
    right: -80px;
    z-index: 10;
    border-radius: 30px 0 0 30px;
    padding: 10px;
    background-color: #334965;
    color: white;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn_wapp:hover {
  right:0px;
}
.big { font-size: 28px; }
.btn_wapp a {color: white;}
.btn_wapp i {width: 30px; margin-right:10px; }

.span-whats{
  
     font-family: "parrafos";
    color: #fff;
    font-size: 24px;
}

.btn_wapp #iconowapp{
    width: 50px;
}

/*************boton crm***************/
.btn_crm {
    position: fixed;
    top: 2%;
    right: -80px;
    z-index: 1000;
    border-radius: 30px 0 0 30px;
    padding: 10px;
    background-color: #002B5C;
    color: white;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.big { font-size: 28px; }
.btn_crm {top:2%;right:100px;width:60px;height:60px;text-align:center;border-radius:40px;}
.btn_crm i {width:40px; margin:0 auto; color: #fff;}
.btn_crm a span {display:none;}

@media screen and (max-width: 600px) {
    .btn_crm{display: none;}
  .btn_crm {top:2%;right:20px;width:60px;height:60px;text-align:center;border-radius:40px;}
  .btn_crm i {width:40px; margin:0 auto;color: #fff;}
  .btn_crm a span {display:none;}

}
/********************RESPONSIVES***********************/

/**************RESPONSIVO CABECERA********************/
        /********Pantallas pequeñas*********/
@media only screen and (max-width: 600px) 
{
    body {
        padding-bottom: 0;
        right: 0;
        color: #fff;
    }
    #idMenu .ajuste-logo{
        position: fixed;
        width: 45%;
        margin-top: 20px;
        margin-left: 40px;
    }
    .toggle-menu{
        position: fixed;
        visibility: visible;
        left: 300px;
        top: 20px;
         margin-left: -175px; 
    }
    .navbar-toggler{
        visibility: hidden;
    }
    #idMenu .navbar{
        display: none;
    }
    /*#idMenu h3{
        margin-top: 42px;
        font-family: "cabecera";
        color: #fff;
        font-size: 15px;
        margin-left: 10px;
        padding: 2px;
    }*/
}
/********Pantallas 768px*********/
@media only screen and (min-width: 601px) and (max-width: 768px)
{
    body {
        padding-bottom: 0;
        right: 0;
        color: #fff;
    }
    #idMenu .ajuste-logo{
        position: fixed;
        width: 30%;
        margin-top: 14px;
    }
    .toggle-menu{
        position: fixed;
        visibility: visible;
        left: 550px;
        top: 20px;
    }
    .navbar-toggler{
        visibility: hidden;
    }
    /*#idMenu h3{
        margin-top: 42px;
        font-family: "cabecera";
        color: #fff;
        font-size: 15px;
        margin-left: 10px;
        padding: 2px;
    }*/
}
@media only screen and (min-width: 769px) and (max-width: 1024px) 
{
    body {
        padding-bottom: 0;
        right: 0;
        color: #fff;
    }
    #idMenu .ajuste-logo{
        position: fixed;
        width: 20%;
        margin-top: 22px;
        margin-left: -30px;
    }
    #idMenu p{
        font-size: 50px;
        color: #fff;
    }

    #idMenu .navbar{
        position: fixed;
        margin-left:  230px;
        padding: 5px;
        top: 20px;
    }
}
/*@media only screen and (min-width: 1200px) 
{
    body {
        padding-bottom: 0;
        right: 0;
        color: #5a5a5a;
    }
    #idMenu .ajuste-logo{
        width: 100%;
        margin-top: 22px;
        margin-left: 45px;
    }
    #idMenu p{
        font-size: 50px;
        color: #fff;
    }

    #idMenu h3{
        margin-top: 1px;
        font-family: "cabecera";
        color: #fff;
        font-size: 15px;
        margin-left: 47px;
        padding: 5px;
    }
    #idMenu .navbar{
        top: -50px;
        margin-left: 360px;
        padding: 1px;
    }
}*/

/************FIN RESPONSIVO CABECERA*************/

/***************RESPONSIVE CAROCEL**************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
    .carousel-item { 
        height: 13rem;
    }
    
    .carousel-item > img {
        height: 13rem;
    }
    
    .carajuste{
        height: 13rem;
    }

    .carousel-caption {
       height: 100px;
       padding: 10px;
       z-index: 10;
      bottom: 0rem;
    }
    
    .carousel-caption h1{
        font-size: 22px;
    }
    
    .carousel-caption b{
        font-size: 3px;
    }
    #carousel p{
        font-size: 20px;
        font-weight: 700;
    }

} 
@media only screen and (min-width: 601px) and (max-width:768)
{
    
    .carousel-item { 
        height: 22rem;
    }
    
    .carousel-item > img {
        height: 22rem;
    }
    
    .carajuste{
        height: 22rem;
    }
    
    .carousel-caption {
       height: 100px;
       padding: 10px;
       z-index: 10;
      bottom: 0rem;
    }
    
    .carousel-caption h1{
        font-size: 22px;
    }
    
    .carousel-caption b{
        font-size: 3px;
    }
    #carousel p{
        font-size: 20px;
        font-weight: 700;
    }

} 
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
    
    .carousel-item { 
        height: 25rem;
    }
    
    .carousel-item > img {
        height: 25rem;
    }
    
    .carajuste{
        height: 25rem;
    }
    
    .carousel-caption {
       height: 100px;
       padding: 10px;
       z-index: 10;
      bottom: 0rem;
    }
    
    .carousel-caption h1{
        font-size: 22px;
    }
    
    .carousel-caption b{
        font-size: 3px;
    }
    #carousel p{
        font-size: 20px;
        font-weight: 700;
    }

} 
/******fin resposive carousel**********/

/***********RESPONSIVO MENSAJE****************/
@media only screen and (max-width: 600px)
{
    #mensaje .fotopresi{
        text-align: center;
    }
    #mensaje .title-mensaje{
        text-align: center;
    }
    #mensaje2{
        display: none;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px)
{
    #mensaje .ajuste-fotopresi{
        width: 60%;
        text-align: center;
    }
    #mensaje .title-mensaje{
        text-align: center;
    }
    #mensaje2{
        display: none;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
    #mensaje{
        display: none;
    }
    #mensaje2{
        display: inline;
        text-align: justify;
    }
    #mensaje2 .title-mensaje2{
        text-align: left;
    }
    #mensaje2{
        top: 30px;
        padding: 30px;
    }
    #mensaje2 .fotopresi2{
        text-align: center;
        padding: 10px;
    }
    #mensaje2 .ajuste-fotopresi2{
        width: 95%;
    }
    #mensaje2 .detalle-mensaje2{
        text-align: justify;
    }
    #mensaje2 .pie-mensaje2{
        text-align: center;
    }
}
@media only screen and (min-width: 1200px)
{
    #mensaje{
        display: inline;
    }
    #mensaje2{
        display: none;
    }
}
/***********FIN RESPONSIVO MENSAJE****************/

/*********+++*RESPONSIVO SERVICIOS**********/
@media only screen and (max-width: 600px) 
{
    #servicios .colsrv6{
        text-align: center;
    }
    #servicios .fotoserv{
        text-align: center;
    }
    #servicios .ajustefotoserv{
        width: 100%;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px)
{
    #servicios .colsrv6{
        width: 50%; 
        text-align: left;
    }
    #servicios .fotoserv{
        width: 50%;
        text-align: center;
    }
    #servicios .ajustefotoserv{
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
    #servicios .colsrv6{
        text-align: left;
    }
    #servicios .fotoserv{
        text-align: center;
    }
    #servicios .ajustefotoserv{
        width: 100%;
        height: 100%;
    }
}

/*********+++*FIN RESPONSIVO SERVICIOS**********/

/***************RESPONSIVO SECTORES****************/
@media only screen and (max-width: 600px) 
{
    #sectores{
        display: none;
    }
    #sectores1{
         display: inline;
         text-align: center;
    }
    #sectores2{
        display: none;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px)
{
    #sectores{
        display: none;
    }
    #sectores1{
         display: none;
    }
    #sectores2{
        display: inline;
        text-align: center;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
    #sectores{
        display: inline;
    }
    #sectores1{
        display: none;
    }
    #sectores2{
        display: none;
    }
}
@media only screen and (min-width: 1200px) 
{
    #sectores{
        display: inline;
    }
    #sectores1{
        display: none;
    }
    #sectores2{
        display: none;
    }
}
/*****************FIN RESPONSIVO SECTORES**************/

/***********RESPONSIVO CONTACTOS****************/
@media only screen and (max-width: 600px) 
{
    #contacto3 .detail-contacto{
        text-align: center
    }
    #Nombre{
        width: 350px;
        height: 30px;
        border-style: none;
    }
    #Correo{
        width: 350px;
        height: 30px;
        border-style: none;
        margin-top: 5px;
    }
    #Telefono{
        width: 350px;
        height: 30px;
        border-style: none;
        margin-top: 5px;
    }
    #mns{
        width: 350px;
        height: 68px;
        border-style: none;
        margin-top: 5px;
    }
    #botonenviar{
        width: 350px;
        height: 30px;
        border-style: none;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px)
{
    #contacto3 .detail-contacto{
        text-align: center;
    }
    #Nombre{
        width: 100%;
        height: 38px;
        border-style: none;
    }
    #Correo{
        width: 100%;
        height: 38px;
        border-style: none;
        margin-top: 15px;
    }
    #Telefono{
        width: 100%;
        height: 38px;
        border-style: none;
        margin-top: 15px;
    }
    #mns{
        width: 100%;
        height: 68px;
        border-style: none;
    }
    #botonenviar{
        width: 100%;
        height: 30px;
        border-style: none;
    }
    .g-recaptcha {
      width: 100%;
    }

}
/***********FIN RESPONSIVO CONTACTOS****************/

/***************RESPONSIVE WHATSAPP*************/
@media screen and (max-width: 600px) 
{
  .btn_wapp {top:75%;right:0px;width:70px;height:70px;text-align:center;border-radius:40px;}
  .btn_wapp i {width:40px; margin:0 auto;}
  .btn_wapp a span {display:none;}
	.btn_wapp:hover{right: 10px;}
}
@media screen and (min-width: 601px) and (max-width: 768px) 
{
  .btn_wapp {top:80%;right:0px;width:70px;height:70px;text-align:center;border-radius:40px;}
  .btn_wapp i {width:40px; margin:0 auto;}
  .btn_wapp a span {display:none;}
	.btn_wapp:hover{right: 10px;}
}
@media screen and (min-width: 769px) and (max-width: 1024px)
{
  .btn_wapp {top:50%;right:0px;width:70px;height:70px;text-align:center;border-radius:40px;}
  .btn_wapp i {width:40px; margin:0 auto;}
  .btn_wapp a span {display:none;}
	.btn_wapp:hover{right: 10px;}
}
@media screen and (min-width: 1200px)
{
  .btn_wapp {top:50%;right:0px;width:70px;height:70px;text-align:center;border-radius:40px;}
  .btn_wapp i {width:40px; margin:0 auto;}
  .btn_wapp a span {display:none;}
	.btn_wapp:hover{right: 10px;}
}


.btn_wapp1 {
    position: fixed;
    top: 20%;
    right: -110px;
    z-index: 9999;
    border-radius: 50px 50px 50px 50px;
    padding: 10px;
    background-color: #fff;
    color: white;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn_wapp1:hover {
  right:0px;
}
.big { font-size: 28px; }
.btn_wapp1 a {color: white;}
.btn_wapp1 i {width: 30px; margin-right:10px; }

.span-whats1{
  
     font-family: "parrafos";
    color: #fff;
    font-size: 24px;
}

.btn_wapp1 #iconowapp1{
    width: 80px;
}






/***************RESPONSIVE WHATSAPP*************/

/****************RESPONSIVE FOOTER*******************/
@media only screen and (max-width: 600px){
    #pie-pagina .iconossocial{
        top: -8px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px){
    #pie-pagina .iconossocial{
        top: 25px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    #pie-pagina .iconossocial{
        top: 25px;
    }
}

/****************FIN RESPONSIVE FOOTER*******************/

/***********STYLE CRM************/
    /*++++++++++++++++style footer-crm+++++++++++++*/
        #footer-crm{
            margin-top: 100px;
            position: fixed;
            bottom: 0;
            background-color: dimgrey;
            text-align: center;
            width: 100%;
            height: 10%;
        }
        #footer-crm .detail-pie{
            margin-top: 16px;
            color: #fff;
        }
        #footer-crm .iconossocial{
            top: 12px;
        }
    /*++++++++++++++++++fin style footer-crm+++++++++++*/

    /*********CRM MENU*********/
        .crm-menu{
            position: relative;
            margin-top:  100px;
            text-align: center;
        }
        .crm-menu .title-menu{
            text-align: center;
        }
    /*********CRM MENU*********/

    /*********CRM tabla usuarios*********/
        .tablausuarios{
            position: relative;
            margin-top:  100px;
            text-align: center;
        }
        .tablausuarios .title-tbusuarios{
            text-align: center;
        }

        table {
           width: 100%;
           border: 1px solid #000;
        }
        th, td {           
           text-align: center;
           vertical-align: top;
           border-collapse: collapse;
           padding: 0.3em;
        }

        th {
           background: #002B5C;
            color: #fff;
        }
        
        .tablausuarios .iconos-tbusuarios{
            text-align: center;
        }
        .tablausuarios .iconos-tbusuarios a{
            color: #C32039;
            margin-top: 10px;            
        }
    /*********FIN CRM tabla usuarios*********/

/*********CRM tabla clientes*********/
        .tablaclientes{
            position: relative;
            margin-top:  100px;
            text-align: center;
        }
        .tablaclientes .title-tbclientes{
            text-align: center;
        }

        /*table {
           width: 100%;
           border: 1px solid #000;
        }
        th, td {           
           text-align: center;
           vertical-align: top;
           border-collapse: collapse;
           padding: 0.3em;
        }

        th {
           background: #002B5C;
            color: #fff;
        }*/
        
        .tablaclientes .iconos-tbclientes{
            text-align: center;
        }
        .tablaclientes .iconos-tbclientes a{
            color: #C32039;
            margin-top: 10px;            
        }

        table #statuscliente{
            color: #C32039;            
        }
    /*********FIN CRM tabla clientes*********/

/***************DETALLES CLIENTES********************/
#detallesCliente{
    margin-top: 100px;
    width: 100%;
}
#detallesCliente .title-detallesCliente{
    margin-top: 10px;
    text-align: center;
    color: #000;
}
#detallesCliente .detail-detallesCliente{
    margin-top: 10px;
}

#detallesCliente .formulario-group{
    text-align: center;
    padding: 7px;
}

#detallesCliente .nombre{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}

#detallesCliente .telefono, .telefonoDos{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}

#detallesCliente .correo, .correoDos{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}
#detallesCliente .domicilio{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}
#detallesCliente .metodoContacto{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}
#detallesCliente .status{
    width: 100%;
    height: 30px;
    text-align: center;
   /* border-style: none*/
}

#detallesCliente hr{
    border: 2px solid #002B5C;
    width: 80%;
}
#detallesCliente .formulario-group p{
    color: #000;
    font-size: 12px;
}
#detallesCliente .botonActualizar{
    text-align: center;
}
/***************FIN DETALLES CLIENTES**********************/

/**************ACCIONES*****************/
#acciones .title-acciones{
    text-align: center;
}
#acciones .form-acciones{
    margin-top: 10px;
}

#acciones .formulario-group{
    text-align: center;
    padding: 7px;
}
#acciones #accion{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}
#acciones .fecha{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}
#acciones .observaciones{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}
#acciones #btn-agregar{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}

#acciones #columnaEliminar{
    background-color: #fff;
}
#acciones .botonguardar{
    margin-top: 5px;
    float: right;
}
#acciones hr{
    border: 2px solid #002B5C;
    width: 80%;
}
#acciones .tb_seguimiento{
    margin-top: 50px;
    width: 100%
}

/***********FIN ACCIONES**********************/

/************STYLE servicios CLIENTE****************/
#clienteServicios{
    margin-bottom: 20px;
}
#clienteServicios .title-servicios{
    text-align: center;
}

#clienteServicios .form-acciones{
    margin-top: 10px;
}

#clienteServicios .formulario-group{
    text-align: center;
    padding: 7px;
}
#clienteServicios #serviciosCliente{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}
#clienteServicios #btn-agregarServicios{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}

#clienteServicios #columnaEliminar{
    background-color: #fff;
}
#clienteServicios .botonguardar{
    margin-top: 5px;
    float: right;
}
#clienteServicios hr{
    border: 2px solid #002B5C;
    width: 80%;
}

#clienteServicios .tb_servicios{
    margin-top: 50px;
    width: 100%
}


/*********FIN servicios CLIENTE**************/

/************STYLE status CLIENTE****************/
#statusCliente{
    margin-bottom: 20px;
}
#statusCliente .title-statusCliente{
    text-align: center;
}

#statusCliente .form-acciones{
    margin-top: 10px;
}

#statusCliente .formulario-group{
    text-align: center;
    padding: 7px;
}
#statusCliente #clienteStatus{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}

#statusCliente #btn-estatus{
    width: 100%;
    height: 30px;
    text-align: center;
    /*border-style: none;*/
}
#statusCliente hr{
    border: 2px solid #002B5C;
    width: 80%;
}

/*********FIN status CLIENTE**************/

/***********FIN STYLE CRM************/

#servicios{
    
    
}

#servicios .centrar{
    text-align: center;
}

#servicios .ajustar-imagen{
    width: 100%;
}


.parallax {
  /* The image used */
  background-image: url("");

  /* Set a specific height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ajuste_video{
    width: 100%;
}
/*------------------------topic----*/
#barra-navegacion{ 
 height: 100%;
 width: 100%;
 margin-top: 5%;
}
.barra-navegacion{
    display: flex;
    justify-content: center;
    text-align: justify;
}
#barra-navegacion h1{
 
font-size: 40px;
    font-family: "encabezadosH3";   
    
}
     
#barra-navegacion h2{
 
font-size: 40px;
    color: #8d0638;
    font-family: "encabezadosH2";
   
    
}

#barra-navegacion .barra-navegacion-detalle{
     
    padding: 10px;
    text-align: center;
}

#barra-navegacion .barra-navegacion-detalle h2{
    font-size:17px;
    color: white;
}

#barra-navegacion a{
  color: #fff;
}

.ajustar-150{
    width: 150%;
}

.ajustar-100{
    width: 100%;
}
.ajustar-100-avi{
    width: 100%;
    height: 100%;
}


.ajustar-90{
    width: 90%;
}
.ajustar-80{
    width: 80%;
}
.ajustar-70{
    width: 70%;
}
.ajustar-60{
    width: 60%;
}
.ajustar-50{
    width: 50%;
}
.ajustar-400{
    width: 40%;
}
.ajustar-30{
    width: 30%;
}



#barra-navegacion .barra-iconos{

    text-align: center;
}

#barra-navegacion .barra-navegacion-detalle .tramites{
color: #fff;
}

#barra-navegacion .barra-navegacion-detalle .noticias{
color: #fff;
}

#barra-navegacion .barra-navegacion-detalle .turismo{
color: #fff;
}


#barra-navegacion .barra-navegacion-detalle .directorio{
color: #fff;
}


#barra-navegacion .barra-navegacion-detalle .transparencia{
color: #fff;
}
#barra-navegacion .barra-navegacion-detalle .gaceta{
color: #fff;
}

#barra-navegacion .barra-navegacion-detalle .gaceta h2{
color: #fff;
}

/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 

    #bar-iconos{
        display: none;
    }    
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  #bar-iconos{
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #bar-iconos-movil{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #bar-iconos-movil{
        display: none;
    }
}

#cintillo-dorado{
 border: 0;
    height: 10px;
    background-color:#F7BE00;
   /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(174, 10, 31, 0.75), rgba(0, 0, 0, 0));*/
}

#cintillo-guinda{
    border: 0;
       height: 10px;
       background-color: #671A31;
      /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(174, 10, 31, 0.75), rgba(0, 0, 0, 0));*/
   }

.text-centro{
    text-align: center;
}

.text-derecha{
    text-align: right;
}

.text-izquierda{
    text-align: left;
}


/**INICIA SECCION DE CONVOCATORIAS*/ 

#convocatoria .convocatoria-section {
    background-color: #BD9350;
    margin-right: 0;
    margin-left: 0;
}

#convocatoria .convocatoria-section h1 {
    color:#671A31; /* Color del encabezado */
    line-height: 2.0;
}

#convocatoria .convocatoria-section p {
    color: #ffffff; /* Color del texto */
    text-align: justify;
    line-height: 1.5;
}
 

/***Finaliza seccion convocatorias*/

#videos{
 
    width: 100%;
    height: 100%;
    background: #ca9a3c;
}



#video .title-videos h2{
    color: #fff ;
     font-size: 40px;
}


/**NOTICIAS**/


#noticias .titulo-noticias {
    text-align: center;   
    background-color: #BD9350; 
    color: #671A31;
  }


  #noticias .titulo-noticias h1{
    font-size: 50pt;
  }

  #noticias h4{
    color: #BD9350;
    text-align: center;
  }

  #noticias p{
    color: #000000;
    text-align: center;
  }




  /*FINALIZA SECCION NOTICIAS**/
#contacto4{
 height: 100%;
    width: 100%;
     background: #fff;
}


#contacto4 .title-contacto4{
      background-color: #000;


}

#contacto4 .title-contacto4 h2{
    color: #fff;

}


#contacto4 .text-contacto4 p{
    color: #fff;

}



.form-group{
   padding: 20px;
}


#contacto4  .form-group {
    margin-bottom: 15px;
    position: relative; /* Establece el contexto de posicionamiento para el label */
}

#contacto4 form.contac-form label {
    display: inline-block;
    width: calc(70% - 100px); /* Ancho fijo del label */
    text-align: justify;
    padding: 7px;
    color: white; /* Color blanco para el texto del label */
    background-color: black; /* Fondo negro para el label */
    position: absolute; /* Posiciona el label absolutamente */
    left: 0; /* Lo mueve a la izquierda del contenedor padre */
    top: 50%; /* Alinea verticalmente al centro del contenedor padre */
    transform: translateY(-50%); /* Ajusta la posición vertical */
    border-top-left-radius: 5px; /* Bordes redondeados */
    border-bottom-left-radius: 5px; /* Bordes redondeados */
    box-shadow: 0px 2px 0px 0px rgb(201, 198, 198);   /*Sombreado */
   
}

#contacto4 form.contac-form input, textarea {
    padding: 7px;
    width: calc(100% - 30px); /* Calcula el ancho del input */
    margin-left: 125px; /* Deja espacio a la izquierda para el label 100px*/
    background-color: white; /* Fondo blanco */
    box-shadow: 0px 2px 0px 0px rgb(201, 198, 198);   /*Sombreado */
    border-top-right-radius: 5px; /* Bordes redondeados */
    border-bottom-right-radius: 5px; /* Bordes redondeados */
    border: #bbb;
   
}

#contacto4 form.contac-form button {
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombreado */
}


/* formulario iconos */
#contacto4 form.contac-form2 label {
    display: inline-block;
    width: calc(100% - 260px); /* Ancho fijo del label */
    text-align: justify;
    padding: 7px;
    color: white; /* Color blanco para el texto del label */
    background-color: black; /* Fondo negro para el label */
    position: absolute; /* Posiciona el label absolutamente */
    left: 0; /* Lo mueve a la izquierda del contenedor padre */
    top: 50%; /* Alinea verticalmente al centro del contenedor padre */
    transform: translateY(-50%); /* Ajusta la posición vertical */
    border-top-left-radius: 5px; /* Bordes redondeados */
    border-bottom-left-radius: 5px; /* Bordes redondeados */
    box-shadow: 0px 2px 0px 0px rgb(201, 198, 198);   /*Sombreado */
   
}

#contacto4 form.contac-form2 input, textarea {
    padding: 7px;
    width: calc(100% - 4px); /* Calcula el ancho del input */
    margin-left: 100px; /* Deja espacio a la izquierda para el label 100px*/
    background-color: white; /* Fondo blanco */
    box-shadow: 0px 2px 0px 0px rgb(201, 198, 198);   /*Sombreado */
    border-top-right-radius: 5px; /* Bordes redondeados */
    border-bottom-right-radius: 5px; /* Bordes redondeados */
    border: #bbb;
   
}

#contacto4 form.contac-form2 button {
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombreado */
}


.separar{
    margin-top: 15px;
}

.btn-primary{
       background: linear-gradient(#FFF);
}

.top-100{
    margin-top: 100px;
}


#avisos .text-aviso p{
    color: #fff;

}
#avisos .text-aviso h2{
    color: #fff;

}


#tramites{
    height: 100%;
    width: 100%;
    background-image: url(../img/fondo-blanco-flechas.png);
    background-position: center;
        
}

#tramites .title-tramites {
    background: #334965;
    height: 100%;

}
#tramites .title-tramites h2{
      color: #fff;
    font-size: 40px;
}


#transparencia{
    height: 100%;
    width: 100%;
    background-image: url(../img/fondo-blanco-flechas.png);
    background-position: center;
        
}

#transparencia .title-tra {
      background: #ca9a3c;
    height: 100%;

}
#transparencia .title-tra h2{
      color: #fff;
    font-size: 40px;
}

#transparencia .box-tra {
    background: #ded6c4;
    height: 100%;

}
#transparencia .box-tra1 {
    background: #ca9b3d;
    height: 100%;

}
#transparencia .text-tra1 p{
      color: #fff;
    font-size: 16px;
}

#social-media{
    height: 100%;
    width: 100%;
    background-image: url(../img/fondo-blanco-flechas.png);
    background-position: center;
        
}

#social-media .title-social-media {
     background: #334965;
    height: 100%;

}
#social-media .title-social-media h2{
      color: #fff;
    font-size: 40px;
}

#social-media .box-tra {
    background: #ded6c4;
    height: 100%;

}
#social-media .box-tra1 {
    background: #ca9b3d;
    height: 100%;

}
#social-media .text-tra1 p{
      color: #fff;
    font-size: 16px;
}

/************boton noticia******/
.btn-ver-mas{
    text-decoration: none;
    padding: 2px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 200;
    font-size: 10px;
    font-style: italic;
    color:#fff;
    background-color:#a41008;
    border-radius: 25px;
    border:0px solid #fff;
       
}



.top-100{
    margin-top: 100px;
}
.top-15{
    margin-top: 15px;
}

.pading-10{
    padding: 10px;
}
.pading-20{
    padding: 20px;
}
.pading-30{
    padding: 30px;
}


.pading-50{
    padding: 50px;
}

#turismo{
    background: #000;
 height: 100%;
    width: 100%;
     
}


#turismo .title-turismo h2{
      color: #fff;
    padding: 5px;
    background: #0000;
    font-size: 40px;
    height: 100%;

}

#contacto{
    background: #000;
 height: 100%;
    width: 100%;
     
}


#contacto .title-turismo h2{
      color: #ffff;
    padding: 5px;
    background: #0000;
    font-size: 40px;
    height: 100%;

}

#transparencia{
    background: #000;
 height: 100%;
    width: 100%;
     
}


#transparencia .title-turismo h2{
      color: #fff;
    padding: 5px;
    background: #0000;
    font-size: 40px;
    height: 100%;

}

#noticias{
    background: #000;
 height: 100%;
    width: 100%;
     
}


#noticias .title-turismo h2{
      color: #fff;
    padding: 5px;
    background: #0000;
    font-size: 40px;
    height: 100%;

}

#gobierno{
    background: #000;
 height: 100%;
    width: 100%;
     
}


#gobierno .title-turismo h2{
      color: #fff;
    padding: 5px;
    background: #0000;
    font-size: 40px;
    height: 100%;

}




#heder .title-heder h3{
      color: #fff;
   font-size: 40px;
}


<!------------------->

#inicio{
 height: 100%;
    width: 100%;
    background: #fff;
}


#inicio .title-inicio {
      background:#334965;
    padding: 5px;
 height: 100%;
   

}

#inicio .title-inicio h2{
    color: #fff ;
     font-size: 50px;
}

#inicio .text-inicio p{
    color: #fff;

}
#inicio .text-inicio h2{
    color: #fff;

}
/***INICIA SECCION DE DESCRIPCION***/
#descripcion{
   height: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    
}

#descripcion h2{
    color: #BD9350;
}


.ajustar-80-sin{
    width: 80%;
    border-radius: 20px 20px 20px 20px;
    height: 250px;
    width: 230px;
    position: relative;
    
     box-shadow: 10px 10px 10px;
    
}

/**
.ajustar-80-sin::after{
   position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    background-image: linear-gradient(#000);

    filter: blur(100px);
    z-index: -1; 
}
**/

#estados-financieros
{
    margin-top:120px;
    background-color: #374865;
    height: 100%;
}

#estados-financieros h3
{
font-size: 30px;
color: white;    
}

.detail-estados-financieros
{
  background-color: #fff;

}

#estados-financieros .detail-estados-financieros h3
{
    margin-top: 20px;
  font-size: 20px;
color: #000;   

}

.anual a{
    color: #000;
}

#articulo-69
{
    margin-top:120px;
    background-color: #333333;
    height: 100%;
}

#articulo-69 h3
{
font-size: 30px;
color: white;    
}

.detail-articulo-69
{
  background-color: #fff;

}

#articulo-69 .detail-articulo-69 h3
{
    margin-top: 20px;
  font-size: 20px;
color: #000;   

}

#articulo-69 a
{
font-size: 18px;
color: #212529;    
}

#articulo-69 .header-transparencia{

}

#articulo-69 th{
color: #fff;
}





#salaDeRedaccion{
    background-color: #ffffff;
    margin: 8%;
}
#salaDeRedaccion h1 {

    text-align: center;
    padding: 0px 0;
    font-weight: bold;
    color: #8d0638;
    font-family: "encabezadosH2";
    }
#salaDeRedaccion h2{
    text-align: center;
    padding: 0px 0;
    font-weight: bold;
   
}

#salaDeRedaccion h3{
    text-align: center;
    padding: 0px 0;
    color: #802434;
    font-weight: bold;
}




#salaDeRedaccion p{
        text-align: center;
        padding: 0px 0;
        color: #000000;
        border-right: 2px solid #ccc;
     margin-right: 0px;

    }

    /* INICIA SECCION DE MI TRABAJO EN SENADO */


/* Geleria */
#galerias {
         background-color: #cdcbcb ;

}
#galerias h1{
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    padding: 0px;
    color: #000000;
}
#galerias h2{
    text-align: center;
    font-weight: bold;
    padding: 0px;
    color: #000000;
}
.img-container {
        margin-bottom: 5px;
    
      }
      
.img-container img {
        width: 100%;
        height: auto;
      }
    
/* FORMULARIO */

#formulario{
    background:  #9d1131 ; 
}

#formulario h1{
    
    font-size: 30px;
     background-color: black;
    color: white;
    text-align: left;
    padding: 10px; /* Ajusta el espaciado interno según sea necesario */
    margin: 0;
}

#formulario .red-social{
    flex-wrap: wrap;
    justify-content: center; 
}

#formulario .red-social a{
    margin: 0 10px; 
}



/* video */
 

#video-123{
    background: #bbbbbb;
    width: 100%;
     
    
}
#video-123 h1.titulo{
    font-weight: bold;
    text-transform: uppercase;
}

 /* Estilos personalizados */
 .image-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
  }
.btn-morado {
  background-color: #8d0638;  /* Color de fondo morado */
  color: white;             /* Color de texto blanco */
  padding: 10px 20px;        /* Espaciado interno del botón */
  border: none;             /* Sin borde */
  border-radius: 5px;        /* Bordes redondeados */
  cursor: pointer;           /* Cambia el cursor al pasar sobre el botón */
  font-size: 16px;           /* Tamaño del texto */
    width: 200px;
}

.btn-morado:hover {
  background-color: plum; /* Cambia el color de fondo cuando el cursor está sobre el botón */
}

  .image-text-container video {
  
    margin-right: 20px; 
      
  }

  @media (max-width: 768px) {
    /* Ajuste para dispositivos móviles */
    .image-text-container {
      flex-direction: column;

    }

    .image-text-container img {
      margin-right: 0; 
      margin-bottom: 20px; 
    }
  }

      .custom-container {
      max-width: 100%; 
      margin: 0px 10px 0px 0px; 
      padding: 0 0px;
      overflow: hidden;
      width: 100%;
    max-width: 100%; 
    }

.container-completo {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

  .image-container {
      width: 100%; 
      height: 600px;
      margin: 0px 0px 0px 0px; 
      display: flex;
      justify-content: center;
      align-items: center;
      background-color:#ce1559;
      overflow: hidden;
      

    }
  
.image-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: darksalmon;
}
.btn-overlay1 {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
     
    }

  .btn-overlay {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
     
    }

    .btn-custom {
        
    font-family: "encabezadosH2";
      border-radius: 10px 10px 0 0; 
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; 
      background-color: #8d0638;
      color: #ffffff;
      font-size: 60px;
        height: 60px;
      width: 400px;
    }

    .custom-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5); /* Establece la sombra personalizada */
}

/* 
.form-group {
             
            margin: 20px auto; 
         
            padding: 5px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
        } */
.btn-form {
     float: right;
   background-color: #8d0638;  /* Color de fondo morado */
  color: white;             /* Color de texto blanco */
  padding: 10px 20px;        /* Espaciado interno del botón */
  border: none;             /* Sin borde */
  border-radius: 30px 30px 30px 30px;      /* Bordes redondeados */
  cursor: pointer;           /* Cambia el cursor al pasar sobre el botón */
  font-size: 16px;           /* Tamaño del texto */
    width: 200px;
        }




/* Estilos para la sección en computadoras */




#senadoTrabajo {
    position: relative;
    background-image: url('../img/senado.jpg');
    background-size: cover;
    background-position: center center;
    text-align: center;
    height: 65vh;
    width: 100% auto;
    margin: 0;
}

#senadoTrabajo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 36, 52, 0.7);
}

#senadoTrabajo p {
    font-size: 16px;
    top: 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    border-top: 5px solid #ffffff;
    border-radius: 5px;
    padding-top: 15px;
    width: 100%;
}

#senadoTrabajo h1 {
    top: 20px;
    color: #ffffff;
    font-size: 46px;
    width: 100%;
}

#senadoTrabajo h2 {
    top: 20px;
    font-size: 50px;
    color: #ffffff;
    width: 100%;
}

/* Estilos para la sección en dispositivos móviles */
#senadoTrabajo-movil {
    display: none;
}

@media only screen and (max-width: 600px) {
    #senadoTrabajo {
        display: none;
    }

    #senadoTrabajo-movil {
        display: block;
        position: relative;
        background-image: url('../img/senado.jpg');
        background-size: cover;
        background-position: center center;
        text-align: center;
        height: 170vh;
        width: 100%;
        margin: 0;
    }

    #senadoTrabajo-movil:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(128, 36, 52, 0.7);
    }

    #senadoTrabajo-movil p {
        font-size: 16px;
        top: 20px;
        color: #ffffff;
        position: relative;
        display: inline-block;
        border-top: 5px solid #ffffff;
        border-radius: 5px;
        padding-top: 15px;
        width: 100%;
    }

    #senadoTrabajo-movil h1 {
        top: 20px;
        color: #ffffff;
        font-size: 46px;
    }

    #senadoTrabajo-movil h2 {
        top: 20px;
        font-size: 50px;
        color: #ffffff;
    }
}
/* Estilos opcionales para contenedor main-semblanza */
.main-semblanza {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    text-align: justify;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
    background-image: url("../img/semblanza1.png");            
  
   background-size: cover;
    
    }
  

 /* Estilos opcionales para texto */
.image-semblanza {
    text-align: center; 
  }
 .image-semblanza img {
    max-width: 100%; 
    height: auto;
  } 
  .text-semblanza {
    padding: 20px; 
  }
  
  
/* NUMERARIA */

  #numeraria h1{
    text-align: center;
    padding: 15px 15px;
    color: #000000;
   font-weight: bold;
  }

  /*---------------------------- CARUSEL 2 NOTAS --------------------*/
  #notas-bloque{
    background-image: linear-gradient(to left bottom, #8d0638, #8c0033, #85002f, #82002e, #a00035);  
  
  }



#notas-bloque h2 {

    text-align: center;
   padding: 5% 0% 2% 0%;   /* p-superior p-derecho p-inferior p-izquierdo */
    font-weight: bold;
    color: #ffffff;
    font-family: "encabezadosH2";
    text-transform: uppercase;
    font-size: 4vw;
    }
 #notas-bloque .text-carousel{
    transition: transform 2s ease;
 }
    #notas-bloque .carousel-item {
        text-align: center;
        padding: 20px; 
        text-align: center;
        background: none;
      }
      
      #notas-bloque .carousel-item h2 {
        font-size: 24px;
        color: #ffffff;
       font-weight: bold;
      }
      
      #notas-bloque .carousel-item p {
        font-size: 16px;
        color: #ffffff; 
        text-align: justify;
      }
      

      /* SEMBLANZA + PROFESIONAL*/
      
#semblanza{
    background-color: #ffffff;
     margin-top:5%;
}
#semblanza h2.titulo {
    text-align: center;
    padding: 0;
    font-weight: bold;
    color: #8d0638;
    font-family: "encabezadosH2";
    font-size: 4vw;
    }

    
#semblanza h1{
    text-align: justify;
    padding: 0px 0;
    color: #000000;
    margin-right: 0px;
    font-family: "encabezadosH1"

}

#semblanza h2{
    text-align: justify;
    padding: 0px 0;
    color: #000000;
    margin-right: 0px;
    font-family: "encabezadosH2"

}

#semblanza p{
        text-align: justify;
        padding: 0px 0;
        color: #000000;
        margin-right: 0px;
        font-family: "parrafo";

    }

    #semblanza .container{
        

    }


/* ------------ NOTICIAS---------- */
#noticias h1{
    text-align: center;
    padding: 0px 0;
    font-weight: bold;
    color: #8d0638;
    font-family: "encabezadosH2";
    font-size: 4vw; /* 5% */
}

#noticias p{
    text-align: justify;

}

#noticias .border-left-custom {
    border-left: 2px solid #c0bebe; 
    padding: 15px;
  }

  #noticias .border-right-custom {
    border-right: 2px solid #c0bebe;
    padding: 15px;
  }

  




    .parallax2 {
        top: 50px:
      height: 400px; /* Ajusta la altura según tus necesidades */
      background-image: url(''); /* Reemplaza con la ruta de tu imagen de fondo */
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ajuste-v {
      width: 80%; /* Ajusta el ancho según tus necesidades */
      background-color: rgba(128, 36, 52, 0.2); /* Cambia el color de fondo y la opacidad según tus preferencias */
      padding: 15px;
      border-radius: 10px;
      text-align: center;
    }

    .ajuste-v video {
      width: 100%;
      border-radius: 8px; /* Puedes ajustar el radio de borde según tus preferencias */
    }




#noticias .imagen-ajustada {
    width: 800px; /* Ancho deseado */
    height: 450px; /* Altura automática para mantener la proporción */
  }

 .swiper-container {
      width: 100%;
      height: 100%;
    }

    /* Estilos personalizados para las imágenes del slider */
    .swiper-slide img {
      width: 100%;
      height: auto;
    }


.carousel-img {
    height: 200px; /* Adjust the height according to your preference */
    object-fit: cover;


}

/************* boton redes sociales ***************/


.btn_wapp2 {
    position: fixed;
    top: 30%;
    left: -5px;
    z-index: 9999;
    border-radius: 0 30px 30px 0;
    padding: 0px;
    background-color: #8d0638;
    color: white;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
      width: 100px; /* Set the width as needed */
    height: 200px; /* Set the height as needed */
}




.span-whats2{
  
     font-family: "parrafos";
    color: #fff;
    font-size: 0px;
}

.btn_wapp2 #iconowapp2{
    width: 30px;
}


/* Estilos para el menú desplegable */
.submenu {
    display: none;
    position: absolute;
    background-color:rgba(128, 36, 52, 0.7); /* Color de fondo del menú desplegable */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra para resaltar el menú */
    z-index: 1000; /* Asegura que el menú esté por encima de otros elementos */
     min-width: 20px; /* Ancho mínimo del menú desplegable */
}

.submenu li {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #555; /* Línea divisoria entre elementos del menú */
      font-size: 16px; /* Tamaño de letra */
      color: white; /* Color del texto */
}

.submenu a {
      color: white; /* Color del texto */
}

/* Cambia el color del texto al pasar el ratón sobre los elementos del menú */
.submenu li:hover {
    background-color:rgba(128, 36, 52, 0.9);
}

/* Mostrar el menú desplegable al pasar el ratón sobre el elemento padre */
.navbar-nav li:hover .submenu {
    display: block;
}



#ini {
    
}

 #ini .table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            color: black
        }

#ini .th, .td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }

#ini .th {
            background-color: #f2f2f2;
        }

#ini .tn {
            font-weight: bold;
        }

.cth {
      background-color: #8d0638; 
      color: white; 
    }




 /* !!!!!!!!!!!!!!!!!!!!!!!!!-------------ACORDEON--------------*****************ACORDeON */


 #acordeon h1{
    text-align: center;
    padding: 0px 0;
    font-weight: bold;
    color: #8d0638;
    font-family: "encabezadosH1";
    font-size: 4vw; /* 5% */
    margin-bottom: 5%;
    text-transform: uppercase;
}
 #acordeon .container {
    display: absolute;
    justify-content: center;
    /* height: 50vh; */
     margin-bottom: 10%; 
  }

#acordeon .accordion-button {
    color: #ffffff !important;
    background: #8d0638 !important;
    box-shadow: none !important;
    font-family: "encabezadosH2";

}

#acordeon .accordion-button.collapsed {
  background: rgb(255, 255, 255)
}

#acordeon .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  
} 
#acordeon .accordion-button:not(.collapsed)::after {
background-image: url("img.svg");

}

#acordeon .accordion-body {
    background-color: #ffffff; 
    color: black;
    text-align: justify;
    padding: 5% 10% 5% 10%;
}

#acordeon .accordion-body h2 {
    font-family: "encabezadosH2";
    padding-bottom: 5%;
}

#acordeon .accordion-body ol{   
    counter-reset: list-counter; 
    margin-right: 5px;

}

#acordeon .accordion-body ol li{

    counter-increment: list-counter;
    margin-bottom: 1.5em;
    font-family: "parrafo";
    font-size: 16px;
    color: #000;
}


   #acordeon .accordion-body ol.congreso-local {
    list-style: none; 
    counter-reset: list-counter; 
  }

  #acordeon .accordion-body ol.congreso-local li {
    counter-increment: list-counter;
    margin-bottom: 1.5em;
}

    #acordeon .accordion-body ol.congreso-local li::before {
    content: counter(list-counter) ")"; 
    margin-right: 1.5em;
 }

 /* Estilo CSS para el logo del encabezado */
    .logo-header {
        position: relative;
        left: -20px; /* Posiciona la imagen del logo a la izquierda por 120 píxeles */
        }
        @media screen and (max-width: 768px) {
    .logo-container{
    max-width: 120%; > /* Reducir el tamaño del logo para pantallas más pequeñas */
    }

    }

      .boton-amarillo {
            background-color: #F7DC6F; /* Color amarillo */
            color: #000; /* Color del texto */
            padding: 10px 20px; /* Espaciado interno del botón */
            text-align: center; /* Alinear el texto al centro */
            text-decoration: none; /* Quitar subrayado del enlace */
            display: inline-block; /* Mostrar el botón en línea */
            font-size: 16px; /* Tamaño de la fuente */
            font-weight: bold; /* Texto en negrita */
            border-radius: 5px; /* Bordes redondeados */
            border: 2px solid #E1B12C; /* Borde */
            cursor: pointer; /* Cambia el cursor al pasar por el botón */
            transition: background-color 0.3s ease; /* Transición suave del color de fondo */
        }

        .boton-amarillo:hover {
            background-color: #F1C40F; /* Cambia el color al pasar el cursor */
        }

.tabla_2 th{
    background-color: #000;
}