@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

html,body{
	background-color: #fff;
	color: #393836;
	font-family: 'Montserrat', sans-serif;
	min-height: 100% !important;
	height: 100%;
}

html{
	height: 100%;
}

body{
	min-height: 100%;
}

.ws-navbar-header{
	background-color: #fff;
	background-image: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	text-align: center;
	/*height: 85px;*/
	height: 65px;
	padding: 5px 0px;
	position: relative;
}

.ws-navbar-header .ws-logo{
	/*width: 120px;*/
	height: 100%;
	max-width: 200px;
}

.menu__cotizar{
	background-color: transparent;
}

.select2-container{
	width: 100%!important;
}

.box__vehiculos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    grid-auto-rows: minmax(50%, 1fr);
    grid-auto-flow: dense;
    margin-top: 20px;
}

.box__card {
  background-color: #ededed;
  border: 1px solid #d9d9d9;
  border-radius: .66rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #606060;
  cursor: pointer;
  transition: hover 0.5s ease;
  padding: 0 9px;
  height: 100%;
}

.box__card:hover{
	/*background-color: #c7c7c7;*/
}

.box__card img {
	width: 80%;
}

.box__card h5 {
	font-size: .95rem;
	margin-top: -18px;
	font-weight: 500;
}

@media (min-width: 768px) {
	.box__vehiculos {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	    grid-auto-rows: minmax(150px, 1fr);
	    grid-auto-flow: dense;
	    margin-top: 20px;
	}
}

.ws-title{
	color: red;
}

/*Top Promo*/
.ws-back-top{
	background-image: linear-gradient(to right, #68B6BE,#941b80);
	background-image: linear-gradient(to right, var(--secondary),var(--primary));
	-moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.24);
	box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.24);
}

.ws-more-info{
	background: #2196f3;
}
.ws-title-box{
	color: var(--primary)
}
/*.btn__cotizar__q {
	background: <?php echo $color_primario; ?> !important;
}*/
.btn__cotizar__q {
	background: var(--primary);
	margin-left: 10px;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	font-size: .76rem;
}

.btn__cotizar__q2{
	background: #0096ae;
	border: none !important;
  outline: none !important;
}

.btn__cotizar__q2:hover,.btn__cotizar__q2:active,.btn__cotizar__q2:focus{
	background-color: #0096ae;
	border: none !important;
	outline: none !important;
}

