body {
    font-family: quicksand-light !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

.w-20 {
    width: 20% !important;
}

.dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.container-fluid2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.altoCompleto {
    height: 100vh;
}

.border-socorro {
    border: 1px solid #FE6B00 !important;
}

.border-socorro-top {
    border-top: 1px solid #FE6B00 !important;
}

.border-socorro-right {
    border-right: 1px solid #FE6B00 !important;
}

.border-socorro-bottom {
    border-bottom: 1px solid #FE6B00 !important;
}

.border-socorro-left {
    border-left: 1px solid #FE6B00 !important;
}

.enlace-socorro1 {
    color: #505050;
    text-decoration: none;
    font-size: 14px;
}

.enlace-socorro1:hover {
    color: #000;
    text-decoration: none;
}

.altoCompleto2 {
    /* height: calc(100vh - 80px);*/
    /*height: calc(100vh - 250px);*/
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-error {
    margin: 0 auto;
    width: 275px;
    height: 500px;
}

.cardLogin {
    width: 500px;
}

.cDivBarIzq {
    background-color: #FFEFEC;
}

.cDivBarIzq .cTitPrincipal {
    font-family: gnuolanerg;
    font-size: 45px;
    font-weight: bold;
    color: #00D6D8;
    letter-spacing: 2px;
}

.cDivBarIzq .cText {
    color: #ff7f51;
    font-size: 20px;
    font-style: italic;
    font-family: gnuolanerg;
}

.itemPregunta {
    width: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemPregunta2 {
    width: 20px;
    height: 20px;
    background-color: #505050;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemPregunta2Select {
    width: 40px !important;
    height: 40px !important;
}

.itemPregunta2Select .iconoSoat {
    font-size: 25px;
}

.progress {
    background-color: #000 !important;
}

.cOptSeg .cotiza {
    border-radius: 10px;
    background-color: #F90909;
    color: #FFFFFF;
    font-weight: 400;
    height: 30px;
    padding: 2px 15px;
    font-weight: 600;
}

.cOptSeg a, .cOptSeg span {
    height: 30px;
    padding: 2px 2px;
    color: #23459C;
    font-weight: 600;
    border-color: #23459C !important;
    border-width: 2px !important;
}

.cOptSeg a:hover {
    text-decoration: none;
}

.cOptSeg {
    max-height: 0px;
    padding: 20px 0px 55px;
    /*background-color: red;*/
}

.cPregSeg {
    min-height: calc(100vh - 80px);
}

.img-logo {
    width: 280px;
    text-align: center;
    margin: 0 auto 10px;
}

.img-logo2 {
    width: 250px;
}

.img-socorro-preg {
    width: 70px;
    margin-right: 10px;
    /*height: 60px;*/
}

.img-socorro-preg2 {
    width: 50px;
    /*margin-right: 30px;*/
    position: relative;
    animation-fill-mode: forwards;
}

.imgIconExit {
    width: 50px;
    height: 50px;
}

.img-fluid-socorro {
    width: 350px;
}

.cPasoObtengo .title {
    color: #FF5000;
    font-weight: bold;
    font-size: 20px;
}

.cPasoObtengo .subTitle {
    color: #FF5000;
    font-size: 20px;
}

@keyframes movimientoImagenEps {
    0% {
        top: 0px;
    }
    100% {
        top: 105px;
    }
}

@keyframes movimientoImagenEpsUit {
    0% {
        top: 0px;
    }
    100% {
        top: 145px;
    }
}

.cPregunta {
    background-color:#e4e4e4;
    color: #1c1c1d !important;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}

/*
.cPregunta2 {
    font-family: quicksand;
    background-color:#fff;
    color: #000 !important;
    padding: 10px;
    border: 1px solid #23459C;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 3px;
    height: 100px;
}
*/

.cPregunta2 {
    font-family: quicksand;
    background-color: #FE6B00;
    color: #fff !important;
    padding: 10px;
    border: 1px solid #FE6B00;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 3px;
    height: 100px;
    margin-left: 20px;
}

.cPregunta3 {
    font-family: quicksand;
    background-color: #FE6B00;
    color: #fff !important;
    padding: 10px;
    border: 1px solid #FE6B00;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 3px;
    margin-left: 20px;
}

.cPregunta2 p {
    width: 100%;
    word-break: break-word;
}


/*
.trianguloEpsBefore {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc( 50% - 15px );
    left: 75px;
    border-top: 10px solid transparent;
    border-right: 10px solid #23459C;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}
*/

.trianguloEpsBefore {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc( 50% - 15px );
    /*left: 75px;*/
    left: 65px;
    border-top: 10px solid transparent;
    border-right: 10px solid #FE6B00;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

/*
.trianguloEpsAfter {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc( 50% - 15px );
    left: 77px;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}
*/

.trianguloEpsAfter {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc( 50% - 15px );
    left: 77px;
    border-top: 10px solid transparent;
    border-right: 10px solid #FE6B00;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

@keyframes efectoFlechaEpsBefore {
    0% {
        border-right: 10px solid #FE6B00;
    }
    100% {
        border-right: 10px solid transparent;
    }
}

@keyframes efectoFlechaEpsAfter {
    0% {
        border-right: 10px solid #fff;
    }
    100% {
        border-right: 10px solid transparent;
    }
}

.ml-cPregunt2 {
    /*margin-left: 80px;*/
    margin-left: 70px;
}

.ml-cPregunt3 {
    margin-left: 30px;
}



@keyframes efectoApecerPreguntaResp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cDivTextResp {
    min-height: 50px;
}

.cTextResp {
    height: 50px;
    border-width: 0px;
    background-color: #40FFBF;
    border: 1px solid #40FFBF;
    border-radius: 5px;
    min-height: 50px;
    align-items: center;
    word-break: break-all;
}

.cTextResp2 {
    height: 60px;
    border-width: 0px;
    background-color: #FFD000;
    border: 1px solid #FFD000;
    border-radius: 10px;
    min-height: 60px;
    align-items: center;
    word-break: break-all;
}

.cTextResp:hover {
    border: 1px solid #40FFBF;
}

.cTextResp:focus {
    outline: 0px;
    background-color: #40FFBF !important;
}

.cSwitchResp {
    display: flex;
    /*height: 50px;*/
    border-width: 0px;
    /*min-height: 50px;*/
    align-items: center;
    word-break: break-all;
}

.cSwitchResp .text {
    width: 70px;
}

.cInput {
    background-color: #40FFBF;
    border: 0px;
    outline: 0;
    font-size: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 0px solid transparent;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.cInput2 {
    background-color: #40FFBF;
    border: 1px solid #40FFBF;
    border-radius: 5px;
    outline: 0;
    font-size: 18px;
    height: 50px;
    min-height: 50px;
    align-items: center;
}

.cInput3 {
    background-color: transparent;
    border: 0px;
    outline: 0;
    font-size: 18px;
}

.cInput4 {
    background-color: #FFD000;
    border: 0px;
    outline: 0;
    font-size: 18px;
    color: #000;
}

.cInput:focus, .cInput2:focus {
    box-shadow: 0 0 0 0;
    background-color: #40FFBF !important;
    color: #000 !important;
}

.cInput3:focus {
    box-shadow: 0 0 0 0;
    color: #000 !important;
    background: transparent !important;
}

.cInput4:focus {
    box-shadow: 0 0 0 0;
    color: #000 !important;
    background-color: #FFD000;
}

.cBtnOptPre {
    color: #6c6d6d !important;
}

.input-icon-wrap {
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 11px 1px rgba(0,0,0,0.75);
    font-size: 25px;
}

.input-icon {
    background: transparent;
    position: absolute;
    left: 20px
}

.input-with-icon {
    border: none;
    flex: 1;
}

.input-icon {
    padding: 5px;
}

.input-with-icon {
    padding: 10px;
}

.input-with-icon {
    width: 95%;
    margin-left: 2.5%;
    text-indent: 20px;
    outline: 0;
    font-size: 16px !important;
    line-height: 20px;
    background-color: #fff;
}

.input-with-icon:focus {
    box-shadow: 0 0 0 0;
    border: 0px solid;
}

.cOptHijos {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    font-family: quicksand;
}

.cOptHijos.no {
    background-color: #55565A;
}

.cOptHijos.si {
    background-color: #FF5000;
}

.cOptHijos:hover {
    text-decoration: none;
    color: #FFFFFF !important;
}

.cOptEdadCony {
    height: 60px;
    padding: 4px;
    border-radius: 10px;
    background-color: #EFEFEF;
    color: #23459C;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.cOptEdadCony:hover {
    text-decoration: none;
}

/* Estilos de validacion de input */
.form-control-valid {
    border-color: #28a745!important;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control-invalid {
    border-color: #dc3545!important;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.switch {
    margin-bottom: 0px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch2 {
    margin-bottom: 0px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
}

.switch2 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e3e3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #FE6B00;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #e6e3e3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #e6e3e3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(46px);
    -ms-transform: translateX(46px);
    transform: translateX(46px);
}

.slider-sctr {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e3e3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-sctr:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-sctr {
    background-color: #FE6B00;
}

input:focus + .slider-sctr {
    box-shadow: 0 0 1px #e6e3e3;
}

input:checked + .slider-sctr:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round, .slider-sctr.round {
    border-radius: 34px;
}

.slider.round:before, .slider-sctr.round:before {
    border-radius: 50%;
}

.cSwitchSegSctr {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* ModalConfirm */
.modalContainer {
    background-color: rgba(0,0,0,.4);
    transition: background-color .1s;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /*background-color: transparent;*/
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.modalContainer .modal_socorro,
    .modalContainer .modal_detalle_sctr {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 30em !important;
    max-width: 100%;
    padding: 2em !important;
    border-radius: .3125em;
    background: rgb(255, 105, 0);
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

.modalContainer .modalUsoInf {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 60em !important;
    max-width: 100%;
    padding: 2em !important;
    border-radius: .3125em;
    background: #5f6568;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
    border: 4px solid #fff;
}

.modalContainer .modal_socorro .cerrar, .modalContainer .modalUsoInf .cerrar {
    position: absolute;
    top: -20px;
    right: -15px;
    background: #495057;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 3px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.modalContainer .modal_socorro .cerrar:hover, .modalContainer .modalUsoInf .cerrar:hover {
    text-decoration: none;
}

.modalContainer .modal_socorro i {
    margin: 50px 0;
}

.modalContainer .modal_socorro span, .modalContainer .modal_socorro p {
    font-size: 28px;
    color: #fff !important;
    text-align: center;
    /* font-weight: 600; */
    text-transform: none;
    word-wrap: break-word;
    font-family: quicksand-light;
}

.modalContainer .modalUsoInf p {
    font-size: 14px;
    color: #fff !important;
    text-align: justify;
    /* font-weight: 600; */
    text-transform: none;
    word-wrap: break-word;
    font-family: quicksand-light;
}

.cBtnVerPl {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    width: 150px;
}

.divPlaceHolder[placeholder]:empty::before {
    content: attr(placeholder);
    color: #555;
}

.divPlaceHolder[placeholder]:empty:focus::before {
    content: "";
}

.cCorSctr {
    word-break: break-all;
}

.cDivLogProp {
    display: flex;
    height: 80px;
    align-items: center;
}

.cTxtLogProp {
    width: 100%;
    text-align: right;
    margin-right: 10px;
    color: #8a8383;
    font-size: 12px;
}

.cLogProp {
    margin-right: 20px;
    height: 50px;
}

#tbRiesgos a {
    text-decoration: none;
    color: #495057;
}

#tbRiesgos a:hover {
    text-decoration: none;
    font-weight: bold;
}

.footer-socorro {
    position: unset;
    margin-top: 20px;
    bottom: 0px;
    width: 100%;
    background-color: #e4e4e4;
    font-size: 16px !important;
}

.footer-socorro .nav-link {
    font-size: 16px !important;
}

.txt-footer {
    font-size: 10px;
    font-family: popping-light;
    text-align:  center;
}

.txt-footer-resalta {
    font-size: 10px;
    font-family: popping-semibold;
    text-decoration: underline;
}

.txt-footer-resalta2 {
    font-size: 10px;
    font-family: omnessemibold;
}

.modalBefore {
	z-index: 3000;
    background-color: #000;
    opacity: 0.7;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: calc(25% - 25px);
    display: none;
}

/* Estilos pagina principal */
.navbar {
    position: absolute;
    top: 0px;
    z-index: 100;
}

.navbar-collapse-socorro .divEnlaces {
    width: 50%;
    min-width: 50%;
}

.navbar2 {
    position: relative;
}

.nav-link, .nav-link-dd {
    color: #1c1c1d !important;
    font-size: 24px;
}

.lnkbanner {
    font-family: quicksand;
    font-size: 24px;
    color: #fff !important;
}

.divEnlaces .nav-link:after, .divEnlaces .lnkbanner:after, .divEnlaces .nav-link-dd:after {
    height: 10px;
    display: block;
    width: 100%;
    border-bottom: 2px solid transparent;
    /*border-radius: 1px;*/
    content: '';
}

.divEnlaces .nav-link:hover:after, .divEnlaces .lnkbanner:hover:after {
    border-bottom: 2px solid #FE6B00;
}

.nav-link-dd:hover:after {
    border-bottom: 0px solid #fff !important;
}

.nav-link-tab:hover:after {
    border-bottom: 0px solid #fff !important;
}

.cPageSelected {
    border-bottom: 2px solid #FE6B00;
}

.dropdown-item.active, .dropdown-item:active {
    color: #1c1c1d !important;
    text-decoration: none;
    background-color: transparent !important;
}

/*
.video-bg-banner {
    height: 850px !important;
    max-height: 850px !important;
}
*/

.img-bg-banner {
    width: 100%;
    height: 700px;
    background-size: 100%;
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
}

.txt-primary-banner {
    position: absolute;
    color: #FFFFFF;
    font-family: popping-extrabold;
    font-size: 80px;
    left: 80px;
    top: 35px;
    max-width: 50%;
    line-height: 110px;
    letter-spacing: 12px;
    z-index: 1;
}

.txt-secondary-banner {
    position: absolute;
    bottom: 65px;
    left: 85px;
    color: #ffffff;
    background-color: #FE6B00;
    font-size: 50px;
    font-family: quicksand-light;
    line-height: 50px;
    padding: 6px 4px;
    font-weight: 500;
}

.banner-body {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-body .txtPrinc {
    font-family: quicksand-bold;
    font-size: 53px;
    height: 80px;
    color: #fff;
    letter-spacing: 10px;
}

.banner-body .cProdCot {
    text-decoration: none;
    background-color: #FFD300;
    color: #ff0030;
    font-size: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    border-radius: 15px;
    -webkit-box-shadow: -22px 24px 12px -8px rgba(0,0,0,1);
    -moz-box-shadow: -22px 24px 12px -8px rgba(0,0,0,1);
    box-shadow: -22px 24px 12px -8px rgba(0,0,0,1);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.banner-body .cProdCot:hover, .banner-body .cProdCot:focus, .banner-body .cProdCot:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-body .cProdCot:hover {
    text-decoration: none;
}

.banner-body .cProdCot .t1 {
    display: block;
    font-family: quicksand-bold;
}

.banner-body .cProdCot .t2 {
    display: block;
    font-family: quicksand;
}

.navbar-toggler {
    border: 0px !important;
}

.navbar-toggler:focus {
    border: 0px !important;
    border-color: #fff;
    text-decoration: none;
    outline: 0;
}

.textDiv1 {
    font-size: 35px;
    color: #495057;
    text-align: left;
    letter-spacing: 3px;
}

.img-socorro-pres {
    /*width: 200px;*/
    height: 600px;
}

.img-socorro-conoceme {
    width: 250px;
    height: 250px;
}

.text-color-socorro1 {
    font-family: quicksand-bold;
    color: #FE6B00;
}

.text-color-socorro2 {
    font-family: quicksand;
    color: #FE6B00;
}

.text-color-socorro2:hover {
    color: #FE6B00;
    text-decoration: none;
}

.text-color-socorro3 {
    color: #858c92;
}

.btn-socorro-conoceme {
    width: 140px;
    background-color: #FF5000;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    line-height: 20px;
}

.btn-socorro-eps {
    width: 140px;
    background-color: #FF5000;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    line-height: 20px;
}

.btn-socorro1 {
    background-color: #FF0300;
    color: #fff;
    padding: 9px 30px;
    padding-right: 20px;
    font-size: 24px;
    border-radius: 30px;
    letter-spacing: 1.5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.btn-socorro1:hover, .btn-socorro1:focus, .btn-socorro1:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.btn-socorro2 {
    background-color: #FFF;
    color: #FE6B00;
    border-color: #FE6B00 !important;
    font-weight: bold;
    font-size: 20px;
}

.btn-socorro3 {
    background-color: #FE6B00;
    color: #fff;
    font-size: 20px;
    width: 130px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-socorro4 {
    background-color: #fff;
    color: #212529;
    font-size: 20px;
    width: 130px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-socorro5 {
    background-color: #FFF;
    color: #FE6B00;
    border-color: #FE6B00 !important;
    font-weight: bold;
    line-height: 17px;
    font-size: 20px;
}

.btn-socorro6 {
    background-color: #495057;
    color: #fff;
    font-size: 20px;
}

.btn-comp-afi-ind2 {
    background-color: #858c92;
    color: #fff;
    padding: 10px;
    font-family: quicksand !important;
    font-size: 14px;
}

.btn-comp-afi-ind2:hover {
    color: #fff;
}

.btn-socorro7 {
    background-color: #FFF !important;
    color: #FE6B00 !important;
    border: 1px solid #FE6B00 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.btn-socorro8 {
    background-color: #FFF !important;
    color: #FE6B00 !important;
    border: 1px solid #FE6B00 !important;
    font-weight: bold !important;
    width: 140px;
    font-size: 14px;
}

.btn-socorro9 {
    background-color: #FE6B00 !important;
    color: #FFF !important;
    border: 1px solid #FE6B00 !important;
    font-weight: bold !important;
    width: 140px;
    font-size: 14px;
    z-index: 101;
}

.btn-socorro10 {
    background-color: #FE6B00 !important;
    color: #FFF !important;
    border: 1px solid #FE6B00 !important;
    font-weight: bold !important;
    width: 200px;
    font-size: 14px;
    z-index: 101;
}

.btn-socorro11 {
    background-color: #dc3545 !important;
    color: #FFF !important;
    border: 1px solid #dc3545 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    z-index: 101;
}

.btn-socorro12 {
    background-color: #FFF !important;
    color: #FE6B00 !important;
    border: 1px solid #FE6B00 !important;
    width: 140px;
    font-size: 12px !important;
}

.btn-socorro13 {
    background-color: #FE6B00;
    color: #fff;
}

.btn-socorro13:hover, .btn-socorro13:focus {
    color: #fff !important;
    outline: 0;
    background-color: #F90909;
}

.btn-socorro-afil {
    background-color: #FE6B00 !important;
    color: #FFF !important;
    border: 1px solid #FE6B00 !important;
    /* font-weight: bold !important; */
    /* width: 140px; */
    font-size: 14px;
    z-index: 101;
}

.btn-link {
    background-color: #FE6B00 !important;
    color: #FFF !important;
    border: 1px solid #FE6B00 !important;
    font-weight: bold !important;
    /*width: 140px;*/
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 20px;
    z-index: 101;
}

.btn-link-small {
    background-color: #FE6B00 !important;
    color: #FFF !important;
    font-size: 10px;
    padding: 2px 3px;
    border-radius: 10px;
    text-decoration: none;
}

.btn-link-faqs, .btn-link-coti-sctr {
    /*background-color: #FE6B00 !important;*/
    color: #FFF !important;
    /*border: 1px solid #FE6B00 !important;*/
    font-weight: bold !important;
    /*width: 140px;*/
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 20px;
    z-index: 101;
}

.btn-link-faqs:hover, .btn-link-coti-sctr:hover {
    text-decoration: none;
}

.btn-link-faqs:focus, .btn-link-coti-sctr:focus {
    box-shadow: none;
    text-decoration: none;
}

.btn-link-danger {
    background-color: #dc3545 !important;
    color: #FFF !important;
    border: 1px solid #dc3545 !important;
    font-weight: bold !important;
    /*width: 140px;*/
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 20px;
    z-index: 101;
}

.modal-botones-transparente {
    background-color: transparent !important;
    border: 0px;
    border-radius: 0px;
}

.verDetCotSctr {
    color: #FE6B00;
    text-decoration: none;
}

.btn-socorro1:hover, .btn-socorro1:focus {
    color: #fff !important;
    outline: 0;
}

.btn-socorro2:hover, .btn-socorro2:focus {
    color: #FE6B00 !important;
    outline: 0;
}

.btn-socorro3:hover, .btn-socorro3:focus {
    color: #fff !important;
    outline: 0;
    background-color: #F90909;
}

.btn-socorro6:hover, .btn-socorro6:focus {
    color: #fff !important;
    outline: 0;
    background-color: #495057;
}

.btn-link-small:hover, .btn-link-small:focus {
    text-decoration: none;
    outline: 0;
    background-color: #F90909 !important;
}

.btnQuieroEpsInd {
    border-radius: 10px;
    background-color: #F90909 !important;
    color: #FFFFFF;
    font-size: 15px;
    padding: 5px;
    font-family: quicksand;
}

.btnQuieroEpsInd:hover, .btnQuieroEpsInd:focus, .btnQuieroEpsInd:active {
    color: #FFFFFF;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bg-servicio1 {
    background-color: #F2F2F2;
    /*padding: 0px 15px;*/
}

.bg-servicio2 {
    background-color: #FF5000;
    color: #fff;
}

.enlaceCamote {
    color: #212529 !important;
}

.enlaceCamote:hover {
    color: #212529 !important;
    text-decoration: none;
}

.cTextSeguros {
    font-size: 20px;
}

.bgMosServ {
    background-color: #ffbd01;
}

.seguro1 {
    background-image: url('../images/seguros/1.jpg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    min-width: 100%;
    height: 550px;
    transition: 0.3s;
}

.seguro1c {
    display: none;
    background-image: url('../images/seguros/1c.jpg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    position: absolute;
    min-width: 100%;
    height: 550px;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    left: 0px;
}

.seguro2 {
    background-image: url('../images/seguros/2.jpg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    min-width: 100%;
    height: 550px;
    transition: 0.3s;
}

.seguro2c {
    display: none;
    background-image: url('../images/seguros/2c.jpg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    position: absolute;
    min-width: 100%;
    height: 550px;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    left: 0px;
}

.seguro3 {
    background-image: url('../images/seguros/3.jpg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    min-width: 100%;
    height: 550px;
    transition: 0.3s;
}

.seguro3c {
    display: none;
    background-image: url('../images/seguros/3c.jpg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    position: absolute;
    min-width: 100%;
    height: 550px;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    left: 0px;
}

.seguro4 {
    background-image: url('../images/seguros/4.jpg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    min-width: 100%;
    height: 550px;
    transition: 0.3s;
}

.seguro4c {
    display: none;
    background-image: url('../images/seguros/4c.jpg');
    background-repeat: no-repeat;
    background-size: auto 550px;
    position: absolute;
    min-width: 100%;
    height: 550px;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    left: 0px;
}

.textoSeguro {
    display: block;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 8px;
    color: #ffffff;
    font-weight: 600;
}

.img-footer-socorro {
    width: 230px;
    height: auto;
    /*height: 100px;*/
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.title-socorro {
    font-family: quicksand-bold;
    color: #495057;
    letter-spacing: 5px;
    font-size: 30px;
}

.title-socorro2 {
    font-family: omnessemibold;
    color: #FE6B00;
}

.title-socorro3 {
    font-family: omnessemibold;
    color: #495057;
}

.subLineaTitSoc {
    height: 5px;
    width: 155px;
    margin: 0px calc(50% + 20px);
}

.subLineaTitSoc span {
    margin-top: 15px;
    border-top: 5px solid #FE6B00;
    width: 100%;
    border-radius: 15px;
}

.subLineaTitSoySoc {
    height: 5px;
    width: 125px;
    margin: 0px calc(50% + 50px);
}

.subLineaTitSoySoc span {
    margin-top: 0px;
    border-top: 5px solid #FE6B00;
    width: 100%;
    border-radius: 15px;
}

.text-socorro {
    font-family: quicksand;
    font-size: 20px;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    color: #55565A;
}

.text-socorro-soy {
    font-size: 25px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0px;
}

.text-socorro-small {
    font-family: quicksand;
    font-size: 12px;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    color: #55565A;
}

.titLeyVida {
    height: 60px;
}

.txtSoySocorroP1 {
    color: #ff0030;
    font-family: quicksand-bold;
    font-size: 22px;
    text-align: center;
}

.txtSoySocorroP2 {
    color: #55565A;
    font-family: quicksand;
    font-size: 20px;
    text-align: justify;
}

.txtSoySocorroP2 li {
    padding-bottom: 10px;
}

.tFiSS {
    color: #FF6900;
    text-align: center;
    font-family: quicksand-bold;
}

.btnSSF {
    background-color: #ff0030;
    width: 180px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.btnSSF:hover, .btnSSF:focus, .btnSSF:active {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cPS1, .cPS2, .cPS3, .cPS4 {
    /*position: absolute;*/
    /*
    transition-property: opacity, top;
    transition-duration: 1s;
    transition-delay: .2s;
    opacity: 0;
    */
}

.cPS2, .cPS3, .cPS4 {
    /*top: -3000px;*/
    /*display: none;*/
}

.btnVMS {
    z-index: 100;
}

.text-socorro-eps {
    font-size: 35px;
    text-align: left;
    line-height: 55px;
    letter-spacing: 5px;
}

.text-socorro-terminos {
    font-size: 18px;
    text-align: left;
    line-height: 40px;
}

.text-socorro-correo {
    color: #55565A;
    text-align: center;
}

.img-soy-socorro {
    /*max-width: 250px;*/
    height: 800px;
}

.soy-socorro {
    width: 210px !important;
}

.img-ver-mas {
    width: 60px;
    height: 60px;
    animation-name: pulse_animation;
    animation-duration: 3000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.divMsjCliente {
    width: 260px;
    height: 210px !important;
    background-color: #ffbd01;
    border-radius: 15px;
    /*padding: 25px 20px 20px 50px;*/
    margin-left: 60px;
    margin-right: 60px;
    -webkit-box-shadow: 0px 9px 12px 4px rgba(71,71,71,0.78);
    box-shadow: 0px 9px 12px 4px rgba(71,71,71,0.78);
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    transition: all .9s ease;
    opacity: 0.75;
}

.divMsjCliente:hover {

}

#divMsjCliDic .slick-track {
    padding: 40px 0px 60px 0px !important;
}

#divMsjCliDic .slick-center {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
    opacity: 1;
}

/*
.divMsjCliente:hover > .iconMsj {
    left: 15px;
}
*/

.divMsjCliente .iconMsj {
    background-image: url(../images/comillas.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: relative;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
}

.divMsjCliente .textoMsj {
    font-size: 16px;
    text-align: left;
    margin-left: 50px;
    margin-right: 20px;
}

.divMsjCliente .nombreMsj {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.imgProv {
    width: 200px;
    filter: grayscale(100%);
    height: 60px;
}

.imgProv2 {
    width: 180px;
    filter: grayscale(100%);
}

.imgProv:hover {
    filter: none;
}

.imgProv2:hover {
    filter: none;
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.2); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.border-input-socorro {
    border-bottom: 2px solid #f9b07b;
    border-radius: 0px;
}

.border-input-socorro:focus {
    border-bottom: 2px solid #FE6B00;
}

.accordion > .card {
    border-color: #ffffff transparent;
    font-size: 16px;
}

.accordion > .card .card-header {
    background-color: #ffffff;
    border-color: transparent;
}

.accordion > .card .card-header button {
    color: #FE6B00 !important;
    font-family: quicksand-bold !important;
    font-size: 18px;
    text-align: left !important;
}

.accordion > .card .card-header button:hover,
    .accordion > .card .card-header button:focus {
    text-decoration: none;
}

.accordion > .card .card-header button i {
    margin-right: 20px;
}

.accordion > .card .card-body {
    margin-left: 55px !important;
}

.img-soy-socorro-sctr {
    margin: 0 auto;
    width: 170px;
    height: 400px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.img-soy-socorro-sctr-accidente {
    margin: 0 auto;
    width: 170px;
    height: 400px;
}

.img-soy-socorro-eps {
    /*width: 220px;*/
    height: 600px;
}

.img-socorro-vida-ley {
    width: 50%;
}

.img-whatsapp {
    width: 60px;
    height: 60px;
}

.img-socorro-clave {
    margin: 0 auto;
    width: 220px;
    height: 500px;
}

.cWspSctr {
    position: absolute;
    right: 0px;
    font-style: italic;
    font-size: 20px;
}

.altoPerfil {
    height: calc(100vh - 260px);
}

#v-tab-cuenta .active {
    border-bottom: 4px solid #FE6B00 !important;
}

.theadCtaProd {
    text-align: center !important;
    font-weight: bold;
    color: #FE6B00;
    border-top: 0px !important;
    border-bottom: 1px solid #FE6B00;
}

.color-yellow {
    color: yellow;
}

.cmtProd {
    color: yellow !important;
}

.cmtProd:hover {
    color: #ffbd01 !important;
}

.cmtProd i {
    font-size: 26px;
}

.cComentProd {
    border: 1px solid #FE6B00;
    border-radius: 10px;
}

.divPasosClave {
    opacity: 0;
    transition: 0.3s;
}

.divPasosClaveShow {
    opacity: 1;
}

#fCot {
    width: 100%;
}

#btnElimCot {
    z-index: 101;
}

.img-pasos-sctr {
    width: 100%;
    height: 300px;
}

.divBtnCot {
    padding-left: calc(15% - 40px);
}

.cCatalogEps {
    height: 650px;
}

.textPrincipalPlanEps {
    color: #FE6B00;
    letter-spacing: 4px;
    width: 80%;
    text-align: center;
    border: 1px solid #FE6B00 !important;
}

.textSecondPlanEps {
    color: #FE6B00;
}

.borderPlanEps {
    border: 1px solid #FE6B00;
}

.borderBottomPlanEps {
    border-bottom: 1px solid #FE6B00;
}

.borderRightPlanEps {
    border-right: 1px solid #FE6B00;
}

.epsCobertura {
    background-color: #FE6B00;
    color: #ffffff;
    border: 0px solid transparent;
}

.textSabiasEps {
    font-size: 24px;
    letter-spacing: 5px;
}

.textSabiasEps span {
    background-color: #FE6B00;
    color: #ffffff;
}

.video-js {
    width: 100% !important;
    height: auto !important;
    /*background-color: #FF5001 !important;*/
}

.pasosSctr {
    height: 220px;
}

.pasosSctr .numero h1 {
    font-size: 60px !important;
}

.pasosSctr .numero, .pasosSctr .texto b {
    font-family: quicksand-bold;
}

.pasosSctr .texto {
    font-family: quicksand;
}

.pasosSctr .texto, .pasosSctr i, .pasosSctr small {
    color: #FE6B00;
}

.enlaceUsoTerm {
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
}

.cCostoEpsCaja {
    border: 1px solid #FE6B00;
    border-radius: 10px;
    height: 250px;
}

.cCostoEpsCaja .head {
    height: 80px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cCostoEpsCaja .body {
    height: 120px;
    font-size: 32px;
    font-weight: bold;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cCostoEpsCaja .footer {
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    line-height: 20px;
}

.cCostoEpsCaja .footer .texto {
    color: #000 !important;
    text-decoration: none;
}

.cCostoEpsCaja .footer .icono {
    color: #FE6B00 !important;
    text-decoration: none;
}

.VueCarousel-dot {
    margin-top: 0px !important;
}

.divPlan {
    /*margin-left: 5px !important;*/
    /*margin-right: 5px !important;*/
}

.elementSelectInd {
    border: 4px solid #FFD000 !important;
    border-radius: 100px;
    padding: 10px;
}

.cCostoIndCajaSelected {
    background-color: #FFD000 !important;
}

.cCostoIndCaja {
    border: 1px solid #FE6B00;
    border-radius: 10px;
    width: 250px !important;
    /*height: 250px;*/
}

.cCostoIndCaja .head {
    background-color: #FE6B00;
    color: #fff;
    font-family: quicksand-bold !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cCostoIndCaja .body {
    /*height: 150px;*/
    padding: 10px 10px 0px 10px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cCostoIndCaja .body .tCosto {
    font-size: 14px;
    font-family: quicksand-bold !important;
    color: #FE6B00;
    text-align: center;
}

.cCostoIndCaja .body .tCosto2 {
    font-size: 36px;
    font-family: quicksand-bold !important;
    color: #FE6B00;
    text-align: center;
}

.cCostoIndCaja .body .form-check-label {
    font-size: 14px !important;
}

.cCostoIndCaja .body .tCovid {
    font-size: 14px;
    color: #3d71f5;
    font-weight: bold;
    font-family: 'quicksand';
}

.cCostoIndCaja .body .dCoberturas {
    overflow-y: scroll;
    height: 180px;
    overflow: hidden;
}

.cCostoIndCaja .body .precio {
    font-size: 16px;
}

.cCostoIndCaja .body img {
    width: 30px;
    height: 30px;
}

.cCostoIndCaja .body .img-shield {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.cCostoIndCaja .body .tCobert {
    font-size: 16px;
    color: #505050;
    text-align: center;
}

.cCostoIndCaja .body .btnCobert {
    border: 0px;
    outline: none !important;
    box-shadow: none;
}

.cCostoIndCaja .body .btnCobert:focus {
    border: 0px;
    outline: none !important;
    box-shadow: none;
}

.cCostoIndCaja .footer {

}

.cCostoIndCaja .footer .btnEnviarInfo {
    font-size: 12px !important;
    text-decoration: none;
}

.cCostoIndCaja .footer .btnEnviarInfo:hover, .cCostoIndCaja .footer .btnEnviarInfo:focus {
    text-decoration: none;
}

#lnkCopago,  #tbDetalle .table-sm tbody td, #lnkCopago, #tbCopagos .table-sm tbody td {
    font-size: 16px !important;
}

#divContPregInd #tbDetalle .btnQuieroEpsInd, #divContPregInd #tbCopagos .btnQuieroEpsInd {
    border-radius: 10px;
    background-color: #F90909 !important;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
    font-family: quicksand;
}

.modal-plan-ind .modal-header {
    border-bottom: 0px !important;
}

.modal-plan-ind .modal-header .modal-title {
    color: #FE6B00;
    font-family: quicksand !important;
    font-size: 16px;
}

.modal-plan-ind .modal-body .nomPlan {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: quicksand-bold !important;
}

.modal-plan-ind .modal-body .cCarPlan {
    font-size: 14px;
    font-family: quicksand !important;
}

.modal-plan-ind .modal-body .desde {
    text-align: center;
    color: #FE6B00;
    font-family: quicksand-bold !important;
    font-size: 12px;
}

.modal-plan-ind .modal-body .simbolo {
    font-size: 12px;
    color: #FE6B00;
    font-family: quicksand !important;
    margin-right: 5px;
    padding-bottom: 3px;
}

.modal-plan-ind .modal-body .precio {
    font-size: 32px;
    color: #FE6B00;
    font-family: quicksand !important;
    line-height: normal;
}

.modal-plan-ind .modal-footer {
    padding: 10px;
    border-top: 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.modal-plan-ind .modal-footer .btn-quiero {
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #FE6B00;
    font-family: quicksand !important;
    border: 1px solid #FE6B00;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 14px;
}

.mod-fact-ind .modal-header {
    border-bottom: 0px !important;
}

/*
.mod-fact-ind .modal-header .modal-title span {
    color: #000;
    font-size: 16px;
    font-family: quicksand-bold !important;
    line-height: 20px;
}
*/

.mod-fact-ind .modal-footer {
    padding: 10px;
    border-top: 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-around !important;
    align-items: center;
}

.btn-fact-eps {
    background-color: #FF5000;
    color: #fff;
    border-radius: 20px;
    padding: 10x 10px;
    font-family: quicksand !important;
    border: 1px solid #FF5000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 120px;
}

.btn-fact-eps:hover {
    color: #fff;
}

.img-socorro-factura {
    width: 70px;
    height: 70px;
}

.btn-comp-afi-ind {
    background-color: #FF5000;
    color: #fff;
    padding: 10px;
    font-family: quicksand !important;
    font-size: 14px;
}

.img-genero {
    width: 40px;
    height: 40px;
}

.btn-comp-afi-ind:hover {
    color: #fff;
}

.cFecAgenInd {
    margin-left: 10px;
    margin-right: 65px;
}

#tFecAgenInd {
    background-color: #FE6B00;
    color: #fff;
    border-radius: 20px;
}

#tFecAgenInd::-webkit-datetime-edit-fields-wrapper {
    display: flex !important;
    width: 100% !important;
    min-width: 100% !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

#tFecAgenInd::-webkit-calendar-picker-indicator {
    color: #fff !important;
}

.img-socorro-fel {
    width: 160px;
    height: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.txtFelic {
    font-size: 30px;
    color: #23459C;
    font-weight: bold;
    font-family: quicksand-bold !important;
}

.btnUit {
    width: 80px;
}

.cardMensajes .dropdown,
    .cardUsuarios .dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
}

.btnWsp {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 20;
    /*background-color: #01e675;*/
    padding: 7px 5px;
    /*border-radius: 50%;*/
    width: 280px;
    text-align: center;
}

.btnWsp a {
    color: #fff !important;
    text-decoration: none;
}

.btnWsp img {

}

/*
.btnWsp a:hover{
    color: #fff !important;
}
*/

.btnWsp .img-wsp-num {
    position: absolute;
    height: 100px;
    bottom: 0px;
    left: 0px;
    z-index: -10;
    opacity: 0;
    transition: bottom ease 2s, z-index ease 2s;
    /*animation: aparece-socorro-wsp-numero 2s forwards;*/
}

.btnWsp .img-wsp-flo {
    position: absolute;
    width: 80px;
    height: 100px;
    bottom: 0px;
    left: 60px;
    z-index: -10;
    opacity: 0;
    transition: bottom ease 2s, z-index ease 2s;
    /*animation: aparece-socorro-wsp 2s forwards;*/
}

@keyframes aparece-socorro-wsp {
    50%   { opacity: 0; }
    100% { opacity: 1; bottom: 90px; z-index: 2; }
}

@keyframes aparece-socorro-wsp-numero {
    50%   { opacity: 0; }
    100% { opacity: 1; bottom: 7px; z-index: 1; }
}

.btnWsp .globo{
    position: absolute;
    text-transform: initial;
    font-size: 12px;
    font-family: quicksand-bold !important;
    border-radius: var(--borde);
    padding: var(--borde);
    --borde: 1em;
    font-family: sans-serif;
    z-index: 1;
    background-color: white;
    color: #495057;
    text-align: left;
    filter: drop-shadow(0px 0px 1px black);
    visibility: hidden;
}

.btnWsp .globo.iv{
    width: 150px;
    bottom: 150px;
    left: 40%;
}

.btnWsp .globo::before{
    content: '';
    position: absolute;
    z-index: -1;
    width: var(--colita);
    height: var(--colita);
}

.btnWsp .globo.izquierda-arriba::before {
    --colita: 50px;
    left: 10px;
    bottom: calc( var(--colita) / -1.5);
    border-radius: 0 0 10em 0;
    box-shadow: inset calc(var(--colita)/-3) calc(var(--colita)/4) 0 0 white;
}

@keyframes aparece-socorro-text-wsp {
    0%   { visibility: hidden; }
    100% { visibility: visible; }
}

.title-footer {
    padding-left: 0px;
    font-size: 22px;
    letter-spacing: 5px;
}

.footSocorro {
    font-family: quicksand-bold !important;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
}

.subLineaFootSoc {
    height: 5px;
    width: 45px;
    margin-left: 45%;
}

.subLineaFootSoc span {
    margin-top: 5px;
    border-top: 5px solid #fff;
    width: 100%;
    border-radius: 15px;
}

.text-foot {
    text-align: left;
    line-height: 28px;
}

.nav-foot {
    color: #fff !important;
    text-decoration: none;
}

.nav-foot:hover {
    text-decoration: none;
}

.link-redes {
    color: #ffffff;
    /* background-color: #56565A; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    text-decoration: none;
}

.link-redes:hover {
    color: #ffffff;
    text-decoration: none;
}

.subLineaFootSoc2 {
    height: 5px;
    width: 45px;
    margin-left: 50%;
}

.subLineaFootSoc2 span {
    margin-top: 5px;
    border-top: 5px solid #FFF;
    width: 100%;
    border-radius: 15px;
}

.nav-pills-coti.active {
    background-color: #FE6B00 !important;
    color: #fff !important;
}

.table-sm td, .table-sm th {
    font-size: 0.75rem !important;
    padding: .3rem !important;
}

.table-sm tbody td {
    font-size: 12px !important;
}

.navsub {
    list-style: none;
    display: none;
}

.navsub-open {
    display: block !important;
}

.dropdown-sidebar {
    position: absolute !important;
    float: right !important;
    top: 10px !important;
    right: 0px !important;
}

.text-estado-table {
    font-size: 12px;
}

.misCotizaciones {
    overflow-y: overlay;
    /*height: calc(100vh - 220px);*/
}

.miCotizacion .miServicio {
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.bg-cip-header {
    background-color: #FE6B00 !important;
    color: #fff !important;
}

.bg-cip-body {
    background-color: #fff !important;
    color: #FE6B00 !important;
    border: 1px solid #FE6B00 !important;
    font-weight: bold;
}

.bg-cip-footer {
    background-color: #fff !important;
    color: #000 !important;
    border-left: 1px solid #FE6B00 !important;
    border-right: 1px solid #FE6B00 !important;
    border-bottom: 1px solid #FE6B00 !important;
    text-align: right;
}

.form-row-afil {
    overflow-x: scroll;
    width: 100%;
    min-width: 100%;
}

.form-afil {
    width: 150px;
    min-width: 150px;
    display: inline;
    margin: 0px 5px;
}

.form-afil label {
    font-size: 14px !important;
}

.form-afil span {
    font-size: 14px !important;
}

.form-control-afi {
    font-size: 14px !important;
}

/* Solicitud Regular */
.img-sanitas-soli {
    width: 400px;
    height: 120px;
}

.solicitud-regular .lbl {
    width: 100px;
}

.solicitud-regular .nro, .solicitud-regular .contrato {
    width: 150px;
}

.solicitud-regular .input-sm-socorro {
    width: 40px !important;
}

.solicitud-regular .input-sm-talla-peso {
    width: 80px !important;
    text-align: center;
}

.cEstSalSolic {
    width: 70px;
}

.tbInfoCot tbody td {
    font-size: 16px !important;
}

.tbInfoCot thead td {
    font-size: 16px !important;
}

/* btn file doc incluido / excluido */
.btn-file-add-doc {
    opacity: 0;
    position: absolute;
    /* top: 0; */
    /* right: 145px; */
    /* bottom: 0; */
    left: 0px;
    width: 100%;
    height: 100%;
}

/* Soat */
.itemPasosSoat {
    width: 20px;
    height: 20px;
    background-color: #000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemPasosSoatSelect {
    width: 40px !important;
    height: 40px !important;
}

.pasoSoat {
    display: flex;
    align-items: center;
    background-color: #FE6B00;
    padding: 10px;
    font-size: 20px;
    height: 80px;
    color: #fff;
    border-radius: 10px;
    opacity: 0;
}

.pasoSoat .triangulo {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc( 30% - 15px );
    /* left: 75px; */
    left: -4px;
    border-top: 10px solid transparent;
    border-right: 10px solid #FE6B00;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.btn-soat-banner {
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 50;
}

@keyframes movimientoPasosSoat {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.ocultarCajaChat {
    opacity: 0;
}

/* Chat Soat */
.pl-cPregunt {
    padding-left: 85px;
}

.pl-cPregunt2 {
    padding-left: 85px;
}

.img-socorro-preg-soat {
    opacity: 1;
    width: 50px;
    /*margin-right: 30px;*/
    position: relative;
}

.cRetSeguros {
    font-size: 24px;
    color: #505050;
    text-decoration: none;
}

.cRetSeguros:hover {
    text-decoration: none;
    color: #505050;
    cursor: pointer;
}

.txt1-Soat {
    text-align: center;
}

.txt2-Soat {
    text-align: left;
    color: #55565A;
    word-break: break-word;
}

.img-soat-1 {
    height: 70px;
}

.img-pagos-soat {
    width: 150px;
    text-align: center;
}

.preSoat {
    color: #FE6B00;
    font-size: 60px;
}
/* Fin Chat Soat */

/* Atenciones SOAT Admin */

/* Fin de atenciones SOAT Admin */

/* Effecto de mensajeria */
.msj-espera {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.msj-espera div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FE6B00;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.msj-espera div:nth-child(1) {
    left: 8px;
    animation: efecBola1 0.6s infinite;
}

.msj-espera div:nth-child(2) {
    left: 8px;
    animation: efecBola2 0.6s infinite;
}

.msj-espera div:nth-child(3) {
    left: 32px;
    animation: efecBola2 0.6s infinite;
}

.msj-espera div:nth-child(4) {
    left: 56px;
    animation: efecBola3 0.6s infinite;
}

.card label {
    color: #000000 !important;
}

.form-control-declarSalud {
    width: 200px !important;
}

@keyframes lds-efecBola1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}

@keyframes efecBola3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
}

@keyframes efecBola2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
}
/* Fin de efecto de mensajeria */

/* font face */
@font-face {
    font-family: 'lesser_concern';
    src: url('lesser/lesser_concern.ttf');
}

@font-face {
    font-family: 'lesser_concern_shadow';
    src: url('lesser/lesser_concern_shadow.ttf');
}

@font-face {
    font-family: 'gnuolanerg';
    src: url('gnuolane/gnuolanerg.ttf');
}

@font-face {
    font-family: 'segan';
    src: url('segan/Segan-Light.ttf');
}

@font-face {
    font-family: 'quicksand';
    src: url('../fonts/Quicksand-Regular.ttf');
}

@font-face {
    font-family: 'quicksand-light';
    src: url('../fonts/Quicksand-Light.ttf');
}

@font-face {
    font-family: 'quicksand-light-oblique';
    src: url('../fonts/Quicksand_Light_Oblique.otf');
}

@font-face {
    font-family: 'quicksand-bold';
    src: url('../fonts/Quicksand-Bold.ttf');
}

@font-face {
    font-family: 'popping-light';
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: 'popping-semibold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'popping-extrabold';
    src: url('../fonts/Poppins-ExtraBold.ttf');
}

@font-face {
    font-family: 'omnessemibold';
    src: url('../fonts/OmnesSemiBold.otf');
}

@media (min-width: 2700px) {
    .img-bg-banner {
        background-attachment: initial;
    }
}

@media (max-width: 992px) {
    .navbar-collapse-socorro {
        position: absolute;
        right: -100%;
        background-color: #FE6B00;
        width: 65%;
        padding: 5px 10px;
        text-align: left;
        border-radius: 0px 0px 0px 10px;
        z-index: 2;
        /*height: 145px;*/
        transition: right 0.60s ease;
    }

    .navbar-collapse-socorro .divEnlaces {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 1600px) and (max-height: 1200px) {
    .banner-body .cProdCot {
        font-size: 24px;
        padding: 20px 15px;
    }
}

@media (max-width: 1536px) {
    .altoCompleto2 {
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .banner-body .cProdCot {
        padding: 30px 15px;
    }

    .txt-primary-banner {
        max-width: 59% !important;
        font-size: 70px;
    }

    .banner-body .txtPrinc {
        font-size: 45px;
    }

    /* Chat SCTR */
    .cPregunta2 {
        font-size: 18px;
    }
    /* Fin chat SCTR */

    .pasoSoat {
        font-size: 18px;
        line-height: 1.3;
    }

    .divMsjCliente {
        height: 200px;
    }

    .divMsjCliente .textoMsj {
        font-size: 14px;
    }
}

@media (max-width: 1420px) {
    .img-bg-banner {
        height: 595px;
        background-size: 100% 600px;
    }
}

@media (max-width: 1368px) {
    .altoCompleto2 {
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .divMsjCliente {
        margin-left: 30px;
        margin-right: 30px;
    }

    .cardLogin {
        width: 400px;
    }

    .nav-link, .nav-link-dd {
        font-size: 20px;
    }

    .txt-primary-banner {
        font-size: 65px;
        line-height: 80px;
        max-width: 60%;
        letter-spacing: 8px;
    }

    .txt-secondary-banner {
        /*left: 65px;*/
        font-size: 30px;
        line-height: 35px;
        padding: 3px 2px;
        bottom: 60px;
        letter-spacing: 3px;
    }

    .banner-body .txtPrinc {
        font-size: 40px;
        letter-spacing: 8px;
        height: 50px;
    }

    .banner-body .cProdCot {
        font-size: 20px;
        padding: 30px 10px;
    }

    .img-bg-banner {
        height: 535px;
        background-size: 100% 900px;
        background-attachment: initial;
    }

    .cCostoIndCaja {
        width: 220px !important;
    }

    .cCostoIndCaja .body .form-check-label {
        font-size: 12px !important;
    }

    .cCostoIndCaja .body .tCobert {
        font-size: 14px;
        color: #505050;
        text-align: center;
    }

    #tbDetalle .table-sm tbody td, #tbCopagos .table-sm tbody td {
        font-size: 14px !important;
    }

    .img-soy-socorro {
        height: 600px;
    }

    .img-socorro-vida-ley {
        width: 60%;
    }

    .text-socorro {
        font-size: 18px;
    }

    .img-fluid-socorro {
        width: 280px;
    }

    .text-socorro-soy {
        font-size: 22px;
        text-align: left;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .img-soy-socorro-sctr, .img-soy-socorro-sctr-accidente {
        justify-content: left;
        width: 150px;
        height: 325px;
    }

    .img-socorro-clave {
        width: 200px;
        height: 450px;
    }

    .text-socorro-eps {
        font-size: 25px;
        text-align: left;
        line-height: 40px;
        letter-spacing: 5px;
    }

    .altoPerfil {
        height: calc(100vh - 150px);
    }

    .seguro1 {
        background-image: url('../images/seguros/1.jpg');
        background-repeat: no-repeat;
        background-size: auto 450px;
        height: 450px;
        transition: opacity 0.3s ease-out;
        opacity: 1;
    }

    .seguro1c {
        display: none;
        background-image: url('../images/seguros/1c.jpg');
        background-repeat: no-repeat;
        background-size: auto 450px;
        position: absolute;
        min-width: 100%;
        height: 450px;
        transition: opacity 0.3s ease-out;
        opacity: 0;
    }

    .seguro2 {
        background-image: url('../images/seguros/2.jpg');
        background-repeat: no-repeat;
        background-size: auto 450px;
        height: 450px;
        transition: opacity 0.3s ease-out;
        opacity: 1;
    }

    .seguro2c {
        display: none;
        background-image: url('../images/seguros/2c.jpg');
        background-repeat: no-repeat;
        background-size: auto 450px;
        position: absolute;
        min-width: 100%;
        height: 450px;
        transition: opacity 0.3s ease-out;
        opacity: 0;
    }

    .seguro3 {
        background-image: url('../images/seguros/3.jpg');
        background-repeat: no-repeat;
        background-size: auto 450px;
        height: 450px;
        transition: opacity 0.3s ease-out;
        opacity: 1;
    }

    .seguro3c {
        display: none;
        background-image: url('../images/seguros/3c.jpg');
        background-repeat: no-repeat;
        background-size: auto 450px;
        position: absolute;
        min-width: 100%;
        height: 450px;
        transition: opacity 0.3s ease-out;
        opacity: 0;
    }

    .seguro4 {
        background-image: url('../images/seguros/4.jpg');
        background-repeat: no-repeat;
        background-size: auto 450px;
        height: 450px;
        transition: opacity 0.3s ease-out;
        opacity: 1;
    }

    .seguro4c {
        display: none;
        background-image: url('../images/seguros/4c.jpg');
        background-repeat: no-repeat;
        background-size: auto 450px;
        position: absolute;
        min-width: 100%;
        height: 450px;
        transition: opacity 0.3s ease-out;
        opacity: 0;
    }

    .textoSeguro {
        display: block;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 5px;
        color: #ffffff;
        font-weight: 600;
    }

    .btn-socorro1,
        .btn-socorro2,
            .btn-socorro3,
                .btn-socorro4,
                    .btn-socorro5,
                        .btn-socorro6 {
        font-size: 18px;
    }

    .cWspSctr {
        font-size: 16px;
    }

    .img-pasos-sctr {
        height: 225px;
    }

    .cCatalogEps {
        height: 500px;
    }

    .pasosSctr .numero h1 {
        font-size: 36px !important;
    }

    .txtSoySocorroP1 {
        font-size: 20px;
    }

    .txtSoySocorroP2 {
        font-size: 18px;
    }

    .pasoSoat {
        font-size: 17px;
    }

    /* Chat SCTR */
    .cPregunta2, .cPregunta3 {
        font-size: 16px;
    }

    .enlaceUsoTerm {
        font-size: 12px;
    }

    .cRetSeguros {
        font-size: 18px;
    }
    /* Fin chat SCTR */

    /* Chat SOAT */
    .cRetSeguros {
        font-size: 18px;
    }
    /* Fin chat soat */
}

@media (max-width: 1366px) and (min-height: 1280px){
    /* Chat soat */
    .altoCompleto2 {
        height: calc(100vh - 400px);
    }
    /* Fin chat soat */
}

@media (max-width: 1200px) and (max-height: 1600px){
    .banner-body .txtPrinc {
        height: 50px;
        font-size: 35px;
        letter-spacing: 7px;
    }

    .banner-body .cProdCot {
        font-size: 20px;
        padding: 20px 10px;
    }

    .txtSoySocorroP1 {
        font-size: 18px;
    }

    .txtSoySocorroP2 {
        font-size: 16px;
    }

    .divMsjCliente {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (max-width: 1024px) and (max-height: 1368px){
    .txt-primary-banner {
        font-size: 60px;
        line-height: 70px;
        max-width: 50%;
    }

    .txt-secondary-banner {
        font-size: 30px;
        line-height: 35px;
        padding: 3px 2px;
        bottom: 70px;
    }

    .img-bg-banner {
        background-attachment: initial;
    }

    .txtSoySocorroP1 {
        font-size: 18px;
    }

    .txtSoySocorroP2 {
        font-size: 16px;
    }

    .divMsjCliente {
        margin-left: 30px;
        margin-right: 30px;
    }

    #lnkCopago,  #tbDetalle .table-sm tbody td, #lnkCopago, #tbCopagos .table-sm tbody td {
        font-size: 12px !important;
    }
}

@media (max-width: 1024px) and (max-height: 1366px){
    .nav-link, .nav-link-dd {
        font-size: 15px;
    }

    .banner-body .txtPrinc {
        font-size: 30px;
        letter-spacing: 5px;
        height: 20px;
    }

    .banner-body .cProdCot {
        padding: 30px 10px;
        font-size: 16px;
    }

    .txtSoySocorroP1 {
        font-size: 18px;
    }

    .txtSoySocorroP2 {
        font-size: 16px;
    }

    .divMsjCliente {
        margin-left: 30px;
        margin-right: 30px;
    }

    #lnkCopago,  #tbDetalle .table-sm tbody td, #lnkCopago, #tbCopagos .table-sm tbody td {
        font-size: 14px !important;
    }
}

@media (max-width: 1366px) and (max-height: 1024px){
    .img-bg-banner {
        background-attachment: initial;
    }
}

@media (max-width: 1024px) and (max-height: 768px){
    .nav-link, .nav-link-dd {
        font-size: 14px;
    }

    .banner-body .cProdCot {
        padding: 30px 10px;
    }

    .banner-body .txtPrinc {
        font-size: 40px;
    }

    .txtSoySocorroP1 {
        font-size: 18px;
    }

    .txtSoySocorroP2 {
        font-size: 16px;
    }

    .divMsjCliente {
        margin-left: 30px;
        margin-right: 30px;
    }

    #lnkCopago,  #tbDetalle .table-sm tbody td, #lnkCopago, #tbCopagos .table-sm tbody td {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .cOptSeg {
        padding: 20px 0px 90px;
    }

    .img-bg-banner {
        background-attachment: initial;
    }

    .barraBrand {
        display: block !important;
        width: calc(100% - 56px) !important;
        text-align: center;
    }

    .img-socorro-pres {
        height: auto;
    }

    .txt-primary-banner {
        font-size: 45px;
        line-height: 50px;
        min-width: 50%;
    }

    .txt-secondary-banner {
        left: 65px;
        font-size: 25px;
        line-height: 25px;
        padding: 3px 2px;
        bottom: 50px;
    }

    /*
    .video-bg-banner {
        height: 450px !important;
        max-height: 450px !important;
    }
    */

    .img-bg-banner {
        height: 445px;
        background-size: 100% 500px;
    }

    .cWspSctr {
        position: initial;
    }

    .altoPerfil {
        height: auto;
    }

    .bgMosServ {
        background-color: transparent !important;
    }

    .txtSoySocorroP1 {
        font-size: 18px;
    }

    .txtSoySocorroP2 {
        font-size: 16px;
    }

    /* Planes */
    #planes .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center;
    }
    /* Fin planes */

    .divMsjCliente {
        margin-left: 40px;
        margin-right: 40px;
    }

    #lnkCopago,  #tbDetalle .table-sm tbody td, #lnkCopago, #tbCopagos .table-sm tbody td {
        font-size: 14px !important;
    }
}

@media (max-width: 600px){
    .cardLogin {
        width: auto;
        border: 0px;
    }

    .text-socorro {
        font-size: 16px;
    }

    .text-socorro-eps {
        font-size: 18px;
        line-height: 30px;
    }

    /*
    .img-soy-socorro {
        max-width: 150px;
        height: 400px;
    }
    */

    #v-tab-cuenta a {
        font-size: 14px;
    }

    .cmtProd i {
        font-size: 22px;
    }

    .cPregunta2 {
        height: 140px;
    }

    .cPregunta2  ul {
        padding-inline-start: 15px !important;
    }

    .img-fluid-socorro {
        width: 100%;
    }

    .text-socorro-soy {
        font-size: 18px;
        text-align: left;
        line-height: 25px;
        letter-spacing: 0px;
    }

    .tbInfoCot tbody td {
        font-size: 14px !important;
    }

    .tbInfoCot thead td {
        font-size: 16px !important;
    }

    .btn-socorro1, .btn-socorro2, .btn-socorro3, .btn-socorro4, .btn-socorro5, .btn-socorro6 {
        font-size: 16px;
        padding: 9px 10px;
    }

    /* SCTR chat */
    .cPregunta2, .cPregunta3 {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .cTextResp2 {
        height: 50px;
        min-height: 50px;
    }

    .cRetSeguros {
        font-size: 16px;
    }

    @keyframes movimientoImagenEps {
        0% {
            top: 0px;
        }
        100% {
            top: 145px;
        }
    }
}

@media( max-width: 420px ){
    .altoCompleto2 {
        height: auto !important;
    }

    .divMsjCliente .textoMsj {
        font-size: 18px;
    }

    .divMsjCliente .nombreMsj {
        font-size: 16px;
    }

    .navbar {
        position: static;
        top: 0px;
        z-index: 100;
    }

    .navbar-collapse-socorro {
        top: 93px !important;
    }

    .navbar2 .navbar-collapse-socorro {
        border-radius: 10px 0px 0px 10px;
    }

    .divEnlaces .nav-link, .divEnlaces .nav-link-dd {
        color: #fff !important;
        font-size: 18px;
    }

    .cCostoIndCaja {
        width: 300px !important;
    }

    .cCostoIndCaja .body .form-check-label {
        font-size: 14px !important;
    }

    .cCostoIndCaja .body .tCobert {
        font-size: 15px;
    }

    .txt-footer {
        font-size: 11px;
    }

    .footer-socorro {
        position: unset;
    }

    .footer-socorro .nav-link,
        .footer-socorro span {
        font-size: 14px !important;
    }

    /*
    .video-js {
        top: 0px;
    }

    .video-bg-banner {
        height: 250px !important;
        max-height: 250px !important;
    }
    */

    .banner-body .txtPrinc {
        font-size: 20px;
        height: 10px;
    }

    .banner-body .cProdCot {
        font-size: 12px;
    }

    .nav-link:after, .nav-link-dd, .lnkbanner:after {
        height: 0px;
    }

    .img-bg-banner {
        height: 245px;
        background-size: 100% 300px;
    }

    .textDiv1 {
        font-size: 18px;
        padding-right: 30px;
    }

    .img-socorro-pres {
        width: 100%;
        height: auto;
    }

    .txt-primary-banner {
        left: 20px;
        top: 20px;
        font-size: 16px;
        line-height: 25px;
        min-width: 60%;
        letter-spacing: 3.5px;
    }

    .txt-secondary-banner {
        left: 25px;
        font-size: 12px;
        line-height: 15px;
        padding: 3px 2px;
        bottom: 50px;
    }

    .seguro1, .seguro2, .seguro3, .seguro4 {
        background-size: cover;
        height: 300px;
    }

    .seguro1c, .seguro2c, .seguro3c, .seguro4c {
        background-size: cover;
        height: 300px;
    }

    .title-socorro {
        font-size: 30px !important;
    }

    .img-pasos-sctr {
        width: 100%;
        height: 150px;
    }

    .divBtnCot {
        padding-left: 0px;
    }

    .banner-body .cProdCot {
        padding: 10px 10px;
    }

    /*
    .text-socorro {
        font-size: 20px;
        line-height: 40px;
    }
    */

    .text-socorro-eps {
        font-size: 20px;
        line-height: 40px;
    }

    .cCatalogEps {
        height: 250px;
    }

    /*
    .img-soy-socorro-eps {
        width: 220px;
        height: 500px;
    }
    */

    .img-footer-socorro {
        width: 100%;
        height: 110px;
    }

    .btnWsp {
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 20;
        padding: 7px 5px;
        width: 250px;
        text-align: center;
    }

    .modalContainer .modalUsoInf .modalbody {
        height: 500px;
        overflow-y: scroll;
    }

    .modalContainer .modalUsoInf p {
        font-size: 10px;
    }

    .img-socorro-clave {
        max-width: 100%;
        height: auto;
    }

    .nav-link, .nav-link-dd {
        font-size: 14px;
    }

    .accordion > .card .card-header button {
        font-size: 14px;
    }

    .card-header {
        padding: 0px !important;
    }

    .cPesoTallaTxt {
        width: 50% !important;
        min-width:  50% !important;
    }

    .solicitud-regular .input-sm-talla-peso {
        width: 100% !important;
        min-width: 100% !important;
    }

    .cEstSalSolic {
        width: 20%;
        min-width: 20%;
    }

    .verDetCotSctr {
        font-size: 14px;
    }

    .accordion > .card .card-header button i {
        margin-right: 5px;
    }

    #preguntasSocorro .card-body {
        margin-left: 0px !important;
        font-size: 15px;
    }

    .cSwitchResp .text {
        width: 60px;
    }

    .switch {
        width: 50px;
    }

    input:checked + .slider-sctr:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
    }

    .input-icon {
        left: 25px;
    }

    .input-with-icon {
        width: 90%;
        margin-left: 5%;
    }

    .pasoSoat {
        font-size: 16px;
    }

    .cPregunta2 {
        height: auto;
    }

    .pl-cPregunt2 {
        padding-left: 0px !important;
    }

}

@media( max-width: 420px ) and ( min-height: 500px) and (max-height: 600px) {
    .cPregSeg {
        min-height: calc(100vh);
        padding: 20px 0px;
    }

    #lnkCopago,  #tbDetalle .table-sm tbody td, #lnkCopago, #tbCopagos .table-sm tbody td {
        font-size: 14px !important;
    }
}

@media( max-height: 420px){
    .navbar-collapse-socorro {
        top: 100px;
        border-radius: 10px 0px 0px 10px;
    }

    .nav-link:after, .lnkbanner:after, .nav-link-dd:after {
        height: 0px;
    }

    .banner-body .txtPrinc {
        font-size: 30px;
        height: 20px;
    }

    .banner-body .cProdCot {
        padding: 10px 10px;
        font-size: 16px;
    }

    .cPregunta2 {
        height: auto;
    }

    .pl-cPregunt {
        padding-left: 0px !important;
    }

    .pl-cPregunt2 {
        padding-left: 0px !important;
    }

    #lnkCopago,  #tbDetalle .table-sm tbody td, #lnkCopago, #tbCopagos .table-sm tbody td {
        font-size: 14px !important;
    }
}

@media (max-width: 375px) {
    .pasoSoat {
        font-size: 15px;
    }

    .btn-socorro1, .btn-socorro2, .btn-socorro3, .btn-socorro4, .btn-socorro5, .btn-socorro6 {
        font-size: 14px;
        padding: 9px 10px;
    }

    #lnkCopago,  #tbDetalle .table-sm tbody td, #lnkCopago, #tbCopagos .table-sm tbody td {
        font-size: 14px !important;
    }
}

@media (max-width: 360px) {

    .w-20 {
        width: 22% !important;
    }

    .banner-body .txtPrinc {
        font-size: 20px;
        letter-spacing: 7px;
    }

    .banner-body .cProdCot {
        padding: 10px 10px;
        font-size: 14px;
    }

    .carousel-indicators {
        bottom: -15px;
    }

    .cPregSeg {
        min-height: calc(100vh - 100px);
    }

    .modalContainer .modal_socorro span {
        font-size: 20px;
    }

    .cPregunta, .cInput, .cTextResp {
        font-size: 13px !important;
    }

    .cOptSeg a {
        font-size: 12px;
    }

    .img-logo {
        width: 200px;
    }

    .img-socorro-pres {
        height: auto;
    }

    /*
    .video-js {
        top: 0px;
    }

    .video-bg-banner {
        height: 230px !important;
        max-height: 230px !important;
    }
    */

    .img-bg-banner {
        height: 225px;
        background-size: 100% 250px;
    }

    .txt-primary-banner {
        left: 20px;
        top: 20px;
        font-size: 18px;
        line-height: 22px;
        min-width: 55%;
    }

    .txt-secondary-banner {
        left: 25px;
        font-size: 15px;
        line-height: 15px;
        padding: 3px 2px;
        bottom: 30px;
        letter-spacing: 2px;
    }

    .title-socorro {
        font-size: 25px !important;
    }

    .img-pasos-sctr {
        width: 100%;
        height: 150px;
    }

    .subLineaTitSoc {
        margin: 0px calc(50% + 10px);
        width: 125px;
    }

    .cPregunta2 {
        height: auto;
    }

    .btnWsp {
        width: 200px;
    }

    .btnWsp img {
        height: 100px;
    }

    .btnWsp .img-wsp-flo {
        position: absolute;
        width: 60px;
        height: 80px;
    }

    .btnWsp .img-wsp-num {
        height: 80px;
    }

    @keyframes aparece-socorro-wsp {
        50%   { opacity: 0; }
        100% { opacity: 1; bottom: 74px; z-index: 2; }
    }

    .img-footer-socorro {
        width: 250px;
        height: 80px;
    }

    .divPasosClave {
        font-size: 12px !important;
    }

    @keyframes movimientoImagenEps {
        0% {
            top: 0px;
        }
        100% {
            top: 160px;
        }
    }


}

@media (max-width: 320px) {
    .w-20 {
        width: 22% !important;
    }

    .banner-body .txtPrinc {
        font-size: 16px;
        letter-spacing: 7px;
        height: 5px;
    }

    .banner-body .cProdCot {
        font-size: 12px;
    }

    .banner-body .cProdCot {
        padding: 10px 5px;
    }

    .cPregSeg {
        min-height: calc(100vh - 40px);
    }

    .cPregunta, .cInput, .cTextResp {
        font-size: 14.2px !important;
    }

    .txt-footer {
        font-size: 9px !important;
    }

    .txt-footer-resalta {
        font-size: 9px !important;
    }

    .img-socorro-pres {
        height: auto;
    }

    .txt-primary-banner {
        left: 20px;
        top: 20px;
        font-size: 18px;
        line-height: 22px;
        min-width: 60%;
        letter-spacing: 3px;
    }

    .txt-secondary-banner {
        left: 25px;
        font-size: 15px;
        line-height: 15px;
        padding: 3px 2px;
        bottom: 50px;
    }

    .img-pasos-sctr {
        height: 130px;
    }

    .cSwitchSegSctr {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cSwitchSegSctr .cSwitchResp {
        margin-bottom: 10px;
    }

    /* Chat Soat */
    .cRetSeguros {
        font-size: 12px;
    }

    .btn-socorro1, .btn-socorro2, .btn-socorro3, .btn-socorro4, .btn-socorro5, .btn-socorro6 {
        font-size: 12px;
        padding: 9px 5px;
        letter-spacing: 0px;
    }
    /* Fin chat soat */

    .ml-cPregunt3 {
        margin-left: 0px !important;
    }

    .cCostoIndCaja {
        width: 250px !important;
    }

    .pl-cPregunt2 {
        padding-left: 0px !important;
    }

}

@media (max-height: 320px) {
    .banner-body .txtPrinc {
        font-size: 30px;
        height: 20px;
    }

    .banner-body .cProdCot {
        padding: 20px 10px;
        font-size: 20px;
    }

    .img-fluid {
        max-width: 80% !important;
        height: auto;
    }

    
}
