* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    /* min-height: 100%;
    max-height: 100%;
} */
}
.grid-contenedor > * {
    /* box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75); */
    /* border-radius: 4px; */
    /* padding: 1px; */
}
.header {
    grid-area: header;
    width: 100vw;
    /* height: 12vh; */
    height: auto;
    display: grid;
    grid-template-columns: auto;
    background-color: #fff;
    position: sticky;
    top: 0px;
    z-index: 999;
    border-bottom: #074C73 solid 2px;
}
.nav{
    grid-area: nav;
    background-color: #074C73;
    display: none;
    visibility: hidden;
}
#img-solicitar {
    width: 45%;
    padding-top: 20px;
}
#img-agendar {
    width: 60%;
    padding-top: 20px;
}
.imagen_pagar{
    padding-top: 2vh;
    grid-area: imagen_pagar;
    margin:auto;
}
.ususario{
    width: 80vw;
    margin:auto;
    grid-area: ususario;
    border-bottom: 1px solid #074C73;
}
.fecha{
    width: 80vw;
    margin:auto;
    grid-area: fecha;
    border-bottom: 1px solid #074C73;
}
.servicio{
    width: 80vw;
    margin:auto;
    grid-area: servicio;
    border-bottom: 1px solid #074C73;
}
.inicio{
    width: 80vw;
    margin:auto;
    grid-area: inicio;
    border-bottom: 1px solid #074C73;
}
.destino{
    width: 80vw;
    margin:auto;
    grid-area: destino;
    border-bottom: 1px solid #074C73;
}
.costo{
    width: 80vw;
    margin:auto;
    grid-area: costo;
    border-bottom: 1px solid #074C73;
}
.datos_pagar{
    font-family: 'Courier New', Courier, monospace;
    gap:2px;
    display: grid;
    grid-template:
    "imagen_pagar"  23vh
    "ususario"        5vh
    "fecha"           5vh
    "servicio"        5vh
    "inicio"          5vh
    "destino"         5vh
    "costo"           5vh /
    auto
    ;
    
}

.solicitar {
    grid-area: solicitar;
    text-align: center;
    /* background-color: aqua; */
}
.agendar {
    grid-area: agendar;
    text-align: center;
    /* background-color: #074c07; */
}
.ingreso {
    grid-area: ingreso;
    text-align: center;
    padding-top: 2vh;
    /* background-color: #074C73; */
}
.main {
    grid-area: main;
    top:0vh;
    width: 100vw;
    height: 100vh;
    display: grid;
    gap: 2vh;
    grid-template:
    "solicitar"     29vh
    "agendar"       29vh
    "ingreso"       10vh /
    auto
    ;
}
.solicitar-a {
    grid-area: solicitar-a;
    text-align: center;
    margin: auto;
}
.btn-terminar{
    grid-area: btn-terminar;
    text-align: center;
}
.card-mapa{
    width: 99%;
    height: 70vh;
    box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
    border-radius: 4px;
    padding: 1px;
    background-color: aquamarine;
      /* margin:auto; */

}
.main-mapa-a {
    grid-area: main-mapa-a;
    /* background-color: red; */
    /* top:5vh; */
    width: 100%;
    height:75vh;
    display: grid;
    gap: 1%;
    grid-template:
    "solicitar-a"    1% 
    "card-mapa"      95% 
    "btn-terminar"   4%    /
    auto
    ;
}
.grid-contenedor-mapa{
    display: grid;
    gap: 1px;
    grid-template: 
    "header"        13vh
    "main-mapa-a"          75vh
    "footer"        5vh /
    auto
    ;
}
.espacio-solicitar{
    width: 100%;
    grid-area: espacio-solicitar;
    border:#9ecbe4 solid 2px;
    background-color: white;
    position:relative;
    color: white;
    text-align: center;
}

.espacio-solicitar_inicio{
    width: 100%;
    height: 50%;
    grid-area: espacio-solicitar;
    border:#9ecbe4 solid 2px;
    background-color: white;
    position:relative;
    color: white;
    text-align: center;
}
.imagen_publicitaria{
    top: 50%;
    font-size: xx-large;
    font-weight: bolder;
    font-style: italic;
    display: flex;
    place-content: center;
    place-items: center;
    margin:auto;
}
.buscar-direccion{
    width: 100vw;
    grid-area: buscar-direccion;
    gap:3px;
    display: grid;
    grid-template-columns: 9fr 1fr;
}
.txt-direccion{
    /* width: 80vw; */
    height: auto;
    font-size: large;
    border-radius: 5px;
    border: #074C73 solid 2px;
    background-color:white;
    color: #074C73;
    /* padding: 5px; */

}
.opciones-solicitar{
    grid-area: opciones-solicitar;
}
.main-solicitar{
    width: 100vw;
    display: grid;
    gap: 3px;
    grid-template:
    "buscar-direccion"       5vh 
    "espacio-solicitar"     56vh
    "opciones-solicitar"    25vh    /
    auto 
    ;
}
.btn-2 {
    width: 95%;
    height: 2.2em;
    color: white;
    font-weight: bold;
    font-size: large;
    border-radius: 10px;
    margin:auto;
    background-color: #074C73;
  }
