/********************************************* 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 74 144) 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.png);

    background-color: #004a90;

    background-size: auto 100%;

    background-position: left center;

    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: #004a90;

    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: #707070;

    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: #004a90;

    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: #15b3e6;

    -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 GALERÍA ********************************************************************************/

.sect_galeria{

    padding: 100px 0px;

    position: relative;

    overflow: hidden;

}

.sect_galeria:before{

    content: "";

    position: absolute;

    bottom: 20px;

    right: -50px;

    width: 400px;

    height: 380px;

    background-image: url(../../../../public/img/fondo/fondo-icono.png);

    background-size: 100%;

    background-repeat: no-repeat;

    opacity: .1;

}

/**/

.control, .control2 {

    font-size: 14px;

    color: #004a90 !important;

    border: 2px solid #004a90;

    font-weight: 800;

    padding: 10px 14px;

    line-height: 1.4;

    border-radius: 0 !important;

    height: auto;

    background: #ffffff;

    min-height: 57px;

}

.mixitup-control-active {

    color: #ffffff !important;

    background: #15b3e6 !important;

    transition: all ease 500ms;

    border: 2px solid #15b3e6;

}

.control:hover, .control2:hover {

    color: #ffffff !important;

    background: #15b3e6;

    border: 2px solid #15b3e6;

    transition: all ease 500ms;

}

/**/

.galeria_nav .owl-prev{

    position: absolute;

    left: -25px;

    top: 50%;

    -webkit-transform:  translate(0px, -50%);

    -ms-transform:  translate(0px, -50%);

    -o-transform:  translate(0px, -50%);

    transform:  translate(0px, -50%);

}

.galeria_nav .owl-prev svg{

    font-size: 20px;

}

.galeria_nav .owl-prev svg .fa-secondary,

.galeria_nav .owl-next svg .fa-secondary{

    color: #004a90;

}

.galeria_nav .owl-prev svg .fa-primary,

.galeria_nav .owl-next svg .fa-primary{

    color: #004a90;

}

.galeria_nav .owl-next{

    position: absolute;

    right: -25px;

    top: 50%;

    -webkit-transform:  translate(0px, -50%);

    -ms-transform:  translate(0px, -50%);

    -o-transform:  translate(0px, -50%);

    transform:  translate(0px, -50%);

}

.galeria_nav .owl-next svg{

    font-size: 20px;

}

/**/

.box_galeria{

    background: #fff;

    border-radius: 4px;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);

}

.box_galeria .box_head{

    position: relative;

}

.box_galeria .box_head span{

    position: absolute;

    top: 0;

    right: 0;

    background: #c62828;

    color: #fff;

    padding: 5px 10px;

    font-weight: 800;

}

/**/

.box_galeria .box_body{

    margin-top: -30px;

    padding: 0 20px;

    position: relative;

    z-index: 1;

}

.box_galeria .box_body img{

        border-radius: 50%;

    background: #ffdf;

    border: 2px solid #fff;

}

.box_galeria .box_body h4{

    font-weight: 600;

    font-size: 17px;

    margin-top: 20px;

}

.box_galeria .box_body p{

    color: #a5a5a5;

}

/**/

.box_galeria .box_foot{

    padding-bottom: 20px;

}

.box_galeria .box_foot a{

    display: block;

    background: #cf070f;

    padding: 15px;

    width: 100%;

    max-width: 150px;

    margin: 0 auto;

    margin-top: 25px;

    color: #fff;

    font-weight: 800;

    text-decoration: none;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_galeria .box_foot a:hover{

    background: #ecb041;

    color: #fff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

@media(max-width: 1199px){

    .control, .control2 {

        min-height: 73px;

    }

}

@media(max-width: 991px){

    .control, .control2 {

        min-height: 53px;

    }

    .sect_galeria{

        padding-top: 50px;

        padding-bottom: 50px;

    }

}

@media(max-width: 600px){

    .galeria_nav .owl-nav{

        display: -webkit-flex;

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: flex;

        flex-flow: row wrap;

        justify-content: center;

    }

    .galeria_nav .owl-prev {

        position: relative;

        left: auto;

        top: auto;

        -webkit-transform: translate(0px, 0%);

        -ms-transform: translate(0px, 0%);

        -o-transform: translate(0px, 0%);

        transform: translate(0px, 0%);

        margin-top: 20px;

        margin-right: 10px;   

    }

    .galeria_nav .owl-next {

        position: relative;

        right: auto;

        top: auto;

        -webkit-transform: translate(0px, 0%);

        -ms-transform: translate(0px, 0%);

        -o-transform: translate(0px, 0%);

        transform: translate(0px, 0%);

        margin-top: 20px; 

        margin-left: 10px;  

    }

    .content_mixitup {

        padding-top: 25px;

    }

}

/************************************************************************** END SECTION GALERÍA *****************************************************************************/



.sect_services{

    padding: 50px 0;

}





.sect_services .sect_services_conte{

    margin-bottom: 25px;

}

.sect_services .sect_services_conte a{

    text-decoration: none;

}

.sect_services .sect_services_footer{

    padding: 20px;

    background: #f7f7f7;

    box-shadow: 0px 0px 4px 0px #afafaf;

}

.sect_services .sect_services_footer h2{ 

    text-align: center;

    font-size: 15px;

    margin: 0;

    color: #00408a;

}



.sect_services_conte .sect_services_body {

    position: relative;

    overflow: hidden;

}

.sect_services_conte .sect_services_body .second-img {

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

}

.sect_services_conte:hover .sect_services_body .second-img{

    opacity: 1;

    visibility: visible;

}

.sect_services_conte .sect_services_body span {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    margin: 0 auto;

    background: #ffffff;

    max-width: 120px;

    padding: 5px;

    text-align: center;

    color: #00408a;

    font-weight: 700;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -ms-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

}

.sect_services_conte:hover .sect_services_body span{

    opacity: 1;

    visibility: visible;

}

.sect_services_body span:hover{

    background: #00408a;

    color: #ffffff;

}
.escogernos_title h2{
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #00408a;
    font-weight: 800;
}
@media(max-width: 991px){
    .escogernos_title h2{
        font-size: 20px;
    }
}