/*------------------------SLIDER-----------------------*/
.sect_slider{
    overflow: hidden;
    position: relative;
}
.sect_slider .flexslider {
    margin: 0;
    overflow: hidden;
    border: 0;
    position: relative;
}

.sect_thumbs{
    margin-top: -69px;
    position: relative;
}
.sect_thumbs:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #003256;
    width: 100%;
    height: 100%;
}
.sect_thumbs .flexslider {
    margin: 0;
    background: none;
    border: 0;
}
.sect_thumbs .slides{
    width: 100% !important;
    display: flex;
        transform: translate3d(0,0,0) !important;
    flex-flow: row wrap;
    justify-content: center;
}
.sect_thumbs .slides>li{
    margin-right: 0 !important;
    background: #fff;
}
.sect_thumbs #carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
    border-bottom: 4px solid #ff9900;
}
.flex-direction-nav a {
    width: 40px;
    height: 51px;
    opacity: 1 !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 30px;
}
.flex-direction-nav a:before {
    color: rgb(255, 255, 255);
    font-size: 45px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 30px;
}
/**/
#carousel li {
    margin-right: 5px;
    width: 10% !important;
}

/*SLIDER CAPTION*/
.flexslider .slides > li{
    position: relative;
}
.sect_slider .flexslider .slides:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.sect_slider .flexslider .slides .caption_slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.sect_slider .flexslider .slides .caption_slide>div{
    text-align: center;
}
.sect_slider .flexslider .slides .caption_slide>div h2{
    color: #fff;
    font-weight: 700;
}
.sect_slider .flexslider .slides .caption_slide>div .btn_vermas_serv{
        color: #fff;
    font-weight: 700;
    text-align: center;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    text-decoration: none;
    display: block;
    padding: 10px;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 15px;
    transition: all ease 500ms;
}
.sect_slider .flexslider .slides .caption_slide>div .btn_vermas_serv:hover{
    background: #009c75;
    transition: all ease 500ms;
}


.flex-direction-nav a {
    z-index: 9999;
}
@media(max-width: 991px){
    .sect_slider .flexslider .slides .caption_slide>div h2 {
        font-size: 14px;
    }
    .sect_slider .flexslider .slides .caption_slide>div .btn_vermas_serv {
        font-size: 12px;
        max-width: 110px;
        padding: 6px;
    }
}
@media(max-width: 991px){
    .sect_thumbs {
        margin-top: -51px;
    }
}

@media(max-width: 650px){
    #carousel li {
        width: 15% !important;
    }
    .sect_thumbs {
        margin-top: -30px;
    }
}
/*END SECTION SLIDER*/


/*----------SECTION WELCOME-----------*/
.sect_welcome{
    background: #003256;
    padding: 50px 0;
    text-align: center;
}
.sect_welcome h2{
        color: #ff5300;
    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: #009c75;
    width: 150px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 700;
    transition: all ease 500ms;
}
.btn_vermas:hover, .btn_vermas:active, .btn_vermas:focus{
    background: #000;
    color: #fff;
    transition: all ease 500ms;
}
/*.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;
}
/*--------------RESPONSIVE SECCION BIENVENIDOS-------------*/
@media(max-width: 991px){
    .list_welcome>li {
        width: 50%;
        margin-bottom: 30px;
    }  
}
@media(max-width: 600px){
    .list_welcome>li {
        width: 100%;
    }  
    .sect_welcome .box_welcome .box_header h1 {
        width: 100%;
        font-size: 22px;
    }
    .sect_welcome .box_welcome .box_header h4 {
        font-size: 13px;
    }
}
/*END RESPONSIVE*/

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


/*SECTION GALERIA RESPONSIVE*/

@media(max-width: 991px){
    .sect_galeria .box_title h1{
        font-size: 20px;
    }   
    .sect_galeria .box_title h4 {
        font-size: 15px;
    }
}



/*23-10-18*/
.list_service .owl-prev, .list_service .owl-next{
    background: #000 !important;
    transition: all ease 500ms;
}
.list_service .owl-prev:hover, .list_service .owl-next:active, .list_service .owl-next:focus .list_service .owl-next:hover,
.list_service .owl-next:focus, .list_service .owl-next:active{
    background: #003256;
    transition: all ease 500ms;
}