@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif;
	}
h3 {
	margin: 20px 0 20px 10px;
	color: #E4002B;
	font-weight: bold;
	font-size: 1.8em;
	float: left;
	}
.btn-cerrar {
    background: #fff;
    width: 15%;
    margin: 0 auto;
    padding: 10px;
	border: solid 1px transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
	color: #E4002B;
	text-decoration: none;
}
.btn-cerrar:hover {
	color: #fff;
	background: #E4002B;
	border: solid 1px #fff;
	text-decoration: none;
}
.text10 {
    font-size: 2.5em;
    font-weight: bold;
    color: #E4002B;
}
.text7 {
    font-size: 1.5em;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pre-head {
	background: #E4002B;
	padding: 6px 10px 8px;
	color: #fff;
	}
.logo {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5%;
	}
/* Form Login*/
.login label {
	margin-top: 7px;
	font-weight: 300;
	}
.login input {
	height: 30px;
	color: #fff;
	background: #E4002B;
	border: 2px solid #fff;
	}
.bd-r {
	border-right: 1px solid #fff;
	}
.new-pass {
	margin-top: 2px;
	line-height: 14px;
	}
.new-pass a {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	}
.btn-primario {
	background-color: #fff ;
	color: #E4002B;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 20px 0px;
	border: solid 2px #ffffff;
	}
.btn-primario:hover {
background-color: #E4002B;
    border: solid 2px #ffffff;
	color: #fff;
}
.btn-contac {
	color: #ffffff;
    background-color: #E4002B;
    border: solid 2px #ffffff;
    font-size: 16px;
    margin: 2px 20px 0px;
    padding: 10px;
}
.btn-contac:hover {
	color: #E4002B;
    background-color: #fff;
    border: solid 2px #E4002B;
}
.listas-h-asic li {
	display: inline-block;
	list-style: none;
	}
.social {
	margin-top: 15px;
	padding-left: 6%;
	}
/* Nav */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.dropdown-toggle:focus, .dropdown-toggle:hover {
    border-bottom: 2px solid #E4002B !important;
}

.navbar-nav>li:nth-child(1n+2) {
   margin-top: 10px;
  }
.navbar-nav>li:nth-child(1n+2) a {
	padding-bottom: 21px;
	}
.navbar-nav>li>a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 10px;
	text-decoration: none;
	font-family: Helvetica;
  }
.dropdown-menu {
	padding: 0;
	} 
.navbar-nav>li>a, .dropdown-menu>li>a {
	border-bottom: 2px solid #fff;
	padding: 15px 10px;
  }
.navbar-nav>li>a:focus, .dropdown-menu>li>a:focus {
	background: #E4002B;
	color: #fff;
	border: none;
	}
.nav>li>a:focus, .nav>li>a:hover {
  color: #E4002B;
  text-decoration: none;
	background-color: #fff;
	border-bottom: 2px solid #E4002B;
  }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    border-color: transparent;
}
.dropdown-menu {
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
  }
.dropdown-menu li a:hover {
 	background: #E4002B;
 }
.navbar {
	margin-bottom: 0;
	}
.navbar-toggle {
	float: left;
	margin-top: -45px;
	}
.navbar-toggle .icon-bar {
	background: #4C4C4C;
	width: 40px;
	height: 8px;
	border-radius: 2px;
	}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
	.btn-primario {
	width: 100%;
	margin: 0;
	}
	.navbar {
	 min-height: 0px; 
	 margin-bottom: 5px; 
   }
}
.breadcrumb {
	background-color: #fff;
	margin-bottom: 5px;
  }
.breadcrumb li a {
	color: #4d4d4d;
	font-weight: bold;
  }
.breadcrumb>.active {
	color: #E4002B;
	font-weight: 600;
	}
.contenido {
	padding: 30px 100px 50px;
	min-height: 600px;
	}

@media (max-width: 1200px) {
	.bd-r {
	  border-right: none;
	 }
	 .login {
		 margin-top: 10px;
		 }
	.btn-primario {
		 margin: 2px 0px 0px; 
		}
	 }
@media (max-width: 992px) {
	.contenido {
		padding: 20px 20px !important;
		min-height: auto;
		}
	.new-pass {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		}
	.new-pass a {
		font-size: 14px;
		}
		.social {
			text-align: right;
		}
}
/*Conocenos*/
.conocenos-1 h2, .conocenos-1 p {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	}
.conocenos-1 h2 {
	position: absolute;
	top: -36px;
  left: -100px;
  }
