@import url(../css3/fonts.css?v=1);


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #000 /*#f8f9fa*/;
    --dark: #000 /*#343a40*/;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    /*--font-family-sans-serif:"MarcaSansText-Regular",Verdana,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto"
      */
    --font-family-sans-serif: "MarcaSansText-Regular",Verdana,sans-serif;
    --marca-font: Verdana, sans-serif;
    /*light-dark*/
}

.MarcaSansText-Regular-- {
    font-family: var(--marca-font);
    font-weight: 300;
}

.smart-button {
    color: #fff;
    background-color: #002c5f;
    border: 1px solid #002c5f;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-weight: 400;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

* {
    font-family: "MarcaSansText-Regular",sans-serif;

}

.asesor-img {
    max-width: 150px;
}

.logo {
    max-width: 215px;
    margin-bottom: 0;
}

.titulo-citas {
    font-family: "MarcaSansHead-Medium",sans-serif;
    font-size: 26px;
    color: #002c5f;
}

.subtitulo-citas {
    font-size: 24px;
    color: #002c5f;
}

.subtitulo-citas-sm {
    font-size: 18px;
    color: #002c5f;
}

.icono-form {
    height: 38px;
}

.col-form-label {
    font-family: "MarcaSansHead-Medium",sans-serif;
    line-height: 1.1;
    font-size: 14px;
}

.obligatorio {
    color: #00abd6;
}

.mapouter {
    position: relative;
    height: 300px;/**/
    width: 100%;
    min-height: 180px
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute;
}

#step-4 .custom-control-label {
    font-size: 19px;
    color: #002c5f;
}

#step-4 .form-group {
    margin-bottom: 0;
}

.servicios-titulo {
    font-size: 18px;
    font-family: 'MarcaSansHead-Medium';
    color: #002c5f;
}

.servicios-subtitulo {
    font-size: 16px;
    color: #002c5f;
}

.servicios-card {
    background-color: #e4dcd2;
    padding: 15px;
    min-height: 126px;
}

.icono-disponible {
    height: 21px;
}

.horario ul li {
    display: inline-block;
    list-style: none;
    background-color: #e7ddd3;
    padding: 2px 12px;
    margin: 5px 4px;
    min-width: 62px;
}

    .horario ul li:hover {
        background-color: #00abd6;
        color: #ffffff;
        cursor: pointer;
    }

.titulo-asesor {
    font-size: 21px;
}

.asesor-card {
    color: #495057;
}

    .asesor-card:hover {
        background-color: #00abd6;
        color: #ffffff;
    }

    .asesor-card:focus {
        background-color: #00abd6;
        color: #ffffff;
    }

.asesorimg {
    width: 80px;
    height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
}

.asesorimgmin {
    width: 40px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}


.lugar-f {
    font-family: MarcaSansText-Regular;
    line-height: 1.1;
    font-size: 14px;
}

.texto-cita {
    font-family: MarcaSansText-Regular;
    line-height: 1.1;
    font-size: 14px;
}

.form-control {
    border-radius: 4px;
    background-color: #000 !important;
    margin-bottom: 1rem;
    height: 56px /*calc(2em + 0.75rem + 2px)*/;
    font-size: 14px;
    color: #fff !important;
    border: 0px solid #000;
}

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #e4dcd2;
    }

    .form-control:focus {
        /*color: #1554FF;
       background-color: #fff;*/
        border-color: #1554FF !important;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    }


.custom-file-label {
    background-color: #e4dcd2;
    border-radius: 0;
}

    .custom-file-label::after {
        background-color: #002c5f;
        color: #ffffff;
        border-radius: 0;
    }

.btn-buscar {
    background-color: #00abd6;
    color: #ffffff;
    border-radius: 0;
    border: 0;
}

.horasres .btn {
    border-radius: 0;
    background-color: #e7ddd3;
    padding: 2px 12px;
    margin: 5px 4px;
    min-width: 62px;
    border: 0;
}

.horasres .hora {
    background-color: #00abd6;
    color: #ffffff;
    border: 0;
}


.horasres .horano {
    background-color: #002c5f;
    color: #ffffff;
    border: 0;
}

.asesorimg {
    width: 80px;
    height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
}

.asesorimgmin {
    width: 40px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}

@media (max-width: 575.98px) {
    .sw > .nav .nav-link {
        padding: 0.4rem 1rem 0.2rem 1rem;
        font-size: 13px;
    }

    .mapouter {
        height: 300px;
    }

    .titulo-citas {
        font-size: 18px;
    }

    .subtitulo-citas {
        font-size: 16px;
        text-align: center;
    }

    .subtitulo-citas-sm {
        font-size: 15px;
        text-align: center;
    }

    .titulo-asesor {
        font-size: 18px;
    }

    #step-4 .custom-control-label {
        font-size: 16px;
    }

    .servicios-titulo {
        font-size: 16px;
    }

    .condiciones {
        font-size: 14px;
        line-height: 1.2;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .col-form-label {
        font-size: 14px;
    }

    #smartwizard a {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 576px) {
    
    #smartwizard a {
        display: flex;
        align-items: center;
    }

    #smartwizard .badge a {
        align-items: center;
        display: inline;
        padding: 0px;
        /* padding-right: 0px; */
        margin-right: 3px;
    }

    /*#container a {
        align-items: center;
    }*/
}

