/**************************************************** SECTION TITLE INTERNA *********************************************/
.sect_title_interna{
    padding: 80px 0;
    position: relative;
    padding-top: 85px;
}
.sect_title_interna:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(191 195 103)),color-stop(50%,rgba(191 195 103 / 60%)),color-stop(80%,rgba(191 195 103)));
    background-image: -o-linear-gradient(to right,rgb(191 195 103) 0,rgb(191 195 103 / 60%) 49%,rgb(191 195 103 / 80%) 88%);
    opacity: 0.6;
    background: #3f9e21;
    z-index: 1;
}
/*.sect_title_interna:after{
	    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    padding: 20px 0;
    background-image: url(../../../../public/img/fondo/footer-white-waves.png);
    background-repeat: repeat-x;
    bottom: -25px;
    z-index: 1;
}*/
.row_height{
	z-index: 2;
	position: relative;
}
/**/
#carouselExampleControls{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
#carouselExampleControls .carousel-inner{
	height: 100%;
}
#carouselExampleControls .carousel-inner .carousel-item{
	height: 100%;
	background-position: center;
    background-size: cover;
}
/**/
.sect_title_interna h2{
	text-align: center;
    font-weight: 800;
    color: #fff;
}
.list_vistas{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.list_vistas>li{
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
.list_vistas>li>a{
	color: #ffc400;
	text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.list_vistas>li>a:hover{
	color: #0298d2;
	text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_title_interna {
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .sect_title_interna h2 {
        font-size: 24px;
    }
    .list_vistas>li>a{
        font-size: 13px;
    }
    .sect_title_interna {
        padding: 35px 0;
    }
}
/************************************************** SECTION TITLE INTERNA ***************************************************/

/**************************************************** SECTION SERVICIOS *****************************************************/
.sect_servicios{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.sect_servicios:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #262b2b;
    width: 100%;
    height: 60%;
}
/*****/
.box_servicio_descrip h2{
        color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Signika', sans-serif;
    letter-spacing: 4px;
}
.box_servicio_descrip p{
    color: #fff;
    font-size: 18px;
}
.box_servicio_descrip a{
    display: block;
    width: 150px;
    border-radius: 30px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: 2px solid #fff;
    margin-top: 30px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_servicio_descrip a:hover{
    background: #fff;
    color: #262b2b;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
.flex_servicios{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
/**/
.flex_servicios .flex_item{
    width: 34%;
    margin: 0 auto;
    margin-bottom: 30px;
}
/**/
.flex_servicios .flex_item img{
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    display: block;
}
.flex_servicios .flex_item h5{
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
/*****/
.sect_servicios .carousel-item{
    border: 1px solid #ededed;
}
.sect_servicios .carousel{
    margin-top: 30px;
}
/**/
.sect_servicios .carousel-control-prev{
    width: 60px;
    height: 60px;
    background: #03262c;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    left: 20px;
}
.sect_servicios .carousel-control-next{
    width: 60px;
    height: 60px;
    background: #03262c;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    right: 20px;
}
/**/
.sect_servicios .carousel-indicators{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    bottom: auto;
    margin-top: 10px;
}

.sect_servicios .carousel-indicators>li{
    width: 23%;
    height: auto;
    border: 1px solid #ededed;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.sect_servicios .carousel-indicators>li.active{
    border-color: #8ec038;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.sect_servicios .carousel-indicators>li>img{
    display: block; 
}
/**/
/*****/
@media(max-width: 991px){
    .sect_servicios{
        padding: 50px 0;
    }
    .flex_servicios{
        margin-top: 30px;
    }
    .sect_servicios:before {
        height: 80%;
    }
}
@media(max-width: 600px){
    .box_servicio_descrip h2 {
        font-size: 30px;
    }
}
@media(max-width: 500px){
    .flex_servicios .flex_item{
        width: 48%;
    }
}
/************************************************* END SECTION SERVICIOS ************************************************/