@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,200&display=swap');

body {
   font-family: 'Poppins', sans-serif;
    color: #636363;
}
a:hover {
  text-decoration: none;
}
p {
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .ee-body {
      margin-bottom: 192px !important;
  }
}
/* HEADER */
.header {
    background-color: #fff;

}
.spacer {
  height: 80px;
}
.top-header-row {
    background-color: #000;
	 display: none !important;
}
.middle-header-row .col-sm-3 img {
    display: none;
}
.middle-header-row .col-sm-3 {
  width: 288px;
  height: 100px;
  padding: 0;
  background: url(../images/logo-bg.png) no-repeat center;
  top: -15px;
}
.middle-header-row {
    padding-bottom: 5px;
}
.main-nav-row {
    background: #efae05;

}
.main-nav-row .item-inner-main-nav {
    padding: 0;
}
.navbar-nav li a[href="/co/sitio-empresarial/auteco/contactenos"] {
    display: none;
}
.main-nav-row .item-inner-main-nav a {
   font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #f39200;
    border-right: 0;
    padding: 5px 15px;
    font-family: 'Poppins', sans-serif;
}
.container {
    overflow: hidden;
}
.main-nav-row .item-inner-main-nav:hover,
.main-nav-row .item-inner-main-nav a:hover {
    background-color: #f2b721;
    color: #283891;
    transition: .3s ease-out;
}
.navbar-nav>li>a {
    line-height: 48px;
}
.nav>li>a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;

    color: #00A1AE;
    border-right: 0;
    padding: 0 18px;

}
.main-nav-row .navbar-header .icon-bar {
    background-color: #fff;

}
.main-nav-row .item-inner-main-nav a {
    color: #004280;
    padding: 0px 15px;
    border-right: solid 1px #004280;
    border-radius: 0;
    background-color: #efae05;

}
.main-nav-row .ee-navbar-toggle-search {
    color: #fff;
}
.main-nav-row .item-inner-main-nav a:hover {
    color: #283891;
}
/* CONTENIDO */

div[itemtype="http://schema.org/Organization"] + div.container{
	width: 100%;
	margin:0;
	padding: 0;
}
.social-media-text-top-header {
    color: #333;
    display: none;
}
.top-header-row a {
    color: #E11B22;
}
#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: #00A1AE;
}
.js-jobOffer-title {
    color: #5c5d5d;
}
.top-header-row .item-inner-top-header a {
    width: 35px;
    background-color: transparent;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    border-radius: 0;
}
.ee-logotype {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
    .txt_seccion {
        margin-left: 15px;
        margin-right: 15px;
    }

    .cabezote_seccion {
        margin-left: 0;
    }

    .contenido_home {
        margin-left: 0;
    }

    .tarjeta > p {
        min-height: CompanySites/auteco/resources/images/o;
    }

    .aviso {
        margin: 45px 20px 40px;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .tarjeta > p {
        min-height: 340px;
    }
}

@media (min-width: 768px) {
    div.container-item {
        height: 282px;
    }
    .container-item .caption div {
        min-height: 200px;
    }
}


/* CAROUSEL */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}


/* BOTONES */
.form-contact-row .btn-primary,
.js-segmentation-btn,
.js-quickview-apply,
.btn-default {
   color: #fff;
    opacity: 1;
    background-color: #004280;
    border-color: #004280;
}
.js-log-in {
  border-radius: 0px !important;
  font-weight: bold;
  font-size: 16px;

}

.btn-default {
  padding-bottom: 7px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;font-weight: 300;
}
.btn-primary:hover, .btn-default:hover {
    text-decoration: none;
    -webkit-transition: all 0.50s ease-out;
    -moz-transition: all 0.50s ease-out;
    -ms-transition: all 0.50s ease-out;
    -o-transition: all 0.50s ease-out;
    transition: all 0.50s ease-out;
}
.btn-default:hover {
  background-color: #004280; 
  }
