main.py-4{
    padding: 0 0 !important;
}

body {
    background-color: #fff;
}

.div-marcas-logos {
    /*background-color: red; */
    height: 400px;
    padding: 35px;
}
.marcas-logos{
    display: grid;
    grid-gap: 20px;
    height: 100vh;
    grid-template-columns: repeat(5, 200px);
    grid-template-rows: repeat(2, 150px);
    justify-content: center;
    align-content: initial;
}
.item{
    /*background-color: lightblue;*/
    padding: 10px;
    border: 1px solid red;
    text-align: center;
}

.home .title {
    color: #952d8b;
    font-weight: bold;
}

.home .specs {
    margin-top: 2px;
}

.home .specs h3 {
    margin-top: 20px;
    color:#5F5F5F;
    font-weight: bold;
}

.home .specs img {
    width: 100px;
  height: 100px;
}

.home .button {
    margin: 30px;
}

a.btn{text-decoration: none !important;}
.btn-qualitas {
    color: #fff;
    background-color: #952d8b;
    border-radius: 25px;
    font-weight: bold;
    width: 300px;
    font-size: 18px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 7px gray;
    line-height: 30px;
}
.btn-qualitas-ext{
    color: #fff;
    background-color: #952d8b;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
    height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn-qualitas-secondary{
    color: #952d8b;
    background-color: #fff;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
    height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-qualitas:hover, .btn-qualitas-ext:hover {
    color: #952d8b;
    background-color: #fff;
    border: 2px solid #952d8b;
}

.home .btn-cotizar {
    margin-bottom: 10px;
}

.marca .btn-marca {
    margin-bottom: 30px;
}

.coberturas {
    margin-top: 20px;
    background-color: #E6F5F8;
    padding-bottom: 60px;
}

.coberturas h2 {
    font-weight: bold;
    color: #5F5F5F;
}

.coberturas .card {
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 5px;
}

.contratante .card,
.cobranza .card {
    padding: 20px 50px;
    margin-top: 20px;
    /* margin-bottom: 80px; */
}

.cobranza label,
.contratante label {
    font-size: 20px;
}

.cobranza h5,
.contratante h5 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #00adca;
}

.contratante .left .form-group:first-child {
    margin-top: 77px;
}

.cobranza .btn-enviar,
.contratante .btn-enviar {
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-links {
    background-color: #00adca;
}

.footer-links a,
.footer-links {
    color: #fff;
    text-decoration: none;
}

.marca h2.title,
.modelo h2.title {
    color: #00adca;
    font-weight: bold;
    margin-top: 50px;
}

.form-group select {
    height: 50px;
    border: 2px solid #952d8b;

    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat, repeat;
    background-position: right -3px top 50%, 0 0;
    background-size: 54px auto, 100%;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    padding-right: 60px;
}

/* For IE (thanks to @SaiManoj) */
select::-ms-expand {
    display: none;
}

.form-group select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #aa56a2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(119,36,111,.25);
}

label {
    color: #952d8b;
    font-weight: bold;
    font-size: 22px;
}

.btn-modelo {
    margin-bottom: 100px;
    margin-top: 30px;
}

.cobertura h2.title{
    color: #00adca;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.cobertura .coberturas {
    margin-top: 20px;
    padding-bottom: 60px;
}

.cobertura .coberturas ul {
    padding: 0 25px 0 30px;
}

.cobertura .coberturas li {
    text-align: left;
    color: #9a9a9a;
    font-size: 18px;
    padding: 5px 0;
}

.cobertura .coberturas .card {
    margin: 20px 5px;
    padding: 20px;
    background-color: #f2f4f4;
    border-radius: 10px;
}

.cobertura .coberturas h2 {
    font-weight: bold;
}

.cobertura .coberturas .btn-cotizar,
.gracias .coberturas .btn-contratar {
    position: absolute;
    bottom: -20px;
    left: 25%;
    width: 50%;
    background: #fff !important;
    color: #952d8b !important;
    border-radius: 25px;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 7px gray;
}

.coberturas .btn-contratar {
    display: none;
}

.cobertura .coberturas .btn-cotizar:hover,
.gracias .coberturas .btn-contratar:hover {
    color: #fff !important;
    background-color: #952d8b !important;
    border: 1px solid #952d8b !important;
}

.cobertura .coberturas .block {
    display: block;
    width: 100%;
    height: 40px;
}

.modelo p.year {
    display: inline-block;
    padding: 5px;
    color: #952d8b;
    border: 1px solid #952d8b;
    font-size: 18px;
}

.conductor .btn-conductor {
    margin-bottom: 30px;
}

.conductor h2.title {
    color: #00adca;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.conductor input,
.cobranza input,
.contratante input {
    height: 50px;
    border: 2px solid #952d8b;
}

.conductor input:focus,
.cobranza input:focus,
.contratante input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #aa56a2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(119,36,111,.25);
}

.conductor #cp,
.conductor .cp label {
    margin-left: -59%;
}

.gracias h2.title {
    color: #952d8b;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.error p,
.gracias p {
    font-size: 20px;
    color: #999999;
    font-weight: bold;
    margin-bottom: 50px;
}

.marca .logo img {
    cursor: pointer;
    border-radius: 20px;
}
.marca .logo img:hover {
    filter: brightness(85%);
}

.modelo .year {
    cursor: pointer;
}

.recaptcha-error {
    font-size: 12px;
    color: red;
    text-align: center;
    /* margin-top: -5px; */
}

.alert-form {
    margin-bottom: 0;
}

.coberturas .q-limitada,
.coberturas .q-amplia {
    padding: 5px;
    border: 2px solid #952d8b;
    font-size: 1.5rem;
    background-color: #00adca;
}

.contratante .error,
.cobranza .error,
.cobranza .gracias {
    height: 70vh;
}

@media (min-width: 1200px) {
    .conductor #cp,
    .conductor .cp label {
        margin-left: -28%;
    }
}
.accordion h4, .accordion div{
    text-align: left;
}
.tableHeader{
    font-size: 10px;
    color: #952d8b;
    font-weight: bold;
    text-align: left;
}
.tableHeader div+div{
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.titleAccordion{
    font-size: 12px !important;
    border-color: white !important;
    font-family: "Nunito", sans-serif !important;
}
.titleAccordion .row div+div{
    text-align: right;
}
.infoCoverage *, .card-color p{
    font-family: "Nunito", sans-serif !important;
    font-size: 12px;
}
.titleAccordion .helpIcon{
    font-size: 16px;
    color: #6e1064 !important;
    font-weight: bold;
}
.policeResume{
    margin-top: 20px;
    background-color: #952d8b;
    color: white;
}
.policeResume h4{
    color: white !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none !important;
    border-bottom: 1px solid !important;
    background: none !important;
    border-radius: 0 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none !important;
    border-bottom: 1px solid !important;
    background: none !important;
    border-radius: 0 !important;
}

.card-color{
  background:  #952d8b !important;
    border-radius: 20px !important;
    border: none !important;
}
.card-color *{
  color: white !important;
}
.card-color + .card-color{
  background: white !important;
}
.card-color + .card-color *{
  color: #6c757d !important;
}
.card-color .ui-widget-content{
    border: none !important;
    background: none !important;
}
.card-color .btn-cotizar{
  border-radius: 25px !important;
  background: #952d8b !important;
  color: white !important;
}
.card-color + .card-color .btn-cotizar:hover{
    border-color: white !important;
}
.card-color .btn-cotizar2{
    background: none !important;
    color: #952d8b !important;
}
 .material-symbols-outlined {
   vertical-align: text-top;
   font-variation-settings:
     'FILL' 0,
     'wght' 400,
     'GRAD' 0,
     'opsz' 24
 }

#cari_button{
  position: fixed !important;
  max-width: 16vh !important;
  /*border: 2px solid #952d8b;
  border-radius: 8vh;*/
}