.mapa-boton {
    width: 20px;
}

.btn-mapa {
    background-color: #00abd6;
    color: #ffffff;
    border-radius: 0;
    border: 0;
}

    .btn-mapa:hover {
        background-color: #0694b8;
    }

@media (max-width: 767.98px) {
    .sw > .nav {
        flex-direction: column !important;
        flex: 1 auto;
    }

    .sw-theme-arrows > .nav .nav-link {
        overflow: hidden;
        margin-bottom: 1px;
        margin-right: unset;
    }
}

@media (min-width: 992px) {
    .pl-form {
        padding-left: 4rem;
    }
}


/*#reachApp-content .tab-content .tab-pane .badge {
    padding: 0;
    margin: 0 10px;
    background-color: #fff;
    border: solid 1px #05141f;
    margin: 0 0 10px 10px;
    cursor: pointer;
}*/

#servicios-seleccionados {
    min-height: 60px;
}

#servicios-seleccionados {
    border: solid 1px #DFDFDF;
}



.btn-group.badge.badge-primary, .btn-group.badge.badge-primary a {
    background-color: #00abd6 !important;
    color: #fff !important;
    margin-right: 1rem;
}

.p-333 {
    padding: 1rem !important;
}

.btn-group badge badge-primary {
    margin: 0 10px;
}

#content {
    border: solid 1px #DFDFDF;
}

.borderred {
    border: solid 1px #ea4335 !important;
}




/***********************************************************************************************************************/

/***********************cabecera pasos**********************************/
.section__steps {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0px 0;
}
.section__steps:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96%;
  height: 2px;
  background-color: #a8a8a8;
}
.section__steps:before {
  content: "";
  position: absolute;
  top: 47%;
  left: 0%;
  width: 0%;
  height: 2px;
  background-color: #1554FF;
  z-index: 2;
}
.section__steps.section__steps--2:before {
  width: 50%;
}
.section__steps.section__steps--3:before {
  width: 100%;
}


    .section__steps .section__step {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        overflow: hidden;
        background-color: #000;
       /* border: 1px solid #1554FF;*/
        color: #fff;
        font-weight: bold;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
    }
.section__steps .section__step span {
  font-size: 14px;
  line-height: 18px;
}
.section__steps .section__step.current {
  background-color: #1554FF;
  color: #fff;
  border-color: #1554FF;
}


.section__step--1:after{
    /*content: "Datos";*/
    
}

/******************************/
.section__stepss .current {
 
  color: #FFF;
  border: 0px
}

.section__stepss {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 10px 0;
}
.section__step_bajo {
  width: 30%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  color: #a8a8a8;
  font-weight: bold;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 999;
}

.section_step2{
    text-align: center;
}
.section_step3{
    text-align: right;
}

/***********************cabecera pasos**********************************/


body {
    color: #fff;
    background-color: #000;
    font-family: "MarcaSansText-Regular",sans-serif !important;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 14.4px;
}

a{
    color: #fff;
}
    
a:hover{
    color: #fff;
    opacity: 0.5;
}

.noactive_tipo {
    color: #000;
    opacity: 0.5;
}


h2 {
    /*font-family: "MarcaSansHead-Medium",sans-serif !important;
    margin: 10px 10px 10px 0px;
    text-align: justify;
    font-size: 22.5px;
    line-height: 33.8px;
    letter-spacing: 0;
    color: #fff;*/
    font-family: "MarcaSansHead-Medium", sans-serif !important;
    margin: 10px 10px 10px 0px;
    text-align: justify;
    font-size: 16.5px;
    /* line-height: 33.8px; */
    letter-spacing: 0;
    color: #fff;
    font-weight: 300;

}

h1 {
    font-size: 22.5px;
    font-family: "MarcaSansHead-medium",sans-serif;
    margin: 10px;
    font-weight: 600;
}


input[type=checkbox], input[type=radio] {
    /*padding: 0;
    border-color: #1554FF;
    border: 1px solid #1554FF;
    margin: 10px;*/
}

.btn{
    text-transform:uppercase;
    border: 1px solid transparent;
    padding: 0.675rem 0.75rem;
    font-family: "MarcaSansHead-regular",sans-serif;
    font-size: 14px;
    border-radius: 4px !important;
}

.sw-btn-next{
    border:1px solid #1554FF;
    color:#fff;
}

    .sw-btn-next:hover, .sw-btn-next.seleccionado {
        background-color: #1554FF;
        color: #fff;
        opacity: 1;
    }

.btn::disabled,.btn .disabled {
    cursor: pointer;
}

