body {
	font-family: 'Poppins', sans-serif;
	color: #343a40;
    padding-top: 70px;
}
body#temp {
    background: #5252d1;
}
header {
	background: #efefef;
    position: relative;
    z-index: 9999;
}
header.fixed-top {
    z-index: 99999999;
}
header #logo img {
    max-height: 45px;
}
header #menu .social .phone {
    min-width: 130px;
}
.social .icon {
    background: #5252d1;
    border-radius: 50px;
    min-width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    padding: 0px;
    color: #FFF !important;
}
.social .icon span {
    font-size: 13px;
    vertical-align: middle;
}
#title img {
    max-width: 200px;
}
.color-purple {
    color: #5252d1;
}
.text-purple {
    color: #5252d1;
}
.text-purple-100 {
    color: #C6C6FF;
}
.bg-purple {
	color: #fff;
    background-color: #5252d1;
    border-color: #5252d1;
}
.bg-outline-purple {
    color: #fff;
    border-color: #FFF;
}
.border-left-purple {
    border-left: 10px solid #5252d1;
}
a.bg-purple:hover,
button.bg-purple:hover,
a.bg-outline-purple:hover,
button.bg-outline-purple:hover {
	color: #FFF;
	background-color: #27245e;
    border-color: #27245e;
}
.bg-gray {
	background: #efefef;
}
a {
    color: #5252d1;
}
a:hover {
    color: #27245e;
}
.btn-primary,
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    background-color: #5252d1;
    border-color: #5252d1;
}
.btn-primary:hover {
    background-color: #27245e;
    border-color: #27245e;
}
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(82 82 209 / 50%);
}
.dropdown-item.active, 
.dropdown-item:active {
    background-color: #5252d1;
}
.navbar-nav .nav-link.color-purple {
    color: #5252d1;
}
#intro {
	background: #5252d1;
}
#intro .logo img {
    max-height: 70px;
}
#intro .escribe img {
	max-height: 400px;
}
#intro .semaforo img {
	max-width: 60px;
}
#intro .arboles img {
	max-width: 100px;
}
#intro .last {
	padding-bottom: 200px;
}
#intro .car img {
    max-height: 140px;
}
#ahorrar .alcancia img {
	max-height: 340px;
}
#ahorrar .folder img {
	max-height: 320px;
}
#opiniones .carousel-control-next, 
#opiniones .carousel-control-prev {
    bottom: auto;
    width: 30px;
    height: 30px;
}
#opiniones .carousel-control-prev {
    left: calc(100% - 70px);
}
#opiniones .carousel-control-next {
    right: 10px;
}
#opiniones .carousel-control-prev-icon {
    background-image: url(../img/arrow-left.png);
}
#opiniones .carousel-control-next-icon {
    background-image: url(../img/arrow-right.png);
}
#content .familia img {
    max-height: 500px;
}
#content .faqs img {
    max-height: 3400px;
}
#content .border-bottom {
    border-bottom: 1px solid #000 !important;
}

.border-center {
    position: relative;
}
.border-center:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #000;
    left: 50%;
}
.border-white:after {
	background: #FFF;
}
.border-full {
    background: #7d7d7f;
    width: 100%;
    margin: 0 auto;
    height: 1px;
}
.fixed-right {
    position: fixed;
    top: 71px;
    right: 0;
    bottom: 0;
    z-index: 1030;
}
#cotizar .cotizar {
    min-height: 82vh;
}
#cotizar .step img {
    max-height: 245px;
}
#cotizar .datos .row {
    max-width: 700px;
}
#cotizar .cotizar:not(.show) {
    display: none;
}
.cotizacion .datos .text-small {
    font-size: 12px;
}
#resumen {
    overflow-y: auto;
}
#resumen h6 {
    font-weight: 400;
    margin-bottom: 0px;
}
#resumen .total span {
    font-size: 20px;
}
#resumen .icon img {
    max-width: 50px;
}
.cotizacion .datos {
    font-size: 26px;
}
.cotizacion .tarifa {
    font-size: 32px;
}
#adicionales .servicio img {
    max-height: 90px;
}
#adicionales .servicio > .row:hover,
#adicionales .servicio.active > .row {
    background: rgb(82 82 209 / 20%);
    cursor: pointer;
}
#adicionales .servicio > .row:hover + .check,
#adicionales .servicio.active .check {
    display: block;
}
#adicionales .servicio .check {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #5252d1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    color: #FFF;
    display: none;
}
#adicionales .servicios .servicio {
    display: none;
}
#pagar-form {
    max-width: 600px;
}
#finalizar .contactar img {
    max-height: 120px;
}
#finalizar .contactar > .row:hover {
    background: rgb(82 82 209 / 20%);
    cursor: pointer;
}
#finalizar .contactar .image img {
    max-height: 90px;
    max-width: 120px;
}

