﻿.no-capitalize, .no-capitalize > .bs-placeholder, .no-capitalize .bs-select-all, .no-capitalize .bs-deselect-all {
    text-transform: none !important;
}

.cp_navi_main_wrapper {
    /*border-bottom: 2px solid #FF2F76 !important;*/
    background: #009696 !important;
}
@media only screen and (max-width: 1024px) {
    .cp_navi_main_wrapper {
        /*border-bottom: 2px solid #FF2F76 !important;*/
        background: #009696 !important;
        height: 8%!important;
    }
}

.no-border {
    border: 0 !important;
}

@media (max-width: 767px) {
    .contect_form3 input {
        background: white !important;
    }
    .pt-page-current {
        margin-top: 15%;
    }
}

.pt-page-current
{
    margin-top: 100px;
}

/*h3 {
    color: #004481 !important;
}*/

#capitalasegurado {
    -webkit-appearance: none;
    background: transparent;
    width: 90%;
    height: 15px;
    outline: none;
}

#capitalasegurado:focus,
#capitalasegurado:active#capitalasegurado {
    border: 0;
    outline: none;
}

#capitalasegurado::-webkit-slider-thumb {
    border: none;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url("/images/left-and-right-arrows.png");
    background-position: 0 0;
    background-size: cover;
    cursor: pointer;
    margin-top: -15px;
    -webkit-appearance: none;
}

.cp_logo_wrapper {
    float: none !important;
    display: inline-block !important;
}

.container-fluid {
    text-align: center;
}
/*base code*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }
/*the animation definition*/
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}


/*base code*/
/*.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }*/
/*the animation definition*/
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

.formulario-pagina {
    margin-top: 50px;
    background-color: transparent !important;
}

body, .pt-page {
    background: #fff !important;
}

.jb_heading_wraper h3 {
    text-transform: none !important;
}

.select_box .nice-select {
    text-transform: none !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #009696;
    color: #fff;
    font-size: 1em;
}

.search_btn_a {
    background: #FF2F76 !important;
    color: white;
}

.jb_heading_wraper {
    padding-bottom: 10px !important;
}

.formulario-prev-next.search_btn a:hover {
    background: #009696 !important;
}

.search_btn a {
    width: 60% !important;
    height: 50px;
    margin-bottom: 5px;
    color: #004481;
    /*font-family: Poppins;*/
}

.load_btn {
    margin-top: 10px !important;
}

.jb_heading_wraper h3 {
   /* font-family: Poppins !important;*/
    margin-bottom: 30px;
}

.botonibrok {
    border: 1px solid #009696 !important;
    background-color: #fff;
    color: #004481 !important;
    text-align: left !important;
    padding-left: 20px !important
}

.contect_form3 input {
    width: 100%;
    /*border: 1px solid #009696 !important;*/
    color: #004481 !important;
    border-radius: 7px !important;
    float: none;
    margin: auto !important;
}

input {
    /*width: 70%;*/
    /*border: 1px solid #009696;*/
    border: 1px solid #ced4da;
    color: #004481 !important;
    border-radius: 7px !important;
    float: none;
    margin: auto;
}

.contect_form3 {
    text-align: center !important
}

.anteriorpregunta {
    font-family: Poppins;
    font-weight: 600;
    color: #004481 !important;
    float: left !important;
    cursor: pointer;
}

    .anteriorpregunta i {
        background-color: white;
        box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 0.05);
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 20px;
        margin-right: 10px;
        color: #009696;
    }

.siguientepregunta {
    font-family: Poppins;
    font-weight: 600;
    color: #004481 !important;
    float: right !important;
    cursor: pointer;
}

    .siguientepregunta i {
        background-color: white;
        box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 0.05);
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 20px;
        margin-left: 10px;
        color: #009696;
    }

.cp_logo_wrapper {
    width: auto !important;
}

.cuadrosel {
    border: 1px solid #009696;
    background-color: white;
    font-family: Poppins;
    font-weight: 600;
    background-color: white !important;
    height: 100% !important;
}

.nice-select .list {
    max-height: 500px;
}

.slow-animation-show {
    animation: swal2-show 1s;
}

.slow-animation-hide {
    animation: swal2-hide 1s;
}

.titulousuario{
    text-align: right;
}

label{
    color: black;
}

.form-icon {
    font-size: 44px;
    color: #004481;
    text-align: center;
    margin-bottom: 20px
}

.botoncambiosmall {
    display: none;
}