.btn.sw-btn-next.seleccionado.disabled, button .disabled {
    background-color: #494D4D !important;
    border-color: #494D4D;
    border: 1px solid #494D4D;
    /*opacity: 0.5 !important;*/
    color:#666666;
}

#cuerpo_agendar {
    width: 100%;
    background-color: #151515;
    font-family: "MarcaSansText-Regular",sans-serif;
    height: 100%;
    min-height: 2500px;
}


.linea_steps{
    width: 100%;
    max-width: 900px ;
   /* background-color: #fff;
    padding-top: 2rem;*/
    margin-bottom: 0rem;
    float: none;
    padding-right: 5px;
    padding-left: 5px;
}

/*#agenda_paso_1,#agenda_paso_2,#agenda_paso_3,#agenda_paso_4,#agenda_paso_6{*/
#agenda_paso_1, #agenda_paso_6{    
    width: 100%;
    max-width:900px/* 1032px */;
    /*background-color: #fff;*/
    padding-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-radius: 10px;
    display: flow-root;
    min-height: 600px;

}


#agenda_paso_2, #agenda_paso_3, #agenda_paso_5, #agenda_paso_4,#veragenda_paso_agendadetalle {
    width: 100%;
    max-width:900px/* 1032px*/;
    margin-bottom: 2rem;
    /* padding-bottom: 2rem; **/
   padding: 0px;
   display: flow-root;
}

.container_pasos_mitad {
    display: inline-block;
    width: 49%;
    margin-right: 5px;
    margin-bottom: 25px;
    text-align: center;
    background-color: #00000040 ;/*#0F0F0F;*/
    border-radius: 10px;
    /*padding: 15px;*/
    padding: 0px !important;
    max-width: 440px;
}
.container_pasos_mitad_rigth {
    margin-right: 5px;
    padding: 15px 5px 15px 15px;
    background-color: #0F0F0F;
    width: 48%;
    margin-left: 0px;
    float: right;
}

.clear{both;     height:5px;clear:both; }

img{
    width: 100%
}

placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

.form-control::placeholder,.form-controll::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000000;
}

.form-controll {
    margin-bottom: 0rem;
    height: calc(1.5em + 0.75rem + 2px);
    border: 0px solid #fff;
    width: 99%;
}

.form-controll:focus-visible{
    border: 0px solid #fff;
}



#veragenda_paso_agendaanulada{
   /* background-color: #fff !important;*/
    width: 500px;
}

 div.divVolver{
        width: 25%;
        display: inline-block;
        margin:0px 10px 5px 15px;
}


div.divSiguiente{
        width: 60%;
        display: inline-block;
       /* margin: 25px 10px 15px 5px;*/
       float: right;

}

div.divVolver a,div.divSiguiente a{width: 99%;}


#veragenda_paso_agendaanulada div.divSiguientee,#veragenda_paso_agendaanulada div.text_resumen{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20% 0% 20%;
}

.bloque_hora {
    width: 90px;
    display: inline-block;
    /* background-color: #fff; */
    color: #fff;
    font-weight: 500;
    margin: 0 5px 10px 0;
    text-align: center;
    padding: 15px 5px;
    border: 1px solid #1554FF;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer !important;
    font-size: 14.4px;
}

    .bloque_hora:hover, .bloque_hora_seleccionado {
        background-color: #1554FF !important;
        color: #fff !important;
        cursor: pointer !important;
    }

.datepicker,.datepicker-days .table-condensed,{
    width: 100% !important; 

}

.divRigth_sub1 {
    /*padding: 20px 10px 10px 10px; */
    padding: 10px;
    background-color: #0F0F0F;
    border-radius: 10px;
}

.divRigth_sub2 {
    background-color: #0F0F0F;
    text-align: left;
    padding: 20px 10px;
    border-radius: 10px;
}

.divRigth_sub3{
    background-color: #fff;
    text-align: left;
    padding: 10px 15px 10px 5px;
    border-radius: 10px;
}


.notificaciones{
    padding: 0px 0px 0px 10px;
    text-align: left;
}

.notificaciones label{
   margin-left: 10px;/* */
   font-weight: 400;
   font-size: 16.2px;
}

.notificaciones a {
        font-size: 0.8em;
        text-decoration: underline;
}

    .mycheck, .notificaciones input[type=checkbox], div#div_chElijeEjecutivo input[type=checkbox] {
        cursor: pointer;
        background-color: #000;
        /*background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
        */
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
        width: 20px;
        height: 20px;
        appearance: none;
        border: 2px solid #1554FF;
    }


.mycheck:checked,.notificaciones input[type=checkbox]:checked,div#div_chElijeEjecutivo input[type=checkbox]:checked {
  background-color: #1554FF;

}


fieldset {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px;
    margin: 5px 0px 10px 0px;
    font-size: 0.7em;
    font-family: "MarcaSansText-Regular",sans-serif;
    height: 52px;
    background-color: #000;
    border-radius: 12px;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: auto;
    font-size: 1em;
    color: #7E7E7E;
    font-family: "MarcaSansText-Regular",sans-serif;
    
}

