
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


@font-face{
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.ttf');
    font-weight: bold;
    font-style: italic;

}

@font-face{
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face{
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.ttf');
    font-weight: 700;
    font-style: 700;

}


/* :root{
    --picton-blue-50: #f1f8fe;
    --picton-blue-100: #e2f0fc;
    --picton-blue-200: #bee1f9;
    --picton-blue-300: #84c9f5;
    --picton-blue-400: #44adee;
    --picton-blue-500: #1a92dd;
    --picton-blue-600: #0c74bd;
    --picton-blue-700: #0b5c99;
    --picton-blue-800: #0e4f7e;
    --picton-blue-900: #114269;
    --picton-blue-950: #0b2a46;

} */

:root{
    
    --picton-blue-50: #f0faff;
    --picton-blue-100: #dff4ff;
    --picton-blue-200: #b8eaff;
    --picton-blue-300: #7adcff;
    --picton-blue-400: #34cbfc;
    --picton-blue-500: #09b3ec;
    --picton-blue-600: #0091cb;
    --picton-blue-700: #0074a5;
    --picton-blue-800: #046288;
    --picton-blue-900: #0a5170;
    --picton-blue-950: #07334a;
    --primary-dark: #4a00e0;
    --text-login: #07334a;    

    --social-background: #09b3ec;
    --social-background-hover: #046288;
    

    --primary: #114269 ;
    --primary-hover: #44adee;                
    --background: #114269;
    --navbar-height: 60px;

    --white: #FFF;
    --text-color: #62636F;
    --primary-violet: #6445AF;
    --gray-link: #9D9D9D;
    --gray-bottom: #F0F0F0;
    --danger: #fe5461;

    --background-response-all: #34cbfc;
    --background-response: #09b3ec;
    --background-labellogin:#1690fa;


}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Mulish;

  /* font-family: Poppins; */
}

