@font-face {
    font-family: 'RethinkSans';
    src: url('/assets/Rethink_Sans/RethinkSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'RethinkSans';
    src: url('/assets/Rethink_Sans/RethinkSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'RethinkSans';
    src: url('/assets/Rethink_Sans/RethinkSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'RethinkSans';
    src: url('/assets/Rethink_Sans/RethinkSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'RethinkSans';
    src: url('/assets/Rethink_Sans/RethinkSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'RethinkSans';
    src: url('/assets/Rethink_Sans/RethinkSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

*:not([class*="i-"]):not([class*="fa"]):not([class*="iconsmind"]):not(i) {
    font-family: 'RethinkSans', sans-serif !important;
}

.navbar {
    background-color: #003865 !important;
    padding: 0rem 3rem !important;
    position: relative !important;
    z-index: 999 !important;
}

.navbar img {
    max-height: 50px !important;
    width: auto !important;
}

#navbarCollapse {
    justify-content: flex-end !important;
}

#navbarCollapse .navbar-nav {
    margin-left: 0 !important;
    margin-right: 120px !important;
}

a.nav-link {
    color: #ffffff !important;
    font-weight: 400;
}

a.nav-link:hover {
    border-bottom: solid #fff;
    border-width: thin;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    color: #003865 !important;
}

.caracteristicas_2-icon {
    color: #003865 !important;
    background-color: #c6f0ff !important;
}

#caracteristicas_2-content {
    background-color: #ffffff !important;
}

p.caracteristicas_2-content-detail {
    color: #003865 !important;;
}

h3#caracteristicas_2-title {
    background: #003865 !important;
    color: #fff !important;
    font-weight: 200 !important;
    padding: 20px 15px !important;
}

img {
    color: white;
}

section#coberturas {
    background-color: #faf8f0 !important;    
}

.card.card-plan.text-center.shadow {
    border-radius: 20px !important;
    padding: 15px !important;
    text-align: center;
    background-color: #fff !important;
}

.card.card-plan.text-center.shadow .card-header.title {
    margin-top: 15px !important;
}

.card.card-plan.text-center.shadow .card-footer.white {
    margin-bottom: 15px !important;
    background-color: transparent !important;
    border: none !important;
}

.card-footer.white .btn-cotizar {
    background-color: #003865 !important;
    color: #fff !important;
    border-radius: 7px !important;
    padding: 10px 20px !important;

    display: block !important;

    border: none !important;
}

.card-header.title {
    background-color: #f5a623 !important;
    border-radius: 7px !important;
    text-align: center !important;
    max-width: 200px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 12px 12px !important;
    border-bottom: none !important;
    color: #003865 !important ;
}

.card-header.title h6 {
    color: #003865 !important;
    margin: 0 !important;
    font-weight:500 !important;
}

.col-sm-3:nth-child(1) .card-header.title {
    background-color: #c6f0ff !important; 
}
.col-sm-3:nth-child(2) .card-header.title {
    background-color: #f2be3e !important; 
}
.col-sm-3:nth-child(3) .card-header.title {
    background-color: #9a9684 !important;
}

.col-sm-3:nth-child(4) .card-header.title {
    background-color: #f2be3e !important; 
}


.col-sm-3:nth-child(3) .card-header.title h6 {
    color: #fff !important;
}

footer {
    color: #003865 !important;
    background-color: #003865 !important;
}


footer .row {
    background-color: #003865 !important;;
}


#redes-sociales-container {
    background-color: #faf8f0 !important;
}




div#coberturas-content > .col:nth-child(1) {
    border-right: none !important;
}

div#coberturas-content > .col:nth-child(2n) {
    border-left: none !important;
}

div#coberturas-content > .col:nth-child(3n) {
    border-right: none !important; 
}

div#coberturas-content > .col:nth-child(3n) {
    border-left: none !important;
}