.btn-3 {
    width: auto;
    height: 2em;
    color: white;
    font-weight: bold;
    background-color: #074C73;
    font-size:large;
    border-radius: 5px;
    margin:auto;
  }
  .confirmar_x_dir{
    text-align: center;
    
  }
.opcion-hospital{
    width: 90vw;
    height: 5vh;
    border-top:#9ecbe4 solid 2px;
    color: #074C73;

}
.btn-hospital{
    width: 95%;
    height: auto;
    font-size: large;
    color:#074C73;
    background-color: white;
    border: #074C73 solid 2px;
    border-radius: 5px;
    text-align: left;
    padding: 4px;
    margin: auto;
}

.btn-hospital:hover{
    background-color: #074C73;
    color: white;
}
.inp-buscar{
    width: 100%;
    height: auto;
    font-size: large;
    color:#074C73;
    background-color: white;
    border: #074C73 solid 2px;
    border-radius: 5px;
    text-align: left;
    padding-bottom: 20px;
    margin: auto;
}
.datos-verificacion{
    padding-top: 10px;
    width:80vw;
    height: 20vh;
    border:#9ecbe4 solid 2px;
    background-color: #074C73;
    font-size:larger;
    font-weight: bold;
    color: white;
    border-radius: 15px;
    margin: auto;
    text-align: center;
    z-index: 999;
}
.datos-verificacion_mapa{
    top:50px;
    padding-top: 10px;
    width:100vw;
    height: 20vh;
    border:#9ecbe4 solid 2px;
    background-color: #074C73;
    font-size:larger;
    font-weight: bold;
    color: white;
    border-radius: 15px;
    margin: auto;
    text-align: center;
    z-index: 999;
    position:absolute;
}
.esperar{
    padding-top: 10px;
    width: 100%;
    height: auto;
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.sec-esperar{
    height: 10px;
    background-color: #9ecbe4;
    border: #074C73 solid 2px;
}
.img-loadig{
    height: 20vh;
    background-color:#074C73;
    text-align: center;
    color: white;
    font-weight: bold;
}
#loadig-solicitar{
    width: 20%;
    height: auto;
}
.footer {
    grid-area: footer;
    width: 100%;
    position:fixed;
    bottom:0px;
    padding-top: 0vh;
    padding-bottom:1em;
    background-color:#074C73;
}

.menu-footer{
    width: 100vw;
    display:grid;
    gap:1px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    padding-top: .5em ;
}
.icono-footer{
    background-color:#074C73;
    font-size: 1.5rem; 
    color: #fff; 
    padding:0em .7em;
    border:0;
}
.grid-contenedor {
    width: 100vh;
    display: grid;
    gap: 1px;
    grid-template: 
    "header"        15vh
    "main"          80vh
    "footer"        5vh /
    auto
    ;
}
#logo_plusamed{
    width: 60%;
    height: auto;
    margin:auto;
}
#logo_afirma{
    width: 60%;
    height: auto;
    margin: auto;
}
.form-login {
    width: 80vw;
    margin:auto;
    padding-top: 0vh;
    gap:5px;
}
.err-registro{
    font-size: xx-small;
    color: red;
}
.liga-login {

    text-decoration: underline  #074C73;
    color:#074C73;
    font-size:large;
    font-weight: bold;
}
.mensaje-resultado{
    border:2px solid #074C73;
    border-radius: 10px;
    width: 80vw;
    height: 30vh;
    text-align: center;
    place-content: center;
 }
/*.dv-subtitulo{
    border:1px solid #074C73;
    border-radius: 10px;
    width: 80%;
    height: auto;
    border-color: #074C73;
    margin:auto;
    text-align: center;
    margin-top:40%;
}*/
.dv-subtitulo{
    width: 80%;
    height: auto;
    margin:auto;
    text-align: center;
    margin-top:5%;
} 
.subtitulo {
    font-size:x-large;
    font-weight: 1000;
    color:#074C73;

}
.btn-entrar {
    width: 15em;
    height: 2.7em;
    background-color:#074C73;
    border-radius: 8px;
    border:3px solid #074C73;
    color: #fff;
    font-size: 1.2em;
}

