/* your styles go here */

/*
* =====================
* GENERAL
* =====================
*/

/*  (2022/02/24) Código para datatables (tabla de la lista de contactos, que se puede ordenar) */
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs4/jq-3.6.0/dt-1.11.5/cr-1.5.5/r-2.2.9/sb-1.3.2/datatables.min.css"/>
<link rel=href="https://cdn.datatables.net/responsive/2.2.9/css/responsive.dataTables.min.css"/>
/*
* ==========================================================
*     NAVBAR
* ==========================================================
*/
.navbar {
  background: #fff;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  z-index: 9998;
  border-bottom: 1px solid #ddd;
}

/*
* =====================
* HOME - INICIO
* =====================
*/
p.text-myhome {
  font-size: 1.2em;
}

p.text-myhome i {
  font-size: 1.2em;
}

p.small-text-myhome {
  font-size: 1em;
}


a.myhome-link {
  color: inherit !important;
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none !important;
  margin-top: 20px;
  font-weight: 300;
}

a.myhome-link::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.myhome-link:hover {
  color: #2b90d9 !important;
}

a.myhome-link:hover::after {
  background: #2b90d9;
}

section.myhome {
  padding: 0;
  color: #fff;
}

section.myhome .container {
  padding: 50px 20px;
  position: relative;
}

section.myhome h1 {
  line-height: 1.2em;
}

section.myhome .continue {
  position: absolute;
  bottom: 30px;
  left: 20px;
  text-decoration: none !important;
  color: inherit !important;
  text-transform: uppercase;
  font-size: 0.75em;
  opacity: 0.8;
}

section.myhome .continue i {
  margin-right: 5px;
}

/* myhome Section Media Query ------------------------------------- */
@media (max-width: 767px) {
  section.myhome .container {
    padding: 50px 20px;
  }
}



/*
* =====================
* HOME - FIN
* =====================
*/
mysection {
  padding: 20px 10px 10px 10px;
  overflow-x: hidden;
}

footer.mymain-footer {
  background: #083A8F;
  padding: 20px 0 0;
  color: #fff;
}

footer.mymain-footer .copyrights {
  background: #083A8F;
  margin-top: 20px;
  padding: 20px 0;
  font-size: 0.9em;
}

/*
* ====================== Lo que sigue es para que el texto de editor sea responsive
*/
.django-ckeditor-widget {
  width: 100%;
}
/*
* =====================
*/

/*
* =====================
* Tabla responsive de Normas (listado de todas las normas)
* =====================
*/

.normas-table-container{
    padding: 0 2%;
    margin: 40px auto 0;
}

.normas-table{
    width: 100%;
    border-collapse: collapse;
}

.normas-table thead{
    background-color: #AED6F1;
}

.normas-table tr th{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    color: #2E3E50;
    opacity: 1;
    padding: 12px;
    vertical-align: top;
    border: 1px solid white;
}

.normas-table tbody td{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.35px;
    color: #2E3E50;

    padding: 8px;
    text-align: left;
    border: 1px solid white;
}

.normas-table .text_open{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.35px;
    color: #FF1046;
}

.normas-table .tbody tr td .btn{
    width: 130px;
    text-decoration: none;
    line-height: 35px;
    display: inline-block;

    font-weight: medium;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    opacity: 1;
}

@media (max-width:768px){
    .normas-table thead{
        display: none;
    }
    .normas-table,.normas-table tbody,.normas-table tr,.normas-table td{
        display:block;
        width: 100%;
    }
    .normas-table tr{
        margin-bottom: 15px;
        padding-right: 40px;
    }
    .normas-table tbody tr td{
        text-align: right;
        padding-left: 25%;
        position: relative;
    }
     .normas-table td:before{
        content: attr(data-label);
        position: absolute;
        top: 3px;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }
}

/*
* =====================
* Fin de Tabla responsive de Normas (listado de todas las normas)
* =====================
*/

/*
* =====================
* Tabla responsive de normashoy (listado de todas las normashoy) Nuevo: 2022/09/03
* =====================
*/

.normashoy-table-container{
    padding: 0 2%;
    margin: 40px auto 0;
}

.normashoy-table{
    width: 100%;
    border-collapse: collapse;
}

.normashoy-table thead{
    background-color: #AED6F1;
}

