html,
body {
  height: 100%;
  width: 100%;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .navbar-backdrop {
  display: block;
}

.navbar-backdrop {
  position: fixed;
  background-color: #414042;
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 24;
}

#page-content {
  flex: 1 0 auto;
  opacity: 0;
  /**/
  /* display: none; */

  /*SIN TRANSICION
  display:block;*/
}

#page-content.visible {
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}

#sticky-footer {
  flex-shrink: none;
}

/* Other Classes for Page Styling */

body {
  font-family: Montserrat, sans-serif;
}

a {
  color: #222;
  outline: none !important;
}

h1 {
  font-size: 24px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1248px;
  }
}

a,
input[type='submit'] {
  outline: none !important;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

input:-internal-autofill-selected {
  background-color: white;
  color: #6d6e71 !important;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: white !important;
  color: #6d6e71 !important;
}

@media (min-width: 1200px) {
  .navbar {
    opacity: 1;
  }
}

/*.cwpwa-favicons-header
{
	margin-left:5px;
}

@media(min-width:409px)
{
	.cwpwa-favicons-header
	{
		margin-left:75px;
	}
}

@media(min-width:479px)
{
	.cwpwa-favicons-header
	{
		margin-left:100px;
	}
}

@media(min-width:640px)
{
	.cwpwa-favicons-header
	{
		margin-left:150px;
	}
}*/

#mainNav {
  padding: 7px;
  height: var(--top-nav-height);
}

@media (min-width: 920px) {
  #mainNav {
    padding: 16px;
  }
}

#mainNav .navbar-nav li.nav-item a.nav-link,
#mainNav a.dropdown-toggle span,
#mainNav a {
  color: #fff !important;
  font-size: 12px !important;
}

#mainNav a.cwpwa-dark,
#sidebar a.cwpwa-dark {
  color: #555 !important;
  text-decoration: none !important;
}

#mainNav .dropdown-menu,
#sidebar .dropdown-menu {
  background-color: #a19f9f;
  border: none;
  border-radius: 0;
  padding-left: 15px;
  line-height: 18px;
}

#mainNav li.dropdown,
#sidebar li.dropdown {
  line-height: 100%;
}

a:hover,
a:active {
  color: #b2aeaf;
  text-decoration: none !important;
}

a.cw-active {
  font-weight: 600 !important;
}

a {
  /*Transition
        -webkit-transition: border-radius 0.1s ease-out, background-color 0.1s ease-out;
        -moz-transition: border-radius 0.1s ease-out, background-color 0.1s ease-out;
        -o-transition: border-radius 0.1s ease-out, background-color 0.1s ease-out;
		
		padding:4px !important;*/
  outline: none !important;
}

#texto_tooltip a {
  color: #ba9467 !important;
}

main {
  min-height: 250px;
  padding-bottom: var(--bottom-nav-height);
}

main h1,
main h2,
main h3,
main h4,
main h5 {
  text-transform: uppercase;
}

footer {
  text-align: left;
  background-color: #414042 !important;
  font-size: 0.9rem;
  padding-bottom: 0 !important;
}

footer p,
footer small,
footer a {
  font-weight: 200 !important;
}

footer a {
  color: #dedede !important;
}

footer h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

footer h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

footer p.cw-footer-menu a {
  display: block;
  color: #e0e0e0;
}

footer p,
footer small,
footer span {
  color: #e0e0e0;
}

@media (min-width: 992px) {
  footer .collapse {
    display: flex !important;
    padding-bottom: 0px;
    overflow: visible !important;
  }
}

footer a[aria-expanded='true'] .fa-chevron-right {
  transform: rotate(90deg);
}

/****************************************************************/
#cwpwa-loading-message a {
  color: #555 !important;
}

/* #cwpwa-container-home
{
  background:url('../img/COBER_imagHM_tall.png');
  background-size:100% auto;
  background-repeat:no-repeat;
  padding-top:95%;
} */

/* @media(min-width:992px)
{
  #cwpwa-container-home
  {
    background:url('../img/COBER_imag_home.png');
    background-size:100% auto;
    background-repeat:no-repeat;
    padding-top:8%;
  }
} */

/* #cwpwa-container-home h2
{
  font-size:35px !important;
}
 */

/* @media(min-width:992px)
{

  #cwpwa-container-home h2
  {
    font-size:50px !important;
    line-height:52px !important;
  }
} */

