  /**************************************/
 /* Site RED Eventos
/* Versão 0.1 */


@import url('css_reset.css');
@import url('slippry.css');


  /**************************************/
 /************** GLOBALS ***************/
/**************************************/

@font-face {
    font-family: 'arquitecta_regular';
    src: url('fonts/latinotype_-_arquitecta.eot');
    src: url('fonts/latinotype_-_arquitecta.eot?#iefix') format('embedded-opentype'),
         url('fonts/latinotype_-_arquitecta.woff2') format('woff2'),
         url('fonts/latinotype_-_arquitecta.woff') format('woff'),
         url('fonts/latinotype_-_arquitecta.ttf') format('truetype'),
         url('fonts/latinotype_-_arquitecta.svg#arquitectaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arquitecta_black';
    src: url('fonts/latinotype_-_arquitectablack.eot');
    src: url('fonts/latinotype_-_arquitectablack.eot?#iefix') format('embedded-opentype'),
         url('fonts/latinotype_-_arquitectablack.woff2') format('woff2'),
         url('fonts/latinotype_-_arquitectablack.woff') format('woff'),
         url('fonts/latinotype_-_arquitectablack.ttf') format('truetype'),
         url('fonts/latinotype_-_arquitectablack.svg#arquitecta_blackblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arquitecta_heavy';
    src: url('fonts/latinotype_-_arquitectaheavy.eot');
    src: url('fonts/latinotype_-_arquitectaheavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/latinotype_-_arquitectaheavy.woff2') format('woff2'),
         url('fonts/latinotype_-_arquitectaheavy.woff') format('woff'),
         url('fonts/latinotype_-_arquitectaheavy.ttf') format('truetype'),
         url('fonts/latinotype_-_arquitectaheavy.svg#arquitecta_heavyheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arquitecta_medium';
    src: url('fonts/latinotype_-_arquitectamedium.eot');
    src: url('fonts/latinotype_-_arquitectamedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/latinotype_-_arquitectamedium.woff2') format('woff2'),
         url('fonts/latinotype_-_arquitectamedium.woff') format('woff'),
         url('fonts/latinotype_-_arquitectamedium.ttf') format('truetype'),
         url('fonts/latinotype_-_arquitectamedium.svg#arquitecta_mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS: Getting into Good Coding Habits */
*, *::before, *::after{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
html { font-size:100.01%; background-color: #FFFFFF; } 
body { font-size:1em; }

body{ overflow-x:hidden; font-family: "arquitecta_regular", Arial, sans-serif; font-size: 18px; color:#58595b; }
:root{ overflow-x: hidden; }
a, a:link, a:hover, a:visited{ color: inherit; text-decoration: none; }
div{ position:relative; }
.clearfix{ clear:both; }
.alignleft{ float:left; }
.alignright{ float:right; }
.alignnone{ float:none; }
strong{ font-weight: 700; }
em{ font-style: italic; }

.wrapper  { width: 100%; }

@media all and (min-width: 822px) {
  .wrapper { width: 1140px; margin: auto;}
}

  /**************************************/
 /*************** HEADER ***************/
/**************************************/

header {
  background-color: #0076a3;
  height: 63px;
  color: #FFFFFF;
}

header ul {
  width: 100%;
  text-align: center;
}

#main-nav ul li {
  display: inline-block !important;
  padding: 0px;
  margin-right: 30px;
}

#main-nav ul li a {
  display: block;
  width: 100%;
  padding: 14px 9px;
  height: 63px;
  border-top: 8px solid #0076a3;
  letter-spacing: 1px;
}

#main-nav ul li.active a {
  border-top: 8px solid #fec10d;
}

#main-nav ul li a:hover {
  border-top: 8px solid #fec10d;
}

#main-nav { display: none; }

#mobile-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: auto;
  width: 100%;
  font-family: 'arquitecta_heavy', Arial, sans-serif;
}

#bt-menu {
  padding: 15px;
  cursor: pointer;
  font-family: 'arquitecta_heavy', Arial, sans-serif;
}

#bt-menu.active {
  background-color: #fec10d;
}

#mobile-nav ul li ul {
  display: none;
}

#mobile-nav ul li ul li a {
  display: block;
  background-color: #0076a3;
  padding: 15px;
  border-top: 1px solid #FFFFFF;
}

#mobile-nav ul li ul li:hover a {
  background-color: #fec10d;
}


@media all and (min-width: 822px) {

  #mobile-nav { display:none; }
  #main-nav { display: block; }

}

  /**************************************/
 /************* LOGO AREA **************/
/**************************************/

