* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body{
    display: flex;
    flex-direction: column;
}

.loginHead{
    display: flex;
    justify-content: center; 
}

header img{
    max-width: 200px;
    padding-top: 60px;
}


body{
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    justify-content: center ;
}

body .login{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 0 35px 0;
    margin: 0 45px;
    min-width: 60px;
    justify-content: center;
    margin-top: 15%;
}

body .login label i{
    color: #005489 ;
}

body .login form{
    display: flex;
    justify-items: center;
    flex-direction: column;
}


.login .input-icono-mail {
    background-image: url('../src/icons/correo.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 17px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    height: 45px;
    border: 1px solid rgba(139,142,150,1);
    border-radius: 5px;
    margin-bottom: 25px;
  }
  .input-icono-mail input {
    width: 100%;
    font-size: 0.9em;
    border: none;
  }
  .input-icono-mail input:focus {
    outline: none;
  }

 .login  .input-icono-pass {
    background-image: url('../src/icons/contrasena.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 17px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    height: 45px;
    border: 1px solid rgba(139,142,150,1);
    border-radius: 5px;
  }
  .input-icono-pass input {
    width: 100%;
    font-size: 0.9em;
    border: none;
  }
  .input-icono-pass input:focus {
    outline: none;
  }

.sub{
    background-image: url('../src/icons/siguiente01.png');
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 40%;
    height: 70px;
    border: none;
    max-width: 700px;
}

.sub input{
    width: 100%;
    font-size: 0.9em;
    border: none;
    color: #00B5DD;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}

.sub input:focus {
    outline: none;
  }

/***************************Inicia página: "place"******************************+*/

header .Head{
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    background-color: #00B5DD;
    padding: 20px;
}

header .Head img{
    padding-top: 5px;
    align-self: center;
    margin-bottom: 5px;
}

header .Head .princLogo{
    display: block;
    background-color: #00B5DD;
    max-width: 150px;
}

body .head-logo {
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: fixed;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    background-color: white;
}

body .zone{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .zone .place-selector{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .zone .map{
    width: 100%;
}

body .zone .map iframe{
    border-radius: 25px;
    padding: 15px;
    width: 100%;
}

.selector{
    background-image: url('../src/icons/sucursal.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 35px;
    display: flex;
    align-items: center;
    height: 45px;
    border: 1px solid rgba(139,142,150,1);
    border-radius: 5px;
    max-width: 80%;
    text-align: center;
    justify-content: center;
    margin: 15px 10%;
}

body .zone .state{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgba(139,142,150,1);
    margin-top: 40px;
    padding: 30px 0;
    padding-bottom: 0;
    border: 1px solid rgba(139,142,150,1);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.time {
    display: flex;
    flex-direction: row;
    text-align: center;
    color: rgba(139,142,150,1);
    padding: 30px 0;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
}

.time #reloj{
    margin-right: 10px;
}

.time i img{
    max-width: 20px;
    margin-right: 15px;
}

.location {
    display: flex;
    flex-direction: row;
    text-align: center;
    color: rgba(139,142,150,1);
    padding-bottom: 30px;
    align-items: center;
    justify-content: center;

}

.sub-in{
    margin-top: 45px;
    border-top: 1px solid rgba(139,142,150,1);
}

.sub-in input{
    width: 100%;
    font-size: 0.9em;
    border: none;
    color: #00B5DD;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}

.sub-in input:focus {
    outline: none;
  }

  .next{
    padding-top: 25px;
    background-image: url('../src/icons/siguiente01.png');
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5%;
    height: 70px;
    
    max-width: 900px;
  }

/***************************Inicia página: "selector"******************************+*/

.head-logo{
    border: 1px solid rgba(139,142,150,1);
    
}

.whiteIcons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: 5px 25px;
    text-align: center;
}

.whiteIcons a{
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.respondido {
    background-color: #00B5DD;
}

.whiteIcons a img{
    width: 80px;
    height: 80px;
}

.slider{
    justify-content: center;
    margin: 25px 0;
    align-content: center;
    
}

.slider i{
    color: #00B5DD;
    margin: 0 25px;    
}

.swiper-container{
    display: flex;
    justify-content: center;
}

.swiper-slide{
    display: flex;
    flex-direction: row;
    font-size: 25px;
    justify-content: center; 
}



.icono{
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}

a.azul {
    background: #00B5DD;
}

.sub-foot{
    background-image: url('../src/icons/siguiente01.png');
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5%;
    height: 70px;
 
    max-width: 900px;
}

.sub-foot input{
    min-width: 250px;
    font-size: 0.9em;
    border: none;
    color: #00B5DD;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    overflow: hidden;
}

.sub-foot input:focus {
    outline: none;
  }

.sub-foot a{
    background-color: white;
    border: none;
}

.submenu a{
    background-color: white;
    border: none;
}

.submenu a img{
    height: 55px;
}



  .submenu{
      display: inline-flex;
      flex-direction: row;
      justify-content: space-around;
      border-top: 1px solid rgba(139,142,150,1);
      border-radius: 15px;
      align-items: center;
      padding: 5% 15%;
  }

  .modal{
      width: 100%;
      height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.6);
    position:fixed;
    top:0;
    left:0;
    opacity:0;
    pointer-events:none;
    transition: all 0.25s;
    z-index: 40;
  }

  #Modal:target{
    opacity:1;
    pointer-events:auto;
  }


  .modal-container{
    display: flex;
    flex-direction: column;
    background-color: #00B5DD;
    justify-content: center;
    width: 90%;
    max-width: 300px;
    border-radius: 15px;
  }

  .modal-container .modal-tittle{
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 5px 20px;
    border-bottom: solid 1px rgba(139,142,150,1);
  }

  .modal-container .modal-tittle a{
    text-decoration: none;
    background-color: #00B5DD;
    color: white;
    padding: 1px 3px;
    font-size: 30px;
    left: 0;
    top: 0;
  }

.modal-container .modal-tittle h2{
    color: white;
}

.modal-container form{
    display: flex;
    flex-direction: column;
    background-color: gray;
}
 


.modal-container .modal-form form .option{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px 60px;
    font-size: 30px;
    border-bottom: solid 1px white;
}

.modal-container form .option label{
    color: white;
}

.modal-container .modal-form form .submit-button{
    margin: 15px 25px;
    padding: 5px;
    font-size: 25px;
    border-radius: 15px 0 15px 0;
    background-color: #00B5DD;
    color: white;

}


/***************************Inicia página: "signature"******************************+*/
.signatures{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 25px;
}

.signatures form{
    display: flex;
    justify-items: center;
    flex-direction: column;
}

.signatures form i{
    color: #005489 ;
}

.signatures .input{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    margin: 40px;
    min-width: 70%;
    justify-self: center;
    height: 30px;
    font-size: 15px;
}

.signatures form .inputComment{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    margin: 10px;
    min-width: 70%;
    justify-self: center;
    padding-bottom: 40px;
    margin: 25px;
}

.signatures form .submit{
    margin: 25px 25px;
    position: flex-end;
    background-color:#00B5DD;
    border-radius: 5px;
    color: cornsilk;
    font-size: 15px;
    height: 40px;
}

/*azul clarito de fondo: background-color: #00B5DD; */

.proof { 
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-decoration: none;
    font-size: 5px;
}

.info-calificados {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}