/* @media(min-width:1200px)
{

  #cwpwa-container-home h2
  {
    font-size:60px !important;
    line-height:68px !important;
  }
  
} */

/* #cwpwa-container-home a
{
  color:inherit !important;
} */

.cwpwa-buttons>div {
  padding-top: 80px;
  padding-left: 7px;
  padding-right: 7px;
}

@media (min-width: 992px) {
  .cwpwa-buttons>div {
    padding-top: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cwpwa-page-top h1,
.cwpwa-page-top h2 {
  font-family: 'Fontfabric - Mont Heavy.otf';
  /* font-size: 45px; */
  text-transform: uppercase;
  line-height: 30px;
}

.cwpwa-page-top>div {
  width: 100% important !;
}

/* The container */
.cwpwa-radio-label-container {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0px;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.cwpwa-radio-label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.cwpwa-checkmark {
  position: absolute;
  top: 3px;
  right: -22px;
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
}

/* On mouse-over, add a grey background color */
.cwpwa-radio-label-container:hover input~.cwpwa-checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cwpwa-radio-label-container input:checked~.cwpwa-checkmark {
  background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cwpwa-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cwpwa-radio-label-container input:checked~.cwpwa-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cwpwa-radio-label-container .cwpwa-checkmark:after {
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #cdcdcd;
}

/* 
@media(min-width:992px)
{
  
  .cwpwa-page-top h1,h2
  {
    font-size:55px !important;
    line-height:75px;
    padding-top:65px !important;
  }
  
  .cwpwa-page-top > div
  {
      width:100% important!;  
  }
} */

.cwpwa-mensaje-error {
  color: #dd1122;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

/*.cwpwa-form-cartilla form, .cw-form-container form
{
	background-color:#808080;
	padding:10px;
	color:white;
}
*/
.cwpwa-form-cartilla form input,
.cwpwa-form-cartilla form select,
.cw-form-container form input[type='text'] {
  display: block;
  color: #6d6e71;
  border: none;
  width: 100%;
  padding: 6px;
}

.cwpwa-form-cartilla form input,
.cwpwa-form-cartilla form select {
  border: 1px solid #e2e2e3;
  padding: 15px;
}

.cwpwa-form-cartilla form input[type='submit'],
.cw-form-container form input[type='submit'] {
  margin-top: 10px;
  margin-left: auto;
  border-radius: 50px;
  padding: 8px;
  background-color: white;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  border-width: 0;
}

.cw-form-container form a {
  color: #dfdfdf !important;
}

@media (min-width: 920px) {

  .cwpwa-form-cartilla form,
  .cw-form-container form {
    padding: 20px;
  }

  .cwpwa-form-cartilla form input,
  .cwpwa-form-cartilla form select,
  .cw-form-container form input[type='text'] {
    padding: 15px;
  }
}

.cwpwa-form-ingresar-container form,
.cwpwa-form-cartilla form {
  background-color: white;
  padding: 10px;
  color: white;
  padding: 0px;
}

.cwpwa-form-ingresar-container form input,
.cwpwa-form-cartilla form input {
  background-color: white;
  border: 1px solid #e2e2e3;
  padding: 10px 15px;
  font-family: var(--typography-subtitle);
  font-size: 14px;
}

.cwpwa-form-ingresar-container form label,
.cwpwa-form-cartilla form label {
  color: black;
  font-weight: bold;
}

.cwpwa-form-ingresar-container form input[type='button'],
.cwpwa-form-cartilla form input[type='button'],
.cwpwa-form-ingresar-container form input[type='submit'],
.cwpwa-form-cartilla form input[type='submit'],
.cwpwa-form-cartilla form .cwpwa-form-button {
  background-color: #ba9467;
  color: white;
  font-size: 18px !important;
  font-weight: bold;
  font-family: 'Fontfabric - Mont Heavy.otf';
  border-radius: 50px;
  border-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}

.cwpwa-form-ingresar-container .form-field--with-leading-icon .form-field-icon svg {
  width: 24px;
}

.cwpwa-form-ingresar-container .form-input-field {
  color: #5a585a;
  border: none;
  border-bottom: 2px solid #ddd;
}

.cwpwa-iconos-perfil {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('../img/perfil-iconos.png');
  background-size: 32px auto;
}

.cwpwa-iconos-perfil.cwpwa-icono-perfil-buscar {
  background-position: center top;
}

.cwpwa-iconos-perfil.cwpwa-icono-perfil-buscar-header {
  background-position: center top;
  background-image: url('../img/icono_buscar_header.png');
  background-size: 100%;
  width: 27px;
  height: 27px;
}

.cwpwa-iconos-perfil.cwpwa-icono-perfil-datos-personales {
  background-position: center 32px;
}

.cwpwa-iconos-perfil.cwpwa-icono-perfil-credencial-online {
  background-position: center 80px;
}

.cwpwa-iconos-perfil.cwpwa-icono-perfil-chat-autogestion {
  background-position: center 139px;
}

.cwpwa-profile-mobile-panel hr,
hr {
  border: none;
  background-color: #e1e2e2;
  height: 2px;
  width: 80%;
}

.modal-backdrop {
  margin-top: var(--top-nav-height);
}

#resultados_busqueda h1 {
  /* font-size: 20px !important; */
  font-size: 20px;
}

.cwcipwa-gray-button,
.cwcipwa-blue-button,
.cwcipwa-bordeaux-button,
.cwcipwa-golden-button {
  color: white !important;
  font-family: 'Fontfabric - Mont Heavy.otf';
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.cwcipwa-texto-resultados {
  font-size: 14px;
}

.cwcipwa-blue-button {
  background-color: #464b54;
}

.cwcipwa-bordeaux-button {
  background-color: #866168;
}

.cwcipwa-golden-button {
  background-color: #ba9467;
}

.buttons-expandir-container {
  position: fixed;
  text-align: center;
  bottom: 110px;
  width: 100%;
  left: 0;
}

/*.button-expandir-todos
{
	left:50%;width:180px;margin-left:-90px;
}

.button-contraer-todos
{
	right:20%;width:180px;margin-left:90px;
}*/

@media (min-width: 1024px) {
  #resultados_busqueda h1 {
    font-size: 36px !important;
  }

  .cwcipwa-gray-button,
  .cwcipwa-blue-button {
    font-size: 18px;
    padding: 12px 30px;
  }

  .cwcipwa-texto-resultados {
    font-size: 18px;
  }

  .button-expandir-todos {
    left: 50%;
    width: 250px;
    margin-left: -125px;
  }
}

.cwcipwa-gray-button {
  background-color: #c7c9cb;
}
.descargar-autorizacion{
      display: block;
    width: 32px;
}
.cwcipwa-iconos-resultado-cartilla a,
a.download-autorizacion,
i.download-autorizacion {
      width: 32px;
    height: 32px;
    background-image: url(../img/cartilla/iconos_share_sprite_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin-left: -13px;
    background-position-x: 5px;
        position: relative;
    right: -9px;
}

.cwcipwa-cartilla-download,
a.download-autorizacion {
  background-position: -2px 0;
}

a.download-autorizacion {
  width: 26px;
  height: 26px;
  background-size: auto 30px;
  margin-top: -8px;
}

.cwcipwa-cartilla-share {
  background-position: -44px 0;
}

.cwcipwa-cartilla-whatsapp {
  background-position: -88px 0;
}

.cwcipwa-cartilla-email {
  background-position: -130px -2px;
}

.cwcipwa-cartilla-bookmark {
  background-position: -174px 0;
}

.cwcipwa-cartilla-add {
  background-position: -219px 0;
}

.cwcipwa-cartilla-map {
  background-position: -261px 0;
}

.cwcipwa-cartilla-item-resultado h4 {
  color: #ba9467;
}

.cwcipwa-cartilla-item-resultado {
  font-size: 16px;
  color: #5b5859;
}

.cwcipwa-resultado-grisado h4,
.cwcipwa-resultado-grisado {
  color: #c7c9cb;
  cursor: pointer;
}

.cwcipwa-resultado-grisado h4 {
  margin-bottom: 10px !important;
}

.cwcipwa-d-none {
  display: none;
}

.cwcipwa-resultado-patrocinado .cwcipwa-d-none {
  display: block;
}

.cwcipwa-resultado-patrocinado .cwcipwa-d-none {
  color: #5b5859;
}

#autocomplete-container {
  color: #444;
  position: relative;
  text-align: left;
}

.ui-autocomplete {
  background-color: #f9f9f9;
  list-style-type: none;
  /*max-width:310px;*/
  width: 100%;
  max-height: 300px;
  overflow: auto;
  z-index: 4;
  padding: 10px 3px;
  position: absolute;
  border: 1px solid #d0d2d3;
  margin-top: -1px;
  top: unset !important;
  width: 100% !important;
}

.ui-autocomplete li {
  cursor: pointer;
}

.ui-autocomplete li.ui-menu-item.ui-state-focus,
.ui-state-hover,
.ui-state-active {
  background-color: #ddd;
}

.ui-helper-hidden-accessible {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent;
  font-size: 0px;
  color: transparent;
}

@media (min-width: 920px) {
  .ui-autocomplete {
    max-width: 480px;
  }
}

#tawkchat-container {
  height: 50% !important;
}

#ui-datepicker-div {
  background-color: #eee;
}

#ui-datepicker-div>div,
#ui-datepicker-div>table {
  margin: 10px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev {
  position: absolute;
  font-weight: bold;
  padding: 0 5px;
  font-size: 20px;
  top: 5px;
}

.ui-datepicker-next {
  position: absolute;
  left: 90%;
  font-weight: bold;
  padding: 0 5px;
  font-size: 20px;
  top: 5px;
}

.ui-datepicker-calendar td {
  padding: 2px 6px !important;
}

#paginador {
  text-align: center;
  color: #999;
  font-size: 20px;
  margin-bottom: 25px;
}

#paginador a,
#paginador span {
  color: #999 !important;
  margin: 10px;
  display: inline-block;
}