.input-group.search-box-container .twitter-typeahead, .input-group.search-box-container .twitter-typeahead input.form-control {

    border-color: #000;
}
.btn-call {
    background: #98C610;
    color: #fff;
    border: double #fff 3px;
    border-radius: 23px !important;
    font-family: 'IsidoraAlt-Black';
    padding: 6px 40px 4px;
    font-size: 15px;
}
.btn-call:hover, .btn-call:active, .btn-more:hover, .btn-more:active {
  background: #e2a233;
}

.btn-more, .btn-go {
   background: #e2a233;
    color: #000;

    border-radius: 0px !important;

    padding: 6px 40px 4px;
    font-size: 20px;

    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    margin-top: 30px;
}
.btn-go {
    background: #DAE23D;
    color: #1C3D1A;
    border-color: #DAE23D;
  }
.btn-sm {
    padding: 6px 12px 2px;
    font-size: 14px;
}
.header .ee-login-wrapper {
    padding-top: 10px;
}

/* FOOTER */

/* ICONS TOP */
.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: CompanySites/auteco/resources/images/o;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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: "\f16d";
}


.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f167";
}

.col-links-inner-top-header {
    border-right: none;
}

.col-links-inner-top-header {
  width: 100%;
  padding-top: 1%;
}

.my-0 {
  margin: 0 !important;
}
.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-3 {
  margin-top: 70px;
  margin-bottom: 25px;
}
.my-4 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 50px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 50px;
}