#logo-header div.logo {
  width: 55%;
  z-index: 99;
  margin-bottom: -15px;
  margin-top: 50px;
  left: -20px;
}

#logo-header div.logo img {
  width: 100%;
}

#logo-header div.contato-header {
  position: absolute;
  right: 10px;
  top: -8px;
  font-size: 11px;
  z-index: 100;
}

#logo-header div.contato-header p {
  margin-bottom: -7px;
}

#logo-header div.contato-header img {
  position: relative;
  top: 7px;
}

@media all and (min-width: 822px) {

  #logo-header div.logo {
    width: 421px;
    margin: auto;
    margin-bottom: -35px;
    margin-top: 0px;
  }

  #logo-header div.logo img {
    width: 421px !important;
  }

  #logo-header div.contato-header {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 18px !important;
  }

  #logo-header div.contato-header p {
    margin-bottom: 0px;
  }

}

  /**************************************/
 /*************** HERO *****************/
/**************************************/

#hero-inside {
  margin-top: 0px;
}

#hero-inside img {
  width: 100%;
}

.sy-pager {
  display: none;
}

@media all and (min-width: 822px) {

    #hero-inside {
      margin-top: -35px;
    }
    .sy-pager {
      display: block;
    }
}

  /**************************************/
 /*************** MENU-2 ***************/
/**************************************/

div.menu-2, 
div.menu-2-mobile {
  display: none;
  background-color: #f1f1f1;
  height: 60px;
  margin-top: 12px;
}

div.menu-2 ul,
div.menu-2-mobile ul {
  width: 100%;
  text-align: center;
}

div.menu-2 ul li {
  display: inline-block;
  color: #0076a3;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 18px;
}

div.menu-2-mobile { display: block; height: auto;}

div.menu-2-mobile ul li {
  display: block;
  color: #0076a3;
  font-size: 16px;
  letter-spacing: 1px;
  border-top: 1px solid #FFFFFF;
}

div.menu-2-mobile ul li a {
  display: block;
  padding: 12px;
}

div.menu-2-mobile ul li:hover a {
  color: #fec10d;
}

@media all and (min-width: 822px) {

  div.menu-2-mobile { display: none; }
  div.menu-2 { display: block; }

}




  /**************************************/
 /************ CONTENT HOME ************/
/**************************************/

#content {
  padding: 18px 0px;
}

#content .coluna {
  line-height: 140%;
}

#content .coluna h2 {
  font-family: 'arquitecta_heavy', Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  color: #0076a3;
  margin-bottom: 15px;
}

#content .primeira {
  text-align: center;
  margin-top: 15px;
  padding: 0px 20px;
}

#content .segunda {
  text-align: center;
}

#content .terceira {
  border-top: 1px dotted #0076a3;
  padding-top: 25px;
  text-align: center;
}

@media all and (min-width: 822px) {

  #content .coluna {
    float: left;
    text-align: left;
  }

  #content .primeira {
    width: 430px;
    text-align: right;
    margin-top: 55px;
  }

  #content .segunda {
    margin: 0px 15px;
  }

  #content .terceira {
    width: 420px;
    border-top: 1px dotted #0076a3;
    padding-top: 25px;
    margin-top: 65px;
  }


}

#diferenciais {
  padding: 18px 0px 0px;
}

#diferenciais li {
  display: block;
  width: 100%;
  text-align: right;
}

#diferenciais li p {
  width: 100%;
  line-height: 120%;
  clear: both;
  padding: 0px 20px;
  text-align: center;
}

#diferenciais .ruler {
  height: 10px;
  background-color: #fec10d;
}

#diferenciais .titulo {
  font-size: 22px;
  color: #fec10d;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

#diferenciais .right {
  position: relative;
  top: -17px;
  background-color: #FFFFFF;
  width: 190px;
  float: right;
  padding-right: 12px;
}

#diferenciais .left {
  position: relative;
  top: -17px;
  background-color: #FFFFFF;
  width: 130px;
  float: left;
  text-align: left;
  padding-left: 12px;
}

#clientes-home {
  display: none !important;
  margin-left: 5.6%;
}

#clientes-home p {
  float: left;
}

#clientes-home-mobile {
  margin-top: 15px;
  padding: 0px;
}

#clientes-home-mobile p {
  text-align: center;
  width: 100%;
}

#titulo-pagina {
  width: 100%;
  padding-top: 12px;
  text-align: center;
  margin: 0px auto 0px;
}

#titulo-pagina h2{
  color: #0076a3;
  font-size: 22px;
  font-family: 'arquitecta_heavy', Arial, sans-serif;
  letter-spacing: 2px;
}