#paginador_mostrando {
  position: absolute;
  top: 55px;
  font-size: 14px;
}

.cwcipwa-scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.cwcipwa-scroll-to-top a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 2.1rem;
}

.profile-pic-update {
  position: relative;
}

.profile-pic {
  width: 116px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-pic::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 100%;
}

.profile-pic-button {
  background-color: var(--complementary-color_01__light);
  border: 1px solid white;
  color: white;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.form-actions {
  display: flex;
  justify-content: center;
}

.form-input-wrapper {
  position: relative;
}

.form-input-wrapper textarea {
  min-height: 68px;
  resize: none;
}

.form-field label {
  text-align: left;
}

.form-file-input {
  display: none;
}

.form-input-field {
  border: 1px solid var(--gray__light);
  color: var(--gray__dark);
  width: 100%;
  background-color: white;
  padding: 16px;
  height: 48px;
}

.form-input-field:disabled {
  opacity: 0.6;
}

.form-input-field.invalid {
  border-color: #bb0000 !important;
}

.form-field--with-leading-icon .form-input-field {
  padding-left: 40px;
}

.form-field--with-trailing-icon .form-input-field {
  padding-right: 40px;
}

.form-field-icon {
  font-size: 22px;
  /* margin: 12px 8px;*/
  position: absolute;
  top: 0;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.leading-icon {
  left: 0;
}

.trailing-icon {
  right: 0;
}

.round-pic {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

input.share-toggle-input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

input.share-toggle-input:checked {
  display: none;
}

input.share-toggle-input~[data-toggle-active] {
  transition: all 0.3s ease-in-out;
}

input.share-toggle-input:not(:checked)~[data-toggle-active='hide'] {
  display: block;
}

input.share-toggle-input:checked~[data-toggle-active='hide'] {
  display: none;
}

input.share-toggle-input:not(:checked)~[data-toggle-active='show'] {
  display: none;
  opacity: 0;
}

input.share-toggle-input:checked~[data-toggle-active='show'] {
  opacity: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: block;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block;
  }

  100% {
    opacity: 1;
  }
}

.loading-container {
  position: relative;
  display: grid;
  place-items: center;
}

.spinner {
  border: 6px solid transparent;
  border-top: 6px solid #f49617;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin .75s linear infinite;
  position: absolute;
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-logo {
  position: absolute;
  z-index: 0;
  height: 100px;
  width: 100px;
  padding: 15px;
  box-sizing: border-box;
}

.message-wrapper {
  display: flex;
}

.message-wrapper p {
  color: #5a585a;
  font-family: var(--typography-text__bold), sans-serif;
  line-height: 18px;
}

.message-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}


body p.subtitulo-boton-turnos {
  margin-top: 6px;
  padding-left: 14px;
  margin-bottom: -8px;
}