.width-1200 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.choose--insurance {
    padding: 30px 0 0;
}

.choose--insurance h1, .choose--insurance h2, .choose--insurance h3, .choose--insurance h4, .choose--insurance h5, .choose--insurance h6 {
    color: #153e8c;
}

.choose--insurance h4 {
    font-size: 18px;
    font-weight: 700 !important;
}

.choose--insurance h5 {
    font-size: 17px;
    font-weight: 500 !important;
}

.choose--insurance ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin-bottom: 0 !important;
    list-style: none;
}

.choose--insurance ul.requisitos {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.choose--insurance ul.requisitos li {
    position: relative;
    padding-left: 10px;
}

.choose--insurance ul.requisitos li::before {
    content: "•";
    color: #153e8c;
    position: absolute;
    top: 0;
    left: -5px;
    font-weight: 700;
}

.choose--insurance ul button {
    background: #bebebe;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 7px;
    min-height: 108px;
    width: 200px;
    font-size: 16px;
    line-height: 20px;
    transition: all ease-in-out 1.2s;
    border: none;
    cursor: pointer;
    margin: 10px;
}

.choose--insurance ul button:hover {
    background: #2196F3;
}

.choose--insurance ul button.active {
    background: #153e8c;
}

.choose--insurance ul button.light-blue {
    background: #2196F3;
}

.choose--insurance ul button.light-blue.star {
    background: #2C6A9E;
    position: relative;
}

.choose--insurance ul button.light-blue.star .ico-star{
    background: #ffffff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    right: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.choose--insurance ul button.light-blue.star .ico-star img{
    margin-bottom: 0;
}

.choose--insurance ul button.light-blue.seguro-new.selected {
    background: #153e8c;
    transform: scale(1.08);
}

.choose--insurance ul button.light-blue.seguro, .choose--insurance ul button.light-blue.seguro-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.choose--insurance ul button.light-blue.seguro img, .choose--insurance ul button.light-blue.seguro-new img {
    margin-bottom: 8px;
}

.choose--insurance ul button.light-blue:hover {
    background: #153e8c;
    transform: scale(1.02);
}

.choose--insurance ul button.blue {
    background: #153e8c;
}

.choose--insurance ul button.blue:hover {
    background: #7EA0B7;
}

.choose--insurance label.fdc {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding: 10px;
    color: #153e8c;
}

.choose--insurance label.fdc-100 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    color: #153e8c;
}

.choose--insurance label.fdc4 {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 10px;
    color: #153e8c;
}

.choose--insurance input[type=text], .choose--insurance input[type=email], .choose--insurance input[type=number], .choose--insurance input[type=tel] {
    border: 1px solid #c3c3c3;
    height: 50px;
    border-radius: 8px;
    padding-left: 10px;
    margin: 10px 5px 10px 0px;
}

.opcion-radio {
    display: inline-block;
    margin-right: 18px;
}

.opcion-radio input {
    margin-right: 5px;
}


.opcion-radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.opcion-radio input[type=radio] + label:before {
    content: '';
    background: #F4F5F8;
    border-radius: 100%;
    border: 1px solid #a6aec6;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -.2em;
    margin-right: .5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    display: inline-block;
    vertical-align: middle;
}

.opcion-radio input[type=radio]:checked + label:before {
    background-color: #153e8c;
    box-shadow: inset 0 0 0 4px #F4F5F8;
}