#alert {
    max-width: 1000px;
    z-index: -9999;
}
#alert.show {
    z-index: 9999;
}
.form-control {
    color: #27245E;
    background: #FFF;
    border-radius: 7px;
    height: calc(1.5em + 1.25rem + 2px);
}
.form-control.invalid {
    border: solid 1px #dc3545 !important;
}
.form-check-input.invalid + .form-check-label {
    background: rgb(255 99 99 / 20%);
}
/* Radio buttons */
.rcontainer{ 
    width: auto;
}
.rcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px solid #5252d1;
}
.rcontainer .text {
    margin-left: 40px;
}
.rcontainer:hover input ~ .checkmark {
    background-color: #ECECEC;
}
.rcontainer input:checked ~ .checkmark {
    background-color: white;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.rcontainer input:checked ~ .checkmark:after {
    display: block;
}
.rcontainer .checkmark:after {
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #5252d1;
}

.primero-seguros-msg {
    position: sticky;
    bottom: 15px;
    display: block;
    width: calc(100% - 60px);
}
.primero-seguros-msg img {
    max-height: 20px;
}
#poliza .image-top img {
    max-width: 200px;
    width: 30%;
}
#tarifas .text {
    margin-left: 40px;
    margin-top: -5px;
    display: block;
}
#tarifas .text-2 {
    margin-left: 40px;
    font-size: 20px;
    line-height: normal;
    display: block;
}
#coberturas {
    font-size: 10px;
    line-height: 13px;
}
#coberturas .cobertura:nth-child(1) {
    background: #5252d1;
    color: #FFF;
}
#coberturas .cobertura:nth-child(2) {
    background: #EEE;
    color: #888;
}
#coberturas .cobertura:nth-child(3) {
    background: #DDD;
    color: #888;
}
.cobertura:nth-child(1) .nombre-cobertura, 
.cobertura:nth-child(1) .suma-cobertura {
    border-bottom: 1px solid #27245e;
}
.cobertura:nth-child(2) .nombre-cobertura, 
.cobertura:nth-child(2) .suma-cobertura {
    border-bottom: 1px solid #DDD;
}
.cobertura:nth-child(3) .nombre-cobertura, 
.cobertura:nth-child(3) .suma-cobertura {
    border-bottom: 1px solid #CCC;
}
.cobertura .daos-materiales.valor-comercial--10, 
.cobertura .robo-total.valor-comercial--10 {
    font-weight: 600;
}
.ahorro {
    font-size: 40px;
    margin-top: -10px;
    color: #efb300;
}
.ahorro-text {
    font-size: 12px;
    color: #efb300;
}
.ahorro span {
    display: inline-block;
    margin-right: -8px;
    font-size: 32px;
}
.ahorro-percent,
.ahorro-mxn, 
.ahorro-s {
    vertical-align: text-top;
    line-height: 55px;
    font-size: 20px !important;
}
#resumen .ahorro-total,
#resumen .ahorro-pesos {
    color: #efb300;
    font-size: 24px;
    display: inline-block;
    line-height: 30px;
}
#resumen h6.precio-mejorado {
    font-size: 24px;
}
#resumen .ahorro-percent, 
#resumen .ahorro-s, 
#resumen .ahorro-mxn {
    font-size: 20px;
    display: inline-block;
    color: #efb300;
    vertical-align: top;
    margin-top: -15px;
}

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}
#loading i {
    top: calc(50% - 25px);
    position: absolute;
    font-size: 50px;
    color: #5252d1;
    left: calc(50% - 25px);
    text-shadow: 0px 0px 5px #5252d1;
}
.modal-open .modal {
    z-index: 999999999;
}
#cotizar-fixed {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
}
#cotizar-fixed a {
    padding: 9px 11px;
}
#help {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
}
#help a,
#help a:hover {
    color: #FFF;
    text-decoration: none;
    padding: 9px 11px;
    display: block;
}
#help .whatsapp {
    color: #FFF;
    font-size: 32px;
    background: #25d366;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
#help .whatsapp i {
    display: block;
}
.col-form-label {
    font-size: 1rem;
}
.text-msg {
    font-size: 12px;
    line-height: normal;
    display: block;
    color: #5252d1;
}

