body{
        overflow-x: hidden;
}

.navbar .nav{
    margin-right: inherit;  
}
.tab {

    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    font-family: "Helvetica";
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}

#bloc-0 .bloc-sm{
    max-width: 1600px !important;
    width: 1360px !important;
}


.buttonCall{
       width: 20%;
    display: flex !important;
    margin-top: -12px !important;
}

.buttonCall  img {
    width: 85%;
}

.loadingWord{
    width:100%;
    text-align:center;
    font-size:18px;
    color:#fff;
}

.redesSociales{
    width:50%;
    display:flex;
    
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs li {
    float: left;
    line-height: inherit;
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 116px;
    width: 19%;
    margin-right: 5px;
    text-align: center;
}
.tabs a {
    background-color: #0484B5;
    color: #fff;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs_item {
    display: none;
    padding: 30px 0;
    padding: 5%;
    padding-bottom: 10%;
    color: #Fff;
    overflow: hidden;
}
.tabs_item h4 {
    font-weight: bold;
    color: #87d3b7;
    font-size: 20px;
}
.tabs_item img {
    width: 100%;
    float: left;
}
.tabs_item:first-child {
    display: block;
}

.current a {
    color: #fff;
    background: #7ECE47;
}

.tab_content {
    background: #0495CC;
    width: 100%;
    margin: 0 auto;
    margin-top: -5px;
}
.title_small {
    width: 10% !important;
}

/***********slideshow***************/
.slick-next {
    right: 25px !important;
}

.slick-prev {
    left: 15px !important;
    z-index: 1;
}

.slideshowHome .slide {
    position: relative;
}

.slideshowHome .slide .bloc-lg {
    position: absolute;
}

.texture-darken-strong::before {
    background: rgba(0,0,0,0.6) !important;
}

#bloc-4 .col-sm-12 {
    width: 80%;
    margin: 0 auto;
    float: inherit;
}

.styleweb {
    margin-bottom: 30px;
}

#bloc-6 .bgc-bright-cerulean {
    background: #6fb23f;
}

#bloc-6 .space {
    padding: 10px;
    margin-top: 150px;
    position: relative;
    left: 201px;
    z-index: 1;
    text-align: center;
    margin-left: inherit;
}

#bloc-6 .space  .text-right {
    text-align: center;
}
#bloc-7 {
    background: #2aabe4 !important;
}

#bloc-7 .col-sm-12 {
    margin-left: 146px;
    width: 80%;
}

#bloc-7 .col-sm-12 ul li:before {
    content: "";
    display: block;
    background: url("http://apps.swproyectos.com/JonathanMotta/evergreen/img/insect_bulllet.png") no-repeat;
    background-size:100% 100%;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: -30px;
    
}
#bloc-7 .col-sm-12 ul li {
    list-style-type: none;
    font-size: 1em;
        position: relative;
}

.slideshowHome{
    height: 565px;
}
.slideshowHome .tc-white {
    color: #ffffff!important;
    font-size: 63px;
    font-family: 'Raleway', sans-serif;
    font-weight:bold;
    line-height: 60px;
}

.slideshowHome .img-responsive{
    object-fit: contain;
    height: 100%;
    width:100%;
}

#TitleCcntent{
    width: 100%;
    text-align: center;
    color: #6ab244;
    text-transform: uppercase;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
}

#TitleCcntent h2{
    color:#6ab244;
    text-transform:uppercase;
    margin:0;
    padding:0;
}

/***********servicios**************/
.contentDiv{
    text-align: center;
}

.contentDiv h2{
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
    font-weight: 600;
    margin-top:25px;
    margin-bottom:25px;
    font-size: 35px;
}
.imgLogoHeader {
        width: 75px;
    height: 75px;
    margin: 0 auto;
}
.imgLogoHeader img{
    width:100%;
    height:100%;
}

.imgLogo{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.imgLogo img{
    width:auto;
    height:auto;
}


.BodyItem{
        width: 65%;
    text-align: justify;
    margin: 0 auto;
    font-size: 16px;
}

.GreenBG{
    width:100%;
    height:26px;
    background:#6fb23f
}
