/*
Theme Name: Hoken
Text Domain: Hoken
Version: 1.0
Description: Theme for Hoken project
Tags: veinsa, responsive
Author: Michael Martinez
Author URI: wwww.lionbridge.com
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Lato', sans-serif;
  background-color: #F7F7F7;
}

.header {
  
  /*background: url('assets/images/Photo/shutterstock_282394004.webp');*/

  color: #fff;
  opacity: 0.9;
  margin-top: -1px;
  -webkit-border-radius: 3px 0px 50px 50px;
  z-index: 1;
  position: relative;
}

.the-header {
  background: black;
  opacity: 0.9;
  padding: 30px 15px 0 15px;
  margin-top: -1px;
  display: flex;
  align-items: center;
  height: 150px;
  padding: 0;
  width: 100%;
}

.banners {
  min-height: 480px;
}

.carousel-inner {
  padding-bottom: 30px;
}

.carousel-indicators li {
  background-color: #707070;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 7px;
}

.carousel-indicators li.active {
  background-color: #D9001B;
  width: 10px;
  height: 10px;
}

.the-carousel {
  width: 100%;
  margin-top: -150px;
  z-index: -1;
  min-height: 476px;
}

.the-carousel .carousel-indicators{
  right:auto;
}
.the-carousel .carousel-inner .carousel-content {
  min-height: 475px;
  background-position: center center;
  background-size: cover;
}


.the-carousel .carousel-inner .carousel-content .carousel-content-gradient {
  background: transparent;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 475px;
}

.the-carousel .carousel-inner .carousel-content .carousel-caption{
  /*bottom: 0;
  top: -330px;*/
}

.the-carousel .carousel-inner .carousel-content .carousel-caption h2{
  font-size: 30px;
  text-align: left;
  text-shadow: 2px 1px #000;
}

.the-carousel .carousel-inner {
  padding-bottom: 0;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.the-carousel .carousel-inner .carousel-image img{
  width: 100%;
}

.the-carousel .carousel-inner .carousel-content .carousel-caption p{
  font-size: 18px;
}

.shadowed {
  -webkit-box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
  -moz-box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
  box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
}

.aboutus {
  padding-top: 20px;
  padding-bottom: 20px;
}

.aboutus h2 {
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
}

.radio-separate{
  padding-left: 40px;
  margin-left: 20px;
}
.paquetes {
  background-color: #F7F7F7;
  color: #000;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.paquetes h1 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 30px;
}
#compara {
 text-align: center;
 margin-bottom: 30px;
 cursor: pointer;

}

#compara h2 {
  color: #1a1818;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
}

#compara .descr {
  font-size: 16px;
}
#compara .lead {
  font-size: 15px;
}
.paquete-m {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 20px 5px;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
  height: 215px;
  position: relative;
}

.paquete {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 20px 5px;
  font-weight: bold;
  max-width: 300px;
  height: 180px;
  margin: 0 auto 50px;
}

.paquete.paquete-2{
  /*padding: 20px 10px;*/
}

.paquete.active {
  color: #fff;
  background-color: #D9001B;
  border-color: #D9001B!important;
  -webkit-box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
  -moz-box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
  box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
  text-decoration: none;
}

.paquete.active img {
  filter: brightness(0) invert(1);
}

.list-group-item.active:after {
  content: "";
  display: block;
  top: 100%;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #D9001B;
}

.paquete-m img { 
  margin-bottom: 10px;
}

.paquete img { 
  margin-bottom: 10px;
  max-width: 60px;
  height: 70px;
}

.paquete-m h2 { 
  font-size: 26px;
  font-weight: bold;
}

.paquete h2 { 
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1px;
}

.paquete-descr-compara { 
  text-align: center;
  border: solid 1px #D9001B;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 50px;
  display: block;
  height: 100%;
  padding: 25px 15px;
}


.paquete-descr { 
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}

.paquete-descr.show { 
  border: solid 1px #D9001B;
}

.paquete-descr p { 
  text-align: justify;
  color: #454545;
}

.nota-pequena a,
small a{
  color: #D9001B;
  text-decoration: underline;
}

p.disclaimer {
  font-size: 18px;
  color: #707070;
}

p.disclaimer span{
  color: #D9001B;
}

.b-contain *, .b-contain *::before, .b-contain *::after {
	box-sizing: content-box !important;
}

.b-contain input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.b-contain span {
	line-height: 1.54;
	font-size: 1rem;
	font-family: inherit;
}

.b-contain {
	display: table;
	position: relative;
	padding-left: 1.8rem;
	cursor: pointer;
	margin-bottom: .5rem;
  font-size: 15px;
  color: #454545;
  line-height: 22px;
  text-align: left;
}

.b-contain input[type="checkbox"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(241, 245, 248, 1);
	transition: background 250ms;
	border: 1px solid rgba(184, 194, 204, 1);
	border-radius: 0.125rem;
}

.b-contain input[type="radio"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(241, 245, 248, 1);
	transition: background 250ms;
	border: 1px solid rgba(184, 194, 204, 1);
	border-radius: 2.0rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .45rem;
	top: .18rem;
	width: .25rem;
	height: .6rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 2px 2px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .25rem;
	top: .25rem;
	width: .75rem;
	height: .75rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.b-contain input:disabled ~ .b-input::after {
	border-color: rgba(135, 149, 161, 1);
}

.b-contain input:checked ~ .b-input::after {
	display: block;
}

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
	background: rgb(231, 238, 243);
}

.b-contain input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(227, 3, 27, 0.47);
}

.b-contain input:checked ~ .b-input {
	background: rgba(227, 3, 27, 1);
	border-color: rgba(227, 3, 27, 1);
}

.b-contain input[type="checkbox"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
	background: rgba(135, 149, 161, 1);
}

.b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
	background: rgba(227, 3, 27, 0.78);
	border-color: rgba(227, 3, 27, 1);
}

.b-contain .b-input::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: rgba(227, 3, 27, 1);
	border-radius: 2rem;
	opacity: .6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.b-contain input + .b-input::before {
	animation: b-ripple 250ms ease-out;
}

.b-contain input:checked + .b-input::before {
	animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
	visibility: hidden;
}

.b-contain input:focus + .b-input::before {
	visibility: visible;
}

.b-contain:first-child .b-input::before {
	visibility: hidden;
}