.opcion-radio label {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.border--section {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 25px 20px !important;
    margin-top: 1.5rem;
}

.flex-section {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.flex-section.fdc {
    flex-direction: column;
}

.flex-section.jcsa {
    justify-content: space-around;
    align-items: center;
}

.flex-section.jcfs {
    justify-content: flex-start;
    align-items: center;
}

.flex-section.border-left::before {
    content: "";
    background: #c3c3c3;
    width: 1px;
    height: 80px;
    position: absolute;
    left: -3rem;
    top: 0;
}

.btn-blue-new {
    background: #153e8c !important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    color: #ffffff;
    margin-top: 1rem;
    width: 150px;
    font-size: 16px !important;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-blue-new.print-btn {
    background: #7EA0B7 !important;
    position: relative;
}

.btn-blue-new.print-btn::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 10px;
    background: url("../images/ico-print.svg") no-repeat center;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.btn-blue-new.add--more {
    background: #2196F3 !important;
    position: relative;
    transition: all ease-in-out 1s;
    width: 180px;
    justify-content: flex-start;
    padding-left: 20px;
}

.btn-blue-new.add--more:hover {
    background: #153e8c !important;
}

.btn-blue-new.add--more::after {
    content: "+";
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 16px;
    right: 11px;
}

/**/
input[type="file"] {
    display: none;
}

.custom-file-upload {
    cursor: pointer;
    background: #153e8c !important;
    position: relative;
    transition: all ease-in-out 1s;
    width: 180px;
    justify-content: flex-start;
    padding-left: 28px;
    padding-right: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    color: #ffffff;
    margin-top: 1rem;
    font-size: 16px !important;
    border: none;
}

.custom-file-upload:hover {
    background: #7EA0B7 !important;
}

.custom-file-upload::after {
    content: "";
    background: url("../images/ico-upload.svg") no-repeat center;
    background-size: cover;
    width: 25px;
    height: 25px;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 12px;
    left: 10px;
}


.btn-blue-new.float-right {
    float: right;
}

.m-top-1 {
    margin-top: 1rem !important;
}

.m-top-2 {
    margin-top: 2rem !important;
}

.m-bottom-1 {
    margin-bottom: 1rem;
}

.m-bottom-2 {
    margin-bottom: 2rem;
}

.f-bold {
    font-weight: 700;
}

.step {
    margin-bottom: 6rem;
}

.content-seguro {
    position: relative;
}

.content-seguro .nro-auto {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #153e8c;
    border: 1px solid #153e8c;
    top: -12px;
    left: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.content-seguro .delete-auto {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff4444;
    border: 1px solid #ff4444;
    top: 50%;
    right: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
}

.content-seguro .tipo-auto {
    position: absolute;
    background: #2196F3;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    top: 0;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 8px;
    min-width: 100px;
    text-transform: uppercase;
}

.display-flex {
    display: flex;
}

.jcsb {
    justify-content: space-between;
    align-items: center;
}

.jcsb {
    justify-content: space-around;
    align-items: center;
}

#fecha-cotizacion{
    margin-right: 2rem;
}

.simple-link {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    background: #7EA0B7;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #7EA0B7;
    padding: 5px 10px;
    transition: all ease-in-out .8s;
}

.simple-link:hover {
    color: #7EA0B7;
    background: transparent;
    border: 1px solid #7EA0B7;
    /*transform: scale(1.07);*/
}

.c-gray {
    color: #c3c3c3;
}

.table-results {
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    padding: 30px;
    margin-top: 2rem;
    position: relative;
    width: 100%;
}

.table-results .title-result {
    font-weight: 700;
    position: absolute;
    top: 0;
    padding-top: 0.5rem;
    background: #f1f1f1;
    width: 100%;
    left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 30px;
    padding-bottom: 0.5rem;
}

.table-results table {
    margin-top: 2rem;
}

.table-results p {
    margin-top: 2rem;
}

.table-results table tr {
    border-bottom: 1px solid #c3c3c3;
    padding: 10px 0;
    line-height: 30px;
}

.table-results table td {
    width: 33.33%;
}

.table-results table th {
    font-weight: 700;
}

select {
    border: 1px solid #c3c3c3;
    height: 50px;
    border-radius: 8px;
    padding-left: 10px;
    margin: 10px 5px 10px 0px;
    min-width: 200px;
    width: auto;
}

select:disabled {
    opacity: 0.5;
    background: #f1f1f1;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #7EA0B7;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.header-seguros, .header-seguros-print {
    margin: 10px 0;
    text-align: center;
}

.buttons-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    padding: 0px 0px 20px;
}

.buttons-container button, .buttons-container a, .buttons-container input[type=button] {
    margin: 0 5px;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #153e8c;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #153e8c;
    cursor: pointer;
}

.dropzone-content-cotizador{
    display: flex;
    flex-wrap: wrap;
}

.dropzone-content-cotizador .descripcion{
    text-align: center;
    width: 100%;
}

.dropzone-content-cotizador .content-dropzone{
    width: 50%;
}

.dropzone-content-cotizador .content-dropzone.full{
    width: 100%;
}

#dropzone-cotizador, .dropzone-cotizador {
    background: #ffffff;
    border-radius: 5px;
    border: 2px dashed #153e8c !important;
    border-image: none;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    min-height: 80px;
    margin-bottom: 1rem;
}

.content-dropzone .titulo{
    text-align: center;
    font-weight: 700;
    margin-top: 2rem;
}

.back-imagen-seguro {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #153e8c;
    margin-right: 8px;
}

.width-50{
    width: 48%;
}

.width-50 input[type=number]{
    width: 100%;
}

#list-formularios-vinculacion{
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
}

#list-formularios-vinculacion a.simple-link{
    max-width: 350px;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

.loading img{
    position: relative;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.width-600{
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.notice-message{
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #153e8c;
    background: #f4f4f4;
    padding: 20px 15px 20px 15px;
    margin-bottom: 2rem;
}

.notice-message p{
    color: #153e8c;
    max-width: 380px;
    margin-bottom: 0;
}

.mensaje-final .choose--insurance, .mensaje-final-negado .choose--insurance{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mensaje-final-vinculacion .choose--insurance{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.mensaje-final-vinculacion .choose--insurance .notice-message{
    margin-bottom: 0;
}

.mensaje-final-carga-masiva .choose--insurance{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.checkbox-container{
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container.full{
    width: 100%;
    margin: 25px 10px
}