 /* header */
 #subproducto-header .top{
   background-color: #2f5595;
	 padding: 8px 0;
 }

 #subproducto-header .subproducto-title{
	 font-weight: 600;
	 font-size: 24px;
	 text-align: left;
	 color: #fff;
 }
 #subproducto-header .bottom{
   padding: 12px;
   background-size: cover;
 }
 #subproducto-header .bottom .block{
   display: flex;
	 justify-content: space-between;
 }

 #subproducto-header .bottom .nav-link{
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #fff;
 }

 #subproducto-header .bottom .nav-link:hover{
   color: #bac7dc;
 }

 #subproducto-header .bottom .btn{
   font-family: 'Open Sans';
	 font-weight: 700;
	 font-size: 16px;
	 text-align: center;
   padding: 8px 12px;
	 margin-left: 10px;
 }

 #subproducto-header .btn-danger{
  background: #da291c;
 }

 #subproducto-header .bottom .btn-light{
   color: #0E3966;
 }

 /* Advanatges */

 #ventajas {
 	 background-color: #DFE2ED80;
 }
.advantages__item{
    padding: 24px;
    display: flex;
    align-items: center;
    border: 1px solid #D5D9E2;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
    cursor: pointer;
    justify-content: space-between;
}
.advantages__item .advantages__text{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #0E3966;
    margin: 0;
    max-width: 80%;
}

.advantages__item .advantages__icon{
    height: 24px;
    width: 24px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0.2s;
}

.advantages__item .advantages__angle{
    height: 15px;
    width: 15px;
    margin-left: 30px;
}

#ventajas .advantages__title{
  font-family: Open Sans;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0px;
 color: #0E3966;
    margin-bottom: 40px;
    text-align: left;
}

.multiline-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#ventajas .advantages__item:nth-child(even){margin-left:0;}
#ventajas .advantages__item:nth-child(odd){margin-right:0;}

.news-cards{
  display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: left;
	gap: 30px;
}

.news-cards .card{
	width: 440px;
	min-height: 507px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.news-cards .card figure img{
  height: 300px;
	width: 100%;
	border-radius: 16px !important;
	object-fit: cover;
	margin-bottom: 15px;
}
.news-cards .card h2{
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	text-align: left;
	color: rgba(14, 57, 102, 1);
	margin-bottom: 20px;
}

.news-cards .card p{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	color: rgba(14, 57, 102, 1);
}

.news-cards .card .link{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color:#041e42;
}

.news-cards .card .link:hover{
 text-decoration: none;
 opacity:0.8;
}

.news-cards .card .card-body{
 padding: 0;
}

.news-cards .card .lexicon-icon-order-arrow-right{
  border-radius: 100%;
	border: 1px solid rgba(14, 57, 102, 1);
}

.news-cards .card .news-footer{
 display: flex;
 justify-content: space-between;
	color: rgba(14, 57, 102, 1);
	margin-top: 24px;
}

 /* Mobile < 600px */

  /* header*/
 @media only screen and (max-width: 600px) {
   #subproducto-header .bottom .btn{
	   width: 100%;
	 }

	 #ventajas .advantages__title, .description__title{
	   font-size: 32px !important;
		 text-align: left;
		 color: #0E3966;
	 }

	 .advantages__item .advantages__angle{
	   margin-left: 0;
	 }

	 .lfr-layout-structure-item-76aaee38-9273-65e7-b1aa-4a5ee124aefe{
       display: none;
	 }
	 .news-cards{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
 }