.conocenos-1 p {
  position: absolute;
	top: -20px;
  left: 434px;
  }
	/* Vision*/
.vision-asic {
	background: url(../images/bg-vision.jpg) no-repeat;
	}
.vision-asic h2, .vision-asic p {
	color: #232323;
	font-size: 32px;
	}
.vision-asic p {
	font-size: 22px;
	font-weight: 300;
	text-align: justify;
}
.vision-asic span, .valores-asic span {
	color: #d70536;
}
.mision-1 p, .mision-2 p {
	font-size: 18px;
	font-weight: 300;
	text-shadow: none;
	}
/* Mision*/
.mision-1 h2 {
	position: absolute;
	top: -450px;
	left: -100px;
	color: #ffff00;
	text-shadow: none;
	}
.mision-1 p {
	position: absolute;
	top: -430px;
	right: -60px;
	text-align: left;
	text-shadow: none;
	}
.mision-2 h2 {
	position: absolute;
	top: -450px;
	left: -60px;
	color: #2fab65;
	text-shadow: none;
	}
.mision-2 p {
	position: absolute;
	top: -380px;
	left: -75px;
	color: #333;
	text-shadow: none;
	}
.vision-asic {
	background: url(../images/bg-vision.jpg) no-repeat;
}
@media (max-width: 768px) { 
	.mision-1 h2, .mision-2 h2 {
		top: -130px;
		left: -10px;
		}
	.mision-1 p, .mision-2 p {
		top: -60px;
		left: -10px;
		}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.navbar-toggle {
  margin-top: 15px;
  }
 .mision-1 h2 {
	top: -390px;
	}
.mision-1 p {
	top: -380px;
	}
.mision-2 h2 {
	top: -370px;
	}
.mision-2 p {
	top: -300px;
	}
}
/*Pilares*/
.pilares-asic {
	background: url(../images/bg-pilares.jpg) no-repeat;
	background-size: cover;
	}
.pilares-asic h2 {
	margin-right: 100px;
	color: #fff;
	text-align: right;
	}
.pilares-asic ul li {
	margin-left: 120px;
	margin-bottom: 30px;
	color: #fff;
	list-style: none;
	font-size: 22px;
	}
.pilares-asic ul li:nth-child(2) {
	margin-left: 200px;
	}
.pilares-asic ul li:nth-child(3) {
	margin-left: 300px;
	}
.pilares-asic ul li:nth-child(4) {
	margin-left: 400px;
	}
.pilares-asic ul li:nth-child(5) {
	margin-left: 520px;
	}
.pilares-asic ul li:nth-child(6) {
	margin-left: 630px;
  }
  @media (max-width: 992px) {
	  .pilares-asic {
		  background: #2FAD66;
	   }
	  .pilares-asic ul li, .pilares-asic ul li:nth-child(2), .pilares-asic ul li:nth-child(3),  .pilares-asic ul li:nth-child(4), .pilares-asic ul li:nth-child(5), .pilares-asic ul li:nth-child(6) {
		  margin-left: 0;
	  }
	  .pilares-asic h2 {
          text-align: center;
      }
  }
 /*Valores*/
 .valores-asic {
	 background: url(../images/bg-valores.jpg) no-repeat;
	 background-size: cover;
	 padding-right: 230px;
	 }
.valores-asic h2 {
	color: #232323;
	}
.valores-asic h4 {
	margin-top: 30px;
}
.valores-asic p {
	color: #333;
	font-size: 16px;
	}
@media (max-width: 992px) {
	.valores-asic {
	background: #3a89b4;
	}
}
/*trabajamos*/
.trabajamos-asic {
	background: url(../images/bg-trabajamos.jpg) no-repeat;
	}
.trabajamos-asic h2 {
	color: #ffff00;
	}
.trabajamos-asic h4 {
	margin-top: 22px;
	margin-bottom: 29px;
    color: #fff;
	}
/*Segmento*/
.postular {
	background: #f5f5f5;
	}
.postular-t {
	width: 85%;
	padding: 10px;
	font-size: 26px;
	font-weight: 100;
	color: #fff;
	}
.postular-p {
	min-height: 150px;
	margin-top: 3px;
	padding: 15px;
	color: #141412;
	font-size: 14px;
	font-weight: 400;
	}