.paquete-descr h3 { 
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.paquete-descr h3.underlined:after {
  content: "";
  display: block;
  height: 4px;
  width: 184px;
  background-color: #D9001B;
  margin-top: 16px;
}

.paquete-descr ul {
  text-align: left;
}

.paquete-descr ul li {
  color: #707070;
  margin-bottom: 12px;
  line-height: 22px;
  
}

.paquete-descr ul li span {
  font-size: 14px;
}

.paquete-descr ul li::marker {
  color: #D9001B;
}

.list-group {
  border-radius: 0;
}

.list-group-item:first-child {
  border-radius: 30px;
}

.list-group-item+.list-group-item {
  border-top-width: 2px;
}

.list-group-item+.list-group-item.active {
  border-top-width: 2px;
}

.list-group-item:last-child {
  border-radius: 30px;
}

.list-group-item.active {
  background-color: #D9001B;
  border-color: #D9001B!important;
  -webkit-box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
  -moz-box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
  box-shadow: 0px 0px 36px -6px rgba(138,138,138,1);
}

.list-group-item.active img {
  filter: brightness(0) invert(1);
}

.input-group-text {
  background-color: #fff!important;
  border: 0;
  border-right: 2px solid #B7B7B7;
}

.form-control {
  /*padding: 1.375rem .75rem;*/
  border: 1px solid #1A1818!important;
  height: 60px;
}

.registry .form-control{
  border: none;
}

.input-group-text.red {
  /*border: 1px solid #ced4da;*/
  background-color: #D9001B!important;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1A1818!important;
}

.lead{
  color:  #D9001B!important;
}
.estimation {
  background-color: #fff;
  color: #454545;
  padding: 20px 30px;
  margin: 0 auto;
}

.estimation h2 {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.estimation h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.label-title {
  color: #1A1818;
  font-weight: bold;
}

.result {
  border-radius: 25px;
  background-color: #F2F2F2;
     border-radius: 25px;
    padding: 30px;
    margin-right: 0;
}

.result .result-title {
  font-size: 20px;
}

.result .result-subtitle {
  font-size: 14px;
}


.result .money {
  font-size: 42px;
}

.result-cotizacion p.head{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #1A1818;
  text-align: left;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 0;
  line-height: 28px;
}

.result-cotizacion p.head.head-coberturas,
.result-cotizacion p.head.head-totales{
  border-radius: 5px;
}

.result-cotizacion .details {
  color: #1A1818;
}

.result-cotizacion .total-primer-pago .total-primer-pago-amount{
  font-size: 32px;
  font-weight: bold;
}

.result-cotizacion .total-coberturas {
  font-size: 22px;
  font-weight: bold;
  color: #1A1818;
}

.pago-resumen-total {
  background-color: #F2F2F2;
  border-radius: 12px;
}

.pago-resumen-total h3 {
  color: #D9001B;
  font-size: 24px;
}

.pago-resumen-total .pago-resumen-total-desc{
  font-size: 16px;
  color: #1A1818;
  max-width: 600px;
  margin: 10px auto;
}

.pago-resumen-total .monto-total {
  font-weight: bold;
  font-size: 24px;
  color: #1A1818;
}

.pago-resumen-total .monto-total .asterisc{
  color: #D9001B;
}

.pago-resumen-total .nota-monto-total {
  color: #292929;
  font-size: 12px;
}

.result-cotizacion .total-primer-pago span.asterisc,
.result-cotizacion .total-primer-pago span.sub{
  color: #fff;
}

.result-cotizacion .total-primer-pago span.sub{
  font-size: 16px;
  font-weight: bold;
}

.result-cotizacion .total-plan span.asterisc, 
.result-cotizacion .total-plan span.sub {
  color: #D9001B;
}

.result-cotizacion .coberturas-container{
  background-color: #F7F7F7;
  border-radius: 5px;
}

.result-cotizacion .siguiente-pago-container{
  background-color: #D9001B;
  padding: 10px;
  border-radius: 10px;
}

.result-cotizacion .siguiente-pago-container p{
  color: #fff;
}

.result-cotizacion .coberturas-container .cobertura-adicional-name {
  background-image: url(assets/images/list-icon-check.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}

.result-cotizacion .total-plan span.sub{
  font-size: 16px;
  font-weight: bold;
}

.paquete-coberturas-summary ul{
  list-style: none;
  padding-left: 0px;
}

.paquete-coberturas-summary ul li {
  margin-bottom: 0;
  background-image: url(assets/images/list-icon-check.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}



.estimation label,
.estimation .label-title {
  font-size: 20px;
}

.estimation .form-control,
.estimation .input-group {
  height: 50px;
}

.estimation .custom-radio-btn{
  margin-top: 12px;
}


.estimation .moneda-selector-container{
  padding: 0;
}

.estimation .descr {
  font-size: 20px;
}

.estimation input[name="value1"]{
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.text-red {
  color: #D9001B!important;
}

.text-red2 {
  color: #FF0000!important;
}

.result .shortdescr {
  color: #707070;
}

.result .money_cotizacion {
  color: #000;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  float: right;
}
.result .money {
  color: #000;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.result .longdescr {
  color: #707070;
  font-size: 12px;
}

.result .head {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.cotizacion form .row{
  margin-bottom: 15px;
}

.cotizacion .terminos-condiciones p {
  font-size: 18px;
}

.cotizacion .terminos-condiciones a {
  font-size: 18px;
  color: #454545;
}

.result .details {
  color: #707070;
}

.result hr {
  border-top: 2px solid #707070;
}
hr {
  border-top: 2px solid #707070;
}

#gallery {
  background: #d9001b;
  color: white;
}
#gallery_2 {
}

#form-estimacion-rapida{
  margin-top:50px;
}


.cotizacion {
  background-color: #fff;
  padding: 50px 30px;
}

.cotizacion h1 {
  text-align: left;
  color: #000; 
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cotizacion .resume .col-md-4{
  padding: 0;
}

.result-cotizacion .col-content{
  padding: 10px 15px;
  background-color:#F7F7F7;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: auto;
}

.cotizacion .resume .row-coberturas{
  
}

.fieldset_cot {
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 2px solid #1A1818;
  padding: 31px 50px 0 50px;
  margin-top: 40px;
  margin-bottom: 40px;

  
}

.fieldset_cot.terminos-condiciones {
  padding-bottom: 50px;
}

.fieldset_cot legend{
  padding: 0 20px 0 20px;
  width: auto;
  color: red;
  font-size: 20px;
  font-weight: bold;
}

.estimation.cotizacion label{
  font-size: 16px;
}

.cotizacion .input-group-text{
  background-color: #D9001B !important;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #6A84AA;
  padding: 10px 8px;
}
.expand-red {
  font-size: 18px;
  font-weight: bold;
  color: #FF0000;
  padding-bottom: 5px;
  border-bottom: 1px solid #D9001B;
  margin-bottom: 20px;
  display: block;
}

.expand-red::after {
  content: ' ';
  display: block;
  background: transparent url('assets/images/arrow-down-red-icon.svg') scroll 0 0 no-repeat;
  background-position: center;
  float: right;
  width: 30px;
  height: 30px;
}

.expand-red:visited {
  color: #D9001B;
}

.expand-red:hover {
  color: #D9001B;
  font-weight: bold;
  text-decoration: none;
}

.footer {
  background-color: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 50px;
  text-align: center;
}

.footer .rights {
  color: #454545;
  font-size: 12px;
  text-align: center;
}

.footer img {
  margin: 10px;
}

.btn-hoken-primary {
  border: 2px solid #E3031B;
  border-radius: 45px;
  background-color: #E3031B;
  color: #fff!important;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  max-width: 200px;
}

.btn-hoken-primary.solicitar-cotizacion-fake {
  max-width: 260px;
}

.btn-hoken-primary.btn-continuar-activacion{
  max-width: 260px;
}

.btn-hoken-secondary {
  border: 2px solid #fff;
  border-radius: 45px;
  color: #fff!important;
  background-color: rgba(255,255,255,0);
  padding-left: 20px;
  padding-right: 20px;
  /*width: 100%;*/
  font-weight: bold;
  font-size: 14px;
  /*max-width: 200px;*/
}

.the-header .btn-hoken-secondary,
.login-register-header .btn-hoken-secondary{
  width: 100%;
  max-width: 130px;
}

.the-header .btn-hoken-primary{
  max-width: 130px;
  padding-left: 0px;
}

.the-header .header-user-menu-col a,
.the-header .header-user-menu-col .account-header{
  display: inline-block;
}

.btn-hoken-tertiary {
  border: 2px solid #fff;
  border-radius: 45px;
  color: #D9001B!important;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  max-width: 200px;
  height: 40px;
}

.carousel-item {
  text-align: center;
}

.carousel-item h1 {
  text-align: left;
}

.carousel-item p {
  text-align: left;
}

.registry {
  background-color: #000;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.registry h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.registry button {
  margin-top: 20px;
  font-size: 18px;
}

.form-login-register-tab-content.activate p{
  color: #fff;
}

.mi-perfil {
  color: #1A1818;
  padding: 60px 0;
}

.mi-perfil h1{
  font-size: 40px;
  font-weight: bold;
}

.mi-perfil .bloque-perfil-rojo{
  background-color: #EB0521;
  color: #fff;
}

.mi-perfil .bloque-perfil-rojo-2{
  background-color: #D9001B;
  color: #fff;
}

.mi-perfil .bloque-perfil-negro{
  background-color: #000000;
  color: #fff;
}

.mi-perfil .bloque-perfil a{
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  display: block;
  padding: 28px 20px;
  min-height: 200px;
  
}

.mi-perfil .bloque-perfil a img{
  margin-bottom: 15px;

}

.mi-perfil .bloque-perfil a:hover{
  text-decoration: none;
}

.mi-perfil .bloque-perfil{
  padding: 0;
}

.page-mi-perfil #compara,
.page-mi-perfil #gallery,
.page-mi-perfil .footer-hr,
.page-mi-perfil #gallery_2,
.page-mis-datos #compara,
.page-mis-datos #gallery,
.page-mis-datos .footer-hr,
.page-mis-datos #gallery_2,
.page-preguntas-frecuentes #compara,
.page-preguntas-frecuentes #gallery,
.page-preguntas-frecuentes .footer-hr,
.page-preguntas-frecuentes #gallery_2,
.page-cambio-contrasena #compara,
.page-cambio-contrasena #gallery,
.page-cambio-contrasena .footer-hr,
.page-cambio-contrasena #gallery_2,
.page-mis-solicitudes #compara,
.page-mis-solicitudes #gallery,
.page-mis-solicitudes .footer-hr,
.page-mis-solicitudes #gallery_2,
.page-pago-perfil #compara,
.page-pago-perfil #gallery,
.page-pago-perfil .footer-hr,
.page-pago-perfil #gallery_2,
.page-mis-polizas #compara,
.page-mis-polizas #gallery,
.page-mis-polizas .footer-hr,
.page-mis-polizas #gallery_2{
  display: none !important;
}

hr.footer-hr{
  width:90%;
  border: solid 1px #CBCBCB;
}


.activate {
  background-color: #000;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.check-email {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

.login {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

.login h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.login button {
  margin-top: 20px;
  font-size: 18px;
}

.btn.btn-secondary {
  background-color: #fff!important;
  border: 1px solid #D9001B!important;
  color: #D9001B!important;
  border-radius: 50px;
  padding: 5px 15px; 
  font-weight: bold;
}

.btn.btn-secondary.active {
  background-color: #D9001B!important;
  border: 1px solid #D9001B!important;
  color: #fff!important;
  padding: 5px 15px;
  font-weight: bold; 
}

label.error {
  color: #E3031B;
  width: 100%;
  text-align: left;
}

.form-control.error {
  border: 1px solid #E3031B!important;
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important;
}

.ui-datepicker .ui-datepicker-title select{
  border: 1px solid #1A1818;
  padding: 2px 6px;
}

.documentos {
  font-size: 14px;
  border: 2px solid #1A1818;
  border-radius: 10px;
    position: relative;
    padding: 30px 15px;
}

.documentos h1 {
  color: #D9001B;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: -15px;
  background-color: #fff;
  padding: 0 5px;
}

.documentos .title {
  font-weight: bold;
  color: #5F5F5F;
}

.documentos ul li {
  color: #5F5F5F;
}
.documentos ul {
  list-style: none;
  margin-left: -20px;
}

.documentos ul li:before {
  content: "-";
}

.documentos .file-name {
  margin-bottom: 0;
  color: #D9001B;
  font-size: 12px;
}

.documentos .progress {
  height: 5px;
  background-color: #E0E0E0;
}

.documentos .progress .progress-bar {
  background-color: #D9001B;
}

.documentos .photo-border {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 200px;
  width: auto;
  background-color: #F5F5F5;
}

.documentos .photo {
  padding: 20px;
  color: #1A1818;
  border: 2px dashed #B1B1B1;
  border-radius: 10px;
  min-height: 205px;
  height: auto;
  display: block;
  cursor: pointer;
}

.documentos .photo img {
  margin-bottom: 10px;
  cursor: pointer;
}

.documentos .photo p {
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}

.documentos .photo .small {
  font-size: 14px;
  cursor: pointer;
}

.documentos .btn-hoken-secondary.btn-backstep {
  width: 100%;
  max-width: 200px;
}

.btn-hoken-secondary.btn-backstep {
  border: 2px solid #E3031B;
  color: #E3031B !important;
  font-size: 18px !important;
  margin: 0 10px !important;
  
}

.paquete.disabled {
  border: 2px solid #6c757d;
}
.paquete.disabled img{
  opacity: 0.7;
}


.img-inverted {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: -15px;
}

.pago {
  padding: 50px 20px;
  font-size: 14px;
  border: 2px solid #1A1818;
  border-radius: 10px;
  position: relative;
}
.pago p{
  font-size: 16px;
}

.pago h1 {
  color: #D9001B;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: -15px;
  background-color: #fff;
  padding: 0 5px;
  font-weight: bold;
}


.pago #cvc {
  background-image: url('assets/images/card-background.svg');
  background-position: bottom 2px right 8px;
  background-repeat: no-repeat;
}

.camera {
  filter: brightness(0) invert(1);
}

*, *::after, *::before {
  box-sizing: border-box;
}

.custom-radio-btn .control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}

.custom-radio-btn .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-radio-btn .control_indicator {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #D9001B;
  border-radius: undefinedpx;
}

.custom-radio-btn .control-radio .control_indicator {
  border-radius: 50%;
}

.custom-radio-btn .control input:checked ~ .control_indicator {
  background: #ffffff;
}

.custom-radio-btn .control-radio .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.custom-radio-btn .control-radio input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}

.custom-radio-btn .control-radio input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}

.custom-radio-btn .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.custom-radio-btn .control-radio .control_indicator:after {
  left: 3px;
  top: 3px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #D9001B;
  transition: background 250ms;
}

.custom-radio-btn .control input:checked ~ .control_indicator:after {
  display: block;
}

/*.custom-radio-btn {
  --size: 25px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.custom-radio-btn input {
  display: none;
}


.custom-radio-btn.left {
  padding-left: 0;
  padding-right: var(--size);
}


.custom-radio-btn .label {
  margin-left: 5px;
}

.custom-radio-btn.left .label {
  margin: 0 5px;
}

.custom-radio-btn[aria-label]::after {
  content: attr(aria-label);
  display: inline-block;
  margin-left: 5px;
}


.custom-radio-btn .checkmark {
  --gap: 3px;
  --border: 2px;
  --check-color: red;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  transition: opacity 0.3s ease;
  
  border: var(--border) solid red;
  padding: var(--gap);
  position: absolute;
  top: 0;
  left: 0;
}

.custom-radio-btn.left .checkmark {
  left: auto;
  right: 0;
}


.custom-radio-btn input:checked ~ .checkmark {
  background-origin: content-box;
  background-repeat: no-repeat;
  background-image: radial-gradient(
    circle at center, 
    var(--check-color) 
       calc((var(--size) - (var(--border) * 2) - (var(--gap) * 2)) / 2), 
    rgba(255, 255, 255, 0) 0);
}*/


select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  background: url('assets/images/arrow-down-red-icon.svg') no-repeat 97% center/12px auto;
  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.no-arrow {
  background-image: none;
}

input.input-validated, select.input-validated{
  border: 1px solid red !important;
}

/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}




