.border {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}

.border:before {
    background-color: #333;
    border: 1px ridge #fff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}

.borderdirectiv {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}

.borderdirectiv:before{
    background-color: #fff;
    border: 1px ridge #fff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}

#directivId{
    text-align: justify;
    white-space: pre-line;
}

.contsect{
    background-image: url(../../coralsa/images/cfondogris.png);
    background-repeat: no-repeat;
    background-size: 360px;
    background-position: 100% 28%;
}


/*** MENU ***/

/*.region-start{
    max-height: 350px; ;
}*/

#block-startblock{
    max-height: 450px;
}

#fh5co-container img{
    max-height: 400px;
}

#Section3{
    border-left: 1px solid rgb(135,113,88);
}

#Section3 p{
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    white-space: pre-line;
}

#Section3 h3{
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}


#Section1{
    border-left: 1px solid rgb(135,113,88);
}

#Section1 p{
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    white-space: pre-line;
}

#Section1 h3{
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}

#Section2{
    border-left: 1px solid rgb(135,113,88);
}

#Section2 p{
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    white-space: pre-line;
}

#Section2 h3{
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}


.menuclass{
    display: inline-flex;!important;
    float: right;!important;
    z-index: 99;!important;
}

.menuclass li{
    margin-right: 15px;
}

.dropdown-menu{
    position: absolute;
    left: 777px;
    top: 50px;
}


.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}




.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px
}

#formdropdown #edit-keys{
    background-color: rgb(57, 58, 59);
    border: 1px solid #efe8e3;
    color: white;
    width: 280px;
    height: 38px;
    margin-top: 5px;
}

#cargIds{
    color: white;
    font-size: 17px;
}


#tabsid .nav{
    display: inherit;
}

#tabscontainer{
    margin-top: 40px;
}

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: 1px solid rgb(135,113,88);
    padding: 5px 0;
    text-align: center;
}
.tab .nav-tabs li{
    margin-bottom: 0;
    margin-right: 0;
    float: none;
    display: inline-block;
}
.tab .nav-tabs li a{
    font-size: 14px;
    color: rgb(135,113,88);;
    background: #fafbfb;
    margin-right: 5px;
    padding: 20px 25px;
    border-radius: 0;
    text-transform: uppercase;
}
.tab .nav-tabs li a:hover{
    color: rgb(135,113,88);
    border-color: transparent;
}
.tab .nav-tabs li a i{
    font-size: 25px;
    margin-right: 10px;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover{
    background: rgb(135,113,88);
    color: #fff;
    border: 1px solid transparent;
}
.tab .tab-content{
    font-size: 14px;
    /*line-height: 30px;*/
    padding: 20px 85px;
}
@media only screen and (max-width: 990px){
    .tab .nav-tabs li a{ padding: 15px 10px; }
    .tab .tab-content{ padding: 20px 25px; }
}
@media only screen and (max-width: 767px){
    .tab .nav-tabs li a{ padding: 15px 5px; }
}
@media only screen and (max-width: 480px){
    .tab .nav-tabs li{ width:100%; }
}
/******/

/*--------------------------------------------------
	[TEAM]
----------------------------------------------------*/
.team-bg {
    z-index: 1;
    height: auto;
    overflow: hidden;
    padding: 15px 0 100px 0;
    background: url(../images/bg_parallax.jpg) 50% 0 fixed;
    background-size: cover;
    background-position: center center;
    /* Team Members */
    /* Team About */ }
.team-bg .team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px; }
.team-bg .team-members .team-avatar {
    position: relative; }
.team-bg .team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
.team-bg .team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center; }
.team-bg .team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.team-bg .team-members .team-desc .team-details {
    float: left;
margin-bottom: 20px;
}
.team-bg .team-members .team-desc .team-details h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff; }
.team-bg .team-members .team-desc .team-details span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
.team-bg .team-members .team-desc .team-socials {
    right: 20px;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
    position: absolute; }
.team-bg .team-members .team-desc .team-socials li {
    padding: 0 3px;
    display: inline-block; }
.team-bg .team-members .team-desc .team-socials li a {
    text-decoration: none; }
.team-bg .team-members .team-desc .team-socials li a i {
    font-size: 20px;
    color: #fff; }
.team-bg .team-members .team-desc .team-socials li a i:hover {
    color: #d15d5d; }
.team-bg .team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
.team-bg .team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
.team-bg .team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.team-bg .team-about {
    padding: 30px;
    background: rgba(129, 129, 129, 0.1); }
.team-bg .team-about h3 {
    color: #d4d9de;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: capitalize; }
.team-bg .team-about p {
    color: #8693a7; }

#fh5co-container{
    border-bottom: 1px solid  rgb(135,113,88);;
}



/* Stylesheet design for above 992px */
@media (min-width: 992px) {
    /* 992px */
    .team-about {
        min-height: 495px; } }
/*--------------------------------------------------