@media all and (min-width: 822px) {

  #clientes-home-mobile { display: none; }
  #clientes-home { display: block; }

  #diferenciais li {
    display: inline-block;
    width: 49%;
  }

  #diferenciais li p {
    width: 90%;
    line-height: 120%;
  }

  #diferenciais .ruler {
    height: 10px;
    background-color: #fec10d;
  }

  #diferenciais .titulo {
    font-size: 22px;
    color: #fec10d;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }

  #diferenciais .right {
    position: relative;
    top: -15px;
    background-color: #FFFFFF;
    width: 180px;
    float: right;
  }

  #diferenciais .left {
    position: relative;
    top: -15px;
    background-color: #FFFFFF;
    width: 130px;
    float: left;
  }

  #titulo-pagina {
    background: url(../images/titulo-bg.png) no-repeat;
    width: 413px;
    height: 72px;
    padding-top: 32px;
    text-align: center;
    margin: -40px auto 0px;
  }


}


  /**************************************/
 /*************** EMPRESA **************/
/**************************************/

#empresa {
  text-align: justify;
}

#empresa li {
  width: 100%;
  display: block;
  border-right: 1px solid #0076a3;
  vertical-align: top;
  height: auto;
  padding: 0px 20px;  
  line-height: 140%;
  text-align: center;
  margin-top: 35px;
}

#empresa li:first-child {
  margin-top: 0px;
}

#empresa li p {
  margin-bottom: 12px;
}

#empresa li h2 {
  color: #0076a3;
  margin-bottom: 15px;
}

#content.empresa div.texto {
  border-top: 1px solid #0076a3;
  padding-top: 45px;
  text-align: center;
  padding: 45px 20px 0px;
}

#content.empresa div.texto p {
  margin-bottom: 12px;
}

#content.empresa div.texto h2 {
  color: #0076a3;
  margin-bottom: 15px;
}

#content.empresa div.texto ul {
  display: block;
}

#content.empresa div.texto li {
  display: block;
  width: 100%;
  margin: 0px 0px 15px;
}

#content.empresa div.texto li:last-child {
  margin-right: 0%;
}

#content.empresa div.texto li img {
  width: 100%;
}

@media all and (min-width: 822px) {

    #empresa {
      text-align: justify;
    }

    #empresa li {
      width: 33%;
      display: inline-block;
      border-right: 1px solid #0076a3;
      vertical-align: top;
      height: 350px;
      padding-right: 45px;
      line-height: 100%;
      padding-top: 3px;
      padding-bottom: 3px;
    }

    #empresa li p {
      margin-bottom: 12px;
    }

    #empresa li h2 {
      color: #0076a3;
      margin-bottom: 15px;
    }

    #content.empresa div.texto {
      border-top: 1px solid #0076a3;
      padding-top: 45px;
    }

    #content.empresa div.texto p {
      margin-bottom: 12px;
    }

    #content.empresa div.texto h2 {
      color: #0076a3;
      margin-bottom: 15px;
    }

    #content.empresa div.texto ul {
      display: flex;
    }

    #content.empresa div.texto li {
      flex-grow: 1;
      display: inline-block;
      width: 31%;
      margin-right: 2%;
    }

    #content.empresa div.texto li:last-child {
      margin-right: 0%;
    }

    #content.empresa div.texto li img {
      width: 100%;
    }

}

  /**************************************/
 /*************** PRODUTOS *************/
/**************************************/

#produtos {
  text-align: center;
}

#produtos h2 {
  color: #0076a3;
  margin-bottom: 15px;
}

#produtos li {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0px 20px;
}

#produtos ul.produtos-carrosel li {
  width: 100%;
}

#produtos ul.produtos-carrosel li img {
  width: 100%;
}

#produtos li div.holder ul li {
  width: 100%;
  display: block;
  padding-top: 15px;
  line-height: 140%;
}

.sy-controls-no-bg li.sy-next {
  right: -83% !important;
  top: 0; 
}


@media all and (min-width: 822px) {

  #produtos {
    text-align: left;
  }

  #produtos h2 {
    color: #0076a3;
    margin-bottom: 15px;
  }

  #produtos li {
    display: inline-block;
    width: 49.8%;
    vertical-align: top;
  }

  #produtos ul.produtos-carrosel li {
    width: 520px;
    height: 315px;
  }

  #produtos ul.produtos-carrosel li img {
    width: 100%;
  }

  #produtos li div.holder ul li {
    width: 49.6%;
    display: inline-block;
    padding-top: 15px;
    line-height: 140%;
  }

  .sy-controls-no-bg li.sy-next {
    right: -37% !important;
    top: 0; 
  }

}

  /**************************************/
 /*************** OBRAS ****************/