.normashoy-table tr th{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    color: #2E3E50;
    opacity: 1;
    padding: 12px;
    vertical-align: top;
    border: 1px solid white;
}

.normashoy-table tbody td{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.35px;
    color: #2E3E50;

    padding: 8px;
    text-align: left;
    border: 1px solid white;
}

.normashoy-table .text_open{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.35px;
    color: #FF1046;
}

.normashoy-table .tbody tr td .btn{
    width: 130px;
    text-decoration: none;
    line-height: 35px;
    display: inline-block;

    font-weight: medium;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    opacity: 1;
}

@media (max-width:768px){
    .normashoy-table thead{
        display: none;
    }
    .normashoy-table,.normashoy-table tbody,.normashoy-table tr,.normashoy-table td{
        display:block;
        width: 100%;
    }
    .normashoy-table tr{
        margin-bottom: 15px;
        padding-right: 40px;
    }
    .normashoy-table tbody tr td{
        text-align: right;
        padding: 25%;
        position: relative;
    }
     .normashoy-table td:before{
        content: attr(data-label);
        position: absolute;
        top: 3px;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }
}

/*
* =====================
* Fin de Tabla responsive de normashoy (listado de todas las normas de hoy)
* =====================
*/

/*
* =====================
* Tabla responsive de Bitácora Hoy
* =====================
*/

/*
Lo que sigue no se está usando desde 2021/12/05
*/

.bitacorahoy-table-container{
    padding: 0 5%;
    margin: 4px auto 0;
}

.bitacorahoy-table{
    width: 100%;
    border-collapse: collapse;
}

.bitacorahoy-table thead{
    background-color: #0a72b3;
}

.bitacorahoy-table tr th{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    padding: 12px;
    vertical-align: top;
    border: 1px solid #66b2b2;
}

.bitacorahoy-table tbody td{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.35px;
    color: #2E3E50;
    background-color: #ffffff;
    padding: 8px;
    text-align: left;
    border: 1px solid #66b2b2;
}

.bitacorahoy-table .text_open{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.35px;
    color: #FF1046;
}

.bitacorahoy-table .tbody tr td .btn{
    width: 130px;
    text-decoration: none;
    line-height: 35px;
    display: inline-block;
    background-color: #FF1046;
    font-weight: medium;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    opacity: 1;
}

.bitacorahoy-button {
  position: relative;
  display: block;
  width: 180px;
  height: 36px;
  border-radius: 18px;
  background-color: #1c89ff;
  border: solid 1px transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  transition: all .1s ease-in-out;
  &:hover {
    background-color: transparent;
    border-color: #fff;
    transition: all .1s ease-in-out;
  }

}

.bitacorahoy_descargar-button {
  font-size: 12px;
  font-weight: 300;
  border-radius: 6px;
  cursor: pointer;
  transition: all .1s ease-in-out;
  &:hover {
    background-color: transparent;
    border-color: #fff;
    transition: all .1s ease-in-out;
  }

}


@media (max-width:768px){
    .bitacorahoy-table thead{
        display: none;
    }
    .bitacorahoy-table,.bitacorahoy-table tbody,.bitacorahoy-table tr,.bitacorahoy-table td{
        display:block;
        width: 100%;
    }
    .bitacorahoy-table tr{
        margin-bottom: 15px;
    }
    .bitacorahoy-table tbody tr td{
        text-align: left;
        padding-left: 25%;
        position: relative;
    }
     .bitacorahoy-table td:before{
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }
}

/*
* =====================
* Fin de Tabla responsive de bitacorahoy
* =====================
*/
/*
* =====================
* Tabla responsive del boletin
* =====================
*/

.boletin-table-container{
    padding: 0 5%;
    margin: 4px auto 0;
}

.boletin-table{
    width: 100%;
    border-collapse: collapse;
}

.boletin-table thead{
    background-color: #0a72b3;
}

.boletin-table tr th{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    padding: 4px;
    vertical-align: top;
    border: 1px solid #66b2b2;
}

.boletin-table tbody td{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.35px;
    color: #2E3E50;
    background-color: #ffffff;
    padding: 8px;
    text-align: left;
    border: 1px solid #66b2b2;
}

.boletin-table .text_open{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.35px;
    color: #FF1046;
}