html {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.575rem;
    font-weight: 400;
    line-height: 1.5;
    color: #696766;
    text-align: left;
    /* background-color: var(--picton-blue-900); */
    /* background-image: url('../img/5352.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#000;
  }

  .sinspace{
    padding: 0px;
    margin: 0px;
  }

  .title-name{
    font-family: Lato, sans-serif;
    font-size: 0.789rem;
    font-weight: 700;
    line-height: 1;
    color: #696766;
    
  }

  .title-espe{

    font-family: Lato, sans-serif;
    font-size: 0.789rem;
    font-weight: 500;

  }

  .spn-ob {
    display: inline-block;
    margin-top: -30px;
    font-size: 1rem;
    color: var(--danger);
    margin-left: 5px;
  }

  #template-viewinfo-entity{
    background-color: var(--picton-blue-500);
  }

  .btn-regresar{
    border: 0;
    display: inline-block;
    font-weight: bold;
    width: 34px;
    height: 34px;
    padding: 5px;
    border-radius: 50%;
  }

  .btn-regresar:hover{
    background-color: #b8bfc1;
  }

  .class-view-fechas{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 50px;
    min-height: 50px;
    overflow-x: none;
    overflow-y: inherit;
    margin: 0px;
    padding-top: 0px;

  }

  .class-view-fechas .btn-fecha{
    display: inline-block;
    width: 70px;
    height: 30px;
    border-radius: 25px;
    background-color: #dee0e4;
    color: #343B48;
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 0.689rem;
    border: 0px solid #343B48;
  }

  .class-view-fechas .btn-fecha:hover{
    background-color: var(--picton-blue-100);
    border-color: #343B48;
    border: 1px solid #343B48;
    color: #1658b7;
  }

  .class-view-fechas ul{
    gap: 12px;
    z-index: 3;
    bottom: 164px;
    font-size: 0.689rem;
  }

  .class-view-fechas ul li{

    padding: 7px;
    margin-top: 2px;
    list-style: none;
    background-color: #9fd2f2;
    border-radius: 5px;
    color: #000;
    font-weight: bold;

  }

  .msg-alert {
    display: flex;
    width: 100%;
    font-size: 0.689rem;
    font-family: 'Mandali', sans-serif;
    color: var(--danger);
  }

  .text-danger {
    color: #fe5461 !important;
  }


  .view-fechas-pnlmedico .btn-fecha{

    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--picton-blue-500);
    color: #fff;
    border-color: var(--picton-blue-500);
    font-size: 0.789rem;
    font-family: Lato, sans-serif;
    font-weight: normal;
  }

  .view-fechas-pnlmedico .btn-fecha:hover{
    background-color: var(--picton-blue-600);
    border-color: #fff;
    color: #000;
  }

  .label-tite-secciondia{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;

  }

  .view-fechas-pnlmedico .btn-fecha-view{

    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--picton-blue-500);
    color: #fff;
    border-color: var(--picton-blue-500);
    font-size: 0.809rem;
    font-family: 'Montserrat', sans-serif;
  }

  .view-fechas-pnlmedico .btn-fecha-view:hover{
    background-color: var(--picton-blue-600);
    border-color: #fff;
    color: #000;
  }

  .view-fechas-pnlmedico  .btn-fechaview-active{

    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--picton-blue-900);
    color: #fff;
    border-color: #fff;
    font-size: 0.809rem;
    font-family: 'Montserrat', sans-serif;

  }

  .view-fechas-pnlmedico .btn-fechaview-active:hover{
    background-color: var(--picton-blue-500);
    border-color: #fff;
    color: #000;
  }  

  .msg-sinagenda{
    font-family: Lato, sans-serif;
    font-size: 0.789rem;
    font-weight: bold;
    color: #343B48;
  }

  .btn-horas-views{
    cursor: pointer;
    
  }

  .activehora{
    
    background-color: #0074a5;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    
  }

  .pnl-form-cita{
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #0074a5;
    border-radius: 15px;
    margin-top: 15px;
    padding: 5px
  }

  .pnl-form-cita  .div-fecha{
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 40%;
  }

  .pnl-form-cita  .div-fecha .div-fechahora{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .label-fecha-view{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 0%;
    margin: 0%;
  }

  .label-hora-view{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.899rem;
    font-weight: 500;
    opacity: 0.5;
    padding: 0%;
    margin: 0%;
  }



  .pnl-horas-{
    display: flex;
    width: 100%;
    height: 350px;
    min-height: 350px;
    border-radius: 15px;
    margin-top: 15px;
    padding: 5px
  }



  .label-nomdiasem{
    font-size: 0.798rem;
    font-family: 'Montserrat', sans-serif;

  }

  .label-numdiasem{
    margin-top: -5px;
  }



  .btn-avanzar{

    border: 0;
    display: inline-block;
    font-weight: bold;
    width: 34px;
    height: 34px;
    padding: 5px;
    border-radius: 50%;

  }

  .btn-avanzar:hover{
    background-color: #b8bfc1;
  }

  .spn-direccion{
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  }

  .pnl-horas-dispo{
    display: flex;
    flex-direction: column;
    justify-content: space-center;
    padding: 5px;
    width: 100%;
    height: 100%;
  }

  .pnl-horas-dispo a{
    display: inline;
    text-decoration: none;
    border: 1px solid #b8bfc1;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.769rem;
    margin-top: 6px;
    border-radius: 3px;
  }

  .pnl-horas-dispo a:hover{
    background-color: #046288;
    border: 1px solid #0a5170;
    color: #fff;    
  }






.container-ppal {
    display: flex;
    flex-direction: column;
    width: 60vw;
    height: 65vh;
    background-color: #FFFFFF;
    opacity: 1;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;

}

.container-search{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 40vh;
   
}

.container-search .group {
    display: flex;
    line-height: 30px;
    align-items: center;
    position: relative;
    width: 50%;
    max-width: 100%;
  }

  #group-label{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
  }

  #pnl-btn-hope{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 50%;

  }
  
  .container-search .input {
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 0 5rem;
    padding-left: 3rem;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    outline: none;
    background-color: #f8fafc;
    color: #0d0c22;
    transition: .5s ease;
    font-family: 'Lato';
    font-weight: normal;
  }
  
  .container-search .input::placeholder {
    color: #94a3b8;
  }
  
  .container-search .input:focus, input:hover {
    outline: none;
    border-color: rgba(129, 140, 248);
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(129 140 248 / 30%);
  }
  
  .container-search .icon {
    position: absolute;
    left: 1rem;
    fill: none;
    width: 2rem;
    height: 2rem;
  }

  .container-arriba{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
  }

  .container-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
  }

  .label-h1-hope{
    font-family: "Lato-Black";
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    color: #000;
    margin-bottom: 25px ;
    padding: 0;
    margin: 0;
  }



.container-img{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 40vh;
}

.label-md-init{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin-bottom: 25px ;
    color: #000;
}

.label-name-24{
    top:  0%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gray-link);
}

.label-name-365{
    top:  0%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-link);

}

.label-consulta{
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.text-descrip{
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000;

}

.container-img img{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    object-fit: cover; 


}

.Btn-home {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    
  }
  
/*   .sign-home {
    width: 100%;
    transition-duration: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sign-home svg {
    width: 20px;
  }
  
  .sign-home svg path {
    fill: white;
  }
  
  .text-home {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: #ecf0f1;
    font-size: 1.2em;
    font-weight: 600;
    transition-duration: 0.4s;
  }
  
  .Btn-home:hover {
    width: 150px;
    border-radius: 20px;
    transition-duration: 0.4s;
    background: linear-gradient(to right, #3498db, #1658b7);
  }
  
  .Btn-home:hover .sign-home {
    width: 30%;
    transition-duration: 0.4s;
    padding-left: 12px;
  }
  
  .Btn-home:hover .text-home {
    opacity: 1;
    width: 70%;
    transition-duration: 0.4s;
    padding-right: 10px;
  }
  
  .Btn-home:active {
    transform: translate(2px, 2px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  } */

  /* Nuevos estilos de doc australia */

  .body-searh{
    display: block;
    width: 90%;
    margin: auto;
    height: 1964.94px;
    margin: 0 560px 0 560px;
    padding: 0 20px 0 20px;
    max-width: 784px;
    min-width: 320px;

    background-color: #FFFFFF;
    background: 0% 0%;
    color: #343848;
    font-family: Lato-Regular, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none solid rgb(52, 59, 72);
    word-spacing: 0px;

    transform: none;
    transition: opacity 0.2s ease 0s;
    box-sizing: border-box;
    border: 1px solid black;
  }

  .body-items-search{
    display: block;
    width: 744px;
    border: 1px solid #EAEBEC;
    min-height: 60px;
    background-color: #FFFFFF;
    background: 0% 0%;
    color: #343B48;
    font-family: Lato-Regular,'Trebuchet Ms', sans-serif;
    font-size: 0.897rem;
    line-height: 20px;
    text-decoration: none solid rgb(52, 59, 72);
    text-align: left;
    word-spacing: 0px;
    overflow: hidden;
    transform: none;
    transition: box-shadow 0.3s ease 0s;
    box-sizing: border-box;
    box-shadow: rgba(52, 59, 72, 0, 12) 4px 3px 8px 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;

  }

  .body-items-search:hover{
    background-color: #f0f1f3;
  }



  /* Fin nuevos estilos de doc australia */



.container-label-name{

    display: flex;
    justify-content: start;
    align-items: center;

    font-family: 'Montserrat', sans-serif;
    color: var(--picton-blue-50);
    margin-bottom: 5px;
}


.container-label-name .label-name-7{
    font-size: 1rem; 
}

.menu__wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
   /*  z-index: 2;    */
}

