
@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;
}

html{
	height: 100%;
}

body{
	min-height: 100%;
}

.ws-btn-print {
  color: #fff;
  background-color: #47b0cd;
  border-color: #47b0cd;
}

.ws-btn-print:hover, .ws-btn-print:focus {
  color: #fff;
  background-color: #47b0cd;
  border-color: #47b0cd;
}

.ws-navbar-header{
	background-color: #fff;
	/*background-image: linear-gradient(to right, #00B2BE, #5A4EB9, #2621BA);*/
	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;
}

.ws-logo.ws-img-lazyload {
	opacity: 0;
	transition: opacity .5s ease, scale .5s ease;
	animation: imgLazyLoad .5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
  margin: 0 auto;
}

@keyframes imgLazyLoad {
	0%{
		transform: scale(0);
	}
	100%{
		opacity: 1;
		transform: scale(0.9);
	}
}

.ws-navbar-header-sc-pr{
	background-color: #fff;
	background-image: linear-gradient(to right, #00B2BE, #5A4EB9, #2621BA);
	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-sc-pr .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;
}

.btn__cotizar__q {
	background: #611DC6 !important;
	margin-left: 10px;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	font-size: .76rem;
}

.ws-back-top{
	background-color: transparent;
/*	background-image: linear-gradient(to right, #611DC6,#611DC6);
	background-image: linear-gradient(to right, var(--secondary),#611DC6);*/
	-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-back-top-sc{
	background-image: linear-gradient(to right, #68B6BE,#5B4AB9) !important;
	-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: #611DC6
}
/*.btn__cotizar__q {
	background: <?php echo $color_primario; ?> !important;
}*/

.btn__cotizar__q2{
	background-color: #611DC6;
	border: none !important;
  outline: none !important;
}

.btn__cotizar__q2:hover,.btn__cotizar__q2:active,.btn__cotizar__q2:focus{
	background-color: #611DC6;
	border: none !important;
	outline: none !important;
}

.btn__cotizar__rino{
	background-color: #c11217;
	border: none !important;
  outline: none !important;
}

.btn__cotizar__rino:hover,.btn__cotizar__rino:active,.btn__cotizar__rino:focus{
	background-color: #c11217;
	border: none !important;
	outline: none !important;
}

.btn__cotizar__q3{
	background-color: #767676;
	border: none !important;
  outline: none !important;
}

.btn__cotizar__q3:hover,.btn__cotizar__q3:active,.btn__cotizar__q3:focus{
	background-color: #767676;
	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, #611DC6,#611DC6);
	background-image: linear-gradient(to right, #611DC6,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, #611DC6,#611DC6);
	background-image: linear-gradient(to right, #611DC6,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: #611DC6;
	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: #611DC6;
  background: var(--secondary);
  background-image: linear-gradient(to right, #611DC6,#611DC6);
  background-image: linear-gradient(to right, #611DC6,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: #611DC6;*/
	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;
}
*/

.wrap-box-aseguradora{
	padding: 18px;
}

.wrap-box-aseguradora-rino{
	padding: 10px;
}

.box-aseguradora{
  background: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
/*  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}


.box-aseguradora-body{
	min-height: 270px;
	padding-bottom: 120px;
}

.box-aseguradora-body-rino{
	min-height: 240px;
	padding-bottom: 120px;
}

.box-aseguradora-msg-ct{
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: 600;
	font-size: 1.3rem;
}

.box-aseguradora.selected {
	border: 4px solid #611DC6;
}

.box-paquete-elegido {
    position: absolute;
    background: #611DC6;
    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: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 2px;
}

.btn-aseguradora.btn-wd{
	width: 100%;
	border-radius: 1rem;
}

.btn-aseguradora.btn-wd:hover,.btn-aseguradora.btn-wd:active, .btn-aseguradora.btn-wd:focus{
	border-radius: 1rem;
}

.btn-aseguradora:hover,.btn-aseguradora:active,.btn-aseguradora:focus {
	font-weight: 600;
  font-size: .7rem;
	background: var(--primary) !important;
 	border: 1px solid var(--primary) !important;
  border-radius: 2px;
}

.btn-aseguradora-outlined{
	font-weight: 600;
  font-size: .7rem;
	color: var(--primary);
	background: #fff;
  border: 1px solid var(--primary);
  border-radius: 2px;
}

.btn-aseguradora-outlined.btn-wd{
	width: 100%;
	border-radius: 1rem;
}

.btn-aseguradora-outlined.btn-wd:hover, .btn-aseguradora-outlined.btn-wd:active, .btn-aseguradora-outlined.btn-wd:focus{
	border-radius: 1rem;
}

.btn-aseguradora-outlined:hover,.btn-aseguradora-outlined:active,.btn-aseguradora-outlined:focus {
	font-weight: 600;
  font-size: .7rem;
	color: var(--primary);
	background: #fff !important;
 	border: 1px solid var(--primary) !important;
  border-radius: 2px;
}


.btn-aseguradora-outlined2{
	font-weight: 600;
  font-size: .7rem;
	background: #fff;
  border-radius: 2px;
}

.btn-aseguradora-outlined2.btn-wd{
	width: 100%;
	border-radius: 1rem;
}

.btn-aseguradora-outlined2.btn-wd:hover, .btn-aseguradora-outlined2.btn-wd:active, .btn-aseguradora-outlined2.btn-wd:focus{
	border-radius: 1rem;
}

.btn-aseguradora-outlined2:hover,.btn-aseguradora-outlined2:active,.btn-aseguradora-outlined2:focus {
	font-weight: 600;
  font-size: .7rem;
	background: #fff !important;
  border-radius: 2px;
}

.btn-aseguradora-group{
	/*font-weight: 600;*/
	background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 2px;
  font-weight: 300;
  padding: 0.5em 1em;
}

.btn-aseguradora-group.active{
	/*font-weight: 600;*/
	background: #767676 !important;
  border: 1px solid #767676 !important;
  border-radius: 2px;
}

.btn-aseguradora-group:hover,.btn-aseguradora-group:active,.btn-aseguradora-group:focus {
	/*font-weight: 600;*/
	background: #767676 !important;
 	border: 1px solid #767676 !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;
}

button.btn-aseguradora-group:first-of-type {
	border-top-left-radius: 0.7rem !important;
  border-bottom-left-radius: 0.7rem !important;
}

.btn-aseguradora-group:last-child{
	border-top-right-radius: 0.7rem !important;
  border-bottom-right-radius: 0.7rem !important;
}

.ws-wrapper-btn-group{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.ws-wrapper-btn-group-rino{
	margin-top: 18px !important;
	margin-bottom: 18px !important;
}
/*.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: #611DC6;
  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 {
	color: #fff;
	line-height: 95px;
}

.sc_features_header_rino{
	height: 74px;
	text-align: center;
	line-height: 25px;
	background: #031734;
  color: #fff;
  border-top-left-radius: 7px;
}

.sc_features_header_rino h2 {
	font-size: 1rem;
	color: #606060;
	padding: 10px;
}

.sc_features_header_rino h2 {
	color: #fff;
	line-height: 52px;
}

.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_features_list_rino ul {
	padding: 0px;
}

.sc_features_list_rino ul li {
	font-size: .95rem;
	list-style-type: none;
/*	line-height: 27px;*/
	padding: 5px;
	padding-left: 20px;
	height: 85px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
}

.sc_features_list_rino 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_rino p {
    font-size: 1.3rem;
}

.sc_plan_header_rino h2 {
	font-size: 1rem;
	color: #606060;
	padding: 10px;
	padding-bottom: 0px;
}

.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_header_rino {
	white-space: normal;
	text-align: center;	
	width: 100%;
	line-height: 0px;
	position: relative;
	height: 74px;
	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_header_rino{
	border-top-right-radius: 7px;
}

.plan_m:last-child .sc_plan_body{
	border-bottom-right-radius: 7px;
}

.plan_m.selected {
	border: none;
	/*background-color: #611DC6;*/
}

.plan_m.selected .sc_plan_header{
	background-color: #611DC6;
	color: #fff;
	border: none;
}

.plan_m.selected .sc_plan_header_rino{
	background-color: #611DC6;
	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_rino::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_header_rino 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_rino ul {
	background-color: #79d2db;
}

.plan_m.selected .sc_plan_list ul li:nth-child(odd){
	background-color: #611DC6;
}

.plan_m.selected .sc_plan_list_rino ul li:nth-child(odd){
	background-color: #611DC6;
}

.sc_plan_list ul {
	padding: 0px;
}

.sc_plan_list_rino 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_rino ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 85px;

	list-style-type: none;
/*	line-height: 27px;*/
/*	padding: 5px;*/
	padding-left: 10px;
	text-align: center;
	font-size: .95rem;
}

.sc_plan_list ul li:nth-child(odd){
	background-color: #ededed;
}

.sc_plan_list_rino 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: #611DC6 !important;
	border-color: #611DC6 !important;
}*/

.btn-check:checked+.btn-primary{
	color: #fff !important;
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}

.ws-btn-tab-group, .ws-btn-tab-group:hover{
	background: transparent;
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 500;
}

.ws-btn-tab-group:active, .ws-btn-tab-grou:checked{
	background: var(--primary) !important;
  border-color: var(--primary) !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;
	position: relative;
	padding: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.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%);*/
}

.ws-label-cotizador{
	color: var(--primary);
	font-weight: 600;
/*	padding-left: 10px;*/
}

.ws-message-error-cotizacion{
	color:#000;
  font-weight:500;
  font-size:1.1rem;
  background-color:#ececec;
  padding:10px;
  width:80%;
  margin:0 auto;
  border-radius:10px;
  margin-bottom:16px;
}

.ws-box-message-loading{
	padding-top: 30px;
	padding-bottom: 30px;
}

.ws-text-message-loading{
	color:#606060;
  font-weight:300;
  font-size:1.5rem;
}

.ws-img-spinner-loading{
	width: 120px;
	height: 120px;
}

.ws-form-cotizador{
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 5px;
}

/*REACT TRANSITIONS*/
.example-enter {
  opacity: 0;
  transform:translateX(-100%);
}
.example-enter-active {
  opacity: 1;
  transform:translateX(0);
  transition: opacity 300ms, transform 300ms;
}
.example-exit {
  opacity: 1;
  transform:translateX(0);
}
.example-exit-active {
  opacity: 0;
  transform:translateX(-100%);
  transition: opacity 300ms, transform 300ms;
}

.boxStartComponent-enter {
  opacity: 0;
  transform: scale(0.9);
}
.boxStartComponent-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 300ms, transform 300ms;
}
.boxStartComponent-exit {
  opacity: 1;
}
.boxStartComponent-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 300ms, transform 300ms;
}

.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))
}

.ws-group-phone{
	display: block;
	width: 100%;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
  border-radius: 6px;
  background-color: #ededed;
  transition: 0.5s background-color ease;
  text-align: center;
}

.ws-group-phone:hover{
  background-color: #c5c5c5;
}

.box-aseguradora-body select.form-select{
	font-size: 0.9rem !important;
}

.box-aseguradora-body-rino select.form-select{
	font-size: 0.9rem !important;
}

/*Cotizador Rinorisk*/
.ws_header_top_rino{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	height: 150px;
	background-image: url('https://segurocotizas.com/imgs/rinorisk/Banner-1.png');
	background-size: cover;
	background-position: center bottom 30%;
	text-align: center;
	color: #fff;
}

.ws_middle_ahorra_tiempo{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column-reverse;
	width: 100%;
	height: 270px;
	background-image: url('https://segurocotizas.com/imgs/rinorisk/Banner-2.png');
	background-size: cover;
	background-position: center bottom 30%;
	text-align: center;
	color: #fff;
}

.ws_middle_asesorate{
	width: 100%;
	background-image: url('https://segurocotizas.com/imgs/rinorisk/Banner-3.png');
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
}

.ws_title_sesorate{
	color: #ffc100;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ws_rino_text{
	display: inline-block;
	background-color: #c11217;
	border-radius: 20px;
	padding: 2px 40px;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ws_info_asesorate{
	font-weight: 700;
	font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 33px;
}

.ws_clic_boton{
	color: #ffc100;
}

.ws-icon-contacto{
	width: 60px;
	height: 50px;
}

.ws_title_companias{
	color: #c11217;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ws-logo-compania{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 80px;
	aspect-ratio: 3/2;
	object-fit: contain;
/*	mix-blend-mode: ;*/
}

.ws_footer_derechos{
	background-color: #c11217;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	height: 60px;
	text-align: center;
	color: #fff;
}

.ws-text-derechos{
	font-weight: 500;
	font-size: .8rem;
	text-transform: uppercase;
}

.ws-logo-sf{
	width: 150px;
}

.ws-logo-clic{
	margin-top: 30px;
	width: 120px;
}

.ws-carro-blanco{
	margin-top: -45px;
	width: 300px;
}

.ws-img-ahorra-tiempo{
	width: 200px;
}

.ws-cotizador-pasos{
	width: 64%;
}

.ws-cotizador-pasos-icon{
	width: 60px;
}

.ws-cotizador-pasos-title{
	margin-top: 10px;
	color: #c11217;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ws-cotizador-pasos-text{
	font-size: .8rem;
	color: #0c0c0c;
	font-weight: 600;
}

.ws_middle_asegura_camino{
	position: relative;
}

.ws_title_asegura_camino{
	color: #031734;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ws_img_mujer{
	width: 260px;
	position: absolute;
	bottom: 0px;
}

.ws-grupo-text-asegura .ws-grupo-text-title {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #c11217;
}

.ws-grupo-text-asegura .ws-grupo-text-info {
	color: #0c0c0c;
	font-size: 1rem;
	font-weight: 500;	
}

.ws-box-step{
	padding: 10px;
	border-radius: 10px;
}

.ws-box-step.selected{
	background-color: #e5e5e5;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #d3d3d3;
}

.ws-grupo-text-asegura{
	text-align: center;
}
/*Cotizador rino*/

@media(min-width: 768px){

	/*Cotizador Rrino	*/

	.ws_header_top_rino{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		width: 100%;
		height: 240px;
		background-image: url('https://segurocotizas.com/imgs/rinorisk/Banner-1.png');
		background-size: cover;
		background-position: center bottom 30%;
		text-align: center;
		color: #fff;
	}

	.ws_middle_ahorra_tiempo{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: initial;
		width: 100%;
		height: 300px;
		background-image: url('https://segurocotizas.com/imgs/rinorisk/Banner-2.png');
		background-size: cover;
		background-position: center bottom 30%;
		text-align: center;
		color: #fff;
	}

	.ws-logo-compania{
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 10px;
		width: 120px;
		aspect-ratio: 3/2;
		object-fit: contain;
	/*	mix-blend-mode: ;*/
	}

	.ws-text-derechos{
		font-weight: 500;
		font-size: 1.2rem;
		text-transform: uppercase;
	}

	.ws_title_companias{
		color: #c11217;
		font-size: 1.8rem;
		font-weight: 800;
		text-transform: uppercase;
	}

	.ws-icon-contacto{
		width: 110px;
		height: 95px;
	}

	.ws_info_asesorate{
		font-weight: 700;
		font-size: 1.4rem;
		text-transform: uppercase;
		line-height: 33px;
	}

	.ws_rino_text{
		display: inline-block;
		background-color: #c11217;
		border-radius: 20px;
		padding: 2px 40px;
		font-size: 2.2rem;
		font-weight: 800;
		text-transform: uppercase;
	}

	.ws_title_sesorate{
		color: #ffc100;
		font-size: 2.4rem;
		font-weight: 800;
		text-transform: uppercase;
	}

	.ws_img_mujer{
		width: 300px;
		position: absolute;
		bottom: 0px;
	}

	.ws-grupo-text-asegura .ws-grupo-text-title {
		font-size: 1.4rem;
		font-weight: 700;
		text-transform: uppercase;
		color: #c11217;
	}

	.ws-grupo-text-asegura .ws-grupo-text-info {
		color: #0c0c0c;
		font-size: 1rem;
		font-weight: 500;	
	}

	.ws_title_asegura_camino{
		color: #031734;
		font-size: 2.2rem;
		font-weight: 800;
		text-transform: uppercase;
	}

	.ws-cotizador-pasos-icon{
		width: 90px;
	}

	.ws-cotizador-pasos-title{
		margin-top: 10px;
		color: #c11217;
		font-size: 1rem;
		font-weight: 700;
		text-transform: uppercase;
	}

	.ws-cotizador-pasos-text{
		font-size: .85rem;
		color: #0c0c0c;
		font-weight: 600;
	}

	.ws-logo-sf{
		width: 280px;
	}

	.ws-logo-clic{
		margin-top: 30px;
		width: 260px;
	}

	.ws-carro-blanco{
		margin-top: -90px;
		width: 420px;
	}

	.ws-img-ahorra-tiempo{
		width: 270px;
	}

	/*Cotizador Rrino	*/


	.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: 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_header_rino{
		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;
	}
	.btn-aseguradora.btn-wd{
		width: 50% !important;
	}
	.btn-aseguradora-outlined.btn-wd{
		width: 50% !important;
	}
	.btn-aseguradora-outlined2.btn-wd{
		width: 50% !important;
	}
	.box-aseguradora-body{
		padding-bottom: 90px;
	}
	.box-aseguradora-body-rino{
		padding-bottom: 84px;
	}
	/* Cotizador Rino	*/
	.ws_header_top_rino{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		width: 100%;
		height: 172px;
		background-image: url('https://segurocotizas.com/imgs/rinorisk/Banner-1.png');
		background-size: cover;
		background-position: center bottom 30%;
		text-align: center;
		color: #fff;
	}

	.ws-img-ahorra-tiempo{
		width: 400px;
	}
	.ws-carro-blanco{
		margin-top: -53px;
		width: 500px;
	}
	.ws_title_asegura_camino{
		color: #031734;
		font-size: 2.5rem;
		font-weight: 800;
		text-transform: uppercase;
	}
	.ws-grupo-text-asegura .ws-grupo-text-title {
		font-size: 2rem;
		font-weight: 700;
		text-transform: uppercase;
		color: #c11217;
	}
	.ws-grupo-text-asegura .ws-grupo-text-info {
		color: #0c0c0c;
		font-size: 1.3rem;
		font-weight: 500;	
	}
	.ws_img_mujer{
		width: 460px;
		position: absolute;
		bottom: 0px;
		margin-left: 0px;
	}
	.ws_title_sesorate{
		color: #ffc100;
		font-size: 3rem;
		font-weight: 800;
		text-transform: uppercase;
	}
	.ws_info_asesorate{
		font-weight: 700;
		font-size: 1.6rem;
		text-transform: uppercase;
		line-height: 33px;
	}

	.ws_rino_text{
		display: inline-block;
		background-color: #c11217;
		border-radius: 20px;
		padding: 2px 40px;
		font-size: 2.2rem;
		font-weight: 800;
		text-transform: uppercase;
	}
	.ws_title_companias{
		color: #c11217;
		font-size: 2.2rem;
		font-weight: 800;
		text-transform: uppercase;
	}
	.ws-logo-sf{
		width: 280px;
	}

	.ws-logo-clic{
		margin-top: 30px;
		width: 230px;
	}
	.ws-grupo-text-asegura{
		text-align: left;
	}
	/* Cotizador Rino	*/
}

@media(min-width: 1200px){
	.ws_img_mujer{
		width: 460px;
		position: absolute;
		bottom: 0px;
		margin-left: 40px;
	}
}

@media(min-width: 1400px){
	/* Cotizador Rino	*/
	.ws_header_top_rino{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		width: 100%;
		height: 280px;
		background-image: url('https://segurocotizas.com/imgs/rinorisk/Banner-1.png');
		background-size: cover;
		background-position: center bottom 30%;
		text-align: center;
		color: #fff;
	}
	.ws-logo-sf{
		width: 360px;
	}

	.ws-logo-clic{
		margin-top: 30px;
		width: 260px;
	}
	/* Cotizador Rino	*/
}

@media (min-width: 576px) {
/*	html,body{
		background-color: #ededed !important;
	}

	.ws-back-top{
		background-color: #ededed !important;

	}*/
	.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;
	}
}