.consultor {
  color: black;
  font-style: oblique;
  font-weight: lighter;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 15px;
  margin-bottom: 15px;
}

.foto {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.new_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Create two equal columns that sits next to each other */
.new_column {
  flex: 20%;
  padding: 0 5px;
}

.new_column img {
  margin-top: 8px;
  vertical-align: middle;
}


.intro {
  margin-left: auto;
  margin-right: auto;
  column-count: 2;
  column-gap: 0px;
  width: 85%;
}


.column {
  float: left;
  width: 50%;
}

.column.photo {
  width: 40%;
  align-content: right;
  vertical-align: right;
  align-content: right;
}


.column.ancho {
  width: 50%;
  text-align: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Text Elements */
body {
  margin: 30px;
}

.box {
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
  text-align:center;
  vertical-align:middle;
  display:table;
  align-items: center;
  align-self: center;
  align-content: center;
}

.box:nth-child(even) {
  background-color: #fff;
  color: #000;
  display:table;
  
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(4, 170px);

}

    /*SUBTITULOS*/
h3 {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  /*  color nuevo  */
  color: rgb(84, 0, 102);
  text-align: center;
  text-transform: full-width;

  font-size: 32px;
  /*  font-family: 'Averia Sans Libre', cursive;*/
  font-family:sans-serif;
  line-height: 1.1;
  letter-spacing:2px;
}

h3.light {
  color:  rgb(84, 0, 102);
  font-size: 36px;
}

h3.heading-1 {
  /* MAIN TITLE */
  color: rgb(84, 0, 102);
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  
}

h5.instructional-heading {
  margin: 0 auto;
  max-width: 800px;
  color: #77695c;
  text-align: center;
  font-size: 20px;
}

h5 {
  color: #000;
  font-family: 'Roboto', sans-serif;
}

p.paragraph, ul, li {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, 0);
  text-align: justify;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;

}


p.paragraph.table-labels {
  float: left;
  max-width: none;
  width: 25%;
  /*color: #248f7e;*/
  color:#000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

p.paragraph.copyright {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #d3d3d3;
  text-align: center;
  font-size: 14px;
}

p.paragraph a.link-color {
  color: rgb(255, 255, 255);
  font-size: 18px;
}

p.paragraph span.strong {
  font-weight: 700;
}

p.paragraph.quote-author {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 24px;
  font-family: 'Averia Libre', 'Hoefler Text', 'Baskerville old face', Garamond, 'Times New Roman', serif;
  
}

p.paragraph.social-caption {
  text-align: center;
}

p.paragraph.table-element {
  float: left;
  margin-top: 15px;
  max-width: none;
  width: 25%;
}

p.paragraph span.link {
  color: #007f67;
}

p.paragraph.light {
  /*color: rgba(255, 255, 255, .85);*/
  font-size: 28px;
  color: black;
}

p.paragraph.quote {
  width: 80%;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  color: black;
  line-height: 1.6;
  text-align: justify;
}

p.paragraph.paragraph-1 {
    color: rgb(15, 15, 15);
    text-align: justify;
    max-width: 95%;

}

p.paragraph.paragraph-2 {
  color: rgb(15, 15, 15);
  text-align: justify;
  max-width: 65%;
  font-size: 17pt;

}

p.paragraph.list{
  font-size: 20px;
  color: rgb(15, 15, 15);
  margin-left: 15%;
  text-align: left;
  line-height: 2;
}

p.paragraph a.link-color:hover {
  color: rgb(12, 85, 243);
  text-decoration: underline;
  text-transform: none;
}

p.paragraph span.link:hover {
  color: #00c49f;
  text-decoration: none;
}

/* Common Elements */

div.rule hr {
  border-top-width: 2px;
  border-top-color: rgb(2, 21, 63);
  
}

div.rule {
  margin-right: auto;
  margin-left: auto;
}

div.rule.h3-underline {
  padding-top: 5px;
  padding-bottom: 20px;
  max-width: 80px;
  width: 100%;
}

div.rule.h3-underline.light hr {
  border-top-color:rgb(38, 11, 44);
}

/*NAVEGADOR*/
a.link-button.nav-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 50px;
  border-right: 1px solid rgb(85, 27, 94);
  
  border-bottom: 1px solid rgb(85, 27, 94);
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: transparent;
  color: rgb(83, 28, 92);
  font-size: 16px;
  font-weight:500;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}


a.link-button {
  background-color: rgb(4, 37, 111);
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.table-button:hover {
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
      -ms-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

a.link-button:hover {
  opacity: .80;
}

a.link-button.nav-item:hover {
  padding-top: 12px;
  color: rgb(83, 28, 92);
  ;
  
  opacity: 1;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
      -ms-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

textarea {
  margin-top: 10px;
  margin-bottom: 0px;
  height: 150px;
  border-style: none;
  border-right-style: none;
  border-bottom: 2px solid #fff;
  border-left-style: none;
  border-top-left-radius: 10 20;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: rgb(4, 37, 111);
  /* rgb(188, 181, 221);*/
  color: #000;
  text-align: left;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
}

textarea:focus {
  border-top: 0 none transparent;
  border-right: 0 none transparent;
  border-bottom-width: 2px;
  border-bottom-color: #1f1f1f;
  border-left: 0 none transparent;
  box-shadow: none;
  color: #000;
  
}

label.label {
  margin-top: 8px;
  /* aqui */
  color: rgb(4, 37, 111);
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}

label.label.label-2 {
  /*color: #91ffc8;*/
  color: #169431;
}

/* Layout Elements */

body {
  height: auto;
}

body > .row {
  max-width: none;
  width: auto;
}

body > .row > [class*='sarcam-span-'].navigation {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  padding-top: 0px;

  -webkit-justify-content: flex-end;
     -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
       -o-justify-content: flex-end;
          justify-content: flex-end;
}

body > .row > [class*='sarcam-span-'].footer {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #0a0b17;
}

body > .row > [class*='sarcam-span-'].contact {
  margin-top: 0;
  padding-right: 0;
  padding-left: 50;
  align-self: center;
  background-color: #e9e9e9;
  /*background-image: url('../background-contact.gif');*/
  background-size: cover;
}

body > .row.quote-section {
  padding: 0 0 35px;
  /*background-color: #a69b93;*/
  background-image:url("../Fondo-24.png");
  background-position: left center;
  background-size: cover;
}

/*HEADER*/
body > .row.nav-row {
  position: static;
  background-position: top;
  z-index: 1000;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 10px;
  width: 100%;
  
  /* bg header */
  background-color:rgb(221, 207, 224);
}

body > .row > [class*='sarcam-span-'].clientes {
  margin-left: auto;
  margin-right: auto;
  min-height: 700px;
  background-position: center top;
  background-size: cover;
}

body > .row > [class*='sarcam-span-'].quote-column {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}

body > .row.small-width {
  max-width: 1200px;
}

body > .row.row-2 {
  background-image: -webkit-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:    -moz-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:     -ms-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:      -o-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
}

body > .row.activities.small-width {
  margin-top: 40px;
  margin-bottom: 0;
}

body > .row > [class*='sarcam-span-'] {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}


body > .row > [class*='sarcam-span-'].header {
  padding-top: 3px;
  padding-bottom: 0;
  /*BG first section*/
  color: black;
  background-color: rgb(221, 207, 224);
  background-image: none;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

body > .row > [class*='sarcam-span-'].header-cover {
  padding-right: 0;
  padding-left: 0;
}

.row > [class*='sarcam-span-'] > form.form-container.contact-form {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px 40px;
  max-width: 600px;
  width: 50%;
}

/*Buena reputacion*/
.row > [class*='sarcam-span-'] > .container.instructional-container {
  margin: 30px auto 7px;
  padding: 15px;
  max-width: 500px;
  border-top: 2px dotted rgba(112, 96, 90, .50);
  border-right: 0 none rgba(112, 96, 90, .30);
  border-bottom: 2px dotted rgba(112, 96, 90, .50);
  border-left: 0 none rgba(112, 96, 90, .30);
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: transparent;
}


.row > [class*='sarcam-span-'] > .container.table-row {
  min-height: 30px;
}

div.responsive-picture.halftone-pattern {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}


a.link-button-glyph.go-to-top {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.responsive-picture.logo {
  margin-top: 20px;
  margin-right: 0;
  max-width: 350px;
}


div.responsive-picture.instructional-icon {
  margin: 0 auto;
  max-width: 250px;
  opacity: .8;
}

.row > [class*='sarcam-span-'] > .container.header-image {
  margin-bottom: 0;
  padding-right: 0;
  min-height: 400px;
  background-image: url('../Santiago.jpg');
  background-position: center;
  background-size: cover;
}


@media screen and (max-width: 120px) {
  /* Interaction Elements */

  a.link-button.nav-item {
    border-right: 0 none rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
    border-left: 0 none rgba(133, 114, 91, .31);
  }

@media screen and (max-width: 557px) {
  /* Text Elements */

  h3 {
    margin-top: 30px;
    font-size: 24px;
  }

  h5.instructional-heading {
    font-size: 16px;
  }

  p.paragraph {
    font-size: 1 em;
    color: black;
  }


  p.paragraph.table-element {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  p.paragraph.quote {
    font-size: 17px;
  }

  /* Interaction Elements */

  a.link-button.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
  }

  a.link-button.table-button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  a.link-button.nav-item:hover {
    padding-top: 10px;
  }

  textarea {
    height: 100px;
  }

  label.label {
    font-size: 15px;
    color: black;
  }

  /* Layout Elements */

  body > .row.activities-buttons.small-width {
    margin-bottom: 30px;
  }

  body > .row.activities.small-width {
    display: none;
  }

  body > .row > [class*='sarcam-span-'].clientes {
    min-height: 200px;
  }

  body > .row.quote-section {
    padding-bottom: 30px;
    padding-left: 0;
  }

  body > .row.nav-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  body > .row.table {
    padding: 10px 0;
  }

  .row > [class*='sarcam-span-'] > .container.instructional-container {
    margin-top: 10px;
    padding: 10px;
    max-width: 350px;
    width: 80%;
  }

  div.image-for-button {
    max-width: 60px;
  }

  .row > [class*='sarcam-span-'] > .container.table-row {
    padding-top: 0;
    min-height: 20px;
  }

  .row > [class*='sarcam-span-'] > form.form-container.contact-form {
    padding-bottom: 20px;
  }


  .row > [class*='sarcam-span-'] > .container.header-image {
    min-height: 170px;
  }
}}

@media screen and (max-width: 1046px) {
  /* Text Elements */

  h1.head-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  h1 {
    font-size: 32px;
  }

  h4.footer-heading {
    font-size: 20px;
    line-height: 1.2;
  }

  p.paragraph.head-paragraph {
    font-size: 18px;
  }

  p.paragraph {
    font-size: 14px;
  }

  p.paragraph.cat-description {
    padding: 10px;
    font-size: 12px;
  }

  a.link-text {
    font-size: 14px;
  }

  a.link-text.contact-address {
    margin-bottom: 60px;
    font-size: 32px;
  }

  /* Common Elements */

  div.rule.info-rule {
    margin-bottom: 30px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].head-column {
    margin-top: 50px;
    padding: 20px 30px 15px;
  }

  body > .row.head-section {
    min-height: 500px;
  }

  body > .row.new-section-row {
    padding-top: 30px;
  }

  body > .row > [class*='coffee-span-'].cat-headshot-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  body > .row.cats-for-adoption-row {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  body > .row.info-sectioin {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  div.responsive-picture.footprint {
    max-width: 65px;
  }

  a.social-image.social {
    max-width: 40px;
  }

  div.responsive-picture.full-width-image.sponsors {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 674px) {
  /* Text Elements */

  h1.head-title {
    text-align: center;
    font-size: 20px;
  }

  h1.regular-title {
    font-size: 20px;
  }

  h3.cat-name {
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    font-size: 13px;
  }

  h3.info-heading {
    font-size: 17px;
    line-height: 1.2;
  }

  h4.footer-heading {
    font-size: 17px;
  }

  p.paragraph.head-paragraph {
    text-align: center;
    font-size: 14px;
  }

  p.paragraph {
    font-size: 12px;
  }

  p.paragraph.cat-description {
    display: none;
  }

  a.link-text {
    font-size: 12px;
  }

  a.link-text.contact-address {
    margin-bottom: 40px;
    font-size: 20px;
  }

  /* Common Elements */

  div.rule.info-rule {
    margin-bottom: 15px;
  }

  /* Interaction Elements */

  a.link-button.nav-element {
    padding: 10px;
    font-size: 14px;
  }

  a.link-button.button-adopt {
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
  }

  a.link-button.button-help {
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].logo-column {
    text-align: center;
  }

  body > .row > [class*='coffee-span-'].nav-column {
    text-align: center;
  }

  body > .row > [class*='coffee-span-'] {
    padding-right: 10px;
    padding-left: 10px;
  }

  body > .row > [class*='coffee-span-'].head-column {
    margin-top: 0;
    padding: 10px;
  }

  body > .row.head-section {
    padding-top: 0;
    min-height: 350px;
    background-position: left center;
  }

  body > .row.new-section-row {
    padding-top: 15px;
    padding-right: 0;
  }

  body > .row > [class*='coffee-span-'].cat-headshot-column {
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
  }

  body > .row.cats-for-adoption-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  body > .row.nav-row {
    position: static;
  }

  body > .row.info-sectioin {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  body > .row.head-section.violet {
    background-position: center center;
  }

  .row > [class*='coffee-span-'] > .container.nav-buttons-container {
    display: inline-block;
    float: none;
    width: auto;
  }

  a.responsive-picture.nav-logo {
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 150px;
  }

  a.responsive-picture.cat-headshot {
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
  }

  .row > [class*='coffee-span-'] > .container.info-container {
    width: auto;
  }

  div.responsive-picture.footprint {
    margin-bottom: 0;
    min-width: 0;
    max-width: 50px;
  }

  a.social-image.social {
    max-width: 35px;
  }

  div.responsive-picture.full-width-image.sponsors {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 406px) {
  /* Text Elements */

  a.link-text.info-learn {
    text-align: center;
  }

  a.social-image.social {
    max-width: 45px;
  }

  div.responsive-picture.image-1 {
    max-width: none;
  }

  div.responsive-picture.footprint {
    display: inline-block;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'].info-subgrid-column {
    text-align: center;
  }

  .row > [class*='coffee-span-'] .subgrid > .row > [class*='coffee-span-'].data-subgrid-column {
    text-align: center;
  }

  .row > [class*='coffee-span-'] > .container.stars-container {
    display: inline-block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}