/*SECTION SLIDER*/
.sect_slider_main{
    overflow: hidden;
    position: relative;
}
.carousel-item {
    height: 90vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.sect_slider_main .carousel-control-prev-icon, .sect_slider_main .carousel-control-next-icon {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: auto;
    display: block !important;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 !important;
}

.sect_slider_main .carousel-control-prev-icon, .sect_slider_main .carousel-control-next-icon {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: auto;
    display: block !important;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 !important;
}
/*PREV*/
.carousel-control-prev {
    left: 0;
    background: transparent;
    height: 110px;
    width: 75px;
    align-items: normal;
    top: 50%;
    transform: matrix(1, 0, 0, 1, 0, -55);
}
.carousel-control-prev-icon{
    position: relative
}
.carousel-control-prev .carousel-control-prev-icon:before{
    content: "\f104";
    font-family: "FontAwesome";
    display: block;
    background: #005c9c;
    color: #ffffff;
    width: 47px;
    height: 111px;
    text-align: center;
    line-height: 111px;
    top: -1px;
    position: absolute;
    font-size: 30px;
    transition: all ease 500ms;
}
.carousel-control-prev .sr-only {
    width: 30px;
    height: 110px;
    position: absolute;
    top: 0px;
    right: 0;
    clip: unset;
    background: #ffffff;
}
.carousel-control-prev .sr-only:before{
    content: "Anterior";
    right: 0;
    color: #afafaf;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 24%;
    width: 100%;
    height: 30px;
    font-weight: 700;
    line-height: 2;
    transform: rotate(-90deg);
}
.carousel-control-prev:hover .carousel-control-prev-icon:before {
    width: 102%;
    transition: all ease 500ms;
}
/*NEXT*/
.carousel-control-next {
    right: 0;
    background: transparent;
    height: 110px;
    width: 75px;
    align-items: normal;
    top: 50%;
    transform: matrix(1, 0, 0, 1, 0, -55);
}
.carousel-control-next .carousel-control-next-icon:before {
    content: "\f105";
    font-family: "FontAwesome";
    display: block;
    background: #005c9c;
    color: #ffffff;
    width: 47px;
    height: 111px;
    text-align: center;
    line-height: 111px;
    top: -1px;
    position: absolute;
    right: 0;
    font-size: 30px;
    transition: all ease 500ms;
}
.carousel-control-next .sr-only {
    width: 30px;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 0;
    clip: unset;
    background: #ffffff;
}
.carousel-control-next .sr-only:before {
    content: "Siguiente";
    left: 0;
    color: #afafaf;
    display: block;
    text-align: center;
    width: 110px;
    position: absolute;
    line-height: 2;
    top: 24%;
    width: 100%;
    height: 30px;
    font-weight: 700;
    transform: rotate(90deg);
}
.carousel-control-next:hover .carousel-control-next-icon:before {
    width: 102%;
    transition: all ease 500ms;
}
/*CAPTION SLIDER*/
.slide_caption{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* right: 0; */
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: left;
}
.slide_caption>div{
    width: 50%;
    margin-left: 10%;
    /*margin-top: 5%;*/
}
.slide_head{
    text-align: left;
    overflow: hidden;
}
.slide_caption .slide_head h1{
    color: #ffff;
    font-weight: 700;
    font-size: 70px;
    line-height: 0.8;
}
.carousel-indicators {
    bottom: 20%;
    padding-left: 0;
    width: 300px;
    margin-right: auto; 
    margin-left: 2%;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border: 2px solid #00c2bd;
}
.carousel-indicators .active {
    background-color: #00c3c0;
}



.slide_caption .slide_head h5{
    color: rgb(0, 185, 194);
    font-size: 35px;
    font-weight: 700;
}
.slide_caption .slide_head h6 {
    color: #fff;
    font-size: 16px;
}
.delay-1{
    animation-delay: 1s;
}
.delay-2{
    animation-delay: 2s;
}
.delay-3{
    animation-delay: 3s;
}
.delay-4{
    animation-delay: 4s;
}
.delay-5{
    animation-delay: 5s;
}
.delseay-6{
    animation-delay: 6s;
}

@media(min-width: 1500px){
    .caption_slider h1{
        font-size: 50px;
    }
}

@media(max-width: 991px){
    .caption_slider h1 {
        font-size: 30px;
    }
    .slide_caption .slide_head h1 {
        font-size: 60px;
    }
    .slide_caption .slide_head h5 {
        font-size: 25px;
    }
    .slide_caption .slide_head h6 {
        font-size: 13px;
    }
    .slide_caption>div {
        margin-left: 15%;
    }
    .carousel-control-prev .carousel-control-prev-icon:before {
        width: 30px;
    }
    .carousel-control-prev .sr-only {
        right: 13px;
    }
}
@media(max-width: 767px){
    .slide_caption>div {
        width: 70%;
        margin: 0 auto;
    }
    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }
    .slide_head {
        text-align: center;
    }
    .carousel-indicators {
        width: 100%;
    }
}

