@font-face {
  font-family: "HDI-GerlingSans-Bold";
  src: url("/media/168196/hdi-gerlingsans-bold.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansCond-Black";
  src: url("/media/168197/hdi-gerlingsanscond-black.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansCond-Bold";
  src: url("/media/168198/hdi-gerlingsanscond-bold.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansCond-Light";
  src: url("/media/168199/hdi-gerlingsanscond-light.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansLight";
  src: url("/media/168200/hdi-gerlingsanscond-regular.ttf");
}

@font-face {
  font-family: "HDI-GerlingSans-Italic";
  src: url("/media/168201/hdi-gerlingsans-italic.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansLight";
  src: url("/media/168202/hdi-gerlingsanslight.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansLight-Italic";
  src: url("/media/168203/hdi-gerlingsanslight-italic.ttf");
}

/*Blackfriday*/
.fondo{
    background-image: url('https://www.hdi.cl/media/598638/fondo.jpg');
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-direction:column;

    min-height: 100vh;
}

.fondo-cyberday{
    background-image: url('https://www.hdi.cl/media/776841/background-cyberday-hdi-seguros.jpg');
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-direction:column;

    min-height: 100vh;
}

.pricing-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.titulo{
    font-family: "HDI-GerlingSansCond-Bold";
    font-size: 2.5rem;
    color: #6e6e6e;
    position: relative;
}

.titulo::after{
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    right: 38%;
    top: 0;
    background-color: #65a518;
    border-radius: 2px;
}
.bg-gray {
    background-color: #fff;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #fff;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.pricing-area .site-heading {
  margin-bottom: 100px;
}

.pricing-item {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 5px 5px #cccccc;
    -webkit-box-shadow: 0 5px 5px #cccccc;
    -o-box-shadow: 0 5px 5px #cccccc;
    box-shadow: 0 5px 5px #cccccc;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    border-radius: 20px;
}

.pricing-item .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px;
  height: 100px;
  left: 50%;
  line-height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
}

.pricing-item .icon::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.pricing-header h4 {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #323a45;
  margin-top: 10px;
}

.pricing-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px !important;
  padding: 50px 15px 15px !important;
}

.pricing-item li {
  font-family: "Poppins",sans-serif;
  line-height: 40px;
  margin: 0 5px;
  text-transform: capitalize;
}

.pricing-area .pricing-item.active .pricing-header h4{
    letter-spacing: 2px;
    color: #006729;
}

.pricing-area .pricing-item.active .pricing-header span.badge {
  background: #ffffff none repeat scroll 0 0;
  color: #323a45;
}

.giftcard{
	background-color: #fff;
    border-radius: 10px;
    padding: 10px 5px 0px 5px;
	
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #006729;
}

.giftcar-texto{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.giftcard-texto label{
    height: 100%;
    color: #006729;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}

.giftcard-valor label{
    color: #006729;
    font-size: 25px;
    line-height:30px;
    text-align: left;
    font-weight: bold;
}

.giftcard-valor label span{
    font-size: 12px;
    line-height: 12px;
    color: #006729 !important;
    font-weight: 400;
}

.btn-auto{
    padding: 5px 20px;
    background-color: #65a518;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 4rem;
}
.btn-auto:hover{
    padding: 5px 20px;
    background-color: #558817;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 4rem;
}

.btn-hogar{
    padding: 5px 20px;
    background-color: #223b5f;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 4rem;
}
.btn-hogar:hover{
    padding: 5px 20px;
    background-color: #16263d;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 4rem;
}

.btn-moto{
    padding: 5px 20px;
    background-color: #c16318;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 4rem;
}
.btn-moto:hover{
    padding: 5px 20px;
    background-color: #9e5213;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 4rem;
}


.btn-viaje{
    padding: 5px 20px;
    background-color: #e79823;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 4rem;
}
.btn-viaje:hover{
    padding: 5px 20px;
    background-color: #c2801e;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 4rem;
}

.footerPlanes{
    text-align: center;
    font-family: Arial;
    color: #6d6d6d;
}
.footerPlanes a{
    color: #6d6d6d;
    text-decoration: none;
    font-weight: bold;
}

/*cyberday*/


.titulo_cyber{
    font-family: "HDI-GerlingSansCond-Bold";
    font-size: 2.5rem;
    color: #6e6e6e;
    position: relative;
}

.subtitulo_cyber{
    font-family: "HDI-GerlingSansCond-Bold";
    font-size: 1.5rem;
    color: #6e6e6e;
    position: relative;
}

.footerCyber{
    text-align: center;
    font-family: Arial;
    color: #ffffff;
}

.footerCyber a{
    text-align: center;
    font-family: Arial;
    color: #ffffff;
}
.footerCyber a:hover{
    text-align: center;
    font-family: Arial;
    color: #ffffff;
	text-decoration: underline;
}

/*ACCORDION HDI*/
.hdi-accordion .accordion-button {
  font-weight: bold; }

.hdi-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0 !important;
  box-shadow: none !important; }

.hdi-accordion .accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none !important; }

.hdi-accordion .accordion-button::after {
  border: 2px solid #65A518;
  padding: 15px;
  background-position: center;
  color: #e60018; }

.hdi-accordion .accordion-button:not(.collapsed)::after {
  background-color: #65A518 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: var(--bs-accordion-btn-icon-transform); }


        
.h1-cyber{
	color: #ffffff;
	text-align: center;
	font-size: 24px;
}
.bg-cyber{
	background-image: url('https://www.hdi.cl/media/779551/background-cyberday-hdi-seguros.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
}
.logo-cyber{
	width: 100%;
	height: auto;
	max-width: 692px;
	margin: auto;
	margin-top: 100px;
}
.cyber-pricing{
	border: 2px solid #78d218;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.margin-mobile{
	margin: 0px;
}

@media(max-width: 767px){
	.margin-mobile{
		margin: 20px 0px;
	}
}

.cyber-pricing .header{
	border-bottom: 2px solid #78d218;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cyber-table tr td{
	border: 2px solid #78d218;
	padding: 5px 25px;
	text-align: center;
	vertical-align: middle;
}
.border-round-top-left{
	border-top-left-radius: 20px;
}
@media(max-width: 767px){
	.border-round-top-left{
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}   
}
.border-round-top-left{
	border-top-left-radius: 20px;
}
.border-round-top-right{
	border-top-right-radius: 20px;
}
@media(max-width: 767px){
	.border-round-top-right{
		border-top-right-radius: 0px;
	}
}
.border-round-bottom-left{
	border-bottom-left-radius: 20px;
}
.border-round-bottom-right{
	border-bottom-right-radius: 20px;
}
.title-table{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0px;
}
.product-container{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.product-container img{
	width: auto;
	height: 50px;
	margin-right: 10px;
}
.product-container label, .product-container p{
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

.product-container label span{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
}
.bg-green-hdi{
	background-color: #006729;
	color: #ffffff;
	border: 2px solid #78d218;
	border-top: 0px;
}
.img-responsive{
	width: 100%;
	height: auto;
}
.border-cyber{
	border: 2px solid #78d218;
	border-radius: 20px;
	padding: 20px;
}