/**************************************/

#obras {
  display: block;
  padding: 0px 20px;
}

#obras li {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

#obras li ul li {
  margin-bottom: 0px;
}

#obras div.travamentos,
#obras div.escoramentos,
#obras div.protecoes {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 6px;
  margin-bottom: 12px;
}

#obras div.travamentos {
  background-color: #0076a3;
}

#obras div.escoramentos {
  background-color: #58595b;
}

#obras div.protecoes {
  background-color: #fec10d;
}

#obras ul.travamentos,
#obras ul.escoramentos,
#obras ul.protecoes {
  display: flex;
  flex-wrap: wrap;
}

#obras ul.travamentos li,
#obras ul.escoramentos li,
#obras ul.protecoes li {
  flex-grow: 1;
  width: 45%;
  margin: 6px 0%;
  margin-right: 5%
}

#obras ul.travamentos li:nth-child(2n),
#obras ul.escoramentos li:nth-child(2n),
#obras ul.protecoes li:nth-child(2n) {
  margin-right: 0%;
}

#obras ul.travamentos li img,
#obras ul.escoramentos li img,
#obras ul.protecoes li img {
  width: 100%;
  cursor: pointer;
}


#obras ul.travamentos li img.display-none,
#obras ul.escoramentos li img.display-none,
#obras ul.protecoes li img.display-none {
  display: none;
}

#obras ul.travamentos li:hover img,
#obras ul.escoramentos li:hover img,
#obras ul.protecoes li:hover img {
  display: none;
}

#obras ul.travamentos li:hover img.display-none,
#obras ul.escoramentos li:hover img.display-none,
#obras ul.protecoes li:hover img.display-none {
  display: block;
}

#obras p {
  text-align: center;
  margin: 9px 0px;
  text-decoration: underline;
}

#obras p.travamentos {
  color: #0076a3;
}

#obras p.escoramentos {
  color: #58595b;
}

#obras p.protecoes {
  color: #fec10d;
}


@media all and (min-width: 822px) {

    #obras {
      display: flex;
    }

    #obras li {
      flex-grow: 1;
      display: inline-block;
      width: 31%;
      margin-right: 2%;
    }

    #obras div.travamentos,
    #obras div.escoramentos,
    #obras div.protecoes {
      width: 100%;
      text-align: center;
      color: #FFFFFF;
      padding: 6px;
      margin-bottom: 12px;
    }

    #obras div.travamentos {
      background-color: #0076a3;
    }

    #obras div.escoramentos {
      background-color: #58595b;
    }

    #obras div.protecoes {
      background-color: #fec10d;
    }

    #obras ul.travamentos,
    #obras ul.escoramentos,
    #obras ul.protecoes {
      display: flex;
      flex-wrap: wrap;
    }

    #obras ul.travamentos li,
    #obras ul.escoramentos li,
    #obras ul.protecoes li {
      flex-grow: 1;
      width: 45%;
      margin: 6px 0%;
      margin-right: 5%
    }

    #obras ul.travamentos li:nth-child(2n),
    #obras ul.escoramentos li:nth-child(2n),
    #obras ul.protecoes li:nth-child(2n) {
      margin-right: 0%;
    }

    #obras ul.travamentos li img,
    #obras ul.escoramentos li img,
    #obras ul.protecoes li img {
      width: 100%;
      cursor: pointer;
    }


    #obras ul.travamentos li img.display-none,
    #obras ul.escoramentos li img.display-none,
    #obras ul.protecoes li img.display-none {
      display: none;
    }

    #obras ul.travamentos li:hover img,
    #obras ul.escoramentos li:hover img,
    #obras ul.protecoes li:hover img {
      display: none;
    }

    #obras ul.travamentos li:hover img.display-none,
    #obras ul.escoramentos li:hover img.display-none,
    #obras ul.protecoes li:hover img.display-none {
      display: block;
    }

    #obras p {
      text-align: center;
      margin: 9px 0px;
      text-decoration: underline;
    }

    #obras p.travamentos {
      color: #0076a3;
    }

    #obras p.escoramentos {
      color: #58595b;
    }

    #obras p.protecoes {
      color: #fec10d;
    }

}
  /**************************************/
 /*************** CLIENTES *************/
/**************************************/

#clientes-mobile li {
  width: 100%;
  line-height: 175%;
  font-size: 22px;
  text-align: center;
}

#clientes-mobile li span {
  color: #0076a3;
}

#clientes { display: none; }


