body{
    background: #740924;
    
  }
  
.letraMenu{
    font-family: 'Comfortaa', cursive;
    color: white;
    text-align: justify;
  }
.letraMenu p{
    margin-left: -5px;
    font-size: .9rem;
    margin-bottom: 20px;
}

.letraMenu ul{
    margin-left: -9px;
    font-size: .9rem;
}
.encabezado h2{
    margin-left: 8vw;
    font-size: 1.8rem;
    color: white;
}

.encabezado p{
    margin-top: -1rem;
    margin-left: 8.2vw;
    font-size: 1.1rem;
    color: white;
}

.viñeta{
    float: left;
    color: white;
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 0vw;
    width: 45px;    
}

.informacion p{
    font-size: .9rem;
}
.informacion img{
    float: left;
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
}
.informacion h6{
   
   color:white;
    padding-top: 45px;
}
.informacion a{
    text-decoration: none;
    
}

.Blog{
    text-align: center;
    display: block;
	padding: 30px;
	color: #fff;
	background: gray;
    width: 400px ;
    max-height: min-content;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
	border-radius: 20px;
    grid-template-rows: 100px; 
    
}

.Blog p{
    font-size: .9rem;
    margin-left: 0px;
    margin-bottom: 10px;
}
.textoBlog {
	line-height: 120%;
	text-align: justify;
	color: white;  
}

.niveles a{
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;   
}

.niveles img{
    width: 400px;
    height: auto;
    margin-top: 12px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.noticiasVatican img{
    height: 300px;
    width: 115%;
}
.telefonos{
    background: #740924;
    text-align: center;
    display: block;
	padding: 30px;
	color: #fff;
    width: 400px ;
    max-height: min-content;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
	border-radius: 20px;
    grid-template-rows: minmax(200px,auto) ;
}
.telefonos p{
    margin-left: 0px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
    
    .niveles{
        float: left; 
        width: 220px;         
        gap: 10px;
    }
    .Blog{
        display: block;
        width: 240px;
        
    }
    .niveles img{
        width: 240px;
        height: 350px;
    }
    .noticiasVatican img{
        height: 250px;
       
    }
    .telefonos{
        width: 240px;
        margin-top: -23px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
   .informacion {
       padding: 15px;
       hyphens: auto;
   }
    .niveles{
        float: left;                 
        gap: 10px;

    }
    .Blog{
        text-align: center;
        display: block;
        padding: 30px;
        color: #fff;
        background: gray;
        width: 350px;
        max-height: min-content;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
        border-radius: 20px;
        grid-template-rows: minmax(200px,auto);

        margin: auto;
        width: 95%;
        padding: 10px;
        
    }
   
    .informacion img{
        border-radius: 20px;
        float: left;
        width: 70px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .informacion h6{
        color:white;
         padding-top: 20px;
     }
    .niveles img{
        border-radius: 20px;
        height: 450px;

        margin: auto;
        width: 100%;
        padding: 10px;    
    }
    .noticiasVatican img{
        width: 90%;
        height: 270px;
       margin-left: 20px;
    }
    .telefonos{
        
        text-align: center;
        display: block;
        padding: 30px;
        color: #fff;
        width: 350px ;
        max-height: min-content;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
        border-radius: 20px;
        grid-template-rows: minmax(200px,auto);

        margin: auto;
        width: 95%;
        padding: 10px;
    }
    
}
