@font-face{
    font-family:UbuntuMono;
    src: url("/font/UbuntuMono-Regular.ttf");
}


*{
    margin: 0;
    padding: 0;
    font-family: 'UbuntuMono';
    }
   
    .header{
        width: 100%;
        height: 60vh;
        }

        .navbar{
            width: 100%;
            height: 10vh;
            background-color: #c1e8e8;
            display: flex;
            justify-content:space-around;
           }
        
        .img{
            margin-right: 60%;
            padding: 10px 0px 10px 20px;
        }
        
        .ul-nav{
            
            height: 100%;
            width: 50%;
            display: flex;
            justify-content: space-around;
            align-items: center;    
            flex-wrap: wrap;
            list-style: none;
            }
        
            .item{
                text-decoration: none;
                font-weight: 800;
                font-size: 1.2rem;
                color: black;
                text-shadow: 0px 2px 28px #000
                }

  .contenedor-header{
      width: 100%;
      height: 40vh;
      display: flex;
      justify-content: center;
      align-items: center;

}

.info{
    height: 40vh;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 50px;
    }

.info h2{
    font-weight: 200;
    font-size: 3em;
}

.info p{
    padding: 50px 10px;
}

 .btn{
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

   .btn-vacuna{

            background-color:#c1e8e8;
			border: none;
			color: black;
			padding: 20px;
			text-align: center;
			font-size: 16px;
			margin: 4px 2px;
            cursor: pointer;
			box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
			border-radius: 8px;

   }

   .btn-vacuna:hover{
    background-color:white;
     color: black;
     border: 2px solid #c1e8e8;
}

 .contenedor{
     width: 100%;
     height: 100vh;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     background-color: #3ca0a0;
}

.contenedor-cards{
    display: flex;
     width: 60%;
     height: 70vh;
     }

    .cards-info{
        width: 150%;
        display: flex;
        justify-content:space-around;
        flex-wrap: wrap;
    }

    .card-info{
        margin-top: 20px;
        width: 40%;
        height: 450px;
        border-radius: 10%;
        display: flex;
        align-items:flex-start;
        flex-direction: column;
        justify-content:center;
        padding: 20px;
        min-width: 250px;
    }

    .title-info{
        color: white;
        font-size: 1.5em;
        margin-bottom: 20px;
         }

    .btn-info{
           width:100%;
            background-color:transparent;
			border:2px solid white;
			color: white;
			padding: 15px;
			text-align:start;
			font-size: 20px;
			margin: 4px 2px;
            cursor: pointer;
			border-radius: 5px;
    }

    .btn-info:hover{
        background-color: #0F7373;
    }
   
     .card{
        background-color: white;
        margin-top: 120px;
        width: 40%;
        height: 300px;
       border-radius: 5px;
        display: flex;
        align-items:center;
        flex-direction: column;
        justify-content: space-around;
        padding: 20px;
        min-width: 250px;
    }

    .title{
        font-size: 1.5em;
    }

    .card p{
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    

.imagenes_card img{
    width: 4%;
    
}

.imagenes_card a{
    text-decoration: none;
    color: #3ca0a0;
}

.imagenes_card a:hover{
    text-decoration: underline;
    }

.imagenes p{
    display: inline;
    font-size: 1.1rem;
}
.imagenes{
    display:flex;
    justify-content:space-around;
    align-items:flex-start;
    flex-direction: column;
}
  
.imagenes_card{
    margin-top: 1.2rem;
    padding: 10px;
    margin: 10px;
}

.contenedor-card{
    width: 100%;
    height:90vh;
    display: flex;
    flex-direction: row;
    align-items:center;
   justify-content:space-around;
    }

 .card1{
        width: 33%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 150px;
        
       }

    .card2{
        width: 33%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        text-align:center;
        margin-bottom: 150px;
       
        }

    .card3{
        width: 33%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 150px;
       
        }

    .info-card h4{
         font-size: 1.5rem;
              }
              
        .imagen-card{
           width:50px;
          
       }

       .lista-card ul{
           font-size: 1.1rem;
           text-align:left;
           margin-left: 55px;
           line-height: 30px;
           }

           .lista-card a{
               text-decoration: none;
               color: #3ca0a0;
             
           }

           .lista-card a:hover{
               text-decoration: underline;
           }

           .lista-card li{
               list-style: none;
               }

               @media(max-width: 768px){
                  .img{
                     display: none;
                  } 
                  .ul-nav{
                      width: 100%;
                  }
                  .info h2{
                      text-align: center;
                  }
                  .info p{
                      text-align: center;
                  }
                  
                  .contenedor{
                      margin-top: 50px;
                  }
                 
                  .title-info{
                      text-align: center;
                  }
                  .card-info{
                      width: 100%;
                      height:20vh;
                  }
                  .card{
                      width: 100%;
                  }
                  .contenedor-card{
                    height: 80vh;
                    flex-direction: column;
                }
                .card1 {
                    font-size: 1rem;
                    width: 50%;
                   height: 8vh;
                }
                .card2{
                    font-size: 1rem;
                    width: 50%;
                    height: 8vh;
                }
                .card3{
                    font-size: 1rem;
                    width: 50%;
                    height: 8vh;
                }
                .lista-card a{
                    font-size: 1rem;
                }

            }

            @media (min-width:769px) and (max-width: 1200px){
                
                .navbar{
                    height: 7vh;
                }
                .item{
                    font-size: 1.8rem;
                }
                .info{
                    text-align: center;
                }
                .info h2{
                    font-size: 3.5rem;
                }
                .info p{
                    text-align: center;
                    font-size: 1.5rem;
                    line-height: 35px;
                }
                .contenedor{
                    height: 100vh;
                    margin-top: 100px;
                }
                .card-info{
                    width: 100%;
                    height:30vh;
                }
                .card{
                    width: 100%;
                }
                .title-info{
                    font-size: 3rem;
                   }
                .btn-info{
                    font-size: 25px;
                }
                .title{
                    font-size: 2em;
                }
                .card{
                    height: 400px;
                    margin-bottom: 200px;
                }
                .imagenes_card img{
                    width: 8%;
                }
                .card p{
                    font-size: 1.3rem;
                  
                }
                .card a{
                    font-size: 1.3rem;
                }
                .contenedor-card{
                    height: 80vh;
                    flex-direction: column;
                }
                .imagen-card{
                    width: 20%;
                }
                .card1 {
                    font-size: 1.5rem;
                    width: 50%;
                   height: 10vh;
                }
                .card2{
                    font-size: 1.5rem;
                    width: 50%;
                    height: 10vh;
                }
                .card3{
                    font-size: 1.5rem;
                    width: 50%;
                    height: 10vh;
                }
               
            }