@media all and (min-width: 822px) {

  #clientes-mobile { display: none; }
  #clientes { display: block; }

  #clientes li {
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    line-height: 175%;
  }

  #clientes li span {
    color: #0076a3;
  }

}


  /**************************************/
 /*************** CONTATO **************/
/**************************************/

#contato {
  width: 100%;
  padding: 0px 20px;
}

#contato li {
  width: 100% !important;
  display: block;
  vertical-align: top;
  line-height: 120%;
  text-align: center;
}

#contato li:first-child {
  margin-bottom: 35px;
}

#contato h2 {
  color: #0076a3;
  margin-bottom: 15px;
}

#contato span {
  color: #0076a3;
}

#contato input[type="text"] {
  width: 100%;
  border: 1px solid #0076a3;
  padding: 3px 5px;
  margin: 9px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#contato textarea {
  width: 79%;
  resize: none;
  height: 156px;
  border: 1px solid #0076a3;
  padding: 3px 5px;
  margin: 9px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#contato input[type="submit"] {
  width: 19%; 
  margin-left: 5%;
  position: relative;
  top: 9px;
  height: 156px;
  padding: 0;
  margin: 0;
  background: none;
  background-color: #0076a3;
  border: 0px solid #FFFFFF;
  color: #FFFFFF;
  vertical-align: top;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#submit {
  width: 19%; 
  margin-left: 5%;
  position: relative;
  top: 9px;
  height: 156px;
  padding: 0;
  margin: 0;
  background: none;
  background-color: #0076a3;
  border: 0px solid #FFFFFF;
  color: #FFFFFF;
  vertical-align: top;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#contato iframe {
  margin-left: -20px;
}

@media all and (min-width: 822px) {

    #contato {
      width: 80%;
      margin: auto;
    }

    #contato li {
      display: inline-block;
      vertical-align: top;
      line-height: 120%;
      text-align: left;
    }

    #contato li:first-child {
      width: 55% !important;
      margin-bottom: 0px !important;
    }

    #contato li:nth-child(2) {
      width: 44.5% !important;
    }

    #contato h2 {
      color: #0076a3;
      margin-bottom: 15px;
    }

    #contato span {
      position: relative;
      color: #0076a3;
      left: 18%;
    }

    #contato input[type="text"] {
      width: 90%;
      border: 1px solid #0076a3;
      padding: 3px 5px;
      margin: 9px 0px;
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
    }

    #contato textarea {
      width: 70%;
      resize: none;
      height: 156px;
      border: 1px solid #0076a3;
      padding: 3px 5px;
      margin: 9px 0px;
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
    }

    #contato input[type="submit"] {
      width: 19%; 
      margin-left: 5%;
      position: relative;
      top: 9px;
      height: 156px;
      padding: 0;
      margin: 0;
      background: none;
      background-color: #0076a3;
      border: 0px solid #FFFFFF;
      color: #FFFFFF;
      vertical-align: top;
      cursor: pointer;
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
    }

    #submit {
      width: 19%; 
      margin-left: 5%;
      position: relative;
      top: 9px;
      height: 156px;
      padding: 0;
      margin: 0;
      background: none;
      background-color: #0076a3;
      border: 0px solid #FFFFFF;
      color: #FFFFFF;
      vertical-align: top;
      cursor: pointer;
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
    }

    #contato iframe {
      margin-left: 0px;
    }

}


  /**************************************/
 /*************** FOOTER ***************/
/**************************************/


footer {
  background-color: #f1f1f2;
  clear: both;
  padding-bottom: 20px;
}

#footer div.logo {
  width: 100%;
  padding: 10%;
  text-align: center;
}

#footer div.logo img {
  width: 100%;
}

#footer div.texto, #footer div.mapa {
  width: 100%;
  text-align: center;
}

#footer div.texto {
  margin-top: 25px;
  text-align: center;
  line-height: 140%;
}

#footer div.texto .blue {
  margin-top: 12px;
  color: #0076a3;
}


@media all and (min-width: 822px) {

  footer {
    height: 200px;
    margin-top: 18px;
    padding-bottom: 0px;
  }

  #footer {
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    height: 200px;
  }

  #footer div.logo {
    float: left;
    margin-top: 60px;
    padding: 0;
    width: 344px;
  }

  #footer div.logo img {
    width: 344px !important;
  }

  #footer div.texto, #footer div.mapa {
    float: right;
    margin-top: 25px;
    text-align: left;
    width: auto;
  }

  #footer div.texto {
    text-align: right;
    margin-right: 25px;
    padding-top: 21px;
    margin-top: 0px;
  }

  #footer div.texto .blue {
    color: #0076a3;
    margin-top: 25px;
  }

}
