.t4-header {
border-bottom-style: solid;
border-bottom-width: 5px;
border-bottom-color: #FFC83E;
}

.site-name {
    font-size: 1.2em;
    color: #ffffff !important;
    font-weight: normal;
 font-family: 'Lato', sans-serif;
  overflow-wrap: break-word;
}



.t4-megamenu .dropdown-menu li .dropdown-item
 {
  background-color: #ffffff;
  color: #007BC0 !important;
}


.t4-megamenu .dropdown-menu li .dropdown-item:hover,
.t4-megamenu .dropdown-menu li .dropdown-item:focus,
.t4-megamenu .dropdown-menu li .dropdown-item:active
{
  background-color: #E0E0E0;
  color: var(--mainnav-link-hover-color);
}

.navbar .navbar-toggler i {
    color: white;
}

.uned {
    padding: 8px;
}

.inisit {
    padding-top: 0.5rem;
}


.pagination>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ffffff;
    background-color: #8C8C8C;
    border: 1px solid #DDDDDD;
    margin-left: -1px;
}


.navbar {
    padding: 0.3rem 0.3rem;
}

.dropdown-menu {
    min-width: 12rem;
    padding: 0.3rem 1rem;
    margin: 0.3rem 0 0;
    border: 2px solid #ddd;
    border-radius: 0.25rem;
}




.header-p {
    margin-bottom: 0;
}

.header-p-right {
    text-align: right;
}

.navbar-brand {
    font-size: 1.7rem;
    font-family: 'Raleway', sans-serif;
}


/*responsive*/
@media (min-width: 992px) {
    .t4-megamenu .dropdown-menu {
        background: #00519e;
        -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
        box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    }

}


@media (max-width: 360px) {
    .navbar-brand {
        white-space: normal;
    }

    .navbar .navbar-toggler i {
        color: white;
    }

    .hide-uned {
        display: none;
    }
}


/*-------footer---------------*/
#t4-footer.t4-section.t4-footer {
    background-color: #CCCCCC;
}

#footer-inner, #footer {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1340px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #CCCCCC;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}




/*------------------ tablas --------------*/
#box-hor-table td {
    padding: 8px;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
    color: #669;
    border-top: 1px solid transparent;
    border-right: 1px solid #fff;
}

.t4-footnav  .container {
  background-color: #1A61AB; 
    padding-top: 2rem;
    padding-bottom: 2rem;
  color: #f8f9fa;
}
.t4-palette-footer {
    background-color: #1A61AB; 
    color: #f8f9fa;
}
.t4-footnav a {
  color: #f8f9fa;
}

.navbar-brand {
    overflow-wrap: normal;
	word-wrap:break-word;
white-space:normal;
}

.t4-header{
    overflow-wrap: normal;
	word-wrap:break-word;
white-space:normal;
}

p.readmore .btn, p.readmore .blog-list .item-readmore a, .blog-list .item-readmore p.readmore a {
    background-color: #1A61AB;
}


.t4-palette-blue {
    background-color: #00519E;

}





.t4-megamenu .dropdown-menu {
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
}

.navbar-toggler i {
    color: #fff;
}





/* MOBILE */

@media (min-width:992px) {
    .t4-megamenu .dropdown-menu {
       
        -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
        box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    }
}


/*md small*/
@media (max-width: 575.98px) { .cintillo-tx {display: none;}
  .hide-uned {display:none;} }

  /* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { .hide-uned {display:none;} }

@media (max-width:360px) {
    .navbar-brand {white-space: normal}
    .navbar .navbar-toggler i {color: #fff}
    .hide-uned {display: none}
}

@media (max-width: 991.98px){
.t4-offcanvas-toggle {text-align: right;padding: 16px 0px;} /* ajustes menu 24-09-24 GQQ*/
.t4-offcanvas-toggle i {font-size: 28px;} /* ajustes menu 24-09-24 GQQ*/
}

.fields-container {
    list-style-type: none;
    padding: 8px;
    font-size: 14px;
    font-family: open sans;
    color: #919393;
}