/*SECTION SLIDER*/
.sect_slider_main{
    overflow: hidden;
    position: relative;
}
.carousel-item {
    height: 100vh;
    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
    width: 100%;
}
.carousel-control-prev .carousel-control-prev-icon:before{
    content: "\f104";
    font-family: "FontAwesome";
    display: block;
    background: #004f88;
    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: #004982;
    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: 111px;
    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: #004f88;
    font-weight: 700;
    font-size: 100px;
}
.carousel-indicators {
    bottom: 5%;
    padding-left: 0;
    width: 300px;
    margin-right: auto; 
    margin-left: 0;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border: 2px solid #004f88;
}
.carousel-indicators .active {
    background-color: #004f88;
}



.slide_caption .slide_head h5{
    color: rgb(0, 185, 194);
    font-size: 40px;
    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;
}
/*****/
#demo2{
    display: none;
}
/*****/

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

@media(max-width: 991px){
    .caption_slider h1 {
        font-size: 30px;
    }
    .carousel-item {
        height: auto;
    }
    .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;
    }

    #demo{
        display: none;
    }
    #demo2{
        display: block;
    }
}
@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 PRODUCTOS ****************************************/
.sect_productos{
    padding: 100px 0;
    padding-top: 0;
}
/*****/
.box_producto{
    margin-bottom: 40px;
    box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.1);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto: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%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_producto .box_body h4{
        font-weight: 700;
    text-align: center;
    color: #004f88;
    margin-top: 10px;
    font-size: 22px;
    padding: 0 10px;
    min-height: 50px;
}
.box_producto .box_body p{
    text-align: center;
    font-weight: 300;
    color: #868686;
}
/**/
.box_producto .box_foot{
    padding-bottom: 30px;
}
.box_producto .box_foot a{
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    background: #91c11d;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_producto .box_foot a:hover{    
    background: #004f88;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
.box_producto_descrip .box_body{
    margin-top: 25px;
}
.box_producto_descrip .box_body h4{
    font-size: 20px;
    font-weight: 700;
    color: #ac8c2f;
}
.box_producto_descrip .box_body h6{
    font-weight: 700;
}
.box_producto_descrip .box_body p{
    font-weight: 100;
    font-size: 16px;
}
.box_producto_descrip .box_body ul>li{
    font-weight: 300;
    font-size: 16px;
}
/*****/
.modal .modal-header{
    background: #57905c;
    color: #fff;
}
.modal .close {
    color: #fff;
    opacity: .5;
    font-size: 30px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.modal .close:focus{
    outline: none;
}
.modal .close:hover{
    opacity: 1;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
/*****/
.modal .modal-header{
    background: #004f88;
    color: #fff;
}
.modal .modal-header h5{
    font-weight: 700;
}
.modal .close {
    color: #fff;
    opacity: .5;
    font-size: 30px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.modal .close:focus{
    outline: none;
}
.modal .close:hover{
    opacity: 1;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
.input_contact {
    height: 45px;
    border-radius: 16px;
    margin-bottom: 10px;
    font-style: italic;
    background: rgb(237, 237, 237);
}
.textarea_contact {
    min-height: 120px;
    border-radius: 16px;
    font-style: italic;
    background: rgb(237, 237, 237);
}

.input_contact::placeholder,
.textarea_contact::placeholder{
    font-size: 14px;
} 

.btn_enviar{
        display: block;
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
    background: #91c11d;
    border: 0;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_enviar:hover,
.btn_enviar:active,
.btn_enviar:focus{
    background: #004f88;
    color: #fff;
    outline: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
/***********************************************  END SECTION PRODUCTOS *************************************************/


/*SECTION NUESTROS ESPECIALISTAS*/
.sect_our_especialistas{
    background: #004f88;
    position: relative;
}
.sect_our_especialistas:before{
    content: "";
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    -webkit-mask-image: url(../../../../public/img/fondo/bottom_fondo2.png);
    background-color: #004f88;
       -webkit-mask-size: cover;
    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);*/
    -webkit-mask-image: url(../../../../public/img/fondo/top_fondo2.png);
    background-color: #004f88;
    -webkit-mask-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1;
}
.box_testimonio .box_body center{
    color: #fff;
}
/*SECTION SERVCIOS*/
.sect_servicios{
    padding-bottom: 0px;
}
.sect_servicios .banner_absolute{
    position: relative;
}
.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: #004f88;
    font-weight: 700;
    font-size: 65px;
}
.sect_servicios .caption_banner>div h5{
    color: #565656;
    font-weight: 700;
}
.sect_servicios .btn_ver_mas{
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    background: #004f88;
    padding: 10px;
    font-weight: 700;
    border: 2px solid #004f88;
    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: #004f88;
    text-decoration: none;
    transition: all ease 500ms;
}
.sect_servicios_items{
    margin-top: -50px;
    margin-bottom: 150px;
}
.box_item_servicio .box_head{
    overflow: hidden;
}
.box_item_servicio .box_head img{
    transition: all ease 500ms;
}
.box_item_servicio:hover .box_head img{
    transition: all ease 500ms;
    transform: scale(1.2);
}

.box_item_servicio .box_body{
    background: #00b9c2;
    padding: 20px;
    text-align: center;
}
.box_item_servicio .box_body h3 a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
@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: 100px 0;
    padding-top: 0px;
    position: relative;
    /*background: #004f88;*/
}
/*.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-shadow: 0px 0px 5px #ccc;
    margin-bottom: 30px;
}
.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{
    padding: 15px;
    padding-bottom: 0;
}
.box_curso .box_body h5{
    color: #004f88;
    margin-top: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    min-height: 45px;
}

.box_curso .box_body p{

    color: #004f88;

    text-align: justify;

}

.box_curso .box_foot{
    padding-bottom: 15px;
}
.btn_vermas_proceso{

    display: block;

    text-align: center;

    width: 150px;

    margin: 0 auto;

    padding: 10px;

    background: #91c11d;

    border-radius: 25px;

    margin-top: 40px;

    color: #fff;

    font-weight: 700;

    border: 2px solid #fff;

    transition: all ease 500ms; 

}

.btn_vermas_proceso:hover,

.btn_vermas_proceso:active,

.btn_vermas_proceso:focus{

    background: #004e8b;

    text-decoration: none;

    color: #fff;

    border-color: #004e8b;

    transition: all ease 500ms;

}

/*SECTION BANNER*/
.sect_banner{
    background-image: url(../../../../public/img/fondo/contacto-title-interna.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: #004f88;
    opacity: 0.6;
}
.box_banner h2{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.box_banner h4{
    color: #91c11d;
    font-weight: 600;
}
.box_banner p{
    color: #fff;
}
.box_banner .btn_ver_mas{
    display: block;
    width: 200px;
    text-align: center;
    background: #91c11d;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #91c11d;
    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: #91c11d;
    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;
    }
}
/**/
.sect_mapa{
    position: relative;
}
/*SECTION TESTIMONIO*/
.sect_testimonio{
    padding: 50px 0;
    background: #004f88;
}
.title_testimonio h2{
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.title_testimonio h2.blue{
    color: #004f88;
}
.title_testimonio h2 span img{
    width: 60px;
    vertical-align: middle;
}
.box_testimonio .box_head img{
    /*width: 70% !important; */
    /* margin: 0 auto; */
    border-radius: 5px;
}
.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;
    }
}