/**************************************************** 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 SERVICIO DESCRIPCIÓN ************************************************/
.sect_preguntas{
    padding: 100px 0;
}
/**/
.accordion_preguntas{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
/**/
.accordion_preguntas .item.open .link svg{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.accordion_preguntas .item .link{
    display: block;
    background: #f1f1f1;
    color: #3f9e21;
    font-weight: 600;
    padding: 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: -1px 2px 5px 1px rgb(204 204 204 / 48%);
}
.accordion_preguntas .item .link svg{
    float: right;
    color: #aac300;
    font-size: 25px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.accordion_preguntas .submenu{
    padding: 20px;
    border: 1px solid rgb(204 204 204 / 33%);
    border-top: 0;
}
.accordion_preguntas .submenu p{
    font-weight: 200;
    font-size: 16px;
}
/**/
@media(max-width: 991px){
    .sect_preguntas{
        padding: 50px 0;
    }
    .marg_top{
        margin-top: 20px;
    }
}
@media(max-width: 767px){
    .accordion_preguntas .item .link {
        font-size: 15px;
    }
}
/**************************************** END SECTION SERVICIO DESCRIPCIÓN **********************************************/