select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}





select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.currency_margin {
  margin-left: 30px;
}
#colapsable_compara .paquete-descr-compara {
  border-radius: 50px;
}

#colapsable_compara .paquete-descr-compara p{
  text-align: left;
  padding-left: 50px;
  background-image: url(assets/images/check-mark-3-24.png);
  background-position: 16px center;
  background-repeat: no-repeat;

}

/*#colapsable_compara .paquete-descr-compara p::before{
  content: url(assets/images/check-mark-3-24.png);
  margin-right: 15px;
  margin-left: 15px;
}*/

#colapsable_compara .title {
  font-size: 17px;
}

#colapsable_compara .subtitle {
  text-align: left;
}

#colapsable_compara .contenedor {
  align-items: center;
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 10px;
}

  
#colapsable_compara p{
  margin-left: -10px;
  color: gray;
  position: relative;
  }

#compara-click{
  position: absolute;
  margin-top: -20px;

}

.cintillo-footer-2{
  background-color: #f7f7f7;
}


.btn.btn-hoken-secondary-inverse {
  border: 2px solid #000;
  border-radius: 45px;
  color: #000;
  border-radius: 45px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  max-width: 200px;
  font-size: 18px;
}


.btn-hoken-primary.btn-header-login {
  font-size: 12px;
  background-image: url("./assets/images/icon-user.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
}

.modal.monto-confirm-modal .btn {
  display: block;
  float: none;
  clear: both;
  max-width: none;
  width: 230px;
}

.modal .email-input {
  border-top: 1px solid #C6C6C6 !important;
  border-right: 1px solid #C6C6C6 !important;
  border-bottom: 1px solid #C6C6C6 !important;
  border-left: 0px !important;
}

.modal .input-group .input-group-text{
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}

.email-send-modal .modal-header,
.photos-confirm-modal .modal-header,
.error-payment-modal .modal-header,
.confirm-payment-modal .modal-header{
  background-image: url(./assets/images/bg-email-popup-2x.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 200px;
  border-bottom: 0px;
}

.monto-confirm-modal .modal-header {
  background-image: url(./assets/images/bg-email-popup-chica.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 200px;
  border-bottom: 0px;
}

.email-send-modal .modal-content {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.photos-confirm-modal .modal-content,
.error-payment-modal .modal-content,
.confirm-payment-modal .modal-content,
.monto-confirm-modal .modal-content {
  border-radius: 25px;
}


.email-send-modal .modal-content p{
  font-size: 20px;
  line-height: 26px;
}

.email-send-modal .input-group{
  max-width: 355px;
  margin: 0 auto;
}

.email-send-modal .modal-footer,
.photos-confirm-modal .modal-footer,
.error-payment-modal .modal-footer,
.confirm-payment-modal .modal-footer,
.monto-confirm-modal .modal-footer{
  border-top: 0px;
}


.photos-confirm-modal .photo-confirm-indicaciones,
.error-payment-modal .indicaciones,
.confirm-payment-modal .indicaciones,
.monto-confirm-modal .indicaciones {
  text-align: center;
  color: #1A1818;
  font-size: 20px;
  line-height: 26px;
}

.photos-confirm-modal .photo-confirm-indicaciones span,
.error-payment-modal .indicaciones span,
.confirm-payment-modal .indicaciones span,
.monto-confirm-modal .indicaciones span{
  font-weight: bold;
  color: #D9001B;
}


.photos-confirm-modal .modal-header .photo-confirm-title{
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: 6%;
  left: 6%;
}
.monto-confirm-modal .modal-header .title{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 6%;
  left: 6%;
  line-height: 36px;
}

.error-payment-modal .modal-header .title,
.confirm-payment-modal .modal-header .title{
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: 7%;
  left: 6%;
  line-height: 40px;
}

.confirm-payment-modal .btn-hoken-secondary{
  max-width: 254px;
  display: block;
  border: 2px solid #353B42;
  color: #000000 !important;
  font-size: 18px !important;
  width: 100%;
}

.confirm-payment-modal .btn-hoken-primary{
  max-width: 254px;
  display: block;
}

#colapsable_compara p.nota-comparacion {
  font-weight: bold;
  font-size: 16px;
  color: #EC1C24;
}


.login-register-header{
  background-color: #EFEFEF;
  padding: 45px;
}

.login-register-header h2{
  font-size: 26px;
  margin-bottom: 18px;
}

.login-register-header p{
  font-size: 18px;
  line-height: 24px !important;
}

.login-register-header .login-register-buttons button{
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px !important;
  background-image: none !important;
  margin: 0 8px;
}

.login-register-header .login-register-buttons button.btn-register{
  color: #E3031B !important;
  border: 2px solid #E3031B;
  background-color: #F7F7F7;
}

.login-register-container #form-registry::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: -10px;
  border-bottom: 10px solid #000;
  border-top: 0px;
  border-left: 10px solid #EFEFEF;
  border-right: 10px solid #EFEFEF;
  left: 60%;
}

.login-register-container #form-login::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: -10px;
  border-bottom: 10px solid #000;
  border-top: 0px;
  border-left: 10px solid #EFEFEF;
  border-right: 10px solid #EFEFEF;
  left: 40%;
}

.login-register-container .registry,
.login-register-container .login {
  position: relative;
  padding-bottom: 40px;
}

.form-login-register-tab-content h3{
  color: #fff;
  text-align: center !important;
  margin-bottom: 40px !important;
}

.cotizacion  .login-register-container .input-group-text {
  background-color: #fff !important;
}

.cotizacion  .login-register-container input[type="text"],
.cotizacion  .login-register-container input[type="email"],
.cotizacion  .login-register-container input[type="password"],
.page-login input[type="text"],
.page-login input[type="email"],
.page-login input[type="password"],
.page-registro input[type="text"],
.page-registro input[type="email"],
.page-registro input[type="password"],
.page-registro input[type="activate"],
.page-activar input[type="password"]{
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
}

.check-email p {
  color: #fff;
}

.account-header {
  position: relative;
}

.account-header-inner  {
  display: inline-block;
 
  background-color: #F7F7F7;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  /*margin-top: 26px;*/
  cursor: pointer;
  margin-right: 20px;
}


.account-thumb {
  
  color: #1A1818;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.account-thumb::after {
  
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  right: -18px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  transition: all 0.2s linear;
  top: 12px;
}

.account-header-inner.open .account-thumb::after {
  transform: rotate(-135deg);
}

.account-menu {
  position: absolute;
  max-width: 252px;
  background: #D9001B;
  padding: 10px 20px;
  right: 0;
  border-radius: 10px;
  top: 60px;
  text-align: left;
  opacity: 1;
  z-index: 1;
  width: 200px;
}





.account-menu::before {
  background: #D9001B;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: -5px;
  content: "";
  transform: rotate(45deg);
}



.account-menu ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

.account-menu ul li{
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  line-height: 34px;

}

.account-menu ul li:last-child{
  border-bottom: 0px;
}

.account-menu ul li a{
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all 0.2s linear;
}

.account-menu ul li a:hover{
  transform: translateX();
}


.page-mis-datos .the-carousel,
.page-preguntas-frecuentes .the-carousel,
.page-cambio-contrasena .the-carousel,
.page-mis-solicitudes .the-carousel,
.page-mis-polizas .the-carousel {
  display: none;
}

.perfil-submenu a{
  padding: 20px 14px 20px 25px;
  display: inline-block;
  color: #1A1818;
  font-size: 18px;
  text-decoration: none;
}

.perfil-submenu a.active{
  border-bottom: 4px solid #D9001B;
}

.perfil-submenu {
  background-color: #fff;
}

.perfil-submenu .perfil-submenu-link {
  background-repeat: no-repeat;
  background-position: left center;
}
.perfil-submenu .perfil-submenu-link-mis-datos {
  background-image: url(assets/images/perfil-icon-mis-datos.svg);
}
.perfil-submenu .perfil-submenu-link-cotizar-seguro-adicional {
  background-image: url(assets/images/perfil-icon-cotizar-seguro.svg);
}
.perfil-submenu .perfil-submenu-link-realizar-pago {
  background-image: url(assets/images/perfil-icon-realizar-pago.svg);
}
.perfil-submenu .perfil-submenu-link-agehub {
  color: #D9001B;
  background-image: url(assets/images/perfil-icon-ir-agehub.svg);
}




.page-mis-datos .header,
.page-mis-polizas .header,
.page-mis-solicitudes .header{
  opacity: 1;
}

.page-mis-datos .the-header,
.page-mis-polizas .the-header,
.page-mis-solicitudes .the-header{
  opacity: 1;
}

.form-principal-container {
  border : 1px solid #D9001B;
  background-color: #fff;
  padding: 30px 4%;
  border-radius: 20px;
  margin: 40px auto;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

.mis-datos input,
.mis-datos select{
  height: 40px;
}

.mis-datos label{
  color: #000000;
  font-size: 14px;
}

.mis-datos h1{
  font-size: 36px;
  color: #000000;
  font-weight: bold;
}

.mis-datos .form-principal-title{
  border-bottom: 1px solid #B4BDCB;
  margin-bottom: 20px;
}

.mis-datos .agregar-datos {
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  background-image: url(assets/images/perfil-icon-edit.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  cursor: pointer;
}

.row-datos-adicionales {
  margin-top: 30px;
}

.row-datos-adicionales h2{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.row-datos-adicionales .form-principal-subtitle {
  border-bottom: 1px solid #B4BDCB;
  margin-bottom: 20px;
}

.faq-container{
  margin-bottom: 40px;
}

.faq-link {
  color: #1A1818;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  background-image: url(assets/images/icon-faq.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.faq-link:hover {
  text-decoration: none;
  color: #1A1818;
}

.title-full-width {
  background-color: #fff;
  padding: 10px;

}

.title-full-width h1{
  color: #1A1818;
  font-size: 37px;
  font-weight: bold;
}

.categorias-preguntas-frecuentes {
  border: 1px solid #B4BDCB;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.categorias-preguntas-frecuentes p{
  font-size: 18px;
  color: #000;
  padding: 15px;
  border-bottom: 1px solid #B4BDCB;
  margin: 0;
}

.categorias-preguntas-frecuentes ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.categorias-preguntas-frecuentes ul li{
  
  border-bottom: 1px solid #B4BDCB;

}

.categorias-preguntas-frecuentes ul li:last-child{
  border: 0;
}

.categorias-preguntas-frecuentes ul li a{
  display: block;
  padding: 15px;
  color: #707070;
  font-size: 16px;
}

.categorias-preguntas-frecuentes ul li.active a,
.categorias-preguntas-frecuentes ul li a:hover{
  color: #000;
  background-color: #F7F7F7;
  font-weight: bold;
  text-decoration: none;
}

.card.pregunta-frecuente .card-header {
  background-color: #fff;
}

.card.pregunta-frecuente .card-header.open{
  background-color: #F7F7F7;
}

.card.pregunta-frecuente .card-header button{
  color:#000000;
  font-size: 16px;
  font-weight: bold;
  background-image: url(assets/images/icon-pregunta-rojo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.card.pregunta-frecuente .card-header button:focus,
.card.pregunta-frecuente .card-header button:hover{
  box-shadow: none;
  text-decoration: none;
}

.card.pregunta-frecuente .card-header button:after {
  content: "";
  position: absolute;
  right: 15px;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  transition: all 0.2s linear;
}

.card.pregunta-frecuente .card-header.open button:after{
  transform: rotate(-45deg);
}

.card.pregunta-frecuente {
  margin: 0 auto 15px;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 70%);
}

.cambio-contrasena input,
.cambio-contrasena select{
  height: 40px;
}

.cambio-contrasena label{
  color: #000000;
  font-size: 14px;
}


.cambio-contrasena .btn-hoken-primary {
  max-width: 254px;
}


.mis-solicitudes .solicitud-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  border: 2px solid #333333;
}

.mis-solicitudes .solicitud-item h3{
  font-size: 18px;
  font-weight: bold;
  color: #2E384D;
}


.mis-solicitudes .solicitud-item h3 span{
  font-weight: 300;
}

.mis-solicitudes .solicitud-item p{
  font-size: 12px;
  color: #454545;
  margin-bottom: 0px;
}


input#selected_package[readonly="readonly"] {
  background: white;
}

.quickestimation .btn.btn-hoken-secondary-inverse{
  font-size: 14px;
}



.mis-polizas .poliza-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  border: 2px solid #333333;
}

.mis-polizas .poliza-item h3{
  font-size: 18px;
  font-weight: bold;
  color: #2E384D;
}


.mis-polizas .poliza-item h3 span{
  font-weight: 300;
}

.mis-polizas .poliza-item p{
  font-size: 12px;
  color: #454545;
  margin-bottom: 0px;
}


.mis-polizas .poliza-item-detail {
  border: 2px solid #333333;
  background-color:#fff;
  border-radius: 10px;
}

.mis-polizas .poliza-item-detail h3{
  color: #D9001B;
  font-size: 22px;
  font-weight: bold;
}

.mis-polizas .poliza-item-detail p.head{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #1A1818;
  text-align: left;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 0;
  line-height: 28px;
}

.mis-polizas .poliza-item-detail p.head.head-coberturas,
.mis-polizas .poliza-item-detail p.head.head-totales{
  border-radius: 5px;
}


.mis-polizas .poliza-item-detail .col-content{
  padding: 10px 15px;
  background-color:#F7F7F7;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: auto;
}

.mis-polizas .poliza-item-detail .monto-recibo-text {
  font-size: 32px;
  font-weight: bold;
  color: #1A1818;
}

.mis-polizas .pago-container {
  margin-top: 75px;
}

.mis-polizas .pagar-button-container{
  margin-top: 75px;
}

.mis-polizas .poliza-item p.nota-no-pago{
  font-size: 12px;
  border-top: 2px solid #333333;
  padding-top: 10px;
}

.mis-polizas .pagar-poliza-button-arrow {
  margin-right: -10px;
}

#gallery img {
  width: 100%;
}

#gallery_2 img {
  width: 100%;
}



