@import url(../css3/fonts.css);


 :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: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif:"MarcaSansText-Regular",-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 
}

.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: #fff !important;
    margin-bottom: 1rem;
    height:56px /*calc(2em + 0.75rem + 2px)*/;
    font-size: 14px;
    color:#000000;
}

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #e4dcd2;
    }

.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: 10px 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: #155888;
  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: #a8a8a8;
  border: 1px solid #a8a8a8;
  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: #155888;
  color: #fff;
  border-color: #155888;
}


.section__step--1:after{
    /*content: "Datos";*/
    
}

/******************************/
.section__stepss .current {
 
  color: #000;
  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: #000;
    background-color: #fdfdfd ;
    font-family: "MarcaSansText-Regular",sans-serif !important;
    border: 0px;
    margin: 0px;
    padding: 0px;

}

a{
    color: #000;
}
    
a:hover{
    color: #000;
    opacity: 0.5;
}

.noactive_tipo {
    color: #000;
    opacity: 0.5;
}


h2{
    font-size: 16.2px;
    font-family: "MarcaSansHead-Medium",sans-serif !important;
    margin: 10px 10px 10px 0px;
    text-align: justify;
    font-weight: 700;
}

h1 {
    font-size: 1.3rem;
    font-family: "MarcaSansHead-Bold",sans-serif;
    margin: 10px;
    font-weight: 700;
}


input[type=checkbox], input[type=radio] {
    /*padding: 0;
    border-color: #155888;
    border: 1px solid #155888;
    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: 8px;
}

.sw-btn-next{
    border:1px solid #155888;
}

    .sw-btn-next:hover, .sw-btn-next.seleccionado {
        background-color: #155888;
        color: #fff;
        opacity: 1;
    }

.btn::disabled,.btn .disabled {
    cursor: pointer;
}

.btn.sw-btn-next.seleccionado.disabled,button .disabled{   

    background-color: #C6C6C6 !important;
    border-color: #C6C6C6;
    border: 1px solid #C6C6C6;
    /*opacity: 0.5 !important;*/
}

#cuerpo_agendar{
    width: 100%;
   background-color: #f8f5f5;
   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: #fff;
    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: #fff;
    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: 17%;
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    margin: 0 10px 10px 0;
    text-align: center;
    padding: 15px 5px;
    border: 1px solid #EBE9E6;
    border-radius: 0.25rem;
    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: #155888 !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: #fff;
    border-radius: 10px;
}

.divRigth_sub2{
    background-color: #fff;
    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: #fff;
        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");
        width: 20px;
        height: 20px;
        appearance: none;
        border: 2px solid #155888;
    }


.mycheck:checked,.notificaciones input[type=checkbox]:checked,div#div_chElijeEjecutivo input[type=checkbox]:checked {
  background-color: #155888;
}


fieldset{
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 5px;
    margin: 5px 0px 10px 0px;
    font-size: 0.7em;
    font-family: "MarcaSansText-Regular",sans-serif
}

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: #000;
    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:#676767 ;
    font-size: 1em;
    font-family: "MarcaSansText-Regular",sans-serif
}

#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:#EBE9E6 ;}

#veragenda_paso_1{
    display: block;
    background-color: #000;
    color: #FFF;

}
#cuerpo_veragenda{
    margin-right: -25px;background-color:#EBE9E6 ;
}
.nav {
    background-color: #155888;
    position: initial;

}

.nav img{max-width: fit-content;}
.center{text-align: center}

.swal2-content input{
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 0.8rem;
    font-size: .8rem;
    border: 0px;
    height: calc(2em + 1.2rem + 2px);
    color: #696969;
}


.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: #155888;
        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: 0px 0px 0px 0px;
    /*max-height: 50px;*/
}

#listaReservas {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 1032px;
    min-height: 200px;
    background-color: #fff;
    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 #155888;
    cursor: default;
    padding: 0em;
    margin: 0em;
    background-color: #155888;
    /* border-bottom: solid 1px #394051; */
    color: #fff;
    text-transform: uppercase;
}

#popup_ok {
    background-color: #155888;
    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: #155888 !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: #155888 !important;
    /*background-image: -moz-linear-gradient(to bottom, #08c, #155888);
    background-image: -ms-linear-gradient(to bottom, #08c, #155888);
    background-image: #155888 !important; 
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #155888);
    background-image: linear-gradient(to bottom, #08c, #155888);*/
    background-repeat: repeat-x;
    border-color: #155888 #155888 #155888 !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, #155888, #155888) !important;
    appearance: none;
}




.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #155888 !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;
    }

    /* Estilo del círculo externo */
    .custom-radio span {
      width: 20px; /* Tamaño del círculo externo */
      height: 20px;
      border: 3px solid #003A7E; /* 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: #003A7E; /* 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 #155888; /* Borde circulo */
}

/* Punto interno cuando está seleccionado */
.custom-radio2 span::after {
  background-color: #0090DF; /* Color del punto rojo */
  appearance:none

}