.cuadrocompañia {
    min-height: 170px !important;
    border: 0px !important;
}

.cuadrosel.selected {
    border: 1px solid #009696 !important;
    background-color: #009696 !important;
    color: white !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #004481;
    opacity: 0.4; /* Firefox */
}

select {
    /*width: 70% !important;*/
    border: 1px solid #009696 !important;
    color: #004481 !important;
    border-radius: 7px !important;
    float: none;
    margin: auto !important;
}

.current {
    color: #004481 !important;
}

.select_box .nice-select {
    /*width: 70% !important;*/
    /*border: 1px solid #009696 !important;*/
    border-radius: 7px !important;
    float: none;
    margin: auto !important;
}

.nice-select {
    width: 100%;
   /* border: 1px solid #009696 !important;*/
    border-radius: 7px !important;
    float: none;
    margin: auto !important;
}

.jb_preloader:before, .jb_preloader:after {
    background-color: #0E457F;
}

.list li {
    /*color: rgb(0 0 0) !important;*/
    color: var(--color-b) !important;
    font-family: 'Fieldwork', sans-serif;
}

.footer {
    background: #009696;
    color: white !important;
}

.footer_border_displ ul li a {
    color: white !important;
}

.icon_list_news li a {
    background: white;
    color: #009696;
}

.list {
    width: 100%;
}

.footer_first_contact li p {
    color: white;
}

.pt-perspective {
    height: 110%;
}


.pt-page {
    overflow: scroll !important;
}

.footer {
    display: none !important;
}

.contect_form3 {
    float: none;
    margin: auto;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 15px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        border-radius: 25px !important;
        background: #004481; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #04AA6D; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

input[type=checkbox]:disabled+label{
    color: #808080 !important;
}

.botoncambio {
    background-color: #004481;
    border-radius: 7px;
    color: white !important;
    max-height: 50px;
    width: 100%;
    padding: 15px;
    cursor: pointer;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.edit-button-aditional {
    height: 50px;
    width: 50px;
    background-color: #2573ba;
  /*  background-color: #004481;*/
    display: inline-block;
    border-radius: 7px;
    cursor: pointer;
}

.edit-button-aditional i{
    line-height: 50px;
}

.check-button-aditional {
    height: 50px;
    width: 50px;
    background-color: #004481;
    display: inline-block;
    border-radius: 7px;
    cursor: pointer;
}

    .check-button-aditional i {
        line-height: 50px;
    }

#tarifas-mobile {
    display: none;
}

.ibrokselected {
    border: 1px solid #009696 !important;
    background-color: #009696 !important;
    color: white !important;
    text-align: left !important;
    padding-left: 20px !important
}

@media (max-width: 991px) {
    .botoncambio{
        max-width: 400px;
        /*text-align: left !important;*/
    }
    .titulousuario {
        text-align: left;
    }

    #tarifas-desktop {
        display: none;
    }

    #tarifas-mobile {
        display: block;
    }

}

@media (max-width: 575px) {

    /*.botoncambio i{
        max-width: 200px;
        text-align: left !important;
        font-size: 12px !important;
    }*/
    .price-tarifa {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .nice-select .list {
        max-height: 200px;
    }

    .pt-perspective {
        height: 130%;
    }

    .botoncambiobig{
        display: none;
    }

    .botoncambiosmall{
        display: block;
    }
}



@media (max-width: 756px) {

    .contenedorcapital{
        margin-bottom: 40px !important
    }

    .jb_heading_wraper h3 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 0px !important;
    }

    .capitalasegurado{
        margin-top: 0px !important;
    }

    .deslizadorcapital {
        padding-top: 0px !important;
    }


    .formulario-pagina {
        margin-top: 0px !important;
    }

    .container-fluid {
        height: 80px !important;
    }

    .imageform {
        width: 150px !important;
    }

    .cp_logo_wrapper {
        padding: 17px 0 10px 10px;
    }

    .contect_dropdown {
        width: 100% !important;
    }

    .selectcuadro {
        padding: 10px !important;
    }

    .cuadrosel {
        padding: 10px !important;
    }
}



/*Zona responsividad*/

@media (max-width: 756px) {
    #progressbar li{
        font-size: 9px !important;
        line-height: 11px !important;
    }

    /*.botoncambio{
        line-height: 60px !important;
    }*/

    .formulario-respuesta-inputD .current {
        width: 270px;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .select_box {
        width: 90% !important;
    }
}