.border-postular {
	-webkit-border-radius: 6px !important;
		-webkit-border-bottom-right-radius: 1px !important;
		-webkit-border-bottom-left-radius: 1px !important;
		-moz-border-radius: 6px !important;
		-moz-border-radius-bottomright: 1px !important;
		-moz-border-radius-bottomleft: 1px !important;
		border-radius: 6px !important;
		border-bottom-right-radius: 1px !important;
		border-bottom-left-radius: 1px !important;
	}
.btn-postular {
	background-color: #E4002B;
	width: 100%;
	-webkit-border-radius: 6px;
		-webkit-border-top-left-radius: 1px;
		-webkit-border-top-right-radius: 1px;
		-moz-border-radius: 6px;
		-moz-border-radius-topleft: 1px;
		-moz-border-radius-topright: 1px;
		border-radius: 6px;
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
	color: #FFF;
	font-size: 18px;
	}

@media (max-width: 935px) {
	.postular {
		min-height: auto;
		} 
	}
.bg-verde {
	background: #99BA3F;
	}
.bg-agua {
	background: #3fb7ba;
	}
.bg-amarillo {
	background: #f9b234;
	}
/*footer*/
footer {
	margin-top: 50px;
	padding: 20px 0;
	background: #000000;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	}
footer a {
	color: #fff;
	}
footer a:hover {
	text-decoration: none;
	color: #E4002B;
	}
footer ul li {
	list-style: none;
	}
.social-foo li {
	display: inline-block;
	margin: 0 15px;
	}
@-moz-document url-prefix() {
    .login label {
    font-size: 12px;
    }
		.btn-primario {
    font-size: 11px;
    }
}

/*  OFERTAS */
	/*  OFERTAS */

#tabla1, #tabla2 {
    border: 1px solid #666666;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    width: 520px;
}
#tabla1 {
    background-color: #55b247;
	height:18px;
}
#tabla2 {
    background-color: #666666;
}
.titulos_r {
	font-size:14px;
    color: #FFFFFF;
    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-size:12px;
    color: #333333;
    text-align: left;
}
#left {
    float: left;
    margin: 0 5px 0 0;
}
.caja_left {
    width: 200px;
}
.textos_g {
	font-size:12px;
    color: #333333;
    text-align: left;
}
.combo {
    width: 180px;
}
#divisor_tab {
    clear: both;
    height: 10px;
}
.titulos_r {
    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-size:12px;
    color: #333333;
    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-size:12px;
    color: #707174;
    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: #55b247;
}
.textos_o a:active {
    color: #707174;
}
.titulos_r {
	font-size:12px;
    color: #FFFFFF;
    text-align: left;
}
#right {
    float: right;
}
#form1 {
	margin-top: 50px;
}
.textos_g_14 {
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.detalle_text {
	padding: 5px 0px 5px 30px;
    text-align: left;
    font-weight: 400;
}
.detalle_titulo {
    color: #E4002B;
    font-weight: bold;
    font-size: 1.5em;
    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 {
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.enviar {
	color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fnd_detalle {
	background-image: url(../img/fnd_n.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	padding: 10px;
}


.titulo_tabla{
    background-color: #E4002B;
    color: #FFFFFF;
    font-size: 14px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}
.texto_tablalink{
	color: #0076c7;
    font-size: 12px;
    text-decoration: none;
}
.texto_tablalink a{
	color: #E4002B;
    font-size: 14px;
    text-decoration: none;
}
.texto_tablalink a:hover{
	color: #333333;
	text-decoration: underline;
}
.texto_tabla{
	color: #666666;
	text-align:justify;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: normal;
	font-size: 12px;
}
.tabla_gris{
	background-color: #666666;
}

table > tbody > tr[bgcolor="#e7e7e7"] {
	background-color: #E4002B !important;
	} 
	
table > tbody > tr [bgcolor="#e7e7e7"] {
	background-color: #E4002B !important;
	} 
tr [bgcolor="#ffffff"] >td {
	padding: 15px 10px;
	background: #f5f5f5;
    color: #333333;
	}
/*botones ofertas*/

table > tbody > tr > td > div >input, table > tbody > tr > td > input{
background-color:#ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
	border:solid 2px #E4002B;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#E4002B;
}

table > tbody > tr > td > div >input:hover, table > tbody > tr > td > input:hover{
   color: #ffffff;
    background-color: #E4002B;
    border:solid 2px #ffffff;
}

.text_enviar {
	color: #E4002B;
}