.ws-box-info{
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	height: 100%;
	border-radius: 2px;
}
.ws-box-info svg{
	width: 70px;
	height: 70px;
}
.ws-box-circle{
	background-image: linear-gradient(to right, #68B6BE,#941b80);
	background-image: linear-gradient(to right, var(--primary),var(--secondary));
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
.ws-box-info-icon{
	width: 80px;
	height: 80px;
}
.ws-box-info-title{
	font-size: 1.3rem;
	font-weight: 700;
}
.ws-box-info-text{
	line-height: 20px;
}
.ws-box-info-subtext{
	font-size: .8rem;
}
.ws-section-info{
	background-color: #fff;
}
.ws-list-title{
	font-size: 1.4rem;
	font-weight: 700;
}
.ws-list-text{
	line-height: 23px;
	font-size: 1.1rem;
}
.box-info-grad{
	background-image: linear-gradient(to right, #68B6BE,#941b80);
	background-image: linear-gradient(to right, var(--primary),var(--secondary));
}
.box-info-grad-text{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 23px;
}
.ws-icon-social{
	width: 55px;
	height: 55px;
}
.ws-icon-social-premium{
	margin-bottom: 10px;
	width: 120px;
	height: auto;
}
.ws-icon-text{
	font-weight: 700;
	color: inherit;
	text-decoration: none;
}
.ws-icon-text:hover{
	color: inherit;
	text-decoration: none;
}
.c-pointer{
	cursor: pointer;
}

/*Top Promo*/
.ws-navbar-top-promo{
	background: #941b80;
	background: var(--secondary);
	cursor: pointer;
	width: 100%;
	display: none;
	position: sticky;
	top: 0px;
	z-index: 99;
}
.ws-navbar-top-promo svg{
	width: 40px;
	height: 40px;
	fill: #fff;
	margin-top: -4px;
}
.ws-navbar-promo-title,.ws-navbar-promo-description{
	color: #fff;
	font-size: .8rem;	
	line-height: 25px;
	text-align: center;
	padding: 5px 46px;
}
.ws-navbar-promo-title.hide{
	display: none;
}
.ws-navbar-promo-description.hide{
	display: none;
}
.svg-icon{
	position: absolute;
	right: 10px;
	top: 0;
}
.ws-img-promo{
	width: 80%;
	margin: 0 auto;
	display: block;
	margin-top: 40px;
	border-radius: 4px;
}

.ws-list-title2 {
	color: #fff;
	white-space: pre-line;
	padding-left: 20px;
	font-size: 2.3rem;
	line-height: 46px;
	margin-top: 0;
	position: relative;
	top: -20px;
	font-weight: 500;
}

.ws-list-text2 {
	white-space: pre-line;
	color: #fff;
	padding-left: 20px;
	font-size: 1.1rem;
	position: relative;
	top: -15px;
	font-weight: 400;
}


img.shake {
	-webkit-animation: rotation 5s infinite linear;
	animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
	0% { transform: rotate(0deg);}
	2% { transform: rotate(5deg);}
	3.5% { transform: rotate(0deg);}
	5% { transform: rotate(-5deg);}
	7.5% { transform: rotate(0deg);}
}

@keyframes rotation {
	0% { transform: rotate(0deg);}
	2% { transform: rotate(5deg);}
	3.5% { transform: rotate(0deg);}
	5% { transform: rotate(-5deg);}
	7.5% { transform: rotate(0deg);}
}

.ws-container-bar{
  text-align:center;
}
.ws-container-bar-message{
  color:#fff;
  font-size:1.2rem;
  font-weight:400;
}

.ws-progress-bar{
  box-sizing: border-box;
  box-shadow: inset 0px 0px 4px 2px rgba(100, 100, 111, 0.4);
  background:#b9b9b9;
  border: 3px solid #fff;
  border-radius:60px;
  position:relative;
  text-align:center;
  margin: 0 auto;
	width: 100%;
}

.ws-progress-percent{
  box-sizing: border-box;
  border-radius:60px;
  width:84.66%;
  max-width:100%;
  background: #941b80;
  background: var(--secondary);
  background-image: linear-gradient(to right, #68B6BE,#941b80);
  background-image: linear-gradient(to right, var(--primary),var(--secondary));
  padding:12px;
}

.ws-progress-text{
  position:absolute;
  top:-5px;
  left:0px;
  right:0;
  color:#fff;
  margin: 0;
  margin-top: 5px;
  font-size: .8rem;
}

.etiqueta_descuento {
	padding-top: 14px;
    line-height: 15px;
    background: #ff0350;
    width: 60px;
    height: 60px;
    border-radius: 80% 75% 80% 0%;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -25px;
    top: -25px;
    font-weight: 600;
}

.ws-title-cotizador{
	color: var(--secondary);
    font-size: 1.6rem;
    font-weight: 400;
    width: 87%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ws-title-cotizador>:nth-child(1) {
/*	color: #68B6BE;*/
	font-weight: 700;
}

.ws-pt-10{
	padding-top: 10!important;
}
.ws-pb-10{
	padding-bottom: 10!important;
}


.box-aseguradora{
	background: #fff;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.box-aseguradora.selected {
	border: 4px solid #68B6BE;
}

.box-paquete-elegido {
    position: absolute;
    background: #68B6BE;
    color: #fff;
    right: 5px;
    bottom: -10px;
    padding: 3px;
    border-radius: 100px;
    font-size: .7rem;
}

.box-description-vehicle{
  color: #000;
  margin-top: 18px;
  font-size: .9rem;
  font-weight: 800;
}

.box-aseguradora-header{
	padding: 20px 0px;
	box-shadow: 0px 12px 7px -10px rgb(0 0 0 / 20%);
}

.box-aseguradora-header img{	
	max-width: 230px;
  height: 30px;
}

.box-aseguradora-costos>:nth-child(1){
	color: #000;
	font-weight: 800;
	font-size: 2.1rem;
}

.box-aseguradora-costos>:nth-child(3){
	color: #000;
	font-weight: 700;
	font-size: .9rem;
}

.btn-aseguradora{
	font-weight: 600;
  font-size: .7rem;
	background: #941b80;
  border: 1px solid #941b80;
  border-radius: 2px;
}

.btn-aseguradora:hover,.btn-aseguradora:active,.btn-aseguradora:focus {
	font-weight: 600;
  font-size: .7rem;
	background: #941b80 !important;
 	border: 1px solid #941b80 !important;
  border-radius: 2px;
}

.btn-aseguradora-outlined{
	font-weight: 600;
  font-size: .7rem;
	color: #941b80;
	background: #fff;
  border: 1px solid #941b80;
  border-radius: 2px;
}

.btn-aseguradora-outlined:hover,.btn-aseguradora-outlined:active,.btn-aseguradora-outlined:focus {
	font-weight: 600;
  font-size: .7rem;
	color: #941b80;
	background: #fff !important;
 	border: 1px solid #941b80 !important;
  border-radius: 2px;
}

.btn-aseguradora-group{
	/*font-weight: 600;*/
	background: #941b80;
  border: 1px solid #941b80;
  border-radius: 2px;
}

.btn-aseguradora-group.active{
	/*font-weight: 600;*/
	background: #c742b1 !important;
  border: 1px solid #c742b1 !important;
  border-radius: 2px;
}

.btn-aseguradora-group:hover,.btn-aseguradora-group:active,.btn-aseguradora-group:focus {
	/*font-weight: 600;*/
	background: #c742b1 !important;
 	border: 1px solid #c742b1 !important;
  border-radius: 2px;
}

.btn-aseguradora-group.disabled, .btn-aseguradora-group:disabled{
	background: #ccc !important;
 	border: 1px solid #ccc !important;
  border-radius: 2px;
}

.btn-primary.disabled, .btn-primary:disabled{
	background: #e7e7e7  !important;
 	border: 1px solid #e7e7e7  !important;
 	color: #606060 !important;
  border-radius: 2px;
}

.btn-aseguradora-group:focus{
	box-shadow: none;
}

/*.modal-backdrop {
  z-index: 0 !important;
}*/

.modal-header{
	box-shadow: 1px 0px 10px -1px rgb(0 0 0 / 20%)!important;
}

.viewMulticotizador {
	align-items:initial;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
	margin-top: 65px;
	padding-top:65px;
}

.sc_features_m {
	background-color: #fff;
	height: 100%;
}

.sc_features_header_m{
	height: 95px;
	text-align: center;
	line-height: 45px;
	background: #68B6BE;
  color: #fff;
  border-top-left-radius: 7px;
}


.sc_features_header_m h2,.sc_plan_header_m h2 {
	font-size: 1rem;
	color: #606060;
	padding: 10px;
}

.sc_features_header_m h2 {
	line-height: 95px;
	color: #fff;
}

.sc_features_body_m{
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 7px;
}

.sc_features_list ul {
	padding: 0px;
}

.sc_features_list ul li {
	font-size: .95rem;
	list-style-type: none;
	line-height: 27px;
	padding: 5px;
	padding-left: 10px;
	height: 110px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sc_features_list ul li:nth-child(odd){
	background-color: #ededed;
}

.sc_packs {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  white-space: pre;
  overflow: auto;
  padding-top: 9px;
  scroll-behavior: smooth;
}

.sc_plan_header p {
    font-size: 1.3rem;
}

.sc_plan_header h2 {
	font-size: 1rem;
	color: #606060;
	padding: 10px;
}

.price-discount {
    text-decoration: line-through;
    margin-bottom: 25px;
    font-weight: 400;
    color: #ccc;
}

.price {
    font-weight: 700;
    margin-bottom: 20px;
}

.sc_plan_header {
	white-space: normal;
	text-align: center;	
	width: 100%;
	line-height: 0px;
	position: relative;
	height: 95px;
	border: 1px solid #ccc;
	border-left: none;
	border-bottom: none;
}

.sc_plan_body {
    border: 1px solid #ccc;
    border-left: none;
    border-top: 1px solid #ccc;
}

/*Diseño Plan multicotizador*/
.plan_m.selected .sc_list_content_30{
	width: 30%;
	color: #fff;
}

.plan_m.selected .sc_list_content_70{
	width: 70%;
	color: #fff;
}

.plan_m{
    /*border-radius: 10px;*/
    box-sizing: border-box;
    display: flex;
    margin-top: 10px;
    min-width: 100%;
    white-space: normal;
    flex-direction: column;
    cursor: pointer;
    scroll-snap-align: start;
}
.plan_m h3 {
	font-size: 1rem;
	text-align: center;
}

.plan_m:last-child .sc_plan_header{
	border-top-right-radius: 7px;
}

.plan_m:last-child .sc_plan_body{
	border-bottom-right-radius: 7px;
}

.plan_m.selected {
	border: none;
	/*background-color: #68B6BE;*/
}

.plan_m.selected .sc_plan_header{
	background-color: #941b80;
	color: #fff;
	border: none;
}

.plan_m.selected .sc_plan_header::before{
	content: "Más elegido";
    background-color: red;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 3px;
    position: absolute;
    z-index: 32;
    width: 119px;
    height: 24px;
    top: -18px;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 12px;
}

.plan_m.selected .sc_plan_header h2 {
	color: #fff;
}

.plan_m.selected .sc_plan_body {
	border: none;
	background-color: #79d2db;
/*	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
}

.plan_m.selected .sc_plan_list ul {
	background-color: #79d2db;
}

.plan_m.selected .sc_plan_list ul li:nth-child(odd){
	background-color: #68B6BE;
}

.sc_plan_list ul {
	padding: 0px;
}

.sc_plan_list ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;

	list-style-type: none;
	line-height: 27px;
	padding: 5px;
	padding-left: 10px;
	text-align: center;
}

.sc_plan_list ul li:nth-child(odd){
	background-color: #ededed;
}


.sc_list_content_30{
	width: 20%;
	font-size: .95rem;
}

.sc_list_content_70{
	font-weight: 500;
	width: 80%;
	font-size: .80rem;
}

.accordion-header button:focus {
	/*border-color: 0 !important;*/
	/*box-shadow: none !important;*/
}

.ws-tab-group-fr{
	width: 90%;
}

/*.ws-btn-tab-group-primary{
	color: #fff !important;
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}*/

.btn-check:checked+.btn-primary{
	color: #fff !important;
	background-color: #941b80 !important;
	border-color: #941b80 !important;
}

.ws-btn-tab-group, .ws-btn-tab-group:hover{
	background: transparent;
  border-color: #941b80;
  color: #941b80;
  font-weight: 500;
}

.ws-btn-tab-group:active, .ws-btn-tab-grou:checked{
	background: #941b80 !important;
  border-color: #941b80 !important;
  color: #fff;
  font-weight: 500;
}

/*./ Diseño Plan multicotizador*/

.ws-header-cotizador-info p {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-shadow: 1px 1px 3px rgb(0,0,0,0.5);
}

.ws-header-cotizador-info p.ws-header-cotizador-subtext{
	font-size: .8rem;
}

.ws-main-container-cotizador{
	padding-top: 0px;
	align-items: initial;
}

.ws-box-main-content{
	background-color: transparent !important;
	position: relative;
	padding: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/*box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);*/
}

.ws-box-main-content-q{
	background-color: #fff;
	position: relative;
	padding: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/*box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);*/
}

.btn_cotizar_again{
	background-color: #941b80 !important;
}

.ws-label-cotizador{
	color: #941b80;
}

.ws-text-resultado-cotizacion{
	color: #941b80 !important;
}

.ws-form-cotizador{
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 5px;
}

.button-whatsapp-cotizador {
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 999;
}

.button-whatsapp-cotizador img {
  width: 80px;
  height: 80px;
  cursor: pointer;
  animation: growImg 0.25s ease;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6))
}

@media (min-width: 992px) {
	.ws-list-title2{
		font-size: 3rem;
	}
	.sc_features_m {
		border-radius: 7px;
	}
	.plan_m .sc_plan_header{
		border-top-left-radius: none !important;
		border-top-right-radius: 7px;
		border-left: 1px solid #ccc;
	}
	.plan_m .sc_plan_body{
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: none !important;
		/*border-left: 1px solid #ccc;*/
	}
	.sc_list_content_70{
		font-weight: 500;
		width: 80%;
		font-size: .95rem;
	}
}

@media(min-width: 768px){
	.ws-main-container-cotizador{
		/*padding-top: 40px;*/
		align-items: initial;
	}
	.ws-box-main-content-q{
		box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
	}
}

@media (min-width: 576px) {
	.ws-progress-bar{
		width: 400px;
	}
	.ws-progress-text{
		font-size: 1rem;
	}

	.ws-header-cotizador-info p {
		color: #fff;
		font-size: 1.3rem;
		font-weight: 500;
		text-shadow: 1px 1px 3px rgb(0,0,0,0.5);
	}

	.ws-header-cotizador-info p.ws-header-cotizador-subtext{
		font-size: 1rem;
	}
}

@media (max-width: 767.98px) { 
	.ws-back-top-q{
		background-color: #fff !important;
		background-image: none !important;
	}
}





.blob {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


.blob.purple {
	background: rgba(142, 68, 173, 1);
	box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
	animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
	0% {
		transform: scale(0.99);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
	}
	
	100% {
		transform: scale(0.99);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
	}
}