fieldset div {
    /*text-transform: capitalize;*/
    color: #fff;
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
  
    font-size: 16px;
    text-align: left;
    padding: 0px;
    font-weight: 400;
}
.mapdireccion{ 
    font-size: 16px; 
    font-family: "MarcaSansText-Regular",sans-serif;
    margin-top: 10px;
}

.container_pasos_mitad_resumen{
    display: inline-block;
    width: 45%;
    margin-right: 10px; /* */
    margin-bottom: 5px;
    text-align: center;
    float: inline-start;
}
.container_pasos_mitad_rigth_resumen{
    display: inline-block;
    width: 50%;
    margin-right: 0px; /* */
    margin-bottom: 5px;
    text-align: center;
    float: inline-end;
}




#agenda_paso_3 . col-md-12.mt-2 divRigth_sub2 {
    width: 100%;
    padding: 20px 10px 10px 15px !important;
    margin: 0px 10px 10px 25px;

}


img.images_modelo {
    max-width: 250px;
}

.text_resumen{
    color:#fff ;
    font-size: 1em;
    font-family: "MarcaSansText-Regular",sans-serif;

    margin: 15px 0px;
}

#veragenda_paso_1 label{ 
    font-size: .8rem;
    margin-bottom: 1em;
 }
.divoption {display:inline-block; margin-top: 0px; width: 100%}


.row:after {
    clear: both;
}

.row:before, .row:after {
    content: " ";
    display: table;
}


/*.divoption [type="radio"]:before, [type="radio"]:after {
.divoption:before, .divoption:after {
    content: '';
    position: absolute;
    left: 0;
    /*top: 0;*/
/*    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
   transition: .28s ease;
}*/


/*.divoption [type="radio"]:checked + label:after, .divoption [type="radio"].with-gap:checked + label:before, .divoption [type="radio"].with-gap:checked + label:after {
    border: 2px solid #b94155;
}

.divoption [type="radio"]:checked + label:after, .divoption [type="radio"].with-gap:checked + label:after {
    background-color: #b94155;
}

[type="radio"]:checked + label:after {
    transform: scale(1.02);
}

.divoption [type="radio"]:checked:after, .divoption [type="radio"].with-gap:checked:before, .divoption [type="radio"].with-gap:checked:after {*/

/*
.divoption input:checked:after, .divoption input:checked:before {
    border: 2px solid #b94155;
}

.divoption input:checked:after, .divoption input:checked:before {
    background-color: #b94155;
}

.divoption input:checked:after {
    transform: scale(1.02);
}

*/

.divoption input[type="radio"]:checked + label:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid #0090df;
    float: left;
    /*margin-left: -1.25em;
    margin-top: 0.2em;*/
    border-radius: 100%;
    margin-left: -30px;
    margin-top: 0px;
}

#veragenda_paso_agenda {
    background-color: #1A1A1A/*#111110f2*/;
}

#veragenda_paso_1 {
    display: block;
    background-color: #1A1A1A;
    color: #FFF;
}
#cuerpo_veragenda {
    margin-right: -25px;
    background-color: #111110f2;
}
.nav {
    background-color: #000;
    position: initial;
}

.nav img{max-width: fit-content;}
.center{text-align: center}

.swal2-content input {
    border-radius: 0px;
    background-color: #fff !important;
    margin-bottom: 0.8rem;
    font-size: .8rem;
    border: 0px;
    /*height: calc(2em + 1.2rem + 2px);
    */ height: calc(0.5em + 0.5rem + 2px);
    color: #696969 !important;
}


.checkbox .error-message, .form-group .error-message,.form-control .error-message {
    display: none;
}

.form-control.error .error-message {
    display: block;
}

.form-group.error .custom-selectbox .selectedValue, .form-group.error input[type=text],
.form-group.error input[type=date], .form-group.error input[type=datetime-local], .form-group.error input[type=datetime],
.form-group.error input[type=email], .form-group.error input[type=month], .form-group.error input[type=number],
.form-group.error input[type=password], .form-group.error input[type=search], .form-group.error input[type=tel],
.form-group.error input[type=text], .form-group.error input[type=time], .form-group.error input[type=url],
.form-group.error input[type=week], .form-group.error textarea,
.form-group-container.error input[type=text], .form-control.error, .invalid-input {
    border-color: #c3002f !important;
    box-shadow: 0 0 0 1px #c3002f;
}


.error-container .error-message,
.error-message, .form-group.error .error-message {
    font-size: .8em;
    position: relative;
    color: #c3002f;
    line-height: calc(18 / 14);
    padding-top: 0px;
    font-size: .6em;
}


/* Tooltip container */
.tooltipp {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
}

    .tooltipp .tooltiptext {
        visibility: hidden;
        /*width: 120px;*/
        background-color: #1554FF;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        padding: 3px 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        font-size: .7em;
        width: 70%;
        margin-top: -10px;
        /*top: 105%;*/
        bottom: 100%;
    }

    .tooltipp:hover .tooltiptext {
        visibility: visible;
    }
    .tooltipp .tooltip-bottom {
        top: 105%;
        left: 50%;
        margin-left: -10px;
    }

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 1em;
}

