@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:600,700|Open+Sans:400,600');

body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    background-color: #fcfcfc;
}

.h1, h1 {
    font-size: 36px;
    font-size: 26.6px;
    font-family: 'Montserrat-bold' ,'Montserrat', sans-serif;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
}

/* HEADER */
.media-middle a.alert-link:visited, .media-middle a:visited {
    color: #706f6f;
}

.header {
    background-color: #e7e7e7;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.breadcrumb-tpl1 {
    margin-top: 215px;
}

@media screen and (min-width: 992px) {
    .header-site {
        background-color: #fff;
        position: fixed;
        z-index: 1000;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .margen-top, .form-contact-row {
        margin-top: 240px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        position: static;
    }
    .margen-top, .form-contact-row {
        margin-top: 15px;
    }
}

.social-media-text-top-header {
    display: none;
}

.col-links-inner-top-header {
    border-right: 0px solid #fff;
}

.top-header-row {
    background-color: transparent;
        border-bottom: 1px solid #ccc;
}

.top-header-row .item-inner-top-header a {
    color: #333435;
    background: #fff;
}

.main-nav-row, .main-nav-row .item-inner-main-nav .dropdown-menu {
    background: #e7e7e7;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li {
    border-bottom-width: 0px;
    list-style-image: none;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
    color: #028ac5;
    background-color: transparent;
}

.main-nav-row .item-inner-main-nav {
    padding: 0;
}

.main-nav-row .item-inner-main-nav a {
    font-size: 11px;
    
    color: #777;
    font-weight: 600;
    border-right: 0;
    text-transform: uppercase;
    padding: 0 18px;
}

.main-nav-row .item-inner-main-nav:hover,
.main-nav-row .item-inner-main-nav a:hover {
    color: #000;
    background: #e7e7e7;
    border-radius: 0;
    transition: all 1000ms ease 0s;
}

.navbar-nav>li>a {
    line-height: 55px;
}

.nav>li>a {
    color: #777;
}

.main-nav-row .navbar-header .icon-bar {
    background-color: #009fe3;
    background-origin: border-box;
}

.main-nav-row .ee-navbar-toggle-search {
    color: #009fe3;
}

@media screen and (max-width: 767px) {
    .main-nav-row {
        background: #fff;

    }
    .main-nav-row .navbar-brand.ee-mod .brand-img {
        height: 45px;
    }
    .main-nav-row .navbar-collapse {
        color: #fff;
        background: #e7e7e7;
    }
}


@media (min-width: 768px) {
    .container-item {
        height: 430px !important;
    }
}


/* CONTENIDO */
.espacio-prin{
    margin-top: 30px;
}

.titu-01, .titu-02 {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #323232;
    font-size: 27px;
    padding-left: 0;
    text-align: left;
    margin-top: 0;
    padding-top: 30px;
}

.titu-02, .termcond-subtitle, .ee-termcond-container h2 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #636363;
    margin-bottom: 15px;
}

.ee-termcond-container h2 {
    padding-top: 35px;
    text-align: left;
    line-height: 29px;
}


.termcond-subtitle {
    margin-bottom: 10px;
}

.parrafo, .parrafo-02, .ee-termcond-container p {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    text-align: left;
    list-style: none;
}

.parrafo-02 {
    list-style-type: none;
    list-style-image: url(../images/bulet.png);
}

.top-header-row .item-inner-top-header a:hover {
    background: #009fe3;
    color: #fff;
    border-radius: 0;
}

.ancho_btn_serv {
    width: 110px;
    height: 110px;
    border-right: thin solid #B5B5B5;
    display: inline-block;
}

.blue_divider{
height:6px;
background-color:#706f6f;
width:69px;
margin-bottom:40px;
}

.ima-espa {
    margin-top: 20px;
    margin-bottom: 10px;
}

.espa-esp {
    margin-top: 220px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .espa-esp {
        margin-top: 200px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .espa-esp {
        margin-top: 0;
    }
}

@media screen and (max-width: 499px) {
    .espa-esp {
        margin-top: 0;
    }
}


@media (min-width: 768px) {
    .footer .footer-company-section {
        overflow: hidden;
        height: 220px;
    }
}

/* CAROUSEL */



/* BOTONES */
.form-contact-row .btn-primary,
.js-segmentation-btn,
.js-apply-offer-btn,
.eesites-offer-application .btn-return,
.js-quickview-apply,
.js-log-in,
.input-group-btn .btn-default {
    color: #fff;
    border-radius: 20px;
    background-color: #ce161d;
}

.js-segmentation-btn:hover,
.js-view-offer,
.js-quickview-apply:hover,
.btn-default:hover {
    background: #706f6f;
    background-color: #706f6f;
    border: solid 1px #706f6f;
    color: #fff;
    transition: all 1000ms ease 0s;
}

.form-contact-row .btn-primary:hover,
.form-contact-row .btn-primary:active:hover,
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #706f6f;
    transition: all 1000ms ease 0s;
}

.header .ee-login-wrapper {
    padding-top: 19px;
}

#btnPositions, #btnProfessions, #btnSectors,
.result-offer-row-container .result-item .text-ellipsis,
.text-primary,
.ee-quickview .offer-title.ee-mod a,
.offer-name a,
.term-conditions-link,
.breadcrumb {
    color: #706f6f;
}

.input-group.search-box-container {
    padding: 19px 0;
}

.matriz-btn {
    background-color: #028ac5;
    color: white;
    margin: auto;
    width: 340px;
    display: block;
    margin-top: 20px;
}


/* FOOTER */
.footer {
    color: #fff;
    background-color: #d20a11;
}

.footer .footer-company-section {
    background-color: #706f6f;
}

.footer-text-line strong {
    font-weight: 400;
}
.privacy-advercity-row .term-conditions-link {
    color: #fff;
}

.privacy-advercity-row .footer-text-line {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
}

.text-muted {
    color: #fff;
}

.ee-logotype-powered-by {
    filter: invert(100%) grayscale(100%);
}



footer .privacy-advercity-row .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


@media (min-width: 768px) {
    .footer {
        background-color: #706f6f;
    }
}
.parrafo-tivit{
	color: #545454;
	font-size: 14px;
	text-align: justify;
	
	margin-bottom: 30px;
	
}
.title{
	    background: #d20a11;
	margin-top: 30px;
    margin-bottom: 30px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	
	
}
.vision-mision{
	color: #fff;
	background: #d20a11;
	height: 230px;
    padding: 30px;
    margin-top: 50px;
}
.parrafo-v-m{
	color: #fff;
	text-align: justify;
	
	font: 14px;
}
.md-text-title-separator {
    margin-bottom: 10px;
    width: 110px;
    border-top: 2px solid #fff;
    margin-left: 0;
    margin-right: auto;
}
.footer-tivit{
	background: #121212;
	color: #fff;
	margin-top: 70px;
    padding: 40px;
}
.margen-carousel{
	margin-top: 220px;
}
@media only screen and (max-width: 768px){
.margen-carousel {
    margin-top: 0px !important;
}
	}
	@media (min-width: 768px) {
    .margen-carousel {
     margin-top: 220px !important;
    }
}
.enlaces-footer{
	 color: #fff;
	font-size: 14px;
}
.v-m-line{
	    border-bottom: 1px solid #fff;
    width: 30px;
	margin-bottom: 15px;
}