.menu__bar {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-right: 25px;
    padding-left: 25px;
    gap: 32px;
    background-color: #FFFFFF;
    height: 60px;
    opacity: 0.9;
    border: 1px solid #0000;
    background: 
       linear-gradient(#fff, #fff) padding-box,
       linear-gradient(white, #1690fa) border-box;
}

.menu__barresult {
    width: 100%;
    display: flex;
    justify-content: between;
    align-items: center;
    flex-direction: row;
    padding-right: 24px;
    gap: 32px;
    background-color: var(--picton-blue-600);
    height: 60px;
    opacity: 0.9;
}

.menu-icon {
    cursor: pointer;
    display: flex;
    height: 32px;
    width: 32px;
}

.logo {
    margin-left: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.navigation {    
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    gap: 24px;
    padding: 0px;
   /*  background-color: var(--picton-blue-600); */
    
}
                    
.navigation > li {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-family: 'Montserrat', sans-serif;
}

.navigation > li > a {
    color: #000;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    background-image: linear-gradient(
        to right,
        var(--text-color),
        var(--text-color) 50%,
        #000 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.725rem;
}

.navigation > li > a:before {
    content: '';
    background: var(--background-labellogin);
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.2s ease-in-out;
}
  
.navigation > li > a:hover {
    background-position: 0;
}
/*  hover effect inspired by 
    https://codepen.io/team/css-tricks/pen/OJOXWPp
*/

.navigation > li > a:hover::before{
    width: 100%;
}

.navigation-result {    
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    gap: 24px;
    padding: 0px;
    background-color: transparent !important;
    
}
                    
.navigation-result > li {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 0.987rem;
}

.navigation-result > li > a {
    color: white;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    background-image: linear-gradient(
        to right,
        var(--picton-blue-600),
        var(--picton-blue-600) 50%,
        white 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease-in-out;
}

.navigation-result > li > a:before {
    content: '';
    background: var(--picton-blue-600);
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.2s ease-in-out;
}
  
.navigation-result > li > a:hover {
    background-position: 0;
}
/*  hover effect inspired by 
    https://codepen.io/team/css-tricks/pen/OJOXWPp
*/

.navigation-result > li > a:hover::before{
    width: 100%;
}







.InputContainer {

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    padding-left: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
    width: 100%;
    height: 40px;
  }
  
  .input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 0.9rem;
    caret-color: rgb(255, 81, 0);
  }
  
  .labelforsearch {
    cursor: text;
    padding: 0px 12px;
  }
  
  .searchIcon {
    width: 13px;
  }
  
  .border {
    height: 40%;
    width: 1.3px;
    background-color: rgb(223, 223, 223);
  }
  
  .micIcon {
    width: 12px;
  }
  
  .micButton {
    padding: 0px 15px 0px 12px;
    border: none;
    background-color: transparent;
    height: 40px;
    cursor: pointer;
    transition-duration: .3s;
  }
  
  .searchIcon path {
    fill: rgb(114, 114, 114);
  }
  
  .micIcon path {
    fill: rgb(255, 81, 0);
  }
  
  .micButton:hover {
    background-color: rgb(255, 230, 230);
    transition-duration: .3s;
  }



.container-viewresult {
	padding: 20px;
	margin: auto;
    width: 95%;
    max-width: 100%;
    min-height: 98vh;
	border-radius: 16px;
    background-color: var(--white);
	box-shadow: rgba(100, 100, 111, 0.2)
        0px 7px 29px 0px;	
    overflow: auto;
    font-size: 0.899rem;

}
.container-viewresult .container-trending {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    background-color: var(--white);
    padding: 16px;
    border-radius: 16px;
}

.container-viewresult .container-headline {
    width: 100%;
    display: flex;
    gap: 8px;
    font-weight: 700;
    font-size: 1.5rem;
}

.container-viewresult .container-headline svg {
    color: var(--text-color);
}

.container-viewresult .container-description {
    width: 100%;
}

.container-viewresult header {
    position: relative;
}

.container-viewresult .tab-content {
    display: none;
}

.container-viewresult .tab-content--active {
    display: block;
}

.container-viewresult .tabs {
    position: relative;
    display: flex;
    flex-grow: 1;
    gap: 8px;
    padding-top: 8px;
    flex-wrap: nowrap;
    border-bottom: 1px solid var(
        --gray-bottom);
    margin-bottom: 5px;
    background-color: var(--white);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 16px;
}

.container-viewresult .tabs > a {
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 8px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    justify-content: start;
    color: var(--text-color);
    transition: all 0.2s 
        ease-in-out;
    align-items: center;
    margin-bottom: -1px;
    gap: 8px;
}

.container-viewresult .tabs > a img {
    height: 20px;
    width: 20px;
}

.container-viewresult .tabs > .active {
    font-weight: 700;
    outline: none;
    color: var(--picton-blue-600);
    border-bottom: 1px solid var(
        --picton-blue-600
    );
}

.container-viewresult .tabs > a > svg {
    stroke: var(--white);
}

.container-viewresult .tabs > .active > svg {
    stroke: var(
        --primary-blue);
}

.container-viewresult .record {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    /* align-items: center; */
    gap: 12px;
    height: 354px;
    opacity: 1;
    padding: 16px 10px;
    animation: fadein 0.3s ease-in-out;
    background-color: var(--white);
    /* border-radius: 16px; */
}

.container-viewresult .record:hover {
    background-color: var(--picton-blue-300);
}

.container-viewresult .record .record-dates{

    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    gap: 12px;
    width: 100%;

    opacity: 1;
    padding: 16px 10px;
    animation: fadein 0.3s ease-in-out;
    
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.avatar {
    display: block;
    border-radius: 50%;
    flex-grow: 0;
    height: 70px;
    width: 70px;
    border: 1px solid var(
        --gray-bottom);
    object-fit: fill;
    margin-left: 15px;
}

.avatar-med {
    display: block;
    border-radius: 50%;
    flex-grow: 0;
    height: 150px;
    width: 150px;
    border: 1px solid var(
        --gray-bottom);
    object-fit: fill;
    color: #fff;
    margin-top: -25px;
}

.content {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    gap: 16px;
    width: 100%;

    justify-content: space-between;
    /* align-items: center; */
    padding: 16px;

    border: 1px solid red;
}

.content .title {
    font-weight: 700;
    display: flex;
    color: var(--text-color);
    gap: 8px;
    white-space: nowrap;
}

.content .title a {
    color: var(--gray-link);
    display: flex;
    align-items: center;
    gap: 4px;
}

.content .title img {
    width: 16px;
    height: 16px;
}

.content .description {
    font-size: smaller;
}

.content .description .title-label{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-right: 7px;
    color: var(--picton-blue-950);
}

.title-description {
    display: flex;
    flex-direction: column;
    color: var(--text-color);
}

.switch-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: 
        space-between;
    margin-right: 12px;
    margin-left: auto;
}

.switch__label {
    white-space: nowrap;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 34px;
    margin-left: auto;
}
  
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: var(
        --gray-bottom
    );
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: var(
        --picton-blue-600
    );
}

.switch input:checked + 
.slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.link-name{
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: var(--picton-blue-900) !important;
    
  }

  .link-name:hover{

    text-decoration: none;
   
  }


/* ********************************************* */

.container-card-prof{
    margin: auto;
}

.profile-wrapper {
    width: 250px;
    height: 350px;
    position: relative;
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: 0.5s;
    background-color: transparent !important;
}
 
.profile .profile-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: var(--background);
    transition: .5s;
}

.profile-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile:hover img {
    opacity: 0.4;
    transition: .5s;
}

.profile:hover .profile-image {
    transform: translateY(-104px);
    transition: all .9s;
}

.profile:hover .profile-bio {
    opacity: 0.9; 
}

.social-icons {
    position: absolute;
    display: flex;
    gap: 12px;
    z-index: 3;
    bottom: 164px;
}
  
.social-icons li {
    list-style: none;
}

.social-icons li a {
    position: relative;
    display: block;
    display: grid;
    place-items: center;
    background: #fff;
    font-size: 23px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border: 1px solid #CDCDCD;
    border-radius: 8px;
    transition: .2s;
    transform: translateY(32px);
    opacity: 0;
}

.social-icons li a:hover {
    background: var(--background);
    transition: .2s;
}

.social-icons li a svg {
    color: var(--background);
    transition: .2s;
}

.social-icons li a:hover svg {
    color: white;
    transition: 0.8s;
    transform: rotateY(360deg);
}

.profile:hover .social-icons li a {
    opacity: 1; 
}

.profile:hover li:nth-child(1) a {
    transition-delay: 0.1s;
}

.profile:hover li:nth-child(2) a {
    transition-delay: 0.2s;
}

.profile:hover li:nth-child(3) a {
    transition-delay: 0.3s;
}

.profile:hover li:nth-child(4) a {
    transition-delay: 0.4s;
}

.profile-name {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 106px;
    padding: 12px 14px;
    z-index: 1;
    color: #333;
    background-color: #fff;
    text-align: left;
}

.profile:hover .profile-name {
    background-color: #fff;
}

.profile-name h2 {
    margin-bottom: 8px;
}

.card-medico {
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    background-color: white;
    cursor: pointer;
    overflow: hidden;
    max-width: clamp(320px, 70vw, 740px);
    min-width: 320px;
    min-height: 280px;
}

.card-medico:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 
        0px 5px 15px;
}