.logo_marca {
    max-width: 200px !important;
    /*width: 200px !important;*/
    padding: 5px 0px 0px 0px;
    /*max-height: 70px;*/
}

#listaReservas {
    margin-right: 0px;
    margin-left: 0px;
    /*background-color: #fff;*/
    padding: 10px;
    width: 100%;
    max-width: 1032px;
    min-height: 200px;
    padding-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-radius: 10px;
    display: flow-root;
}


.listaagenda {
    text-align: -webkit-left;
    border: 1px px solid;
    padding: 10px;
}

.listaagenda p {
        font-size: .8em;
        margin-bottom: 5px;
}

/***************************alert***************************/
#popup_title {
    font-size: 1em;
    font-family: "MarcaSansText-Regular", sans-serif, Helvetica, Arial,;
    font-style: normal;
    /* font-weight: bold; */
    text-align: center;
    line-height: 1.5em;
    border-bottom: solid 1px #1554FF;
    cursor: default;
    padding: 0em;
    margin: 0em;
    background-color: #1554FF;
    /* border-bottom: solid 1px #394051; */
    color: #fff;
    text-transform: uppercase;
}

#popup_ok {
    background-color: #1554FF;
    border-radius: 3px;
    padding: 5px 10px;
    border: 0px !important;
    border-image-width: 0 !important;
    color: #fff;
}
#popup_content {
    /* background: 16px 16px no-repeat url(../images/info.gif); */
    padding: 1em;
    margin: 0em;
    color: #000;
    background-color: #FFF;
}

#divDetalleDatosEditar {
    color: #cc0000;
    margin: 10px 0;
    font-style: oblique;
    font-weight: 777;
    margin-top: -15px;
}




/***********************************************/
.datepicker .prev, .datepicker .next {
    background-color: #1554FF !important;
    color: #FFF;
    padding: 2px 10px;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #1554FF !important;
    /*background-image: -moz-linear-gradient(to bottom, #08c, #1554FF);
    background-image: -ms-linear-gradient(to bottom, #08c, #1554FF);
    background-image: #1554FF !important; 
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #1554FF);
    background-image: linear-gradient(to bottom, #08c, #1554FF);*/
    background-repeat: repeat-x;
    border-color: #1554FF #1554FF #1554FF !important;
   /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    background-image: linear-gradient(to bottom, #1554FF, #1554FF) !important;
    appearance: none;
}




.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #1554FF !important;
    color: #fff;
    font-size: 1.0625em;
}

.fa-circle-info:before, .fa-info-circle:before {

    /*content: "\f05a";
    color: #fff !important;
    appearance:none;*/
}
    /* Ocultar el radio button estándar */
    input[type="radio"] {
     display: none;
     appearance:none;
    }

    /* Contenedor personalizado RADIO BUTOM*/
    .custom-radio {
      display: flex;
      align-items: center;
     /* font-family: Arial, sans-serif;*/
      font-size: 14px;
      margin-bottom: 10px;
      cursor: pointer;
      appearance:none;
      color:#FFF;
    }

    /* Estilo del círculo externo */
        .custom-radio span {
            width: 20px; /* Tamaño del círculo externo */
            height: 20px;
            border: 3px solid #1554FF; /* Borde rojo */
            border-radius: 50%; /* Hacerlo circular */
            display: inline-block;
            margin-right: 8px;
            position: relative;
            transition: 0.3s ease;
        }

    /* Punto interno cuando está seleccionado */
            .custom-radio span::after {
                content: '';
                width: 10px; /* Tamaño del punto */
                height: 10px;
                background-color: #1554FF; /* Color del punto rojo */
                border-radius: 50%; /* Hacerlo circular */
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                opacity: 0; /* Oculto por defecto */
                transition: opacity 0.3s ease;
                appearance: none
            }

    /* Cambiar el estado al estar seleccionado */
    input[type="radio"]:checked + span::after {
      opacity: 1; /* Mostrar el punto */
}





    /* Estilo del círculo externo */
.custom-radio2 span {
    border: 3px solid #1554FF; /* Borde rojo */
}

/* Punto interno cuando está seleccionado */
    .custom-radio2 span::after {
        background-color: #1554FF; /* Color del punto rojo */
        appearance: none
    }


.sw-theme-arrows .toolbar > .btn {
    color: #fff;
    background-color: #1554FF;
    border: 1px solid #1554FF;
    padding: 0.7rem;
    border-radius: 4px !important;
    font-weight: 700;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

    .sw-theme-arrows .toolbar > .btn:hover {
        color: #fff !important;
        background-color: #1554FF !important;
    }

#agenda_paso_1 img{    
    max-height: 140px;
    width: auto;
}

#agenda_paso_1 div.container_pasos_mitad {
    padding: 20px 15px 0px 15px !important;
    min-height: 250px;
    max-width: 430px;
    max-height: 265px;
    background-color: #000;
}