footer {
    background: #27245E;
    color: #FFF;
}
footer h1 {
    font-family: 'Platform-Medium', sans-serif;
    font-size: 36px;
    margin: 0px 0px 10px;
}
footer span {
    font-size: 16px;
    display: block;
    padding: 10px 0px;
}
footer span label {
    font-family: 'Platform-Medium', sans-serif;
    font-size: 18px;
    font-weight: normal;
}
footer .btn-pink {
    margin: 10px 0px;
}
footer .left, 
footer .right {
    padding-top: 40px;
    padding-bottom: 30px;
}
footer .link {
    display: block;
}
footer .links a {
    font-family: 'Platform-Medium', sans-serif;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
}
footer .left {
    padding-right: 70px;
}

footer .bottom img {
    max-width: 75px;
}
footer {
    background: #efefef;
    color: #414042;
}
footer .image img {
    max-width: 200px;
    padding: 30px 0px 25px;
}
footer .subtitle h4 {
    margin-bottom: 30px;
}
footer .icon img {
    max-width: 60%;
}
footer .name {
    padding: 10px 0px;
    line-height: 20px;
}
footer .links a {
    color: #27245E;    
    font-family: 'Platform-Regular', sans-serif;
}
footer .bottom span, 
footer .bottom a {
    padding: 0px 10px;
    color: #98a1ac;
}
footer .open-modal {
    cursor: pointer;
}
footer a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1400px;
    }
}

@media (min-width: 992px) {
    #banner .h1, 
    #banner h1,
    #content .h1, 
    #content h1 {
        font-size: 3.5rem;
    }
    #resumen {
        position: fixed;
        top: 71px;
        right: 0;
        bottom: 0;
        z-index: 1030;
    }
    .icon-open-close {
        display: none;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    #intro .escribe img {
        max-height: 350px;
    }
    #intro .car img {
        max-height: 100px;
    }
    #resumen {
        margin-right: -100%;
        transition: 1s;
        top: calc(100% - 75px);
        left: 0;
        z-index: 999999;
    }
    #resumen.active {
        margin-right: 0%;
        top: 71px;
    }
    .primero-seguros-msg {
        position: relative;
        width: 100%;
    }
    .icon-open-close {
        position: absolute;
        right: 20px;
        font-size: 30px;
        top: 15px;
        cursor: pointer;
        height: 40px;
        width: 25px;
    }
    .icon-open-close i {
        animation: MoveUpDown 1s linear infinite;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #resumen .icon-open-close .fa-chevron-up,
    #resumen.active .icon-open-close .fa-chevron-down {
        display: block;
    }
    #resumen .icon-open-close .fa-chevron-down,
    #resumen.active .icon-open-close .fa-chevron-up {
        display: none;
    }
    #cotizar .step h2 {
        font-size: 24px;
    }
    #alert {
        bottom: 60px;
    }
}

@media (max-width: 767px) {    
    #intro .escribe img {
        max-height: 300px;
    }
    #intro .arboles img {
        max-width: 100%;
    }
    #intro .car img {
        max-height: 70px;
    }
    #intro .semaforo img {
        max-width: 40px;
    }
    #ahorrar .alcancia img {
        max-height: 150px;
    }
    #ahorrar .folder img {
        max-height: 200px;
    }
    .h1, h1 {
        font-size: 2.0rem;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
}

@media (max-width:  620px) {
    .ahorro span {
        font-size: 28px;
    }
    .ahorro-percent, 
    .ahorro-mxn, 
    .ahorro-s {
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .h1, h1 {
        font-size: 1.5rem;
    }
    .h3, h3 {
        font-size: 1rem;
    }
    #login h3,
    #register h3 {
        font-size: 1.5rem;
    }
    #intro .escribe img {
        max-height: 200px;
    }
    footer .image img {
        max-width: 150px;
    }
    #cotizar h1 {
        font-size: 40px;
    }
    #cotizar .cotizar {
        height: auto;
    }
    #cotizar .step img {
        max-height: 200px;
    }
    #resumen h4 {
        font-size: 18px;
    }
    #resumen {
        top: calc(100% - 65px);
    }
    #alert {
        bottom: 50px;
    }
    .cotizacion .datos {
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    .h1, h1 {
        font-size: 1.2rem;
    }
    .h3, h3 {
        font-size: 1rem;
    }
    #intro .logo img {
        max-height: 50px;
    }
    #intro .semaforo img {
        max-width: 30px;
    }
    #intro .car img {
        max-height: 40px;
    }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}