li {
    color: #003865;
}
ul {
    color: #003865;
}

h3.text-center.coberturas-detail-title {
    text-align: left !important;
}

.coberturas-detail-title {
     min-height: 1em !important; 
}

#condiciones-description.text-muted {
    color: #003865 !important;

}



.action-btn {
    background-color: #003865 !important;

    text-decoration: none;
    padding: 1em;
    font-size: 1em;
    border-radius: 7px !important;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #003865;
}



    /* Aca empieza en nuevo css del cotizador; */


  /* Aca empieza header del step; */
.title-section {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.sw.sw-justified.sw-theme-dots,
.col-sm-12.card-body {
    overflow: visible !important;
}

ul.nav.step-anchor {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    background-color: #faf8f0 !important;
    counter-reset: step-counter !important;
    margin-left: 0px !important;
}

li.nav-item.step {
    background-color: #ffffff !important;
    counter-increment: step-counter !important;
}

.sw-theme-dots > .nav .nav-link::before,
ul.step-anchor .nav-link::before,
ul.nav.step-anchor li a::before {
    border-color: #003865 !important;
    color: #003865 !important;
    background-color: #fff !important;
}

.sw-theme-dots > .nav .nav-link.active::before,
ul.step-anchor .nav-link.active::before {
    background-color: #003865 !important;
    color: #fff !important;
    border-color: #003865 !important;
}

li.nav-item.step > a.nav-link {
    display: block !important;
    text-align: center !important;
    color: #003865 !important;
    background-color: #ffffff !important;
    font-size: 12px !important;
    padding: 5px !important;
}

li.nav-item.step > a.nav-link > span {
    display: none !important;
}


.sw-theme-dots > .nav .nav-link.active::before,
ul.step-anchor .nav-link.active::after {
    background-color: #003865 !important;
}

.sw-theme-dots > .nav .nav-link::after {
    content: counter(step-counter);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -28px;
    background-color: #fff !important;
    border: 1px solid #9ea2a2 !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    color: #003865 !important;
}

.sw-theme-dots > .nav .nav-link::before {
    content: " ";
    position: absolute;
    display: block;
    /* top: -36px; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
     width: 5px; 
     height: 0px; 
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    color: #813134;
    text-decoration: none;
    z-index: 98;
}


.sw-theme-dots > .nav .nav-link.active::after {
    background-color: #003865 !important;
    color: #fff !important;
}

.sw-theme-dots > .nav .nav-link.active {
    color: #003865 !important;
    cursor: pointer;
}


.sw-theme-dots > .nav::before {
    content: " ";
    position: absolute;
    top: 29%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eeeeee;
    z-index: 1;
}


  /* Aca empieza los inputs; */
.form-group label {
    font-size: 12px;
    color: #003865;
    margin-bottom: 4px;
    font-weight: 500;
}

.form-control {
    border: initial;
    outline: initial !important;
    background: #fff;
    border: 1px solid #003865;
    color: #1f1f1f;
}

.rounded-circle {
    border-radius: 20% !important;
    border: 1px solid #003865 !important;
}

.bg-roble-orange {
    background-color: #003865 !important;
    color: #ffffff !important;
    border: 1px solid #003865 !important;
}

.bg-roble-gris {
    background-color: #c6f0ff  !important;
    color: #003865 !important;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px solid rgba(0, 0, 0, 0);
}

button.btn.btn-secondary {
    background-color: #003865 !important;
    color: #ffffff !important;
    border-color: #003865 !important;
    padding: 10px 40px !important;
    border-radius: 7px !important;
    font-size: 12px !important;
}

button.btn.btn-secondary:hover {
    background-color: #00b8d3 !important;
    color: #ffffff !important;
    border-color: #00b8d3 !important;
}

.btn-group button.btn.btn-secondary + button.btn.btn-secondary {
    margin-left: 10px !important;
}

.btn-group button.btn.btn-secondary:first-child {
    background-color: #ffffff !important;
    color: #003865 !important;
    border-color: #003865 !important;
}

.btn-group button.btn.btn-secondary:first-child:hover {
    background-color: #00b8d3 !important;
    color: #ffffff !important;
    border-color: #00b8d3 !important;
}
.front {
    position: absolute !important;
    color: #fff !important;
    border-radius: 7px !important;
    padding: 1px !important;
    min-width: 40px !important;
    cursor: pointer !important;
    vertical-align: center !important;
    max-height: 35px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #003865;
    border-radius: 4px;
    color: #003865 !important;
}

.form-control {
    border: initial;
    outline: initial !important;
    background: #fff;
    border: 1px solid #003865;
    color: #003865 !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #003865 !important;
    line-height: 28px !important;
}

/* Botones del Beneficiario*/
.btn-success, .btn-outline-success {
    border-color: #003865  !important;
    background-color: #003865 !important;
    color: #fff !important;
    border-radius: 7px !important;
    height: 35px !important;
    width: 160px !important;
}

.btn-success:hover, .btn-outline-success:hover {
    box-shadow: 0 8px 25px -8px #00b8d3 !important;
    background-color: #003865 !important;
}

.btn-danger, .btn-outline-danger {
    border-color: #003865  !important; 
    background-color: white !important; 
    color: #003865  !important;
    border-radius: 7px !important;
    height: 35px !important;
    width: 160px !important;
}

.btn-danger:hover, .btn-outline-danger:hover {
    box-shadow: 0 8px 25px -8px #00b8d3 !important;
}


/* Alertas */

.alert-danger {
    color: #003865;
    background-color: #eca300;
    border-color: #fccac7;
}

.alert-card.alert-danger {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #003865 !important;
}

label.beneficiarios {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #9ea2a2 !important;
    border-radius: 7px;
    margin: 7px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle !important;
    border-radius: 7px !important;
    font-weight: bold !important;
}

div.beneficiarios {
    width: auto !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding-top: 0px !important;
}


/*Diseño de la tarjeta*/

.input-group-text {
    display: none !important;
}


.rccs__number {
    color: white !important;
}


.rccs__name {
    color: white !important;
}

.rccs__expiry__value {
    color: white !important;
}


button.btn.btn-block.btn-success {
    width: 100% !important;
}

small.mt-2.text-center.d-block {
    color: #003865 !important;
}

/*Botones del footer*/

.instagram {
    background: #003865 !important;
}

.facebook {
    background: #003865 !important;
}

.youtube {
    background: #003865 !important;
}

.whatsapp {
    background: #003865 !important;
}


#footer-description {
    color: #ffffff;
    font-size: 14px;
}
/*Poliza Generada 


strong {
    color: #003865 !important;
}


p {
    color: #003865 !important;
}

li {
    color: #003865 !important;
}

.section-title {
    color: #003865 !important;

}

a {
    color: #003865 !important;
}

.btn.btn-primary, .ff-btn.ff-btn-submit {
    background: #003865 !important;
    border-color: #003865 !important;
    color: #fff !important;
}

.btn.btn-primary:hover, .ff-btn.ff-btn-submit:hover {
    background: #00b8d3 !important;
    border-color: #00b8d3 !important;
    color: #fff !important;
}

.site-footer {
    background: #003865 !important;
}

header > .container {
    background-color: #003865 !important;
}

*/

a.btn.btn-danger, .btn-outline-danger {
    border-color: #ffc941 !important;
    background-color: #ffc941 !important;
    color: #002755 !important;
    border-radius: 7px !important;
}

.container-fluid {
    background-color: #003865 !important;
    /* color: red; */
}

nav#nav {
    /*background-color: #f7f3e4 !important;*/
}

.container-fluid.mb-5 {
    background-color: white !important;
}

#caracteristicas-title-section {
    background-color: #fffbfb !important;
}