/*SECTION TITLE INTERNA*/
.sect_title_interna{
    padding: 50px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.row_height{
    height: 115px;
    align-items: flex-end;
}
.sect_title_interna h1{
    color: #fff;
    font-weight: 700;
    text-align: center;
}
@media(max-width: 991px){
    .sect_title_interna h1 {
        font-size: 30px;
    }
    .row_height {
        height: 140px;
    }
}
@media(max-width: 767px){
    .sect_title_interna h1 {
        font-size: 25px;
    }
    .row_height {
        height: 130px;
    }
    .sect_title_interna {
        padding: 20px 0;
    }
}
@media(max-width: 500px){
    .sect_title_interna h1 {
        font-size: 18px;
    }
}
/*END SECTION TITLE INTERNA*/

/*SECTION SERVICIO DESCRIPCION*/
.sect_servicio_descripcion{
    padding: 50px 0;
    background: #f1f1f1;
}
.box_servicio .box_body{
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 0px 5px #c1c1c1;
    padding: 20px;
}
.box_servicio .box_body .name{
    padding-bottom: 9px;
    border-bottom: 1px dashed #ccc;
}
.box_servicio .box_body .name h5{
    color: #000000;
    font-weight: 700;
}
.separator h6{
        margin: 20px 0;
    display: inline-block;
    background: #97BE27;
    color: #f1f1f1;
    position: relative;
    padding: 7px;
    font-weight: 600;
}
.separator h6:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -19px;
    top: 0;
    border: 0 solid transparent;
    border-bottom-width: 17px;
    border-top-width: 17px;
    border-left: 19px solid #97BE27;
}
.aspectos ul{
    list-style: none;
    padding-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    border: 1px dashed #e4e4e4;
    border-right: 0;
    border-bottom: 0;
}
.aspectos ul li{
    width: 25%;
    padding: 20px;
    text-align: center;
    color: #848484;
    border-bottom: 1px dashed #e4e4e4;
    border-right: 1px dashed #e4e4e4;
}
.aspectos ul li span img{
    width: 100%;
    max-width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.box_servicio .box_body .descrip{
    text-align: justify;
    color: #000;
}
/*ASIDE*/
.aside_servicios .aside_body{
    background: #fff;
    box-shadow: 0px 0px 5px #c1c1c1;
    padding: 20px;
}
.aside_servicios .aside_body ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.aside_servicios .aside_body ul>li{
    border-bottom: 1px solid #f1f1f1;
}
.aside_servicios .aside_body ul>li:last-child{
    border-bottom: 0;
}
.aside_servicios .aside_body ul>li a{
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    transition: all ease 500ms;
}
.aside_servicios .aside_body ul>li a:hover, .aside_servicios .aside_body ul>li a:focus,
.aside_servicios .aside_body ul>li a:active{
    color: #97BE27;
    transition: all ease 500ms;
}
.aside_servicios .aside_form{
    background: #fff;
    box-shadow: 0px 0px 5px #c1c1c1;
}
.aside_servicios .aside_form .title_form h5{
    background: #97BE27;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}
.aside_servicios .aside_form .item{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.aside_servicios .aside_form .item label{
    display: block;
    color: #222;
}
.aside_servicios .aside_form .item .input_form{
    border: 0;
    width: 100%;
}
.aside_servicios .aside_form .item .input_form:focus,.aside_servicios .aside_form .item .input_form:hover,
.aside_servicios .aside_form .item .input_form:active, .textarea_input:focus, .textarea_input:hover,
.textarea_input:active{
    outline: none;
    box-shadow: none;
}
.aside_servicios .aside_form .item .input_form::placeholder{
    font-size: 20px;
}
.textarea_input{
    min-height: 100px;
    border: 0;
    width: 100%;

}
.button_form{
    background: #97BE27;
    width: 100%;
    border: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 500ms;
}
.button_form:focus, .button_form:hover, .button_form:active{
    outline: none;
    box-shadow: none;
    background: #000;
    transition: all ease 500ms;
}

/*estilos a lista de servicios incluidos*/
.servicios_incluidos_ctn ul
{
    list-style: circle;
}

.servicios_incluidos_ctn ul li::marker
{
    color: #97BE27;
}