/* Text Elements */

h1.Heading-address {
  display: block;
  margin-top: 20px;
  padding: 10px 0 8px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 11px;
}

h1.heading-1 {
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 44px;

  background-blend-mode: normal;
}

h6.PictureCaption {
  display: block;
  margin-top: 60px;
  margin-bottom: 26px;
  color: #ba042a;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}

h6.link {
  margin-top: 0;
}

p.paragraph {
  color: #4d4d4d;
  text-align: left;
  font-size: 18px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

p.paragraph.intro-paragraph {
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  max-width: 1000px;
  text-align: center;
}

p.paragraph.address_footer {
  display: block;
  float: none;
  clear: none;
  margin-top: 34px;
  margin-right: 4%;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;

  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  justify-self: auto;
  grid-area: auto /auto/ auto / auto;
}

p.paragraph.bold_name {
  display: inline-block;
  float: right;
  clear: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 5px;
  width: 100%;
}

p.paragraph.paragraph-5 {
  display: inline-block;
  float: left;
  clear: none;
  margin-right: 0;
  padding-left: 5px;
  width: 100%;
  font-size: 8px;
}

a.social-image.socialicon {
  margin: 28px 1% 35px 0;
  padding-right: 0;
  max-width: 36px;
  border: 1px solid #fffaff;
  border-top-left-radius: 17px 16px;
  border-top-right-radius: 17px 16px;
  border-bottom-right-radius: 17px 16px;
  border-bottom-left-radius: 17px 16px;
  background-color: #422525;
  opacity: .5;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

div.responsive-picture {
  max-width: 800px;
}

.container-grid {
  width: auto;
}

.container-grid.introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  min-width: 100%;
  height: auto;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.flex-card {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  width: 100%;
  height: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

.container-grid.info-section {
  display: block;
  float: none;
  clear: none;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  max-width: none;
  width: 100%;
  height: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #333;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.social {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #4d4d4d;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.responsive-picture.thumbimage {
  min-width: 10px;
  max-width: 600px;
  width: 100%;
}

div.responsive-picture.picture-2 {
  display: block;
  float: left;
  clear: none;
  padding: 10px;
  min-width: 0;
  width: 30%;
  height: auto;
  background-color: transparent;
}

.html-element.html-element-1 {
  display: block;
  min-width: 0;
  min-height: auto;
  max-width: none;
  width: 100%;
  height: 100%;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.picture-2 > picture {
  height: auto;
}

.container-grid.Personal_info {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
  background-color: rgba(221, 221, 221, .4);

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  width: 70%;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.container-2 {
  background-image: url('../Notaria/Notaria%20Prados%20Velasco%20bannar.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.social-image.socialicon:focus {
  opacity: 1;
}

a.social-image.socialicon:hover {
  opacity: 1;
}

a.social-image.socialicon:active {
  opacity: .9;
}

@media screen and (min-width: 371px) {
  /* Text Elements */

  h1.Heading-address {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
  }

  h1.heading-1 {
    color: #fff;
  }

  h6.PictureCaption {
    margin-bottom: 10px;
  }

  p.paragraph.intro-paragraph {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 19px;
  }

  p.paragraph.paragraph-5 {
    float: left;
    width: 100%;
    font-size: 12px;
  }

  p.paragraph.bold_name {
    float: left;
    font-weight: 700;
    font-size: 18px;
  }

  p.paragraph.address_footer {
    display: block;
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  /* Layout Elements */

  body.body-1 {
    min-height: auto;
  }

  .container-grid.introduction {
    margin-bottom: 0;
    padding-top: 20px;
  }

  div.responsive-picture.thumbimage {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .container-grid.Personal_info {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin: 10px 0;
    padding: 6px;
    background-color: rgba(221, 221, 221, .4);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.container-3 {
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  div.responsive-picture.picture-2 {
    display: inline-block;
    float: none;
    clear: none;
  }

  .container-grid.social {
    display: block;
    width: 100%;
    font-size: 16px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container-grid.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: 100%;

    justify-self: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  a.social-image.socialicon {
    width: 100%;

    justify-self: center;
  }

  .container-grid.container-2 {
    background-image: url('../Notaria/Notaria%20Prados%20Velasco%20bannar%20small.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 600px) {
  /* Text Elements */

  h1.heading-1 {
    display: inline-block;
    float: left;
    margin-top: 20px;
    width: 70%;
    text-align: left;
    font-weight: 600;
  }

  h1.Heading-address {
    display: inline-block;
    float: right;
    margin-left: 10%;
    width: 20%;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 19px;
  }

  p.paragraph.intro-paragraph {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  p.paragraph.paragraph-5 {
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2%;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
  }

  p.paragraph.bold_name {
    font-weight: 700;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-property: none;
       -moz-transition-property: none;
         -o-transition-property: none;
            transition-property: none;
  }

  p.paragraph.address_footer {
    display: block;
    float: none;
    margin: 0;
    padding: 10px 0;
    width: auto;
    text-align: center;
    font-weight: 500;
    font-size: 9px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  /* Layout Elements */

  body.body-1 {
    min-width: 100%;
    width: 100%;
  }

  .container-grid.introduction {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
    min-width: 100%;
    min-height: auto;
    height: auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.flex-card {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-right: 20px;
    padding-left: 20px;
    width: 50%;
  }

  div.responsive-picture.picture-2 {
    display: block;
    float: left;
    width: 30%;
  }

  .container-grid.Personal_info {
    display: inline-block;
    -ms-flex-pack: start;
    float: left;
    clear: none;
    -ms-flex-align: start;
    margin: 3px 5px 5px;
    padding-bottom: 0;
    width: 500px;
    background-color: rgba(221, 221, 221, .4);
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-property: none;
       -moz-transition-property: none;
         -o-transition-property: none;
            transition-property: none;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  div.responsive-picture.thumbimage {
    margin-top: 0;
    padding-top: 0;
    max-width: none;
  }

  .html-element.html-element-1 {
    max-width: none;
  }

  .container-grid.container-1 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .container-grid.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    margin-bottom: 5px;
    background-image: url('../Notaria/Notaria%20Prados%20Velasco%20bannar.jpg');

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 601px) {
  /* Text Elements */

  h1.Heading-address {
    font-size: 12px;
  }

  .container-grid.info-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-grid.social {
    padding-right: 20px;
    padding-left: 20px;
  }

  div.responsive-picture.thumbimage {
    max-width: none;
  }

  .container-grid.Personal_info {
    background-color: rgba(221, 221, 221, .4);
  }

  .container-grid.container-2 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 991px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 51px;
  }

  h1.Heading-address {
    font-weight: 500;
  }

  h6.PictureCaption {
    font-size: 26px;
  }

  p.paragraph.address_footer {
    font-size: 11px;
  }

  p.paragraph.intro-paragraph {
    font-size: 21px;
  }

  p.paragraph.bold_name {
    font-size: 20px;
  }

  p.paragraph.paragraph-5 {
    font-size: 16px;
  }

  .container-grid.Personal_info {
    background-color: rgba(221, 221, 221, .4);
  }

  .container-grid.introduction {
    margin-bottom: 0;
  }

  .container-grid.container-2 {
    margin-bottom: 5px;
    background-image: url('../Notaria/Notaria%20Prados%20Velasco.jpg');
    background-size: auto auto;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 993px) {
  .container-grid.info-section {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.Personal_info {
    background-color: rgba(221, 221, 221, .4);
  }

  .container-grid.container-2 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1201px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 64px;
  }

  h1.Heading-address {
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
  }

  p.paragraph.intro-paragraph {
    margin-bottom: 18px;
    text-align: center;
  }

  .container-grid.introduction {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 40px;
    max-width: 100%;
  }

  .container-grid.info-section {
    padding-bottom: 30px;
  }

  .container-grid.Personal_info {
    height: auto;
    background-color: rgba(221, 221, 221, .4);
  }

  .container-grid.container-2 {
    margin-bottom: 5px;
  }
}