@charset "UTF-8";
/* CSS Document */

* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

article, aside, figure, footer, header, menu, nav, section{ 
	display: block;
    font-family: 'Avenir', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #1A4F8D;
}

strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/* HEADER */
.container-fluid {
    /*overflow: hidden;*/
    margin: 0 auto;
    max-width: 1200px;
}

.sombra-container {
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px solid transparent;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    border-top-color: #004d87;
    border-top-width: 10px;
}

.navbar-header {
    height: 130px;
    background-color: #fff;
}

.navbar-right {
    position: relative;
    top: 40px;
    height: 50px;
}

.navbar-toggle {
    position: relative;
    top: 40px;
}

.nav>li {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(222,222,222,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=0 );
    position: relative;
    border-radius: 0;
    box-shadow: 0px 2px 3px 0px rgba(162,158,158,0.6);

    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    transition: color 0.4s ease 0s;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #777;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    color: #fff;
    background: rgba(0,7,87,1);
    background: -moz-linear-gradient(top, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,7,87,1)), color-stop(100%, rgba(0,87,153,1)));
    background: -webkit-linear-gradient(top, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    background: -o-linear-gradient(top, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    background: linear-gradient(to bottom, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000757', endColorstr='#005799', GradientType=0 );
}

.dropdown-menu>li>a {
    color: #777;
    text-align: center;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background: rgba(0,87,153,1);
    background: -moz-linear-gradient(top, rgba(0,87,153,1) 0%, rgba(0,7,87,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,87,153,1)), color-stop(100%, rgba(0,7,87,1)));
    background: -webkit-linear-gradient(top, rgba(0,87,153,1) 0%, rgba(0,7,87,1) 100%);
    background: -o-linear-gradient(top, rgba(0,87,153,1) 0%, rgba(0,7,87,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,87,153,1) 0%, rgba(0,7,87,1) 100%);
    background: linear-gradient(to bottom, rgba(0,87,153,1) 0%, rgba(0,7,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005799', endColorstr='#000757', GradientType=0 );
    transition: color 0.4s ease 0s;
}

.comp_objt {

}

body#index nav li:nth-child(1) a,
body#como-trabajamos nav li:nth-child(2) a,
body#buscas-empleo nav li:nth-child(3) a,
body#cobertura nav li:nth-child(4) a {
    color: #fff;
    background: rgba(0,7,87,1);
    background: -moz-linear-gradient(top, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,7,87,1)), color-stop(100%, rgba(0,87,153,1)));
    background: -webkit-linear-gradient(top, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    background: -o-linear-gradient(top, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    background: linear-gradient(to bottom, rgba(0,7,87,1) 0%, rgba(0,87,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000757', endColorstr='#005799', GradientType=0 );
}

@media (min-width: 768px) {
    .navbar { border-radius: 0;}
}

@media (max-width: 1010px) {
    .navbar-right {
        top: 0;
        height: auto;}
    .navbar-collapse.in {
    overflow-y: visible;
}
}


/* CAROUSEL */
.carousel-control {
    margin-left: 15px;
    margin-right: 15px;
}


/* MEMU EMPLEO */
.menu_log{
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-end;
}

.side_empleo{
    background-color: #004d87;
    padding: 0;
}

.login_ee {
    color: #FFFFFF;
    margin: 1% 0% 1% 0%;
}

.login_ee h4 {
    color: #FFFFFF;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 870px) { 
    .login_ee h4 {
    font-size: 16px;}
}

.form-control {
     font-size: 12px;
}

.login_ee .form-control {
    margin: 1% 0.5%;
    background-color: #FFFFFF;
    width: auto;
}

input[type=submit].btn-block {
    width: 20%;
    margin: 0 1%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-ee {
    background-color: #1A4F8D;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    width: 100%;
}

.btn-ee:hover {
    color: #FFFFFF;
    opacity: .8;
}

.olvide, .olvide:hover {
    margin: 12px 0;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 992px){
    .login_ee .form-control {
        width: 100%;}

    input[type=submit].btn-block {
        width: 100%; }
}
.logo_ee {
    width: 60%;
    margin:8px auto;

}

.legal-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}

@media (min-width: 1200px){
    .col-lg-10 {
    width: 78.33333333%;}
    .col-lg-2 {
    width: 21.666667%;}
    .col-lg-5 {
    width: 31.666667%;}
    /* .ima_01 {
    background-size: 100%;}*/
    
    .logo_ee {
    width: 45%;
    margin:4px auto;}
}


@media (max-width: 527px){
    .side_empleo{
    margin-right: 0;}
}

@media (max-width: 767px){
    .navbar {
        background-color: #004d87;
        display: block;
    }
    .login_ee {
    margin-top: 15px;
    margin-bottom: 5px;}
    .logo_ee {
    width: 30%;
    margin:4px auto;}
    .menu_log > div .col-xs-12 {
    width: 100%;}
}

@media (min-width: 994px) {
    .login_ee .form-control {
    margin: 4.5% 0.5%;}
    input[type=submit].btn-block {
    margin: 4.3% 1%;} 
    .olvide, .olvide:hover {
    margin: 6% 0;}  
}

/* CONTENIDO */
.titu_prin, .titulos2, .titu_sec, .titu-h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;   
    font-size: 24px;
    color: #004d87;
    padding: 0;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
}

.titulos2 {
    font-size: 18px;
    line-height: 25px;
    color: #676767;
}

.titu-h4 {
    
}

.titu_sec-1, .titu_sec-2, .titu_sec-3 {
    color: #fff;
    background-color: #00d3f2;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.titu_sec-2 {
    background-color: #ff1d2e;
}

.titu_sec-3 {
    background-color: #b8d100;
}

.parrafos, .parrafo, .terminosycondiciones ul, .terminosycondiciones p, .parrafo-sec, .parrafo-sec2, .parrafo-log {
    color: #676767;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    text-align: justify;
}

.terminosycondiciones ul {
    padding-left: 40px;
}

.parrafo-sec {
    text-align: left;
}

.parrafo-sec2 {
    text-align: right;
}

.parrafo-log {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.ima-sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ima-02, .ima-04 {
    background-image: url(../img/ima-04.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 570px;
    max-height: 570px;

    background-position: center;
    transform: scale(1);
}

.ima-02 {
    background-image: url(../img/ima-02.jpg);}

@media (max-width: 400px) {
    .ima-02 {
    height: 200px;
    max-height: 570px;}
    .ima-04 {
    height: 200px;
    max-height: 570px;}
}

@media (min-width: 400px) {
    .ima-02 {
    height: 330px;
    max-height: 570px;}
    .ima-04 {
    height: 350px;
    max-height: 570px;}
}

@media (min-width: 500px) {
    .ima-02 {
    height: 450px;
    max-height: 570px;}
    .ima-04 {
    height: 570px;
    max-height: 570px;}
}

@media (min-width: 700px) {
    .ima-02 {
    height: 570px;
    max-height: 570px;}
    .ima-04 {
    height: 750px;
    max-height: 750px;}
}

@media (min-width: 900px) {
    .ima-02 {
    height: 700px;
    max-height: 700px;}
}

@media (min-width: 992px) {
    .ima-02 {
    height: 350px;
    max-height: 350px;}
}

@media (min-width: 1010px) {
    .ima-02 {
    height: 400px;
    max-height: 400px;}
}
.forma_link {
    background-color: #e43424;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.link_ext {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 27px;
    font-weight: 300;
}

.forma_link>a:focus, .forma_link>a:hover {
    color: #fff;
    text-decoration: none;
}


/* FORM */

#contact-form input[type="text"], .comment-form input[type="text"], #contact-form input[type="password"], .comment-form input[type="password"], #contact-form textarea, .comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

#contact-form textarea, .comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"], .comment-form input[type="submit"] {
    width: 49%;
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #004d87;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

#contact-form input[type="reset"], .comment-form input[type="reset"] {
    width: 49%;
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #004d87;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}



/* FOOTER */
.footer_se { 
    background: #004d87;  /* Fondo de las pestañas al presionar */
    width: 100%;
    position: relative;
    z-index: 110;
    margin-top: 130px;

    border-top: 11px;
    border-top-color: #ec1b30;
    border-style: outset;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.parrafos-03, .parrafos-03a, .parrafos-03b {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin: 20px;
    text-align: center;
}

.parrafos-03a {
    text-align: right;
}

@media (max-width: 425px) {
    .parrafos-03a {
    text-align: center;}
}

.box-01 {
    box-sizing: border-box;
    text-align: center;
 }

.box-03 {
    box-sizing: border-box;
    text-align: center;
    list-style-type: none;
}

.box-01 img {
    width: 170px;
    height: auto;
}

.espacio_ {
    margin: 0 1%;
}


/*  OFERTAS */

#tabla1, #tabla2 {
    border: 1px solid #666666;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    width: 520px;
}
#tabla1 {
    background-color: #004d87;
    height:18px;
}
#tabla2 {
    background-color: #666666;
}
.titulos_r {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_1 {
    border-bottom: 1px dotted #666666;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
#clear {
    clear: both;
    margin: 3px 0;
}
.textos_g {
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color: #333333;
    text-align: left;
}
#left {
    float: left;
    margin: 0 5px 0 0;
}
.caja_left {
    width: 200px;
}
.textos_g {
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color: #333333;
    text-align: left;
}
.combo {
    width: 180px;
}
#divisor_tab {
    clear: both;
    height: 10px;
}
.titulos_r {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_2 {
    border-bottom: 1px dotted #333333;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
.textos_t {
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color: #333333;
    font-size: 12px;
    text-align: left;
}
.textos_t a:link {
    color: #333333;
}
.textos_t a:visited {
    color: #333333;
}
.textos_t a:hover {
    color: #333333;
    font-weight: bold;
}
.textos_t a:active {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.caja_left {
    width: 200px;
}
#caja_single {
    border-bottom: 1px dotted #999999;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    width: 490px;
}
#caja_ico {
    float: left;
    height: 0;
    margin: 0;
    width: 0;
}
.textos_o {
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color: #707174;
    font-size: 12px;
    text-align: left;
}
.textos_o a:link {
    color: #707174;
    font-weight: bold;
}
.textos_o a:visited {
    color: #707174;
    font-weight: normal;
}
.textos_o a:hover {
    color: #004d87;
}
.textos_o a:active {
    color: #707174;
}
.titulos_r {
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#right {
    float: right;
}
.textos_g_14 {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.detalle_text {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
}
.detalle_titulo {
    color: #004d87;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: right;
}
element.style  {
    color: #FFFFFF;
    
    font-size: 12px;
    text-align: justify;
}

.textos_g_14 {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.enviar {
    font-family: 'Roboto', sans-serif;
    color: #707174;
    font-size: 14px;
    text-align: center;
    padding-top:15px;
    padding-bottom:8px;
    font-weight: bold;
}
.fnd_detalle {
    background-image: url(../img/fnd_n.jpg);
    background-repeat: repeat-x;
    background-color:#FFF;
    padding: 10px;
}


.titulo_tabla{
    background-color: #004d87;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}
.texto_tablalink{
    color: #004d87;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.texto_tablalink a{
    color: #004d87;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.texto_tablalink a:hover{
    color: #999999;
    text-decoration: underline;
}
.texto_tabla{
    font-family: 'Roboto', sans-serif;
    color: #666666;
    text-align:justify;
    padding-top:3px;
    padding-bottom:3px;
    font-weight: normal;
    font-size: 12px;
}
.tabla_gris{
    background-color: #666666;
}



