/********************************************* 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 63 110) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);
    background-image: linear-gradient(to right,rgb(0 63 110) 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: #003F6E;
    background-size: cover;
    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: #003F6E;
    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 NOSOTROS **************************************************/
.sect_nosotros{
    padding: 100px 0;
}
/*****/
.box_nosotros .box_body p{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
/**/

/*****/
.img_nosotros{
    height: 100%;
    width: 100%;
}
.img_nosotros img{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}

.lgb{
    padding: 50px 0;
}

.lgb ul{
    list-style: square;
}

.lgb ul li{
    font-size: 18px;
}

.lgb ul li::marker{
    color: #003F6E;
}

/**/
@media(max-width: 1199px){
    .box_nosotros .box_head .title_general h2 {
        font-size: 50px;
    }
}
@media(max-width: 991px){
    .sect_nosotros{
        padding: 50px 0;
    }
    .box_nosotros{
        margin-bottom: 50px;
    }
}
@media(max-width: 767px){
    .box_nosotros .box_head .title_general h2 {
        font-size: 40px;
    }
    .box_nosotros .title_general h4 {
        font-size: 17px;
    }
    .box_nosotros .box_body p {
        font-size: 16px;
    }
}
@media(max-width: 580px){
    .box_nosotros .box_head .title_general h2 {
        font-size: 30px;
    }
}
/******************************************** END SECTION NOSOTROS *********************************************/


/****************************************** SECTION MISIÓN - VISIÓN ***********************************************/

/****/
.flex_contactanos{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
/******/
.flex_contactanos .flex_left{
    width: 50%;
    background-image: url(../../../../public/img/fondo/fondo-contacto1.jpg);
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.flex_contactanos .flex_left:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003F6E;
    opacity: .9;
    z-index: -1;
}
.flex_contactanos .flex_left .content_contact{
    width: 100%;
    max-width: 560px;
    padding-right: 50px;
    margin-left: auto;
    position: relative;
}
.flex_contactanos .flex_left .content_contact svg{
        position: absolute;
    top: 15px;
    left: -79px;
    color: #fff;
    font-size: 170px;
    opacity: .4;
}
.flex_contactanos .flex_left .content_contact h2{
    color: #fff;
    font-weight: 800;
    font-size: 45px;
}
.flex_contactanos .flex_left .content_contact p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
/**/
/******/
.flex_contactanos .flex_right{
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-image: url(../../../../public/img/fondo/fondo-contacto2.jpg);
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.flex_contactanos .flex_right:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25b3ea;
    opacity: .9;
    z-index: -1;
}
.flex_contactanos .flex_right .content_contact{
    width: 100%;
    max-width: 600px;
    margin-left: 50px;
    position: relative;
    padding-right: 50px;
}
/**/
.flex_contactanos .flex_right .content_contact svg{
        position: absolute;
    top: -30px;
    left: -29px;
    color: #fff;
    font-size: 200px;
    opacity: .4;
}
.flex_contactanos .flex_right .content_contact h2{
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}
.flex_contactanos .flex_right .content_contact p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
/**/
@media(max-width: 1199px){
    .flex_contactanos .flex_left .content_contact {
        max-width: 460px;
    }
}
@media(max-width: 991px){
    .flex_contactanos .flex_left {
        width: 100%;
    }
    .flex_contactanos .flex_right {
        width: 100%;
    }
    .flex_contactanos .flex_left .content_contact {
        max-width: 690px;
        margin: 0 auto;
    }
    .flex_contactanos .flex_left .content_contact svg {
        top: 15px;
        right: 10px;
        left: auto;;
        font-size: 200px;
    }
    .flex_contactanos .flex_right .content_contact {
        max-width: 690px;
        margin: 0 auto;
    }
}
@media(max-width: 767px){
    .flex_contactanos .flex_left .content_contact {
        max-width: 542px;
        padding: 0 15px;
    }
    .flex_contactanos .flex_right .content_contact {
        max-width: 542px;
        padding: 0 15px;
    }
}
@media(max-width: 580px){
    .flex_contactanos .flex_left .content_contact svg {
        bottom: -90px;
        top: auto;
        font-size: 200px;
    }
    .flex_contactanos .flex_right .content_contact svg {
        top: auto;
        bottom: -109px;
        left: 0;
    }
}
/**************************************** END SECTION MISIÓN - VISIÓN *********************************************/

/************************************************* SECTION EQUIPO *************************************************/
.sect_equipo{
    padding-bottom: 150px;
}
/*****/
.box_doctores{
    margin: 20px;
    box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.1);
    padding: 20px 15px;
        margin-top: 0;
    background-color: #FFFFFF;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_doctores:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);
}
/**/
.box_doctores .box_head{
    position: relative;
}
.box_doctores .box_head img{
    position: relative;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    width: 70% !important;
    display: block;
    margin: auto;
}
.box_doctores: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;
}
/**/
.box_doctores .box_body{
    text-align: center;
    padding: 20px 0;
}
.box_doctores .box_body span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #fff;
    display: block;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.1);
    background: #003F6E;
    position: relative;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
}
.box_doctores .box_body span svg{
    color: #fff;
}
.box_doctores .box_body h5{
    font-weight: 600;
    color: #003F6E;
}
.box_doctores .box_body h6{
    font-weight: 600;
    color: #2fbbea;
    min-height: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*****/
.equipo .owl-stage-outer{
    padding: 30px 0;
    padding-top: 0;
}
/**/
.equipo .owl-nav [class*=owl-] {
    background: #003F6E;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.equipo .owl-nav [class*=owl-]:hover {
    background: #90c23a;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*********************************************** END SECTION EQUIPO ***********************************************/