/*=================>NOSOTROS<=================*/
/*QUIENES SOMOS*/
.nos_who_we_are{
    padding: 50px 0;
}
.nos_who_we_are .wwa_title{
    text-align: center;
    margin-bottom: 50px;
}
.wwa_title i{
    color: #009c75;
    font-size: 40px;
}
.wwa_title h1{
    /*border-bottom: 3px solid #009c75;*/
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    color: #000;
    font-weight: bold;
}
.wwa_content .box_text{
    margin-top: 30px;
    padding: 50px 35px;
    color: #000;
    text-align: justify;
}
.wwa_content .box_text:before{
    border: 5px solid #009c75;
    content: "";
    left: -45px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.wwa_content .box_text h4{
    font-weight: bold;
}
.wwa_content .box_text b{
    color: #009c75;
}
@media (max-width: 991px){
    .wwa_content .box_text:before {
        left: 0;
        top: -30px;
    }
    .wwa_content .box_text {
        margin-top: 0;
    }
}
@media (max-width: 600px){
    .nos_who_we_are {
        padding: 30px;
    }
    .nos_who_we_are .wwa_title {
        text-align: center;
        margin-bottom: 60px;
    }
    .wwa_content .box_text {
        padding: 30px 20px;
    }
    .wwa_title h1 {
        width: 100%;
    }
}
/*----------SECTION WELCOME-----------*/
.sect_welcome{
    background: #282828;
    padding: 50px 0;
    text-align: center;
}
.sect_welcome h2{
    color: #009c75;
    font-weight: 800;
}
.sect_welcome p{
    color: #fff;
}
.sect_welcome .box_welcome .box_header h1{
    width: 70%;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
}
.sect_welcome .box_welcome .box_header h4{
    color: #fff;
    font-style: italic;
}
.list_welcome{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    padding: 50px 0;
}
.list_welcome>li{
    width: 23%;
    margin: 0 auto;
}
.list_welcome .grid__item .icobutton {
    background: none;
    width: 150px;
    height: 150px;
    padding: 12px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: relative;
}
.list_welcome .grid__item .icobutton:focus{
    outline: none;
}
.list_welcome .grid__item .icobutton span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #282828;
    font-size: 60px;
}
.list_welcome .grid__item .icobutton:hover span{
    color: #ffffff;
    background: #009c75;
    transition: all ease 500ms;
}
.text_info h4{
    color: #fff;
    font-weight: 700;
}
.text_info p{
    color: #fff;
}
.btn_vermas{
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #ff5300;
    width: 150px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/*.btn_vermas:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all ease 500ms;
}*/
/*.btn_vermas:hover:after{
    height: 50%;
    background: #282828;
    transition: all ease 500ms;
}*/
.btn_vermas:hover{
    color: #fff;
}

/*---------END SECTION WELCOME--------*/