html{
    padding: 0;
}
body{
    font-family: Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: rgb(250, 255, 254);
}
.Header{
    background:linear-gradient(rgb(248, 212, 196),rgb(248, 212, 196,0.9),rgba(255, 255, 255, 0));
    /*backdrop-filter:3px;*/
    height: 250px;
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    z-index: 100;
}
.Menu{
    list-style:none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    margin-top: 0;
    
}
.Menu li{
    font-size: 22px;

}
.Menu li a{
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #06025B;
    letter-spacing: -1px;
}
.Menu li a:hover{
    color: rgb(158, 59, 27);
}
.Menu2{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}
.Menu2 li{
    width: 20%;
    justify-content: center;
}
.Menu2 li a{
    color: #06025B;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    border: solid 1px #06025B;
    height: 25px;
    padding: 5px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius:30px ;
}
.Menu2 img{
    width: 150px;

}
.Menu2 .logo{
    display: flex;
    justify-content: end;
}
.Menu2 li .boton2{
    border: none;
    font-weight: normal;
}
.Menu2 .contactenos{
    width: 12%;
}

.Menu2 a:hover{
    background-color: #ff8957;
    color: black;
    border: #F8D4C4;
}
.Menu2 .boton2:hover{
    background-color: rgba(255, 255, 255,0);
    color: #0c03b8;
}
.Portada{
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 0;
    
}
.Portada img{
    width: 100%;
    height: 700px;
    margin-top: 0;
}
.Portada h1{
    text-shadow: 3px 3px 19px black;
    font-size: 50px;
    position: relative;
    z-index: 19;
    color: white;
    font-size: 70px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: -170px;
    margin-bottom: 60px;
    text-align: center;

}
.Listado{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}

.Listado .search-container {
            display: flex;
            align-items:center;
            justify-content: center;
            margin-bottom: 30px;
            margin-top: 70px;
            width: 90%;
            margin-left: 90px;
        }

.Listado .input-group {
            display: flex;
            flex-direction: column;
            margin: 10px;
        }

.Listado .input-group label {
            font-size: 20px;
            margin-bottom: 8px;
            color: #333;
            text-align: center;
        }

.input-group input[type="text"],
.input-group select {
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 1em;
            width: 200px;
        }

.search-button {
            padding: 10px 20px;
            background-color: rgb(123, 58, 145);
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 1em;
            cursor: pointer;
            align-self: flex-end;
            margin-bottom: 10px;
        }

.search-button:hover {
            background-color: #0c03b8;
        }

.list-title {
            font-size: 30px;
            color: rgb(123, 58, 145);
            margin-top: 20px;
            text-align: center;
            font-weight: bold;
            letter-spacing: -1.5px;
        }

.Tarjetasdoc{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.tarjeta{
    background-color: rgba(123, 58, 145,0.7);
    width: 60%;
    height: auto;
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
}
.foto{
    width:198px;
    height: auto;
    overflow: hidden;
    size: 50px 30px;
    padding: 3px;
    align-items: center;
    display: flex;

}
.foto img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    
}
.info{
    margin-left: 60px;
    color: white;
    font-size: 16px;
    width: 65%;
}
.info hr{
    width: 100%;
}
.info .Nombre{
    font-weight: bold;
}
footer{
    font-family: 'EB Garamond', serif;
    padding-top: 20px;
    background-color: #333;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #C5CAF0;
    text-decoration: none;
}

.footeritems{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footeritems h1{
    color:#E7EAFD;
    margin-top: 0;
    text-align: left;
    font-weight: 500;
    font-size: 35px;
}
.footeritems a{
    text-decoration: none;
    color: #C5CAF0;
    font-size: 25px;
    margin: 5px;
}
.footeritems p{
    margin: 5px;
}
.footeritems{
    font-size: 25px;

}
.footeritems div{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 30%;
    margin-left: 100px;
}
footer h2{
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.Social{
    margin-top: 20px;
    text-align: center;
    align-items: center;
}
.MenuResp{
    display: none;
}
#menuToggle{
    display: none;
}
.SoloResp{
    display: none;
}
/*Burguer*/
@media only screen and (max-width: 700px) {
    #menuToggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 50px;
        right: 50px;
        z-index: 1;
        margin-right: 20px;
        -webkit-user-select: none;
        user-select: none;
}

#menuToggle input {
        display: block;
        width: 53px;
        height: 32px;
        position: absolute;
        /* top: -7px; */
        /* right: -5px; */
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #06025B;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menutop {
  position: absolute;
  width: 300px;
  margin: 350px 0 0 -320px;
  padding: 50px;
  padding-top: 120px;
  background:linear-gradient(#F8D4C4,#ffffff);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(110%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menutop li {
  padding: 10px 0;
  font-size: 22px;
}
#menutop li a{
    text-decoration: none;
}
#menutop li a:hover{
    color: #0c03b8;
}
#menutop hr{
    color: #4D96D7;
}

#menuToggle input:checked ~ #menutop {
  transform: none;
}
  body {
    width: 100%;
  }
  .Header{
    display: none;
  }
  .MenuResp{
    display: flex;
    width: 100%;
    position: fixed;   
    z-index: 100; 
    height: auto;
    background:linear-gradient(rgb(248, 212, 196),rgb(248, 212, 196,0.9),rgba(255, 255, 255, 0));
  }
  .Logoresp{
    height: 100px;
    display: flex;
    margin:15px;
  }

.Portada{
    display: flex;
    flex-direction: column;
}
.Portada h1{
    margin-top: -90px;
    font-size: 35px;
    text-shadow: 1px 1px 9px #565555;
}
.Portada img{
    margin: 0;
    margin-top: 0px;
    height: 280px;
    
}
.Listado .search-container{
    display: flex;
    flex-direction: column;
    margin:0;
    margin-top: 15px;
    width: 100%;
}
.search-button{
    align-self: center;
}
.footeritems{
    display: none;
}
.Logoresp{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.tarjeta{
    flex-direction: column;
}
.foto{
    width: 100%;
}
.info{
    margin: 10px;
    width: 90%;
}
.SoloResp{
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 0;
        font-weight: normal;
    
}
}