#agenda_paso_div1{
    margin-right: 20px;
}

#agenda_paso_1 div.custom-radio{font-size:14px; }

#agenda_paso_1 div.container_pasos_mitad2 {
    padding: 20px 15px 0px 15px !important;
    min-height: 250px;
    max-width: 423px;
    display: inline-block;
    width: 100%;
    text-align: left;
    float: left;
    /*padding: 15px 15px 15px 5px;*/
    background-color: #000;
}

div.container_pasos_mitad2 div.divVolver,div.container_pasos_mitad2 div.divSiguiente{

    display: inline-block;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.container_pasos_mitad222 {
    margin-top: 10px;
    padding: 15px 10px;
    background-color: #000;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    /**/ width: 900px;
    max-width: 100%;
}

.datepicker .datepicker-switch {
    width: 80% !important;
}

.datepicker-switch {
    height: 35px;
    font-size: 22.5px !important;
    font-weight: 300;
    letter-spacing: 0;
    font-family: 'MarcaSansHead-Medium';
}

.datepicker .prev, .datepicker .next {
    background-color: #1554FF;
    color: #FFF;
    /*width: 10%;*/
    max-width: 25px !important;
    
    max-height: 25px;
    width: 30px !important;
    height: 30px !important;
}

/*.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {*/
.datepicker .datepicker-switch, .datepicker tfoot tr th {
    cursor: pointer;
    height: 35px;
    width: 35px;
}

footer{
        /* float: inherit; */
    background-color: #000;
    text-align: center;
    padding: 20px;
    border: 0px;
    margin: -2px;
}
footer div p{color:#fff;font-size:10px}

.fa.fa-circle-info {
    font-size: 1.3em;
    border: 1px solid #1554FF;
    border-radius: 10px;
    color: #000;
    background-color: #1554FF;
}
.fa-circle-info:before, .fa-info-circle:before {
    color: #000;
}

.datepicker{    width: 100% !important;}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    width: 100% !important;
}

.container_pasos_mitad div.col-md-12.mt-2{padding: 0px;}

.divHoraManiana_tit {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    width: 77%;
    padding-bottom: 10px;
    margin: 0 0 10px 0px;
}

 #veragenda_paso_agendadetalle div.fieldset{ width:100% }
 #PanelIndex{

    display: block;
    background-color: #000;
    height: 100%;
    min-height: 900px;
    color: #fff;
    /*padding: 20%;*/
}

#PanelIndex.mail div.container{
    padding-top: 200px;
    font-family: MarcaSansHead-Medium;
    font-size: 26px;
}

div.fa.fa-user,i.fa.fa-user,i.fa.fa-phone,i.fa.fa-envelope,i.fa.fa-car,i.fa.fa-user-gear{color: #BBBCBC}

.btn.sw-btn-next{ border-radius: 48px; }

#btResumenAgendaAnular{/*border: 1px solid #BBBCBC;color: #BBBCB;*/}


.swal2-styled.swal2-confirm {
    border: 0;
    border-radius:8px;
    background: initial;
    background-color: #1554FF !important;
    color: #fff;
    font-size: 14px;
}


.swal2-styled.swal2-cancel {background-color: #FFF; color:#1554FF; }
.swal2-actions [type=button]:not(:disabled){
    border: 1px solid #1554FF;
    /*color: #1554FF; */
    text-transform: uppercase;
}
div.swal2-actions button.swal2-confirm.swal2-styled.disabled, div.swal2-actions button.swal2-cancel.swal2-styled.disabled{   

    background-color: #BBBCBC !important;
    border-color: #BBBCBC;
    border: 1px solid #BBBCBC;
    /*opacity: 0.5 !important;*/
    cursor: not-allowed;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    /* background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)); */
    background-color: #1554FF;
    color: #FFF;

}

.swal2-styled:not([disabled]) {
    cursor: pointer;
}
.swal2-styled {
    cursor: pointer;
    width: 48%;
    text-transform: uppercase;
}


.custom-selectt {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) right .75rem center / 8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
}


#div2{
      height:100%;
      width: 100%;
      background-color: green;
    }/******************************************del cuerpo pasa aca*********************************/
