/********************************************* SECTION TITLE INTERNA ****************************************************/
.section_title_interna .carousel-item{
    height: calc(55vh);
    background-size: cover;
    background-position: center;
}
.section_title_interna .carousel-inner{
    position: relative;
}
/*.section_slider .carousel-inner .carousel-item.active{
    animation: imgzoom 9s infinite alternate;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}*/

@keyframes imgzoom{
    from{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.section_title_interna .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,61,144,.9)),color-stop(50%,rgba(0,153,125,.6)),color-stop(60%,rgba(0,0,0,.15)));
    background-image: -o-linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);
    background-image: linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);
    opacity: 1;
    z-index: 1;
}
/*******/
.arrastre_hormiga{ 
        background-image: url(../../../../public/img/fondo/img-arrastre.jpg);
    background-color: #223a66;
    background-size: 30%;
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
.arrastre_hormiga:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #223a66;
    opacity: .5;
}
/**/
.arrastre_hormiga .title_arraste{
    margin-right: 30px;
    margin-bottom: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
/**/
.arrastre_hormiga .list_arrastre{
    position: relative;
    color: #222222;
    margin: 0 26px 0 0;
    padding: 50px 60px;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.arrastre_hormiga .list_arrastre:before{
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
    z-index: -1;
}
/**/
.arrastre_hormiga .list_arrastre>li a{
    color: #39c7ff;
    font-weight: 600;
    text-decoration: none;
    display: block;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.arrastre_hormiga .list_arrastre>li a:hover{
    color: #8ec038;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.arrastre_hormiga .list_arrastre .curves {
    position: absolute;
    top: 0;
    height: 100%;
}
.arrastre_hormiga .list_arrastre .curves.left {
    left: 0;
}
.arrastre_hormiga .list_arrastre .curves:before,
.arrastre_hormiga .list_arrastre .curves:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#558dca), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
}
.arrastre_hormiga .list_arrastre .curves:after {
    -webkit-transform: skewX(-24deg) rotate(180deg);
    -ms-transform: skewX(-24deg) rotate(180deg);
    transform: skewX(-24deg) rotate(180deg);
}
.arrastre_hormiga .list_arrastre .curves.left:before {
    left: -8px;
    width: 20px;
}
.arrastre_hormiga .list_arrastre .curves.left:after {
    left: 12px;
    width: 8px;
}
.arrastre_hormiga .list_arrastre .curves.right {
    right: 0;
}
.arrastre_hormiga .list_arrastre .curves.right:before {
    left: -20px;
    width: 20px;
}
.arrastre_hormiga .list_arrastre .curves.right:after {
    left: 0;
    width: 8px;
}
.arrastre_hormiga .list_arrastre li.separator {
    margin: 0 5px;
}
/**/
@media(max-width: 991px){
    .arrastre_hormiga .title_arraste {
        font-size: 30px;
    }
    .section_title_interna .carousel-item {
        height: calc(30vh);
    }
}
@media(max-width: 767px){
    .arrastre_hormiga .list_arrastre {
        font-size: 14px;
        padding: 50px 43px;
    }
    .arrastre_hormiga .title_arraste {
        font-size: 25px;
    }
}
@media(max-width: 580px){
    .arrastre_hormiga .list_arrastre{
        display: none;
    }
    .arrastre_hormiga{
        padding: 50px 0;
    }
}
/********************************************* SECTION TITLE INTERNA ****************************************************/

/********************************************** SECTION SERVICIO DESCRIPCIÓN **********************************************/
.sect_servicio_descrip{
    padding: 100px 0;
    padding-bottom: 150px;
}
/*****/
.servicios_all .owl-nav [class*=owl-]{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background: #223a66;
    font-size: 25px;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.servicios_all .owl-nav [class*=owl-]:hover{
    background-color: #39c7ff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.servicios_all .owl-nav .owl-prev{
    left: 20px;
}
.servicios_all .owl-nav .owl-next{
    right: 20px;
}
/*****/
.box_servicio_descrip_descrip>.box_body{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);
}
.box_servicio_descrip_descrip .box_body .nav-tabs .nav-item {
    margin-bottom: 0px;
}
.box_servicio_descrip_descrip .box_body .nav-tabs .nav-link {
    border: 1px solid transparent;
    border: 1px solid #ebedf2;
    padding: 10px 40px;
    background: rgba(218, 218, 218, 0.47843137254901963);
    color: #000;
    font-weight: 800;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_servicio_descrip_descrip .box_body .nav-tabs .nav-item.show .nav-link,
.box_servicio_descrip_descrip .box_body .nav-tabs .nav-link.active {
    color: #8ec038;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.content_descrip, .content_pasos{
    padding: 20px;
}
.content_descrip h4{
    color: #000;
    font-weight: 800;
    font-size: 20px;
}
.content_descrip p{
    text-align: justify;
    line-height: 1.7;
    color: #888;
}
.content_pasos>ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.content_descrip a{
    display: block;
    margin-bottom: 20px;
    color: #888;
    font-weight: 500;
    text-decoration: none;
}
/**/
.content_descrip a>svg .fa-secondary,
.content_pasos ul>li>svg .fa-secondary{
    color: #000;
    opacity: 1;
}
.content_descrip a>svg .fa-primary,
.content_pasos ul>li>svg .fa-primary{
    color: #8ec038;
}
/**/
.content_pasos ul>li{
    color: #888;
}
/**/
.content_galeria{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px;
}
.content_galeria .item{
    width: 49%;
    margin-bottom: 15px;
}
.content_galeria .item .box_galeria .box_head{
    position: relative;
    overflow: hidden;
}
.content_galeria .item .box_galeria .box_head img{
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.content_galeria .item .box_galeria:hover .box_head img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.content_galeria .item .box_galeria .box_body h6{
    background: #c62828;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}
/*****/
.list_service{
    list-style: none;
    padding-left: 10px;
}
/*****/
@media(max-width: 991px){
    .box_servicio_descrip_descrip{
        margin-bottom: 20px;
    }
}
@media(max-width: 500px){
    .box_servicio_descrip_descrip .box_body .nav-tabs .nav-item {
        width: 100%;
    }
}
/******************************************** END SECTION SERVICIO DESCRIPCIÓN ********************************************/

/********************************************** SECTION ASIDE *************************************************/
.aside_more_servicio_descrip {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 20px;
    background: #223a66;
}
.aside_more_servicio_descrip .more_servicio_descrip_head{
    padding: 20px;
    padding-bottom: 0;
}
.aside_more_servicio_descrip .more_servicio_descrip_head h4{
    font-weight: 600;
    font-size: 20px;
    color: white;
}
.line_design{
    margin-top: 0;
    position: relative;
}
.line_design:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #8ec038;
}
/**/
.aside_more_servicio_descrip .more_servicio_descrip_body{
    padding: 20px;
    padding-top: 0;
}
.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a:hover{
    color: #8ec038;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li:last-child>a{
    border-bottom: 0;
}
.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a svg{
    color: #000;
    font-size: 10px;
}
.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a svg .fa-secondary{
    color: #8ec038;
}
.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a svg .fa-primary{
    color: #8ec038;
}
/*****/
.box_form_contact{
    box-shadow: 0 15px 50px 0 rgba(0,0,0,.07);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 40px 20px 40px 20px;
    overflow: visible;
}
/**/
.title_form_h6{
    color: #223a66;
    font-size: 18px;
    font-weight: 600;
}
.title_form_h3{
    color: #223a66;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.title_form_h3 span{
    color: #39c7ff;
}
/*****/
.box_form_contact .select_form{
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.box_form_contact .select_form:focus,
.box_form_contact .select_form:active{
    outline: none;
    box-shadow: none;
}
.box_form_contact .input_text{
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.box_form_contact .input_text:focus,
.box_form_contact .input_text:active{
    outline: none;
    box-shadow: none;
}
.box_form_contact .input_textarea{
    width: 100%;
    display: block;
    min-height: 100px;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.box_form_contact .input_textarea:focus,
.box_form_contact .input_textarea:active{
    outline: none;
    box-shadow: none;
}
/**/
.box_form_contact button.btn_enviar{
    width: 100%;
    display: block;
    position: relative;
    background-color: #272F4C;
    padding: 17px 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.4px;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_form_contact button.btn_enviar:before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #39c7ff;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.box_form_contact button.btn_enviar:hover:before{
    width: 200%;
    height: 500px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_form_contact button.btn_enviar:hover{
    background-color: rgba(39, 47, 76, 0.1);
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_form_contact button.btn_enviar:focus{
    outline: none;   
}
/*****/

/******************************************** END SECTION ASIDE ***********************************************/