#btn-env_coordenadas_a{
    width: 15em;
    height: 2em;
    background-color: #074C73;
    border-radius: 8px;
    border:1px solid #074C73;
    color: #fff ;
    font-size: 1em;
}
#btn-iniciar_servicio{
    width: 70vw;
    height: 30vh;
    background-color: white;
    border-radius: 15px;
    border:2px solid darkgreen;
    color: #074C73 ;
    font-size: 1em;
    position:relative;
    z-index:999;
}
.lbl-ini-serv-nombre{
    font-weight: 900;
    font-size: larger;
}
.lbl-ini-serv-tiempo{
    font-weight: 500;
}
.lbl-ini-serv-distancia{
    font-size: 500;
}
#btn-esperando-solicitud{
    width: 15em;
    height: 10em;
    background-color: darkgreen;
    border-radius: 8px;
    border:1px solid #074C73;
    color: #fff ;
    font-size: 1em;
    position:relative;
    z-index:998;
}
.btn-solicitar {
    width: 15em;
    height: 2.5em;
    background-color:#fff;
    border-radius: 8px;
    border:3px solid #074C73;
    color: #074c07;
    font-size: 1.1em;
}
.btn-agendar {
    width: 15em;
    height: 2.7em;
    background-color:#fff;
    border-radius: 8px;
    border:3px solid #074C73;
    color: #074c07;
    font-size: 1.1em;
    margin: auto;
}
#form-checkout {
    display: flex;
    flex-direction: column;
    max-width: 600px;
  }

  .container {
    height: 18px;
    display: inline-block;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 2px;
    padding: 1px 2px;
  }
  .titulo-pago{
    width: 95%;
    text-align: center;
    padding-bottom: 5px;
    color: #074C73;
    font-weight:bolder;
    font-size: xx-large;
  }
  iframe{
      height:2em !important;
      background-color: #FAFAFC;
      color: #074c07 !important;
  }
  .subt-pago{
    font-weight: bold;
  }
  .datos_pago{
    width: 95%;
    margin: auto;
      border:2px solid #074C73;
      border-radius: 10px;
      padding: 10px;
  }
/*@                                                           tablet                                        */
@media (min-width:600px) {
    .header{
        grid-area: header;
    }
    .nav{
        grid-area: nav;
        background-color: #074C73;
        display: none;
    }
    .main{
        grid-area: main;
        
    }
    .footer{
        grid-area: footer;
        height: 10vh;
    }
    .menu-footer{
        width: 100vw;
        display:grid;
        gap:1px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
        padding-top: .5em ;
    }
   
    .icono-footer{
        background-color:#074C73;
        font-size: 4.5rem; 
        color: #fff; 
        padding:0em .7em;
        border:0;
    }
    .grid-contenedor {
        display: grid;
        gap: 3px;
        grid-template: 
        "header header"        15vh
        "main main"           70vh
        "footer footer"        20vh /
        20vw auto
        ;
    }

    .solicitar {
        grid-area: solicitar;
        text-align: center;
        border: #074C73 solid 2px;
        border-radius: 15px;
        /* background-color: aqua; */
    }
    .agendar {
        grid-area: agendar;
        text-align: center;
        border: #074C73 solid 2px;

        border-radius: 15px;

        /* background-color: #074c07; */
    }
    .ingreso {
        grid-area: ingreso;
        text-align: center;
        padding-top: 2vh;
        /* font-size: 5em; */
        /* background-color: #074C73; */
    }
    .main {
        grid-area: main;
        top:0vh;
        margin:auto;
        width: 90vw;
        height: 100vh;
        display: grid;
        gap: 2vh;
        grid-template:
        "solicitar"     32vh
        "agendar"       32vh
        "ingreso"       10vh /
        auto
        ;
    }
    #img-solicitar {
        width: 45%;
        padding-top: 20px;
    }
    .btn-solicitar{
        font-size: larger;
    }
    .btn-agendar{
        font-size: larger;
    }
    #img-agendar {
        width: 50%;
        padding-top: 20px;
    }
    .liga-login{
        font-size: x-large;
    }
    #logo_plusamed{
        width: 30%;
    }
    #logo_afirma{
        width: 60%;
        height: auto;
        margin: auto;
    }
    .form-login {
        width: 30vw;
        margin:auto;
        padding-top: 3vh;
        gap:5px;
    }
    .solicitar-a {
        grid-area: solicitar-a;
        text-align: center;
        margin: auto;
        top: 3px;
    }
    .card-mapa {
        grid-area: card-mapa;
        text-align: center;
        margin: auto;
    }
    .main-mapa-a {
        grid-area: main-mapa-a;
        /* top:5vh; */
        width: 100%;
        height:auto;
        display: grid;
        gap: 1%;
        grid-template:
        "card-mapa"      90% 
        "solicitar-a"     0% /
        auto
        ;
    }
}
   /*@                                PC                                                                          */
