@font-face{font-family:"Gotham Black";src:url(fonts/GothamBlack.eot);src:url(fonts/GothamBlack.eot?#iefix) format('embedded-opentype'),url(fonts/GothamBlack.otf) format('opentype'),url(fonts/GothamBlack.woff) format('woff'),url(fonts/GothamBlack.woff2) format('woff2'),url(fonts/GothamBlack.ttf) format('truetype'),url(fonts/GothamBlack.svg) format('svg')}
@font-face{font-family:"Gotham Bold";src:url(fonts/GothamBold.eot);src:url(fonts/GothamBold.eot?#iefix) format('embedded-opentype'),url(fonts/GothamBold.otf) format('opentype'),url(fonts/GothamBold.woff) format('woff'),url(fonts/GothamBold.woff2) format('woff2'),url(fonts/GothamBold.ttf) format('truetype'),url(fonts/GothamBold.svg) format('svg')}
@font-face{font-family:"Gotham Book";src:url(fonts/GothamBook.eot);src:url(fonts/GothamBook.eot?#iefix) format('embedded-opentype'),url(fonts/GothamBook.otf) format('opentype'),url(fonts/GothamBook.woff) format('woff'),url(fonts/GothamBook.woff2) format('woff2'),url(fonts/GothamBook.ttf) format('truetype'),url(fonts/GothamBook.svg) format('svg')}
@font-face{font-family:"Gotham Light";src:url(fonts/GothamLight.eot);src:url(fonts/GothamLight.eot?#iefix) format('embedded-opentype'),url(fonts/GothamLight.otf) format('opentype'),url(fonts/GothamLight.woff) format('woff'),url(fonts/GothamLight.woff2) format('woff2'),url(fonts/GothamLight.ttf) format('truetype'),url(fonts/GothamLight.svg) format('svg')}

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-nav-row .item-inner-main-nav a{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: "Gotham Book";
    border-right: none;
}
.main-nav-row .item-inner-main-nav a:hover{
    color: #004c90;
    background-color: #FFF;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: #FFF;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.main-nav-row .navbar-header .icon-bar {
    background-color: #004c90;
}
.main-nav-row .ee-navbar-toggle-search {
    color: #004c90;
}
.a1-caption{
    position: absolute;
    margin: 200px 0;
}
.a1-caption h1 {
    text-transform: uppercase;
    text-align: left;
    text-shadow: none;
    font-family: "Gotham Black";
    font-size: 60px;
    color: #fff;
    max-width: 100%;
}
.a1-caption h1 span {
    background: #004c97;
    display: inline-block;
    padding: 3px 15px;
}
.intro {
    background-image: url('../images/fondo-barra-diagonal.svg');
    background-color: #78be20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 0 0 50px;
    position: relative;
}
.intro p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 50px;
    color: #FFF;
    font-family: "Gotham Book";
}
.intro p:first-of-type {
    margin-top: 100px;
}
.fondo-marcas{
    background-image: url('../images/fondo-marcas.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}
.buscamos{
    background-color: #00a2d9;
    background-image: url('../images/fondo-buscamos.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    justify-content: center;
    padding: 40px;
    font-family: "Gotham Book";
    color: #FFF;
    font-size: 16px;
    line-height: 32px;;
}
.mt100{
    margin-top: 100px;
}
.split{
    margin-top: 30px;
}
.proceso {
    background-image:url('../images/fondo-yellow-rings.svg');
    background-color: #ffcc3d;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 104% 0;
    margin-top: 100px;
    padding: 0 0 50px;
    position: relative;
}
.aspirante{
    background-image: url('../images/aspirante.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}
.proceso p{
    color: #333;
    font-family: "Gotham Book";
    font-size: 16px;
    line-height: 32px;
}
.proceso p:first-of-type {
    margin-top: 100px;
}
@media only screen and (max-width: 768px) {
    .a1-caption {
        position: absolute;
        margin: 50px 0;
    }
    .a1-caption h1{
        font-size: 20px;
    }
    .intro {
        background-position: left;
        background-size: auto;
    }
    .buscamos{
        background-size: cover;
    }
    .proceso{
        background-size: cover;
        background-position: initial;
    }
}


.breadcrumb>.active {
    color: #1b1b1b;
}
.breadcrumb>.active {
    color: #777;
}
.breadcrumb>li {
    font-size: 12px;
    font-weight: 700;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:transparent;
    border-radius: 4px;
}
.breadcrumb>li+li:before {
    color: #666;
    content: '\00BB';
    padding-right: 13px;
    padding-left: 11px;
}
.breadcrumb>li+li:before {
    color: #666;
    content: '\00BB';
    padding-right: 13px;
    padding-left: 11px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb>li>a {
    color: #666;
}
.breadcrumb>.active {
    color: #1b1b1b;
}
.result-item .result-info .item-title.ee-mod .text-ellipsis {
    display: block;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
	text-transform: none;
}
.form-contact-row .h2 {
    color: #004c90!important;
    text-transform: none;
    font-weight: 600!important;
    font-family: "Gotham Black"!important;
}
.form-contact-row {
    font-family: "Gotham Book";
    line-height: 24px;
}
.top-header-row {
    background-color: #0066ab;
}

.main-nav-row {
    background-color: #FFF;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	background-color:#0065AB;
	color:#ffffff;
}
.active.btn2.btn-primary2 {
    background-color: #fff;
    color: #0066ab;
}
.active.btn2.btn-primary3 {
    background-color: #fff;
    color: #0066ab;
}
.active.btn2.btn-primary4 {
    background-color: #fff;
    color: #0066ab;
}
.active.btn2.btn-primary5 {
    background-color: #fff;
    color: #0066ab;
}
.active.btn2.btn-primary6 {
    background-color: #fff;
    color: #0066ab;
}
.btn-primary3{
color: #fff;
    background-color:#AD420E;
    border-color: transparent;
    text-decoration:none;
	vertical-align: middle;
	width: 100%;
	padding-top: 13px;
}
.btn-primary4{
color: #fff;
    background-color:rgba(161,188,49,1.00);
    border-color: transparent;
    text-decoration:none;
	vertical-align: middle;
	width: 100%;
	padding-top: 13px;
}
.btn-primary5{
color: #fff;
    background-color:#BF0412;
    border-color: transparent;
    text-decoration:none;
	vertical-align: middle;
	width: 100%;
	padding-top: 13px;
}
.btn-primary6{
color: #fff;
    background-color:#6D5796;
    border-color: transparent;
    text-decoration:none;
	vertical-align: middle;
	width: 100%;
	padding-top: 13px;
}

.header{
	background-color: #FFF;
}

.footer{
	background-color:#C9C9C9;
}