.label-title-seleccion{

    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 1.5rem;


}



/* TEMPLATE LOGIN */

.socials-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.socials-row img {
    width: 1.5rem;
    height: 1.5rem;
}

.socials-row > a {
    padding: 0.5rem;
    border-radius: 0.5rem;
    width: 100%;
    min-height: 3rem;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.1rem;
    color: var(--text);
    padding: 0.5rem;
    border: 1px solid var(--primary-light);
    font-weight: 700;
}

.socials-row > a:hover {
    border: 1px solid var(--primary);
}

.divider {
    display: flex;
    flex-direction: row;
    color: var(--secondary);
    gap: 1rem;
    align-items: center;
}

.divider-line {
    width: 100%;
    height: 1px;
    background-color:black;
    opacity: .2;
}

.login-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.login-side {
    padding: 5.75rem 2rem 3rem 2rem;
    display: flex;
    justify-content: center;
    align-items: start;
}

.info-side {
    height: 100vh;
    padding: 5.25rem 3rem 3rem 2rem;
    color: #401B3D;
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: var(--background);
}

.info-side h2 {
    margin-top: 3rem;
    color: var(--text);
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.info-side p {
    font-size: 1.2rem;
}

.info-side img {
    max-width: 53.75rem;
}

.welcome-message {
    max-width: 22.5rem;
}

.logo {
    height: 3rem;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
}

.my-form__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 28.75rem;
    width: 100%;
    padding: 1rem 2rem;
    box-shadow: 
        rgba(100, 100, 111, 0.2)
        0rem 6px 26px 0rem;
}

