#neg_id{
    max-width: 80%;
    max-height: 83px;
}

#descripModal{
    word-wrap: break-word;
    text-align: justify;
}

.region-start{
    max-height: 350px; ;
}

#block-startblock{
    max-height: 450px;
}

#fh5co-container img{
    max-height: 400px;
}




.border {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}

.border:before {
    background-color: #333;
    border: 1px ridge white;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}




/****/

#logoNego{
    width: 170px;
    max-height: 60px;
    margin-left: 46px;
    margin-top: 30px;
}

#logodiv{
    border: 1px solid;
    min-height: 130px;
    max-height: 130px;
    max-width: 273px;!important;
    margin-right: 12px;
    margin-bottom: 12px;
}


#descripn{
    margin-bottom: 60px;
}

.negociosclass{
    margin: 0 auto;
}

.modal-header{
    background: #333;
    color: white;
}

.modal-footer .btn-secondary{
    background: #333;
}

#modaldescrip{
    text-align: left;
}
#fund{
    text-align: left;
}

#logoNegoModal{
    width: 200px;
    margin: 0 auto;
}


/*=================================================================
	About us section
==================================================================*/

#about {
    padding: 2px 0;
}

.icon-box {
    position: relative;
    width: 160px;
    height: 92.38px;
    background-color: transparent;
    margin: 46.19px auto 60px;
    padding: 20px 0;
    border-left: solid 3px #ddd;
    border-right: solid 3px #ddd;

    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
}

.icon-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.icon-box:before,
.icon-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 113.14px;
    height: 113.14px;
    background-color: inherit;
    left: 20.4315px;

    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
    top: -56.5685px;
    border-top: solid 4.2426px #ddd;
    border-right: solid 4.2426px #ddd;
}

.icon-box:after {
    bottom: -56.5685px;
    border-bottom: solid 4.2426px #ddd;
    border-left: solid 4.2426px #ddd;
}

.contsect {
    background-image: url(../../coralsa/images/cfondogris.png);
    background-repeat: no-repeat;
    background-size: 360px;
    background-position: 100% 90%;
}

.close span{
    color: white;!important;
}



@media (max-width: 990px) {
    #negoid{
        margin-bottom: 100px;
    }
}


