@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800;900&display=swap');


body{font-size:18px;
     color:#333;
    background-image:url("/img/fondo_microfono.jpg"); 
    background-size: cover; 
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background-repeat: no-repeat;
    background-position: top right;
    line-height: 150%;
        }
.logo{ margin-bottom: 30px;}
.container{width: 275px; margin-top: 80px;  margin-left: 20%; margin-right: 20%; padding: 40px; text-align: center;}
.image_centro {
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.container p a{color:#1786a8;}
.container p a:hover{color:#000;}
.img-fluid { max-width: 100%; height: auto;}



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    body{ background-image:none; }
    .container{  margin: auto; background-color: aliceblue; }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    body{ background-image:none; }
    .container{  margin: auto; background-color: aliceblue; }
}