.my-form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    gap: 1rem;
    width: 100%;
}

.login-welcome {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    object-fit: cover;
}

.login-welcome-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
}

.login-welcome-row h1{
    font-family: "Lato-Black", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    font-style: normal;
}

.login-welcome-row p{
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
}

.my-form__button {
    background-color: var(--background-response);
    color: white;
    white-space: nowrap;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    line-height: 3.125rem;
    outline: none;
    font-size: 1.125rem;
    letter-spacing: .025em;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    min-height: 3.125rem;
    width: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.my-form__button:hover{
    background-color: #e0e0e0;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    color: #000;
}

.my-form__inicio{
    background-color: #FFFFFF;
    color: var(--secondary);
    white-space: nowrap;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    line-height: 3.125rem;
    outline: none;
    font-size: 1.125rem;
    letter-spacing: .025em;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    min-height: 3.125rem;
    width: 100%;
    border-radius: 0.5rem;
    /* box-shadow: 0 4px 10px rgba(0,0,0,.15); */
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-decoration: none;

}

.my-form__inicio:hover{
    background-color: #e0e0e0;
    color: #000;

}

.my-form__actions {
    display: flex;
    flex-direction: column;
    color: var(--secondary);
    gap: 1rem;
    margin-top: 0.5rem;
}

.my-form__actions a {
    color: var(--secondary);
    font-weight: 600;
    text-decoration: none;
}

.my-form__actions a:hover {
    text-decoration: underline;
}

.my-form__row {
    display: flex;
    justify-content: space-between;
}

.my-form__signup {
    display: flex;
    justify-content: center;
}

.my-form__signup a {
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
    font-size: 1.125rem;
}

.my-form__signup a:hover {
    text-decoration: underline;
}

.text-field input {
    color: var(--secondary);
    font-size: 1rem;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 3.125rem;
    letter-spacing: .03rem;
    background-color: transparent;
    outline: none;
    transition: .25s;
    border-radius: 0.5rem;
    text-indent: 1.25rem;
    margin-top: 0.5rem;
}

.text-field {
    position: relative;
}

.text-field img {
    position: absolute;
    right: -0.125rem;
    bottom: -0.25rem;
    width: 1.875rem;
    height: 1.875rem;
    transform: translate(-50%,-50%);
    transform-origin: center;
}

.text-field input:focus {
    border: 0.0625rem solid var(--primary);
}

.text-field label {
    color: var(--secondary);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: .03rem;
    z-index: 10;
}




/* FIN TEMPLATE LOGIN */


/* TEMPLATE RESPUESTA DE LA RESERVA DE LA CITA */

.container-response{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
}

.label-name-response{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #1658b7;
}

.label-head-response{

    font-family: 'Montserrat', sans-serif;
    font-size: 0.789rem;
    color: #000;
    padding: 0;
    margin: 0;

}

.label-head-response .label-name-response{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #1658b7;
}

.dropzone-box {
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: rgba(7, 93, 178, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 36rem;
    width: 100%;
    background-color: var(--white);
    margin: auto;
}


.dropzone-box h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #000;
}

.dropzone-area {
    padding: 1rem;
    position: relative;
    margin-top: 1rem;
    min-height: 16rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed var(--primary);
    border-radius: 1rem;
    color: var(--white);
    cursor: pointer;
}

.dropzone-area [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dropzone-area .file-upload-icon svg {
    height: 5rem;
    width: 5rem;
    margin-bottom: 0.5rem;
    stroke: var(--primary);
}

.dropzone--over {
    border-style: solid;
    background-color: var(--background);
}

.dropzone-actions {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--gray);
    gap: 1rem;
    flex-wrap: wrap;
}

.dropzone-actions button {
    flex-grow: 1;
    min-height: 3rem;
    font-size: 1.2rem;
}

.dropzone-actions button:hover {
    text-decoration: underline;
}

.dropzone-actions button[type='reset'] {
    background-color: transparent;
    border: 1px solid var(--gray);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    color: var(--primary);
    cursor: pointer;
}

.dropzone-actions button[type='submit'] {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    color: var(--white);
    cursor: pointer;
}













































@media (min-width: 600px) {
    .menu-icon {
        display: none;
    }




}

@media (max-width: 600px) {
    
    .navigation {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .navigation--mobile {
        top: var(--navbar-height);
        position: absolute;
        right: 0px;
        display: flex;
        padding: 80px 60px;
        min-height: 100%;
        background-color: var(--background);       
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
        opacity: 0.95;
        animation: fadein 0.3s forwards;
    }

    .container-ppal {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 90vw;
        height: 100vh;
        opacity: 1;
        z-index: 1;
    }

    .container-search{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: 30vh;
        margin: auto;
       
    }

    @keyframes fadein {
        0% {
            opacity: 0;
            width: 0;
            height: 0;
        }
        100% {
            opacity: 1;
            width: 100%;
            height: calc(100vh - var(--navbar-height));
        }
    }

    .navigation--mobile--fadeout {
        animation: fadeout 300ms forwards;
    }

    @keyframes fadeout {
        0% {
            opacity: 1;
            width: 100%;
            height: calc(100vh - var(--navbar-height));
        }
        100% {
            opacity: 0;
            width: 0;
            height: 0;
        }
    }



}



footer {
    position: absolute;
    bottom: 0;
    background-color: var(--footer-bg);
    width: 100%;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
}

*::selection {
    background: var(--primary);
    color: var(--footer-bg);
}


.footer-wrapper {
    display: flex;
    flex-direction: column;
    max-width: var(--footer-width);
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}

.footer-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
    flex-wrap: wrap;
    padding-top: 1rem;
}

.footer-logo-column {
    padding-right: 10%;
}

.footer-logo {
    margin-bottom: 1.5rem;
    width: 14rem;
}

/*? socials */
.social-wrapper {
    display: flex;
    gap: 0.5rem;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.social-links {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
}

.social-links a {
    color: var(--text-color);
    text-decoration: none;
}

.social-links svg {
    width: 2.5rem;
    height: 2.5rem;
    stroke: var(--text-color);
    transition: all 0.2s ease-in-out;
}

.social-links svg:hover {
    stroke: var(--headline-color);
}

.social-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style-type: none;
}

/* columns with links */

.link-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;

    flex-grow: 1;
}

