.btn-empresa{width: 200px;}
.contenedor-titulo{margin-top: 20px;}
.contenedor-titulo h2{color: #434343;margin-bottom: 30px;}
hr.hr-titulo{margin-left: 220px;margin-top: -7px;background: #0A5431;}
hr.hr-titulo-somos{margin-left: 300px;margin-top: -7px;background: #0A5431;}
hr.hr-titulo-desarrollo{margin-left: 400px;margin-top: -7px;background: #0A5431;}
hr.hr-titulo-pf{margin-left: 500px;margin-top: -7px;background: #0A5431;}
hr.hr-titulo-terminos{margin-left: 450px;margin-top: -7px;background: #0A5431;}
.contenedor-tecnologia-innovacion{background: #767676; padding: 50px 0px;color: #fff !important;margin: 50px 0px -50px;}
/************************************************************************************************************/
/******************************************** QUIENES SOMOS **************************************************/
.contenedor-quienes-somos .contenedor-titulo .bajada{font-size: 25px;margin-top: -30px;}
.contenedor-quienes-somos .contenedor-titulo-2{padding: 30px;background: #F2F2F2; }

.text-muted {
    color: #fff!important;
}

.ac-container{
    margin: 10px auto 30px auto;
    text-align: left;
}
.ac-container label{
    font-family: "SF-Pro-Display-light";
    padding: 15px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    background: #0A5431;
    color: #fff;
}

.ac-container label:hover{
    background: #fff;
    color: #0A5431;
    border: 1px solid #0A5431;
}

.ac-container .left{
    background: #0A5431;
    color: #fff;
   border-radius: 20px;
}

.ac-container .right{
   border-radius: 20px;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #fff;
    color: #0A5431;
    border: 1px solid #0A5431;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;  
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}


.ac-container article p{
    padding: 0px 20px;
}

.ac-container article span{
    font-family: SF-Pro-Display-Light !important;
    font-size: 16px !important;
    color: rgba(0,0,0,.54) !important;
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    padding: 20px 0;
}
.ac-container input:checked ~ article.ac-small{
    height: auto;
}
.ac-container input:checked ~ article.ac-medium{
    height: auto;
}
.ac-container input:checked ~ article.ac-large{
    height: auto;
}
/************************************************************************************************************/
/******************************************** Biodren **************************************************/
.contenedor-biodren .contenedor-titulo .bajada{font-size: 25px;margin-top: -30px;}
.contenedor-biodren .contenedor-titulo hr.hr-titulo{margin-left: 160px;margin-top: -7px;background: #0A5431;}
.contenedor-biodren .contenedor-titulo-2{padding: 30px;background: #F2F2F2; }
.contenedor-biodren .contenedor-contenido p{
    font-family: SF-Pro-Display-Light;
    text-align: justify;
    line-height: 1.5;
    text-align: justify;
}