/******************************************del cuerpo pasa aca*********************************/

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

    .svg-inline--fa.fa-lg {
        vertical-align: -0.225em;
    }

    .svg-inline--fa.fa-w-1 {
        width: 0.0625em;
    }

    .svg-inline--fa.fa-w-2 {
        width: 0.125em;
    }

    .svg-inline--fa.fa-w-3 {
        width: 0.1875em;
    }

    .svg-inline--fa.fa-w-4 {
        width: 0.25em;
    }

    .svg-inline--fa.fa-w-5 {
        width: 0.3125em;
    }

    .svg-inline--fa.fa-w-6 {
        width: 0.375em;
    }

    .svg-inline--fa.fa-w-7 {
        width: 0.4375em;
    }

    .svg-inline--fa.fa-w-8 {
        width: 0.5em;
    }

    .svg-inline--fa.fa-w-9 {
        width: 0.5625em;
    }

    .svg-inline--fa.fa-w-10 {
        width: 0.625em;
    }

    .svg-inline--fa.fa-w-11 {
        width: 0.6875em;
    }

    .svg-inline--fa.fa-w-12 {
        width: 0.75em;
    }

    .svg-inline--fa.fa-w-13 {
        width: 0.8125em;
    }

    .svg-inline--fa.fa-w-14 {
        width: 0.875em;
    }

    .svg-inline--fa.fa-w-15 {
        width: 0.9375em;
    }

    .svg-inline--fa.fa-w-16 {
        width: 1em;
    }

    .svg-inline--fa.fa-w-17 {
        width: 1.0625em;
    }

    .svg-inline--fa.fa-w-18 {
        width: 1.125em;
    }

    .svg-inline--fa.fa-w-19 {
        width: 1.1875em;
    }

    .svg-inline--fa.fa-w-20 {
        width: 1.25em;
    }

    .svg-inline--fa.fa-pull-left {
        margin-right: 0.3em;
        width: auto;
    }

    .svg-inline--fa.fa-pull-right {
        margin-left: 0.3em;
        width: auto;
    }

    .svg-inline--fa.fa-border {
        height: 1.5em;
    }

    .svg-inline--fa.fa-li {
        width: 2em;
    }

    .svg-inline--fa.fa-fw {
        width: 1.25em;
    }

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

    .fa-layers svg.svg-inline--fa {
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: 0.25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em;
}

.fa-inverse {
    color: #fff;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: black;
}

.fad.fa-inverse {
    color: #fff;
}

/******************************************fin del cuerpo pasa aca*********************************/

/****************************estilo cajas de texto con label en movimiento*************************************************************/

fieldset {
    /* border: 2px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;*/
}

legend {
    font-size: 12px;
    /*font-weight: bold;
  padding: 0 10px;*/

    color: #7E7E7E;
    margin-bottom: 0px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

    .form-group label {
        position: absolute;
        top: 23px;
        left: 20px;
        transform: translateY(-50%);
        font-size: 16px;
        color: #696767 !important;
        /*background-color: #000;*/
        padding: 0 5px;
        pointer-events: none;
        transition: 0.3s ease;
    }

    .form-group select:focus + label,
    .form-group select:not([value=""]) + label,
    .form-group select:not([value="0"]) + label {
        /* font-size: 12px;*/
         z-index: 99999;
        background-color: #000;

    }


    .form-group input,
    .form-group select {
        width: 100%;
        padding: 12px 10px;
        font-size: 16px;
        border: 1px solid #000;
        border-radius: 5px;
        outline: none;
        background: none;
        font-weight: 300;
        font-family: "MarcaSansText-Regular", sans-serif !important;
        line-height: 24px;
        letter-spacing: 0.5px

    }

    .form-group select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        /*background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNkw4IDEyTDE0IDYiIHN0cm9rZT0iI0NDQyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
      
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAALCAMAAACnFTZPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTgwMDlEQjZDM0Q0MTFFRjgzNUZFNzFEQjREOTA4MkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTgwMDlEQjVDM0Q0MTFFRjgzNUZFNzFEQjREOTA4MkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDkzNzdFRjNCODBEMTFFRkE3RkFCM0EyMjA4QzUzRjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDkzNzdFRjRCODBEMTFFRkE3RkFCM0EyMjA4QzUzRjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4QgtmJAAADAFBMVEWEFymaGjAAAACwHjcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6L5I/AAAAA3RSTlP//wDXyg1BAAAAN0lEQVR42mzKWQ4AIAjFQNL739klIjzEfk5q/DIYvaWd99uYozzoSsWrFAxFMRVBURJVCWQKMAD2UmSj8vrBaAAAAABJRU5ErkJggg==);
       
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMTZMMjAgNkgwWiIgZmlsbD0iI0ZGNUQwMCIvPjwvc3ZnPg==);
        */

        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMTZMMjAgNkgwWiIgZmlsbD0iIzE1NTRGRiIvPjwvc3ZnPg==");

        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px;
        /*color: #7E7E7E;*/
    }

        .form-group select:invalid {
            color: #7E7E7E !important;
        }

.selected-label {
    top: -1px !important;
    font-size: 12px !important;
}


/*div#div_txtNombres_Contacto.form-control div label,
div#div_txtCorreo_Contacto.form-control div label,
{
	left: 30px;

}*/


div#div_txtFono_Contacto.form-control div label,
div#div_txtCorreo_Contacto.form-control div label,
div#div_RecepcionNombre.form-control div label,
div#div_txtNombres_Contacto.form-control div label,
div#div_RecepcionFono.form-control div label,
div#div_cbRecepcion.form-control div label,
div#div_cbEjecutivo.form-control div label {
    left: 45px;
    /*top: 25px;*/
}


