html, body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Nunito', sans-serif;
    font-weight: 30;
    height: 50vh;
    margin: 0;
}
.content {
     text-align: center;
 }

 .title {
     font-size: 34px;
 }

 .titulo_ventana
 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    color: #636b6f;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #fc9c1e;
 }

 .full-height {
         height: 100vh;
     }

     .flex-center {
         align-items: center;
         display: flex;
         justify-content: center;
     }

     .position-ref {
         position: relative;
     }

     .top-right {
         position: absolute;
         right: 10px;
         top: 18px;
     }

     .links > a {
         color: #636b6f;
         padding: 0 25px;
         font-size: 13px;
         font-weight: 600;
         letter-spacing: .1rem;
         text-decoration: none;
         text-transform: uppercase;
     }

     .m-b-md {
         margin-bottom: 30px;
     }

    .nav-link
    {
        font-size: 20px;
    }   

    .imagen
    {
        width: 150px;
        height: 150px;
    }
    
    .contacto
    {   
        background: #ffffff;
        text-align: center;
        color: #00595c;
        font-size: 50px;
        margin-bottom: 20px ;
        border-top: 2px solid #b4b4b4;
        border-bottom:  5px solid #b4b4b4;
    }

    .contacto:hover
    {
        border-top: 2px solid #00595c;
        border-bottom:  2px solid #00595c;
        background: #fc9c1e;
        color: #fff;        
    }

    .pie
    {
        font-size: 15px;
        width: 100%;
        min-height: 200px;
        margin-left: auto;
        margin-right: auto;
        border-top: 4px solid #fc9c1e
    }

    .producto
    {   text-align: center;
        color: #000;
        background: #f7f7f7;
        margin: 20px;
        -webkit-box-shadow: 8px 10px 39px -15px rgba(33,33,33,1);
        -moz-box-shadow: 8px 10px 39px -15px rgba(33,33,33,1);
        box-shadow: 8px 10px 39px -15px rgba(33,33,33,1);

    }

    .centrar
    {
        text-align: center;
        min-width: 10%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

.buscador
{

    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 40px;
}