.link-columns>div {
    flex-grow: 1;
    display: flex;
    gap: 2rem;
}

.link-columns>div>section {
    min-width: 8rem;
    width: 50%;
}

.link-columns ul {
    display: flex;
    gap: 1rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    font-weight: 600;
}

.link-columns ul a {
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.link-columns ul a:hover {
    color: var(--headline-color);
}

.link-columns h3 {
    color: var(--headline-color);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

/*? Footer bottom */
.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
    width: 100%;
    color: var(--text-color);
    border-top: 1px solid #98c4f8;
}

.footer-bottom-wrapper {
    max-width: var(--footer-width);
    margin: 0 auto;
    width: 100%;
    padding: 2.5rem 1rem;
    border-top: 1px solid var(--footer-border);
}

.footer-bottom small {
    font-size: 1rem;
    display: inline;
    white-space: nowrap;
}

.footer-bottom>small {
    font-size: 1rem;
}


.btn-search-hope{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent!important;
    border: 1px solid #343b48;

}

.TopSearchButtonList-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
}

.TopSearchButtonList-button {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 8px;
    margin: auto;
    padding: 14px 2px 8px;
    width: 104px;
    height: 104px;
    min-height: 104px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d6d8da;
    border-radius: 4px;
    line-height: 1.2;
    margin-top: 5px;
    margin-left: 10px;
    transition: background-color 150ms ease, border-color 150ms ease;
}