.boletin-table .tbody tr td .btn{
    width: 130px;
    text-decoration: none;
    line-height: 15px;
    display: inline-block;
    background-color: #FF1046;
    font-weight: medium;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    opacity: 1;
}

.boletin-volver-button {
  background-color: #008CBA; /* Blue */
  border: none;
  border-radius: 6px;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.boletin-enviar-button {
  background-color: #16A085; /* Green */
  border: none;
  border-radius: 6px;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.boletin-descargar-button {
  background-color: #008CBA; /* Blue */
  border: none;
  border-radius: 6px;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.boletin-quitar-button {
  background-color: #f44336; /* Red */
  border: none;
  border-radius: 6px;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.boletin-editar-button {
  background-color: #CA6F1E; /* Mostaza */
  border-radius: 6px;
  border: none;
  color: white;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;

}

.boletin-elimcomen-button {
  background-color: #f44336; /* Dark Red */
  border-radius: 6px;
  border: none;
  color: white;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;

}

.boletin-button {
  position: relative;
  display: block;
  width: 180px;
  height: 36px;
  border-radius: 18px;
  background-color: #1c89ff;
  border: solid 1px transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  transition: all .1s ease-in-out;
  &:hover {
    background-color: transparent;
    border-color: #fff;
    transition: all .1s ease-in-out;
  }

}

.boletin_descargar-button {
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
  transition: all .1s ease-in-out;
  &:hover {
    background-color: transparent;
    border-color: #fff;
    transition: all .1s ease-in-out;
  }

}

@media (max-width:768px){
    .boletin-table thead{
        display: none;
    }
    .boletin-table,.boletin-table tbody,.boletin-table tr,.boletin-table td{
        display:block;
        width: 100%;
    }
    .boletin-table tr{
        margin-bottom: 15px;
    }
    .boletin-table tbody tr td{
        text-align: left;
        padding-left: 25%;
        position: relative;
    }
     .boletin-table td:before{
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }
}

/*
* =====================
* Fin de Tabla responsive del boletin
* =====================
*/

/*
* =====================
* Tabla responsive de Administrar destinatarios
* =====================
*/

.destinatarios-table-container{
    padding: 0 2%;
    margin: 40px auto 0;
}

.destinatarios-table{
    width: 100%;
    border-collapse: collapse;
}


.destinatarios-table thead:nth-child(odd){background-color: #f2f2f2;
}

.destinatarios-table tr:nth-child(even){background-color: #f2f2f2;
}

.destinatarios-table tr th{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.35px;
    color: black;
    opacity: 1;
    padding: 12px;
    vertical-align: top;
    border: 1px solid #ffffff;
}

.destinatarios-table tbody td{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.35px;
    color: #2E3E50;
    background-color: #ffffff;
    padding: 6px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #0a72b3;
}

.destinatarios-table .text_open{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.35px;
    color: #FF1046;
}

.destinatarios-table .tbody tr td .btn{
    width: 130px;
    text-decoration: none;
    line-height: 25px;
    display: inline-block;
    background-color: #FF1046;
    font-weight: medium;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    opacity: 1;
}

@media (max-width:768px){
    .destinatarios-table thead{
        display: none;
    }
    .destinatarios-table,.destinatarios-table tbody,.destinatarios-table tr,.destinatarios-table td{
        display:block;
        width: 100%;
    }
    .destinatarios-table tr{
        margin-bottom: 15px;
    }
    .destinatarios-table tbody tr td{
        text-align: center;
        padding-left: 50%;
        position: relative;
    }
     .destinatarios-table td:before{
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }
}

/*
* =====================
* Fin de Tabla responsive de actualizar destinatarios
* =====================
*/

/*
* =====================
* css para personalizar el email
* =====================
*/


/*
* =====================
* Fin de css para personalizar email
* =====================
*/

#minsmallstrong {
  font-size: 8px;
  font-weight: bold;
}

.categorias-body {
    padding: 15px 60px;
    position: relative;
    margin: auto;
}

#h3clasenorma {
    font-size: 18px;
    color:#4CAF50;
}

.barra {
  background-color: #48CF58;
  color: #ffffff;
  padding: 15px;
}

/*
* =====================
* FUENTES
* =====================
*/

.text-mid {
  font-size: 1.20em;
  font-weight: 300;
  line-height: 1.8em;
  color: #111;
}

/*
* =====================
* FORMAS
* =====================
*/

