/************************ SECTION TITLE INTERNA **************************/

.sect_title_interna{

	padding: 80px 0;

	background-image: url(../../../../public/img/fondo/fondo-title-planes.jpg);

	background-position: center 74%;

	background-size: cover;

	position: relative;

}

.sect_title_interna:before{

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: #000;

	opacity: .6;

}

.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 BENEFICIOS ************************************/
.section_beneficios{
    padding: 50px 0px;
}
.contenedor_title_bene h2{
    font-size: 22px;
    font-weight: 700;
}
.contenedor_title_bene p{
    margin: 0;
}
.accordion {
  /*max-width: 900px;*/
  margin: 40px auto;
  /*padding: 0 20px;*/
  details:first-child {
    border-top: 1px solid grey;
  }
  details {
    border-bottom: 1px solid grey;
    padding: 10px 0;
    summary {
      padding: 7px 0 4px 0;
      cursor: pointer;
      font-weight: bold;
      span {
        margin-left: 8px;
      }
    }
    summary::marker {
      margin-right: 20px !important;
      left: -20px;
      display: none;
    }
    .answer {
      padding: 20px 0 0 0;
      p:last-child {
        padding-bottom: 6px;
      }
    }
  }
}

/* Demo Styles */
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  line-height: 1.5;
}

.accordion details summary{
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -10px #000000;
}
.accordion details p{
    padding: 20px 10px;
    margin: 0;
}
.accordion details{
    margin-bottom: 10px;
}
.accordion details summary::marker{
  content: "✔";
  display: list-item;
  color: #24a3d8;
}
.accordion details summary span{
  margin-left: 10px;
}
/**************************** END SECTION BENEFICIOS *******************************/