.result-cotizacion .total-plan-amount{
  font-size: 20px;
  font-weight: bold;
}


.card-bg {
  background-repeat: no-repeat;
  background-position: 96% center;
  background-color: transparent;
}

.card-bg-visa{
  background-image: url(./assets/images/logo-visa.png);
}

.card-bg-amex{
  background-image: url(./assets/images/logo-amex.png);
}

.card-bg-mc{
  background-image: url(./assets/images/logo-mc.png);
}

.table-cotizacion-container .tr-gray {
  background-color: rgba(0,0,0,.05);
}

.table-cotizacion-container table{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dee2e6;
}

.table-cotizacion-container table td,
.table-cotizacion-container table th {
  border: none;
}


/* Blog */
.blog-home-container .desc-blog-home{
  font-style: italic;
  font-size: 16px;
  color: #1A1818;
}

.blog-home-container h2{
  font-weight: bold;
  color: #D9001B;
}

.blog-post-inner img{
  width: 100%;
  height: auto;
}

.blog-post-inner .post-meta-data{
  font-size: 16px;
  color: #777777;
}

.blog-post-inner .post-title{
  font-size: 24px;
  color: #000000;
}

.blog-post-inner .post-title a {
  text-decoration: none;
  color: #000000;
}

.blog-post-inner .post-date {
  background-image: url(./assets/images/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}

.blog-home-container .blog-view-more .blog-view-more-link {
  border: 2px solid #1A1818;
  border-radius: 45px;
  background-color: #1A1818;
  color: #fff!important;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 42px;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  max-width: 200px;
  font-size: 18px;
  display: inline-block;
}


.blog-home-container .blog-view-more .blog-view-more-link:hover{
  text-decoration: none;
}

.blog-post-inner .blog-view-more-link-red{
  text-align: right;
  color: #D9001B;
  padding-right: 20px;
  display: inline-block;
  font-weight: bold;
  background-image: url(./assets/images/icon-leer-mas.png);
  background-position: right center;
  background-repeat: no-repeat;
}


.blog-post-inner .blog-view-more-link-red:hover{
  text-decoration: none;
}

.pager {
  margin: 40px auto 20px;
}

.pager .prev-icon {
  background-image: url(./assets/images/icon-prev-pager.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.pager .next-icon {
  background-image: url(./assets/images/icon-next-pager.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.pager .page-numbers {
  width: 22px;
  height: 22px;
  margin: 0 8px;
  font-size: 18px;
  color: #333333;
  display: inline-block;
  line-height: 22px;
  text-align: center;
}

.pager .page-numbers.current {
  background-color: #D9001B;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}


.pager .page-numbers:hover {
  text-decoration: none;
}

.sidebar{
  max-width: 230px;
  margin: 0 auto;
}

.sidebar .widget {
  margin-bottom: 50px;
}

.sidebar h2{
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.sidebar .category-list {
  list-style: none;
  padding-left: 0;
}

.sidebar .category-list li{
  padding-left: 30px;
  background-image: url(./assets/images/icon-leer-mas.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}


.sidebar .category-list li a{
  text-decoration: none;
  color: #707070;
  font-size: 22px;
  font-style: italic;
}

.sidebar .widget_recent_entries .post-destacado {
  margin-bottom: 30px;
}

.sidebar .widget_recent_entries .post-destacado .post-destacado-title {
  margin: 6px 0;
}

.sidebar .widget_recent_entries .post-destacado .post-destacado-title a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.buscador-header form {
  width: 250px;
  max-width: 100%;
  position: relative;
}

.buscador-header input[type="text"] {
  height: 42px;
  width: 100%;
  border-radius: 21px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #F0F0F0;
}

.buscador-header input[type="image"] {
  
  position: absolute;
  right: 10px;
  top: 10px;

}

.blog-list-container hr{
  border-top: 1px solid #A5A5A5;
}

.blog-list-container #cooler-nav img{
  max-width: 40px;
  height: auto;
}

.blog-list-container #cooler-nav img, 
.blog-list-container #cooler-nav p{
  display: inline-block;
}


.blog-list-container #cooler-nav p {
  
  background-repeat: no-repeat;
  color: #333333;
}

.blog-list-container #cooler-nav .next p {
  background-image: url(assets/images/icon-next-pager.png);
  background-position: right center;
  padding-right: 12px;
  margin-right: 10px;
}

.blog-list-container #cooler-nav .previous p {
  padding-left: 12px;
  margin-left: 10px;
  background-position: left center;
  background-image: url(assets/images/icon-prev-pager.png);
}

.blog-list-container #cooler-nav a:hover{
  text-decoration: none;
}

.post.type-post .post-meta-info .post-date,
.post.type-post .post-meta-info .post-taxonomies{
  display: inline-block;
}

.post.type-post .post-meta-info .post-taxonomies a{
  color:#777777;
  text-decoration: none;
  font-size: 16px;
}

.post.type-post .post-meta-info .post-taxonomies a:hover{
  text-decoration: none;
}

.post.type-post .post-meta-info .post-date{
  background-image: url(./assets/images/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  color: #777777;
}


.header-blog .the-carousel .carousel-inner .carousel-content{
  min-height: 420px;
}


.user-logged-in .the-header .btn-hoken-secondary {
  margin-right: 10px;
}

.post.type-post blockquote{
  max-width: 560px;
  margin: 50px auto;
  font-size: 28px;
  text-align: center;
  color: #D9001B;
  font-style: italic;
  padding: 10px 20px;
  background-image: url(assets/images/blockquote-bg.png);
  background-repeat: no-repeat;
  background-position: center center; 
}

.post.type-post .wp-block-image img{
  height: auto;
}

.back-link-container a{
  text-decoration: none;
  color: #777777;
  padding-left: 20px;
  background-image: url(assets/images/icon-atras.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #D9001B;
  display: inline-block;
}

.blog-list-container-search h1{
  font-weight: bold;
  font-size: 34px;
  color:#000000;
}

.blog-list-container-search .post h3{
  font-size: 18px;
  color: #1A1818;
  font-weight: bold;
  background-image: url(./assets/images/icon-leer-mas.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.blog-list-container-search .post p{
  color:#7C7B7B;
  font-size: 16px;
}



/*Mobile*/
@media (max-width: 768px) {
  .estimation{
    padding: 20px 0px;
  }

  .fieldset_cot{
    padding: 31px 10px 0 10px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fieldset_cot.terminos-condiciones {
    padding-bottom: 10px;
  }

  .paquete.active:after {
    content: "";
    display: block;
    top: 100%;
    position: absolute;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #D9001B;
  }
  .btn-hoken-secondary {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px!important;
  }  

  .form-group {
    text-align: left!important;
  }

  .cotizacion .terminos-condiciones p{
    font-size: 16px;
  }

  .estimation h2{
    text-align: center;
  }

  .login-register-header .login-register-buttons button{
    margin-bottom: 10px;
  }

  .result-cotizacion {
    padding: 10px 20px;
  }

  

  .mi-perfil .bloque-perfil a {
    font-size: 16px;
    padding: 15px 15px;
    min-height: 175px;
    line-height: 22px;
  }

  .perfil-submenu a {
    padding: 12px 10px 12px 26px;
    font-size: 14px;
  }

  .fieldset_cot legend{
    text-align: left;
    border-bottom: 1px solid red;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    position: relative;
  }

  .fieldset_cot legend::after{
    content: '';
    background-image: url(assets/images/accordion-row.png);
    background-position: center;
    width: 12px;
    height: 12px;
    right: 2px;
    position: absolute;
    top:10px;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
  }

  .pago-container .fieldset_cot legend::after{
    background: none;
    content: none;
  }

  .fieldset_cot legend.collapsed::after{
    transform: rotate(180deg);
  }

  .btn-hoken-secondary.btn-backstep {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .sidebar .widget_recent_entries .post-destacado {
    text-align: center;
  }

  .user-logged-in .header-user-menu-col {
    padding-top: 60px;
  }

  
}

/*Tablet*/
@media (min-width: 768px) {

  .the-carousel {
    min-height: 380px;
  }
  
  
  .the-carousel .carousel-inner .carousel-content {
    min-height: 380px;
  }

  .the-carousel .carousel-inner .carousel-content .carousel-content-gradient {
    height: 380px;
  }
  
  .the-carousel .carousel-inner .carousel-content .carousel-caption{
    top: 118px;
  }

  .the-carousel .carousel-inner .carousel-content .carousel-caption h2{
    font-size: 28px;
    
  }

  #gallery2 .titulo{
    width: 100%;
    float: left;
    align-items: start;
    text-align:initial;
    
  }

  #gallery h1{
    font-size: 40px;
    margin-top: -10px;
  }

  #gallery p,
  #gallery_2 p{
    font-size: 18px;
  }
 
    
  .paquete-d{
    /*margin: -20px;*/
  }

  .paquete{
    height: 215px;
  }

  .paquete h2 { 
    font-size: 26px;
    font-weight: bold;
  }
  .the-carousel {
    border-radius: 3px 0px 50px 50px;
    -moz-border-radius: 3px 0px 50px 50px;
    -webkit-border-radius: 3px 0px 50px 50px;
    border: 0px solid #000000;
    color: white;
  }

  .carousel-item h1 {
    text-align: center!important;
    font-size: 32px;
    font-weight: bold;
  }
  
  


  .btn-hoken-secondary {
    font-size: 12px!important;
  }

  .aboutus {
    padding: 0 50px;
  }

  .aboutus h2 {
    margin-top: 20px;
    font-size: 1.4em!important;
  }

  .aboutus p {
    color: #454545;
  }
  
  .paquetes {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paquete {
    display: block;
  }
  
  .paquete-descr {
    margin-left: 0;
    text-align: left;
    padding: 40px;
    border: solid 1px #D9001B;
  }
  #colapsable_compara .paquete-descr{
    border: solid 2px #D9001B;
  }
  
  #colapsable_compara hr{
    border: solid 1px #CBCBCB;
  }
  .paquete-descr h2 {
    
    text-align: center;
  }

  .paquete-descr h3 {
    text-align: left;
    margin: 10px 0;
  }

  .paquete-descr p {
    line-height: 1.9;
  }

  .paquete-descr ul li::marker {
    font-size: 1.5em;
  }

  .list-group {
    flex-direction: initial;
  }

  .currency:after {
    width: 70%;
    height: 2px;
    display: block;
    content: "";
    background-color: #C7C7C7;
    position: relative;
    top: -17px;
    left: 200px;
  }

  .descr {
    text-align: center!important;
  }

  .result {
    text-align: left!important;
  }

  .result .longdescr {
    line-height: normal;
  }

  #nextstep {
    /*margin-right: 42px;*/
  }

  .cotizacion h1 {
    text-align: center;
  }

  .documentos h1 {
    font-weight: bold;
  }

  .cotizacion .input-group-text{
    padding: 10px 18px;
  }

  .registry,
  .login,
  .activate {
    
  }

  .result-cotizacion p.head{
    text-align: center;
    border-radius: 0px;
  }

  .result-cotizacion p.head.head-plan{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 1px solid #fff;
  }

  .result-cotizacion p.head.head-total-plan{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #fff;
  }

  .result-cotizacion .col-content{
    border-radius: 0px;
    height: 90%;
  }

  
  .result-cotizacion .col-content.col-content-plan{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }

  
  .result-cotizacion .col-content.col-content-total-plan{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }

  .mis-polizas .poliza-item-detail p.head{
    text-align: center;
    border-radius: 0px;
  }

  .mis-polizas .poliza-item-detail p.head.head-numero-recibo{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 1px solid #fff;
  }

  .mis-polizas .poliza-item-detail p.head.head-monto-recibo{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #fff;
  }


  .mis-polizas .poliza-item-detail .col-content{
    border-radius: 0px;
    height: 90%;
  }

  
  .mis-polizas .poliza-item-detail .col-content.col-content-numero-recibo{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }

  
  .mis-polizas .poliza-item-detail .col-content.col-content-monto-recibo{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }

  .blog-list-container #cooler-nav .next p {
    padding-right: 15px;
    margin-right: 18px;
  }
  
  .blog-list-container #cooler-nav .previous p {
    padding-left: 15px;
    margin-left: 18px;
  }

  .header-blog .the-carousel .carousel-inner .carousel-content{
    min-height: 380px;
  }
  
}

/*Desktop*/
@media (min-width: 992px) {

  .the-header {
    height: 120px;
  }
  
  .the-carousel {
    margin-top: -120px;  
    min-height: 444px;
  }

  .the-carousel .carousel-inner .carousel-content {
    min-height: 444px;
  }

  .the-carousel .carousel-inner .carousel-content .carousel-content-gradient {
    height: 444px;
  }

  .the-carousel .carousel-inner .carousel-content .carousel-caption{
    top: 150px;
  }

  .the-carousel .carousel-inner .carousel-content .carousel-caption h2{
    font-size: 36px;
  }

  #colapsable_compara .col-xl-3,
  #colapsable_compara .col-lg-3
  {
    flex: 0 0 30%;
    max-width: 35%;
  }
  .carousel-item h1 {
    text-align: left!important;
  }

  .paquete {
    width: 145px;
    height: 187px;
  }

  .paquete:hover {
    cursor: pointer;
  }

  .paquete h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .paquete.active:after {
    content: "";
    display: block;
    top: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #D9001B;
  }

  .paquete-descr h3 { 
    font-size: 24px;
  }
  
  .result {
    margin: 0 0 0 30px;
  }

  .aboutus {
    padding-top: 30px;
  }

  .documentos {
    border-radius: 10px;
    position: relative;
    padding: 30px 15px;
  }

  .documentos h1 {
    position: absolute;
    left: 15px;
    top: -15px;
    background-color: #fff;
    padding: 0 5px;
  }

  .the-header .btn-hoken-secondary {
    margin-right: 5px;
  }

  .form-principal-container {
    margin: 70px auto 50px;
  }

  .mis-datos {
    min-height: 600px;
    padding-bottom: 40px;
  }

  .result-cotizacion .total-plan-amount{
    font-size: 32px;
  }

  .pago-resumen-total .monto-total {
    font-size: 42px;
  }
  
  .pago-resumen-total .pago-resumen-total-desc{
    font-size: 20px;
  }

  .btn-hoken-primary,
  .quickestimation .btn.btn-hoken-secondary-inverse {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .estimation.cotizacion label{
    font-size: 16px;
  }
}