@media (min-width:900px) {
    .header {
        grid-area: header;
        width: 100vw;
       
    }
    .solicitar {
        grid-area: solicitar;
        text-align: center;
        width: 50%;
        height: auto;
        margin: auto;
        border: #074C73 solid 2px;
        border-radius: 15px;
        background-color: white;
        /* background-color: aqua; */
    }
    .agendar {
        grid-area: agendar;
        text-align: center;
        width: 50%;
        height: auto;
        margin: auto;
        background-color: white;
        border: #074C73 solid 2px;
        border-radius: 15px;
        /* background-color: #074c07; */
    }
    .ingreso {
        grid-area: ingreso;
        text-align: center;
        padding-top: 0%;
        /* font-size: 5em; */
        /* background-color: #074C73; */
    }
    .main {
        grid-area: main;
        padding-top: 5vh;
        gap:5px;
        display: grid;
        background-color: #FAFAFC;
        grid-template: 
        "solicitar "   20vh
        "agendar   "   30vh
        "ingreso"      20vh /
        100%
    }
    .card-mapa{
        width: 99%;
        height: 70vh;
        box-shadow: -1px 1px 3px 0px rgba(0,0,0,0.75);
        border-radius: 4px;
        padding: 1px;
        background-color: aquamarine;
          /* margin:auto; */
    
    }
    .main-mapa-a {
        grid-area: main-mapa-a;
        /* background-color: red; */
        /* top:5vh; */
        width: 100%;
        height:75vh;
        display: grid;
        gap: 1%;
        grid-template:
        "solicitar-a"    1% 
        "card-mapa"      95% 
        "btn-terminar"   4%    /
        auto
        ;
    }
    .grid-contenedor-mapa{
        display: grid;
        gap: 1px;
        grid-template: 
        "header"        13vh
        "main-mapa-a"          75vh
        "footer"        5vh /
        auto
        ;
    }
    .footer {
        grid-area: footer;
        width: 100%;
        height: auto;
        display: none;
        /* position:fixed; */
        /* bottom:0px; */
        /* padding-top: 0vh; */
        /* padding-bottom:1em; */
        /* background-color:#074C73; */
    
    }
    .nav{
        width: 100vw;
        grid-area: nav;
        background-color: #074C73;
        visibility: visible;
        font-size: larger;
        color: white;
        place-content: center;
        display: grid;
        gap:100px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-contenedor {
        display: grid;
        gap: 10px;
        grid-template: 
        "header"        15vh
        "nav"        5vh 
        "main"         80vh /
        auto
        ;
    }
    .btn-agendar{
        background-color: #074C73;
        color: white;
    }
    .btn-solicitar{
        background-color: #074C73;
        color: white;
    }
    #img-solicitar {
        width: 25%;
        padding-top: 20px;
    }
    #img-agendar {
        width: 30%;
        padding-top: 20px;
    }
    #logo_plusamed{
        width: 22%;
    }
    #logo_afirma{
        width: 15%;
        height: auto;
        margin: auto;
    }
    .form-login {
        width: 40vw;
        margin:auto;
        border:#074C73 solid 2px;
        border-radius: 15px;
        padding-top: 10vh;
        gap:5px;
        padding:15px;
        place-content: center;
    }

.dv-subtitulo{
    border:none;
        width: 80%;
        height: auto;
        margin:auto;
        text-align: center;
    }
.subtitulo {
    font-size:x-large;
    font-weight: 1000;
    color:#074C73;

}
.btn-entrar {
    width: 15em;
    height: 2.7em;
    background-color:#074C73;
    border-radius: 8px;
    border:3px solid #074C73;
    color: #fff;
    font-size: 1.2em;
}
/*  espacio donde se muestra la lista de hospitales */
.espacio-solicitar{
    width: 30%;
    grid-area: espacio-solicitar;
    border:#9ecbe4 solid 2px;
    background-color: white;
    position:relative;
    color: white;
    text-align: center;
    margin: auto;
}
/*   espacio donde se muestra  la imagen publicitaria  */
.espacio-solicitar_inicio{
    width: 100%;
    height: 50%;
    grid-area: espacio-solicitar;
    border:#9ecbe4 solid 2px;
    background-color: white;
    position:relative;
    color: white;
    text-align: center;
}
.imagen_publicitaria{
    top: 50%;
    font-size: xx-large;
    font-weight: bolder;
    font-style: italic;
    display: flex;
    place-content: center;
    place-items: center;
    margin:auto;
}
.main-solicitar{
    width: 100vw;
    display: grid;
    gap: 3px;
    grid-template:
    "buscar-direccion"       5vh 
    "espacio-solicitar"     70vh
    "opciones-solicitar"    25vh    /
    auto 
    ;
}
}