div#div_txtBuscarAgenda.col-md-10.col-lg-12.my-auto.form-group label {
    background-color: #000 !important;
    color: #FFF !important;
}

div#div_cbEjecutivo.form-control div label {
    left: 55px;
}

/*.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:not([value=""]) + label,
.form-group select:not([disabled]) + label
{
  top: -1px;
  font-size: 12px;
  color: #7E7E7E;
  left:20px
}*/



.form-group input:focus + label, .form-group select:focus + label {
    top: -1px;
    font-size: 12px;
    color: #696767 !important;
    z-index: 99999;
    background-color: #000;
}

.form-group input:not(:placeholder-shown) + label {
    top: -1px;
    font-size: 12px;
    color: #696767 !important;
    z-index: 99999;
    /*background-color: transparent;*/
   
}

/*
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
    top: -1px;
    font-size: 12px;
    color: #696767 !important;
    z-index: 99999;
    background-color: transparent;
   
}
*/

.form-control {
    position: relative;
}


.form-group label {
    position: absolute;
}


select .custom-select option:[disabled="disabled"], select option[disabled], option:disabled {
    color: #7E7E7E !important;
}



.form-group select {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAALCAMAAACnFTZPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTgwMDlEQjZDM0Q0MTFFRjgzNUZFNzFEQjREOTA4MkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTgwMDlEQjVDM0Q0MTFFRjgzNUZFNzFEQjREOTA4MkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDkzNzdFRjNCODBEMTFFRkE3RkFCM0EyMjA4QzUzRjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDkzNzdFRjRCODBEMTFFRkE3RkFCM0EyMjA4QzUzRjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4QgtmJAAADAFBMVEWEFymaGjAAAACwHjcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6L5I/AAAAA3RSTlP//wDXyg1BAAAAN0lEQVR42mzKWQ4AIAjFQNL739klIjzEfk5q/DIYvaWd99uYozzoSsWrFAxFMRVBURJVCWQKMAD2UmSj8vrBaAAAAABJRU5ErkJggg==);
    */ 
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}


select option[disabled], option:disabled, .option_disabled {
    color: #7E7E7E !important;
}


.divHoraManianaIco {
    /* width: 20px; */
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 50%;
    /*background-color: #696767;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
}



.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background-color: #1554FF5;
    cursor: pointer;
    border-radius: 50%;
}

.fa-calendar:before {
    content: "\f133";
    color: #1554FF !important;
}

#swal2-content i.fa.fa-calendar, #swal2-content i.fa.fa-calendar-alt {
    padding: 10px;
    border-radius: 10px;
    background-color: #F1F1F1;
}

#swal2-content div h1 {
    /*margin-bottom: 0px;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 10px 0px;*/
    
    color: #1554ff;
    font-size: 22px;
    margin: 0 0 10px 0px;
    font-weight: 400;
}

#swal2-content fieldset {
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: 1px solid #E7E7E7;

}

#cbMotivoAnula {
    margin-top: -10px;
}

button.swal2-cancel.swal2-styled, button.swal2-confirm.swal2-styled {
    border-radius: 4px;
}

.section__step_antes {
    background-color: #852901 !important;
}

.card-text{ color:#000;}


.gm-style-iw-ch{}


/* Línea naranja de progreso */
.section__steps.step-1::before {
    width: 0%;
}

.section__steps.step-2::before {
    width: 50%;
}

.section__steps.step-3::before {
    width: 100%;
}

input:-internal-autofill-selected {
    background-color:#000 !important;
    color:#FFF !important;

}

/*input:-webkit-autofill {
    background-color: #000 !important;
    color: #FFF !important;
    -webkit-box-shadow: 0 0 0 1000px #e0ffe0 inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}*/


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #000 inset !important; /* <- aquí el grosor */
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-out 0s !important;
    font-size: inherit !important;
}

/*.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat*/
.fa-sun, .fa-cloud-moon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    background-color: #fff;
    color: #1554FF;
    padding: 10px;
    margin-right: 0px;
    border-radius: 20px;
    /*width: 35px;*/
}
.current_pasado {
    background-color: #00217A;
}

div#veragenda_paso_agendadetalle div.container_pasos_mitad {
    padding: 5px 10px !important;
}

select#cbMotivoAnula {
    border-radius: 4px;
    background-color: #fff !important;
    margin-bottom: 1rem;
    height: 56px /*calc(2em + 0.75rem + 2px)*/;
    font-size: 16px;
    color: #000 !important;
    border: 0px solid #000;
    font-weight:400;
}

select#cbMotivoAnula {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMTZMMjAgNkgwWiIgZmlsbD0iIzE1NTRGRiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    appearance: none;
}

.divHorario,.divHoraTarde {
    margin: 15px 10px;  
    width: 97%;
    text-align: left; 
}


/*div#agenda_paso_2.container div.container_pasos_mitad, div#agenda_paso_2.container div.col-md-12 mt-2.divRigth_sub1*/
.container_bordes {
    border: 0.5px solid #7C7C7C !important;
    border-radius: 0;
}