.custom-radio2{
    color:#000;
}

.sw-theme-arrows .toolbar > .btn {
    /*color: #fff;
    background-color: #155888;
    border: 1px solid #fff;*/
    color: #fff;
    background-color: #155888;
    border: 1px solid #155888;
    padding: 0.7rem;
    border-radius: 0.45rem !important;
    font-weight: 700;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
.btn_volver {
    background-color: transparent !important;
    color: #155888 !important;
}

.sw-theme-arrows .toolbar > .btn:hover {
    color: #fff !important;
    background-color: #155888;

}

#agenda_paso_1 img{    
    max-height: 140px;
    width: auto;
}

#agenda_paso_1 div.container_pasos_mitad{
    padding: 15px;
    max-width: 430px;
    max-height: 275px;
}


#agenda_paso_div1{
    margin-right: 20px;
}

#agenda_paso_1 div.custom-radio{font-size:14px; }

#agenda_paso_1 div.container_pasos_mitad2{
    /*margin-top: 10px;
    padding: 15px;*/
   /* max-width: 440px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px 0px 15px 5px;
    margin-left: -15px;*/
    /*border-radius: 10px;
    vertical-align: middle;
    text-align: center;*/


    max-width: 425px;
    display: inline-block;
    width: 100%;
    text-align: left;
    float: left;
   padding: 15px 15px 15px 5px;
}

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: #FFF;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    /**/width: 900px;
    max-width: 100%;
}

.datepicker .datepicker-switch {
    width: 80%;
}

.datepicker-switch {
    height: 35px;
    font-size: 1.2em;
}

.datepicker .prev, .datepicker .next {
    background-color: #155888;
    color: #FFF;
    width: 10%;
    max-width: 25px !important;
    
    max-height: 25px;
    width: 25px !important;
    height: 25px !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.2em;
    border: 1px solid #155888;
    border-radius: 10px;
    color: #155888;
    background-color: #FFF;
}
.fa-circle-info:before, .fa-info-circle:before {
    color: #155888;
}

.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: 90%;padding-bottom: 10px;
}

 #veragenda_paso_agendadetalle div.fieldset{ width:100% }
#PanelIndex {
    /* display: block;
    background-color: #FFF;
    height: 100%;
    color: #fff;
    padding: 20%;*/
    display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center; /* centra verticalmente */
    min-height: 100vh; /* ocupa el 100% de la altura de la ventana */

}
    #PanelIndex div.container {
        text-align: center;
        font-family: MarcaSansHead-Medium, sans-serif;
        font-size: 26px;
        color: #000;
    }

        #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: 4px; }

#btResumenAgendaAnular{border: 1px solid #BBBCBC;color: #BBBCB;}


.swal2-styled.swal2-confirm {
    border: 0;
    border-radius:8px;
    background: initial;
    background-color: #155888 !important;
    color: #fff;
    font-size: 14px;
}


.swal2-styled.swal2-cancel {background-color: #FFF; color:#155888; }
.swal2-actions [type=button]:not(:disabled){
    border: 1px solid #155888;
    /*color: #155888; */
    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: #155888;
    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: #7E7E7E !important;
        background-color: #fff;
        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;*/
    }


    .form-group input,
    .form-group select {
        width: 100%;
        padding: 12px 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none;
        background: none;
    }

    .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-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 input:not(:placeholder-shown) + label {
    top: -1px;
    font-size: 12px;
}



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;
}


fieldset {
    /* border: 2px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;*/
}

legend {
    font-size: 12px;
    color: #BBBCBC;
    margin-bottom: 0px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

    .form-group label {
        position: absolute;
        top: 27px;
        left: 20px;
        transform: translateY(-50%);
        font-size: 16px;
        color: #001A57 !important;
        background-color: #fff;
        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;*/
    }


    .form-group input,
    .form-group select {
        width: 100%;
        padding: 12px 10px;
        font-size: 16px;
        border: 1px solid #E7E7E7;
        border-radius: 5px;
        outline: none;
        background: none;
    }

    .form-group select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        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;
        /*color: #BBBCBC;*/
    }

        .form-group select:invalid {
            color: #BBBCBC !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: rgb(0, 43, 92) !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 {
    top: -1px;
    font-size: 12px;
}



select .custom-select option:[disabled="disabled"],
select option[disabled], option:disabled {
    color: #BBBCBC !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: #BBBCBC !important;
}


#container_linea_steps div.nav ul.container.center {
    margin-top: 10px;
    margin-bottom: 10px;
}

#container_linea_steps div.nav ul.container.center  img{
    max-height: 50px !important;
}

.fa-cloud-moon, .fa-sunt {
    -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;
    color: #D7AF37;
}

.divHoraManianaIco {
    display: inline-block;
    width: 20px;
}


#img_logo, #img_logo2, #veragenda_paso_agendadetalle_nav.nav ul.container img.logo_marca {
    max-width: 140px;
}