.TopSearchButtonList-button:hover{
    background-color: #eefaff;
}

.TopSearchButtonList-label {
    font-family: "Montserrat", "Trebuchet MS", sans-serif;
    font-size: 0.806rem;
    color: #343b48;
    margin: 16px 0;
}

.TopSearchButtonList-buttonContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    font-family: "Lato-Bold", "Trebuchet MS", sans-serif;
    font-size: 12px;
    color: #343b48;
}

.TopSearchButtonList-buttonIcon {
    display: block;
    margin: auto;
}

.TopSearchButtonList-buttonLabel{
    font-family: "Montserrat", "Trebuchet MS", sans-serif;
    font-size: 0.608rem;
}

.TopSearchButtonList-button svg{
    pointer-events: none;
}

.TopSearchButtonList-button img{
    pointer-events: none;
}







@media screen and (min-width: 600px) {
    .link-columns>div>section {
        min-width: auto;
    }
}



@media (max-width: 1000px) {


    .container-ppal {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 90vw;
        height: 100vh;
        opacity: 1;
        z-index: 1;
    }
    


    .container-search{
        display: flex;
        flex-direction: column;
        justify-content: start;
        position: relative;
        width: 70%;
        height: 30vh;
      
    }


}

@media (max-width: 1400px) {

    .login-side {
        padding: 0.75rem 2rem 3rem 2rem;
        display: flex;
        justify-content: center;
        align-items: start;
    }

    .my-form{
        margin-top: -15px;
    }

    .container-search{
        position: relative;
        top: 15%;
        height: 45vh;

    }

    .label-h1-hope{
        font-size: 35px;
      }

      .container-search .group {
        width: 80%;
      }

      #pnl-btn-hope{
        width: 80%;
    
      }

      #group-label{
        width: 80%;
      }

}

