/*! HTML5 */

html {
    color: #4a4548;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}
*{-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


   body{
    background:  #f5f5f5;
      }

   header{
    padding: auto;
    font-size: 2rem;
   }

   .contenedor{
    background: #f8c800;
    margin:0 auto;
    max-width: 960px;
    padding:50px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    
   }
   


   .imagen{
        -webkit-border-radius: 2%;
        border-radius: 2%;
        overflow: hidden;
         max-width: 300px;
         margin: 0 auto;

   }

   .imagen img{
        width: 100%;
        height: auto;

   }
   .column,.column-full{
    padding: 0 30px;
    font-weight: 30em;


   }
   section{
    display: block;
    width: 100%;
    padding-top: 12px;
    
    
   }

     .legal p {
    font-stretch: condensed;
    line-height: 0.9rem;
    text-align: justify;
   }


   footer{
    float: left;
    margin-top: 30px;
    padding: 0 20px;
    background: #4a4548;
    color: #ffffff;
    
   }
   h1{
    text-align: center;

   }
   h3{
    margin-bottom: 20px;

   }
   ul{
    margin:0;
    list-style: none;
    padding: 0;
    font-weight: 23rem;
   }

 

@media only screen and (min-width: 768px) {

    .imagen{
        max-width: 30%;
        float:left;
        margin-top: 20px;
    }

    section{
        max-width: 70%;
        float:left;
    }
    .column{
        width: 50%;
        float: left;

    }
    .column-full{
        float: left;
        width: 100%
    }


}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}



.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}