.ml-1 {
  margin-left: 12%;
}
.p-2 {
  padding: 50px;
}
.py-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.px-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-bg-100 {
    height: 482px;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    object-fit: cover;
}
@media (min-width: 1025px) and (max-width: 1380px) {
  .img-bg-100 {
        height: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .img-bg-100 {
        height: 198px;
  }
}
@media (max-width: 767px) {
  .img-bg-100 {
        height: 100px;
  }
  .img-bg-90 {
    width: 92%;
  }
  .aut-footer {
    height: 100% !important;
  }
}

.bg-light {
  background: #F5FAFD;
}
.bg-gray {
  background: #F8F8F8;
}
.bg-writhe {
  background: #fff;
}
/* TEXTO */

.color-primary {
  color: #3FB4E0;
}
.txt-primary {
  font-size: 50px;
}
.color-secondary {
  color: #1450C9;
}
.color-green {
  color: #98C610;
}
.color-aux {
  color: #99DCF1;
}
.txt-bold {
  font-family: 'Poppins', sans-serif;
    color: #f39200;
    font-size: 35px;
    font-weight: 600;
    text-align: center;

}
.txt-light {
  font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.txt-semi {
  font-weight: 600;
}
.auteco-overlay {
    height: 430px;
    width: 100%;
    padding-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.auteco-bg-1, .auteco-bg-2, .auteco-bg-3, .auteco-bg-4, .auteco-bg-5, .auteco-bg-6, .auteco-bg-7 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.auteco-bg-1 {
  background: url('../images/banner-02.png') no-repeat;
}
.auteco-bg-2 {
  background: url('../images/banner-03.png') no-repeat;
}
.auteco-bg-4 {
  background: url('../images/banner-06.png') no-repeat;
}
.auteco-bg-5 {
  background: url('../images/banner-07.png') no-repeat;
}
.auteco-bg-6 {
  background: url('../images/banner-08.png') no-repeat;
}
.auteco-bg-7 {
  background: url('../images/banner-09.png') no-repeat;
}
.auteco-bg-cul1, .auteco-bg-cul2, .auteco-bg-cul3, .auteco-bg-cul4 {
    height: 303px;
    padding: 44% 6% 5%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
.auteco-bg-cul1 {
  background: url('../images/cultura-01.png') no-repeat;
}
.auteco-bg-cul2 {
  background: url('../images/cultura-02.png') no-repeat;
}
.auteco-bg-cul3 {
  background: url('../images/cultura-03.png') no-repeat;
}
.auteco-bg-cul4 {
  background: url('../images/cultura-04.png') no-repeat;
}

.auteco-bg-comp1, .auteco-bg-comp2, .auteco-bg-comp3 {
  height: 400px;
  padding: 60% 6% 0;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 100% CompanySites/auteco/resources/images/o !important;
  object-fit: cover;
}

.auteco-bg-comp1 {
  background: url('../images/comp-01.png') no-repeat;
}
.auteco-bg-comp2 {
  background: url('../images/comp-02.png') no-repeat;
}
.auteco-bg-comp3 {
  background: url('../images/comp-03.png') no-repeat;
}

.auteco-overlay h2 {
  color: #98C610;
  font-size: 50px !important;
}
.aut-img-bg img {
    margin: 0 CompanySites/auteco/resources/images/o;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% CompanySites/auteco/resources/images/o;
    object-fit: cover;
}
.ico-leaf::after {
  content: " ";
  height: 50px;
  width: 50px;
  background: url(../images/ico-leaf.png) no-repeat;
  position: absolute;
  margin-top: -30px;
  margin-left: -20px;
}
.ico-heart {
  color: #DAE23D;
  font-size: 35px;
  margin-top: 20px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

 .col, .col-CompanySites/auteco/resources/images/o {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-CompanySites/auteco/resources/images/o {
  -ms-flex: 0 0 CompanySites/auteco/resources/images/o;
  flex: 0 0 CompanySites/auteco/resources/images/o;
  width: CompanySites/auteco/resources/images/o;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .aut-unete {
    background: url(../images/somos-04.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 545px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .aut-unete {
    background: url(../images/somos-04.png);
    background-repeat: no-repeat;
    background-position: center 190px;
    height: 445px;
  }
}
.aut-unete div:nth-child(1) {
  font-family: 'IsidoraAlt-Regular';
  color: #1450C9;
  font-size: 32px;
  line-height: 28px;
  margin-top: 20px;
}
.aut-unete div:nth-child(2) {
  font-family: 'IsidoraAlt-Black';
  color: #3FB4E0;
  font-size: 27px;
  margin-bottom: 24px;
}
.aut-unete p {
  font-size: 18px !important;
}
.aut-principios .aut-seven:nth-child(1) {
  background: #0C1D59;
}
.aut-principios .aut-seven:nth-child(2) {
  background: #86B71C;
}
.aut-principios .aut-seven:nth-child(3) {
  background: #EBB042;
}
.aut-principios .aut-seven:nth-child(4) {
  background: #D9601B;
}
.aut-principios .aut-seven:nth-child(5) {
  background: #921058;
}
.aut-principios .aut-seven:nth-child(6) {
  background: #5F1477;
}
.aut-principios .aut-seven:nth-child(7) {
  background: #3690C9;
}
.aut-seven {
    padding: 2%;
    color: #fff;
}
.aut-seven-number {
  font-family: 'IsidoraAlt-Black';
  font-size: 32px;
}
.aut-seven-txt {
  font-size: 17px;
}

.aut-somos div:nth-child(1) {
  font-size: 13px;
  color: #1450C9;
  font-family: 'IsidoraAlt-Regular';
}
.aut-somos div:nth-child(2) {
    font-size: 76px;
    color: #DAE23D;
    font-weight: 700;
    border-bottom: solid 2px #DAE23D;
    width: 39%;
    margin: 0 CompanySites/auteco/resources/images/o;
}
.aut-somos div:nth-child(3) {
    margin-top: 12px;
    font-size: 20px;
    color: #1450C9;
    font-family: 'IsidoraAlt-Regular';
    line-height: 18px;
}

/* ICONS SOCIAL FOOTER */
.aut-social-foo a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: CompanySites/auteco/resources/images/o;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

.aut-social-foo li:nth-child(1) a:before {
    content: "\f082";
}

.aut-social-foo li:nth-child(2) a:before {
    content: "\f16d";
}



.aut-social-foo li:nth-child(3) a:before {
    content: "\f167";
}

/* @media */

@media (max-width: 768px) {
  .p-2 {
    padding: 0;
  }
  .ico-leaf::before {
    display: none;
  }
  .aut-footer .list-inline li {
    margin-bottom: 3%;
  }
  .auteco-overlay {
    height: 100%;
  }
  .btn-more, .btn-go, .btn-call  {
    margin: 45px 0;
  }
  .visible-xs-block a {
    color: #3FB4E0;
  }
  .ml-1 {
    margin-left: 0;
  }
  .aut-somos {
    margin: 30px 0;
  }
  .ee-header-profile .btn-logoff, .ee-navbar-profile .btn-logoff, .footer {
    margin-top: 0;
  }
  .display-xs {
    display: inline !important;
  }
  .img-responsive {
    margin: 0 CompanySites/auteco/resources/images/o !important;
  }
}

/* FOOTER GENERAK */

.aut-footer {
  font-weight: 400;

    background: #e2a233;
    color: #000;
    padding: 3% 0;
    text-transform: uppercase;
}
.aut-footer a {
  color: #000;
}
.aut-footer a:hover {
  text-decoration: none;
}
.aut-footer .list-inline {
  margin-bottom: 2%;
}
.aut-footer-line-1 {
  height: 4px;
  background: #009490;
}
.aut-footer-line-2 {
  height: 8px;
  background: #5D1989;
}
hr.hidden-xs {
  display: none;
}
.footer .footer-company-section {
    background-color: #004280;

}
.footer-text-line{
	color:#fff;
}
.text-muted, .copyright-row .term-conditions-link, .footer, .powered-by-row .term-conditions-link, .privacy-advercity-row .term-conditions-link  {
    color: #fff;
}
.ee-logotype-powered-by {
    background: #fff;
    padding: 1px 2px;
}




.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.navbar-nav {
    display: table;
    float: none !important;
    margin: auto !important;
}
.ver-mas{
	    /* position: absolute; */
    bottom: 5px;
    width: 90%;
    /* border-top: 1px solid #696868; */
    left: 5%;
    padding-top: 10px;
    color: #696868;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-top: 25px;
    margin-bottom: 25px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 130px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
#carrusel {
       background-color: #FFF;

    -moz-border-radius: 8px;


    -moz-box-shadow: #e3f3fa 0px 0px 10px;

    background: #000;

    padding-bottom: 80px;

    padding-top: 40px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    font-size: 18px;
}
.parrafos{
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    text-align: justify;
}
.auteco{
  font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    text-align: center;
}

.h3, h3 {
  font-family: 'Poppins', sans-serif;
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.section-home{

	background-color: #000;
}.icon-bar {
  position: fixed;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	right: 0;
	z-index: 1000;
	    

}

/* Style the icon bar links */
.icon-bar a {
   display: block;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
    color: #004280;
    font-size: 18px;
    padding-top: 1px;
    margin-right: 5px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #004f93;
  color: #fff;
}

.facebook {
  background: #ebaa05;
	border-radius: 24px;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
	color: #00428!important;
}
.youtube {
  background: #ebaa05;
	border-radius: 24px;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
}
.twitter {
  background: #ebaa05;
	border-radius: 24px;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
}


@media only screen and (max-width: 768px){
.icon-bar {
   display: none;
}}
.fab fa-youtube{
	content: "\f167" !important;
}


element.style {
    /* margin-left: 0px; */
}
@media (min-width: 992px){
.col-md-6 {
    width: 50%;
    left: -15px;
}}
.ofertas-empleo{
	       margin-bottom: 188px;
    text-align: left;
    margin-top: 140px;
}
.title-ofertas-empleo{
	color: #000;
    font-weight: bold;
}
.text-ofertas-empleo{
	font-size: 18px;
    color: #000;
    text-align: left;
    line-height: 25px;
}
.nuestra{
	text-align: right;
}
.img-empleo{
	right: -15px;
    position: absolute;
}
.row-video{
	max-height: 570px;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54%;
    border: 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 768px) {
.administracion{
	    margin-left: 0px !important;
}}
.barra-azul-osc {
    background-color: #00406a;
    color: #FFF;
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-right: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
}.seccion-btns {
    border-top: solid 2px #bab7b7;
	    margin-bottom: 30px;
}

.mision-1{
	background-color: #0063a7;
    color: #fff;
    padding: 12px;
    display: inline-flex;
}
.mision-2{
	background-color: #9ac31c;
    color: #fff;
    padding: 12px;
    display: inline-flex;
}
.mision-3{
	background-color: #2ea937;
    color: #fff;
    padding: 12px;
    display: inline-flex;
}
.mision-4{
	background-color: #ed7004;
    color: #fff;
    padding: 12px;
    display: inline-flex;
}
.mision-5{
	background-color: #01a6de;
    color: #fff;
    padding: 12px;
    display: inline-flex;
}.mision-6{
	background-color: #834f9a;
    color: #fff;
    padding: 12px;
    display: inline-flex;
}
.textos-mision{
	    padding: 11px;
}
.parrafo-final{
	    margin-bottom: 30px;
    margin-top: 30px;
}
@media (max-width: 768px) {
.images-mision {
    display: none;
}}
@media (max-width: 768px) {
.images-mision {
    display: none;
}.parrafo-final{
	    margin-bottom: 30px;
    margin-top: 30px;
	padding: 15px;
}}

@media only screen and (max-width: 768px){
.icon-bar {
    display: none;
    position: inherit;
}
}.mainnav-toggle-search-row {
    background-color: #054169;
    margin: 0;
}.verde-historia {
    color: #004280;
    font-size: 25px;
}
.title {
    color: #004280;
	  font-size: 35px;
	  margin-top: 80px;
    margin-bottom: 80px;
}
.misiont{
	    font-size: 25px;
	color: #008746;
}
.bordes{
	    margin: 4px;
    padding: 10%;
    border: solid 1px #efae05;
    border-radius: 20px;
    width: 100%;
	min-height: 250px;
	text-align: center;
}
.hr {
   margin-top: 90px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.proposito{
	    margin: 4px;
    padding: 10%;
  
    border-radius: 20px;
    width: 100%;
}
#integration-list h2 {
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
	    color: #008746;
}
#integration-list h2:hover {
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
	    color: #fff;
}
.expand {
    display: block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.expand:hover {
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
#integration-list ul > li {
    list-style: none;
    border: 1px solid #008746;
    display: block;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
#integration-list ul > li:hover {
    background: #008746;
    color: #fff !important;
}
p{
	color: #000;
}
.parrafo-historia{
	color: #000;
	    margin-top: 50px;
    margin-bottom: 80px;
}.bordes-grupo {
    margin: 4px;
    padding: 4%;
    border: solid 1px green;
    border-radius: 20px;
    max-height: 160px; 
}
.p-cajas{
	  color: #009141;
    font-size: 20px;text-align: center;
}
.btn-link, .btn-link:active, .btn-link:focus {
    border-color: transparent;
    display: block;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    color: #2985C7;
    font-size: 18px;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    display: block;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    display: block;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #2A6496;
    text-decoration: underline;
}
.btn-link:hover {
    border-color: transparent;
    display: block;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.btn-primary:hover {
    color: #fff;
    text-decoration: none;
}
.btn-default:hover {
    color: #fff;
    text-decoration: none;
}
.seleccione{
	    color: #054169;
    margin-bottom: 30px;
    margin-top: -19px;
}
.panel-default>.panel-heading {
   
    background-color: transparent;
    border: 1px solid #008746;
    display: block;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
    
}
