@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin:0;
    padding: 0;
}
body{
	font-family: 'Lato', sans-serif;
}
/*basicos*/
.header {
    background-color: #00558F;
}
.top-header-row {
    border-bottom: none;
    background: #00558F;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}
.top-header-row .item-inner-top-header a {
    color: #000;
    padding: 7px 12px;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: #888888;
    color: #fff;
}
.main-nav-row {
    background-color: #F15B4E;
}
.main-nav-row .item-inner-main-nav a {
    border-right: solid 4px #fc0;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    color: #00558F;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
}
.main-nav-row .item-inner-main-nav a {
    color: #FFF;
    padding: 9px 9px;
    border-right: solid 1px #fff;
    border-radius: 0;
    background-color: transparent;
    font-size: 17px;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 !important;
}
.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/bg-logo.png') no-repeat center;
}
/*diseno*/
.ima{
    width: 70%;
    margin: auto;
    border-radius: 100px;
    border: 10px solid #a0cfeb;
}
.btn-tadeo{
    background: #ffa300;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: bolder;
}
.btn-tadeo-e{
    background: #00558F;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: bolder;
    margin-top: 20px;
    width: 100%;
}
.btn-tadeo-e:hover {
    color: #F15B4E;
    text-decoration: none;
}
/*Textos*/
.h1 {
    color: #00558F;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding: 10px 0px;
}
.texto {
    color: #000;
    font-size: 16px;
    text-align: justify;
}
.url a {
    color: #00558F;
    font-weight: bold;
}
.txt{
    color: #00558F;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
}
/* ICONS TOP */
.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-header-row .item-inner-top-header a {
    width: 35px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #a0cfeb;
    text-decoration: underline;
    border-radius: 0;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f082";
}
.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "\f167";
}
.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f16d";
}

.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}
.full {
    padding-right: 0px;
    padding-left: 0px;
}
/*/media*/

@media (max-width: 740px){
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff;
}
	.mainnav-toggle-search-row {
    background-color: #FFF;
    margin: 0;
}
	.main-nav-row .item-inner-main-nav a {
    color: #fff;
    padding: 9px 17px;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
}
	.navbar-nav > li {
    float: none;
    display: block;
    padding: 0 !important;
}
	.h1 {
    color: #00558F;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding: 10px 0px;
}
	.texto {
    color: #949393;
    font-size: 14px;
    text-align: justify;
}
}
@media (max-width: 767px){
    .eesites-fixed-buttons.affix-bottom {
        position: inherit !important;
    }
    .eesites-fixed-buttons {
        position: inherit !important;
        background-color: transparent;
    }
}
.ee-info a{
	color: #fff;
}
.ee-myresume {
  color: #fff;
}
.js-status-hvmov {
  color: #fff;
}
.log-off {
 
  color: #fff;
}