/*SECTION NUESTROS ESPECIALISTAS*/
.sect_our_especialistas{
    background: #005b9c;
    position: relative;
}
.sect_our_especialistas:before{
    content: "";
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../../../../public/img/fondo/bottom_fondo2.png);
    background-size: 100% 100%;
}
.sect_our_especialistas:after{
    content: "";
    position: absolute;
    bottom: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../../../../public/img/fondo/top_fondo2.png);
    background-size: 100% 100%;
    z-index: 1;
}
.box_testimonio .box_body center{
    color: #fff;
}
/*SECTION SERVCIOS*/
.sect_servicios .banner_absolute{
    position: relative;
}
.sect_servicios .banner_absolute:before{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1cc8c4;
    opacity: .4;
}
.caption_banner{
    position: absolute;
    top: 0;
    left: 5%;
    width: 500px;
    height: 100%;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.sect_servicios .caption_banner>div h2{
    color: #005c9c;
    font-weight: 700;
    font-size: 65px;
}
.sect_servicios .caption_banner>div p{
    color: #000;
    font-weight: 600;
}
.sect_servicios .caption_banner>div h5{
    color: #005c9c;
    font-weight: 700;
}
.sect_servicios .btn_ver_mas{
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    background: #005c9c;
    padding: 10px;
    font-weight: 700;
    border: 2px solid #005c9c;
    border-radius: 25px;
    transition: all ease 500ms;
}
.sect_servicios .btn_ver_mas:hover,
.sect_servicios .btn_ver_mas:active,
.sect_servicios .btn_ver_mas:focus{
    background: transparent;
    color: #005c9c;
    text-decoration: none;
    transition: all ease 500ms;
}
.sect_servicios_items{
    margin-bottom: 150px;
}
.box_item_servicio .box_head{
    overflow: hidden;
}
.box_item_servicio .box_head img{
    transition: all ease 500ms;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.box_item_servicio:hover .box_head img{
    transition: all ease 500ms;
    transform: scale(1.2);
}

.box_item_servicio .box_body{
    background: #00c2bf;
    padding: 20px;
    text-align: center;
}
.box_item_servicio .box_body h3 a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}
.servicios .owl-nav [class*=owl-]{
    background: #005c9c;
}
.servicios .owl-nav [class*=owl-]:hover {
    background: #00c2bf;
    transition: all ease 500ms;
}


@media(max-width: 991px){
    .box_item_servicio .box_body h3{
        font-size: 18px;
    }
}

@media(max-width: 767px){
    .sect_servicios_items {
        margin-top: 0;
    }
    .sect_servicios .banner_absolute {
        padding: 50px 0;
        padding-top: 100px;
    }
    .sect_servicios .caption_banner>div h2 {
        font-size: 30px;
    }
    .caption_banner {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
        padding: 50px;
        background: #343434;
    }
    .sect_servicios .caption_banner>div h5 {
        color: #ffffff;
        font-size: 16px;
    }
    .sect_servicios .btn_ver_mas {
        margin: 0 auto;
    }
}


/*SECTION CLASES*/
.sect_clases{
    padding: 50px 0;
    position: relative;
    background: #005c9c;
}
.sect_clases:before{
    content: "";
    position: absolute;
    top: -119px;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url(../../../../public/img/fondo/top_fondo_purple.png);
    background-size: 100% 100%;
}
.box_curso .box_head{
    /*border: 2px solid #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;*/
}
/*.box_curso .box_head:after{
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: white;
    left: -2px;
    padding: 2px;
    top: -2px;
    transition: transform 0.2s ease 0s,opacity 0.3s ease 0s;
    z-index: 1;
    opacity: 0;
    transform: scale(1.3);
}*/
.box_curso:hover .box_head:after{
    opacity: 1;
    transform: scale(1);
}
.box_curso .box_head img{
    width: 100%;
    /*max-width: 120px;
    display: block;
    margin: 0 auto;*/
}
.box_curso:hover .box_head .img_wh{
    opacity: 0;
}
.box_curso .box_head .img_bl{
    position: absolute;
    width: 100%;
    max-width: 120px;
    z-index: 5;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    margin-top: 2px;
    transform: translateY(-50%) scale(0);
    transition: all ease 400ms;
}
.box_curso:hover .box_head .img_bl{
    transform: translateY(-50%) scale(1);
}

.box_curso .box_body h5{
        color: #fff;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.box_curso .box_body p{
    color: #fff;
    text-align: justify;
}
.btn_vermas_taller{
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 25px;
    margin-top: 40px;
    color: #005c9c;
    font-weight: 700;
    border: 2px solid #fff;
    transition: all ease 500ms; 
}
.btn_vermas_taller:hover,
.btn_vermas_taller:active,
.btn_vermas_taller:focus{
    background: transparent;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
    transition: all ease 500ms;
}

/*SECTION BANNER*/
.sect_banner{
    background-image: url(../../../../public/img/nosotros/vitaminax.jpg);
    background-size: cover;
    padding: 100px 0;
    background-position: center;
    position: relative;
}
.sect_banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00c2bd;
    opacity: 0.2;
}
.box_banner h2{
    color: #005c9c;
    font-size: 50px;
    font-weight: 700;
}
.box_banner h4{
    color: #000000;
    font-weight: 600;
}
.box_banner p{
        color: #fff;
    font-weight: 600;
}
.box_banner .btn_ver_mas{
    display: block;
    width: 200px;
    text-align: center;
    background: #00b9c2;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #00b9c2;
    border-radius: 25px;
    text-decoration: none;
    transition: all ease 500ms;
}
.box_banner .btn_ver_mas:hover,
.box_banner .btn_ver_mas:active,
.box_banner .btn_ver_mas:focus{
    text-decoration: none;
    background: #fff;
    color: #00b9c2;
    transition: all ease 500ms;
}
@media(max-width: 767px){
    .box_banner h2 {
        font-size: 35px;
    }
    .box_banner h4 {
        font-size: 18px;
    }
    .box_banner p {
        font-size: 13px;
    }
}
/**/

/*SECTION TESTIMONIO*/
.sect_testimonio{
    padding: 50px 0;
    padding-bottom: 70px;
    background: #00c2bf;
}
.title_testimonio h2{
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.title_testimonio h2 span img{
    width: 60px;
    vertical-align: middle;
}
.box_testimonio .box_head img{
    width: 70% !important;
    margin: 0 auto;
    border-radius: 50%;
}
.box_testimonio .box_body h5{
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
}
.box_testimonio .box_body p{
    color: #fff;
    text-align: justify;
}
.heart_move{
    animation: heart 2s infinite alternate;
}

@keyframes heart{
    from{
        transform: scale(1) translate(0px,0px);
    }
    to{
        transform: scale(0.8) translate(-5px,-30px) rotate(-10deg);
    }
}

@media(max-width: 991px){
    .title_testimonio h2 {
        font-size: 25px;
    }
    .title_testimonio h2 span img {
        width: 40px;
    }
}
@media(max-width: 500px){
    .title_testimonio h2 span{
        display: block;
        margin-bottom: 20px;
    }
}