body{

    background-color:rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(129,175,63,1) 100%);
}

.container{
    font-family: open-sans, sans-serif;
    background-color: #F5F5F5;
}

h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

hr {
    height: 1.5px;
    background-color: rgb(0, 0, 0);
}

p{
    text-align: justify;
    font-size: 18px;
    
}    

.img-top{

    width: 500px;

}

@media (min-width:320px) and (max-width: 1024px){


    .imagenPrincipal{

        width: 0px;
        height: 0px;

    }

    td{

        display:block;
        height: auto;
    
    }

    .img-top{

        width: 250px;

    }
    
}
