@import url("../css/animate.css");
/*Fonts*/
@import url("../fonts/fontawesome/css/fontawesome-all.css");
@font-face {
  font-family: 'titulo';
  src: url("../fonts/OSWALD-REGULAR.eot");
  src: url("../fonts/OSWALD-REGULAR.eot?#iefix") format("embedded-opentype"), url("../fonts/OSWALD-REGULAR.ttf") format("truetype"), url("../fonts/OSWALD-REGULAR.svg#OSWALD-REGULAR") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

/*codigo de reset*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body,
button,
input,
textarea {
  font-smoothing: antialiased; }

textarea {
  resize: none; }

img {
  border: none; }

h1, h2, h3, h4, h5, h6, p, a, table, span {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

:before,
:after {
  font-family: "FontAwesome2" !important; }

p {
  line-height: 1.3em; }

a {
  color: inherit; }

html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  background: #6fd5f0; }

::selection {
  background: #6fd5f0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

b {
  font-family: "parrafob", sans-serif; }

.hidden {
  display: none; }

.bg {
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.fixed_bg {
  background-attachment: fixed; }

.loading {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: fixed; }
  .loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.fleft {
  float: left; }

.fright {
  float: right; }

.boton {
  background-color: #EF6F21;
  color: #fff;
  font-family: "titulo", sans-serif;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
  position: relative;
  z-index: 2; }
  .boton:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 90%;
    height: 90%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .boton:after {
    content: attr(data-text);
    font-family: "titulo", sans-serif, "FontAwesome" !important;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    z-index: 2;
    text-align: center; }
  .boton:hover {
    background-color: #759BD3;
    color: #fff; }
    .boton:hover:before {
      background-color: rgba(117, 155, 211, 0.5);
      width: 105%;
      height: 120%; }
    .boton:hover:after {
      opacity: 1; }

input,
select,
textarea {
  padding: 12px 35px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "parrafo", sans-serif;
  text-align: left !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  input:hover,
  select:hover,
  textarea:hover {
    background-color: rgba(229, 229, 229, 0.5); }

textarea {
  height: 150px; }

.c1-3 {
  width: 32.33%;
  float: left; }

.slick-arrow {
  font-weight: 600;
  cursor: pointer; }

#socialfix {
  left: 0;
  z-index: 11;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: fixed; }
  #socialfix div {
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); }
    #socialfix div:hover {
      width: 55px;
      padding-left: 10px; }

@media only screen and (max-width: 600px) {
  #socialfix {
    display: none; } }

header {
  height: 70px;
  background-color: #fff;
  z-index: 10;
  padding: 0 10px 0 25px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header a {
    font-family: "titulo", sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
    color: #759BD3;
    letter-spacing: 1px;
    cursor: pointer; }
    header a.phone {
      color: #000;
      font-size: 20px; }
      header a.phone:before {
        content: "\f095";
        margin-right: 5px;
        font-weight: 600; }
    header a:hover {
      color: #EF6F21; }
  header .boton {
    margin-left: -5px;
    font-size: 18px;
    display: inline-block; }
    header .boton:hover:before {
      width: 107%; }
    header .boton:hover:after {
      font-size: 18px; }
  header .open_menu {
    display: inline;
    color: #759BD3;
    font-size: 25px;
    margin-right: 20px;
    cursor: pointer;
    display: none; }
    header .open_menu:hover {
      color: #EF6F21; }

@media only screen and (max-width: 1160px) {
  header div a {
    display: none; }
    header div a.phone {
      display: inline; }
    header div a.boton {
      display: inline-block; }
  header .open_menu {
    display: inline;
    margin-right: 10px; } }

@media only screen and (max-width: 700px) {
  header {
    padding: 0 10px 0 15px; }
    header img {
      height: 40px; }
    header a.phone {
      font-size: 17px;
      margin-right: 10px; }
    header a.boton {
      margin-right: 0;
      padding: 10px 15px; }
    header .boton:after {
      font-size: 16px !important; } }

@media only screen and (max-width: 650px) {
  header img {
    height: 37px; }
  header > a {
    margin-right: 0; }
  header .boton {
    font-size: 16px; } }

@media only screen and (max-width: 550px) {
  header div a.phone {
    display: none; } }

#menu {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: #EF6F21;
  top: -100%;
  left: 0;
  padding: 5%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url("../img/site/bgshadow.png");
  background-size: cover;
  background-position: 10%;
  display: flex;
  align-items: center;
  justify-content: center; }
  #menu.open {
    top: 0; }
  #menu div {
    text-align: center; }
    #menu div a {
      display: block;
      padding: 10px 20px;
      font-family: "parrafob", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 18px; }
      #menu div a:hover {
        color: #222; }
      #menu div a.phone {
        color: #222;
        font-size: 18px;
        letter-spacing: 0;
        margin-top: 25px;
        margin-left: -10px; }
        #menu div a.phone:before {
          content: "\f095";
          margin-right: 5px;
          font-weight: 600; }
        #menu div a.phone:hover {
          color: #fff; }
  #menu .open_menu {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #000;
    cursor: pointer; }
    #menu .open_menu:hover {
      color: #EF6F21; }

@media only screen and (min-width: 1160px) {
  #menu {
    display: none; } }

@media only screen and (max-width: 600px) {
  #menu div a {
    font-size: 15px; } }

.fixed_certificate {
  z-index: 10;
  position: fixed;
  top: 70px;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 30px 5px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .fixed_certificate a {
    display: flex;
    align-items: center; }
  .fixed_certificate img {
    height: 35px;
    position: absolute;
    right: 90%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .fixed_certificate p {
    font-family: "titulo", sans-serif;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .fixed_certificate:hover {
    padding: 5px 50px 5px 30px; }

main {
  height: 100%;
  overflow: hidden;
  z-index: 1;
  padding-top: 70px; }
  main #top {
    height: 600px;
    position: relative;
    padding: 40px 50px 50px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); }
    main #top .slogan {
      color: #fff;
      font-family: "titulo", sans-serif;
      position: absolute;
      left: 70px;
      bottom: 130px;
      letter-spacing: 2px;
      font-size: 30px;
      text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5); }
    main #top #quotes {
      background-color: #fff;
      height: 450px;
      box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
      width: 666px;
      float: right;
      padding: 30px 25px;
      z-index: 2;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      main #top #quotes > div {
        text-align: center;
        width: 100%; }
      main #top #quotes h2 {
        font-family: "titulo", sans-serif;
        color: #EF6F21;
        font-size: 35px;
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
        letter-spacing: 2px;
        text-transform: uppercase; }
      main #top #quotes p {
        width: 100%;
        text-align: center;
        font-family: "normal", sans-serif;
        color: #484848;
        letter-spacing: 1px;
        font-size: 20px; }
      main #top #quotes .quote_icons {
        padding: 30px 0; }
        main #top #quotes .quote_icons .slick-list {
          width: 75%;
          margin: 0 auto; }
        main #top #quotes .quote_icons .slick-slide {
          text-align: center; }
          main #top #quotes .quote_icons .slick-slide img {
            display: inherit;
            height: 80px;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
          main #top #quotes .quote_icons .slick-slide p {
            font-size: 15px; }
        main #top #quotes .quote_icons .slick-current img {
          -webkit-filter: none;
          filter: none; }
      main #top #quotes form input {
        width: inherit; }
      main #top #quotes form .boton {
        padding: 15px 35px;
        margin-left: 10px; }
    main #top .single-item {
      position: absolute;
      top: 0;
      left: 0;
      height: 650px;
      width: 100%;
      display: flex;
      align-items: center; }
      main #top .single-item button {
        z-index: 2; }
      main #top .single-item div {
        width: 100%; }
        main #top .single-item div img {
          width: 100%; }
      main #top .single-item .slick-track {
        display: flex;
        align-items: center; }
    main #top #top_txt_slider {
      height: 70px;
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); }
      main #top #top_txt_slider div {
        text-align: center;
        font-family: "normal", sans-serif;
        color: #759BD3;
        line-height: 70px;
        font-size: 25px;
        letter-spacing: 1px;
        position: relative;
        z-index: 4;
        text-transform: uppercase; }
        main #top #top_txt_slider div b, main #top #top_txt_slider div strong {
          font-family: "titulo", sans-serif;
          color: #EF6F21;
          margin-left: 5px;
          margin-right: 5px; }
      main #top #top_txt_slider .slick-arrow {
        z-index: 5; }
  @media only screen and (max-width: 1400px) {
    main #top .single-item div img {
      width: auto;
      height: 100%; } }
  @media only screen and (max-width: 1200px) {
    main #top {
      padding: 40px 30px 50px; } }
  @media only screen and (max-width: 1160px) {
    main #top .slick-prev {
      left: 10px; }
    main #top .slick-next {
      right: 10px; }
    main #top #quotes {
      width: 500px; } }
  @media only screen and (max-width: 1100px) {
    main #top #top_txt_slider div {
      font-size: 20px; } }
  @media only screen and (max-width: 780px) {
    main #top #quotes {
      width: 100%; }
    main #top #top_txt_slider div {
      font-size: 16px;
      line-height: 20px;
      padding: 0 1.3%; }
    main #top .slick-arrow.slick-prev {
      left: 20px; }
    main #top .slick-arrow.slick-next {
      right: 20px; } }
  @media only screen and (max-width: 670px) {
    main #top #quotes h2 {
      font-size: 25px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 560px) {
    main #top {
      padding: 40px 10px 50px; }
      main #top #quotes form input {
        width: 180px;
        clear: both;
        height: 50px; }
      main #top #quotes form .boton {
        width: 180px;
        margin: 0; }
      main #top .slick-arrow.slick-prev {
        left: 5px; }
      main #top .slick-arrow.slick-next {
        right: 5px; } }
  main #needs {
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    main #needs .needs_item {
      width: 16%;
      min-width: 269px;
      text-align: center;
      font-family: "titulo", sans-serif;
      font-size: 17px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #759BD3;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      transform: scale(1);
      box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); }
      main #needs .needs_item .need_img {
        width: 100%;
        height: 183px;
        overflow: hidden;
        text-align: center;
        position: relative; }
        main #needs .needs_item .need_img img {
          width: 100%;
          height: auto; }
        main #needs .needs_item .need_img:before {
          content: "see more";
          line-height: 183px;
          text-align: center;
          font-size: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          font-family: "titulo", sans-serif, "FontAwesome" !important;
          color: #fff;
          background-color: rgba(206, 85, 10, 0.9);
          position: absolute;
          width: 100%;
          height: 100%;
          top: -100%;
          left: 0;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      main #needs .needs_item img {
        width: 100%; }
      main #needs .needs_item p {
        padding: 15px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      main #needs .needs_item:hover {
        color: #EF6F21;
        transform: scale(1.1);
        cursor: pointer; }
        main #needs .needs_item:hover .need_img:before {
          top: 0; }
        main #needs .needs_item:hover#needs_logo {
          transform: scale(1); }
    main #needs #needs_logo {
      width: 13%;
      padding: 0 15px;
      box-shadow: none; }
      main #needs #needs_logo span {
        font-family: "normal", sans-serif;
        color: #5a5a5a; }
      main #needs #needs_logo p {
        font-size: 20px;
        padding: 0;
        color: #EF6F21;
        line-height: 25px; }
      main #needs #needs_logo img {
        width: 80%;
        margin-top: -20px; }
  @media only screen and (max-width: 1675px) {
    main #needs {
      padding: 30px 0px; }
      main #needs #needs_logo {
        width: 11%;
        min-width: 200px; } }
  @media only screen and (max-width: 1560px) {
    main #needs .needs_item {
      min-width: 200px; }
      main #needs .needs_item .need_img {
        text-align: center;
        height: auto; }
        main #needs .needs_item .need_img img {
          margin: 0 auto; } }
  @media only screen and (max-width: 1220px) {
    main #needs {
      padding: 30px 150px;
      flex-wrap: wrap; }
      main #needs #needs_logo {
        width: 30%;
        order: 2; }
      main #needs .needs_item {
        order: 3;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 30%; }
        main #needs .needs_item:nth-of-type(1) {
          order: 1; } }
  @media only screen and (max-width: 917px) {
    main #needs {
      padding: 30px 100px; } }
  @media only screen and (max-width: 818px) {
    main #needs {
      padding: 30px 50px; } }
  @media only screen and (max-width: 715px) {
    main #needs {
      padding: 30px 50px; } }
  @media only screen and (max-width: 650px) {
    main #needs {
      padding: 30px 30px; }
      main #needs #needs_logo {
        margin: 0 auto; }
      main #needs .needs_item {
        width: 100%; } }
  main #carriers {
    padding: 70px 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); }
    main #carriers h2 {
      font-family: "titulo", sans-serif;
      color: #EF6F21;
      font-size: 30px;
      text-align: center;
      width: 95%;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: 2px; }
      main #carriers h2 span {
        font-family: "normal", sans-serif;
        color: #808081; }
    main #carriers .center {
      padding: 50px 8% 0; }
      main #carriers .center div {
        padding: 0 10px;
        display: flex;
        align-items: center; }
        main #carriers .center div a {
          cursor: pointer; }
        main #carriers .center div img {
          opacity: .2;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          main #carriers .center div img:hover {
            opacity: 1;
            -webkit-filter: none;
            filter: none; }
        main #carriers .center div.slick-current img {
          opacity: 1;
          -webkit-filter: none;
          filter: none; }
      main #carriers .center .slick-arrow {
        top: 80%; }
  @media only screen and (max-width: 999px) {
    main #carriers .center {
      padding: 50px 10% 0; }
    main #carriers .slick-arrow.slick-prev {
      left: 20px; }
    main #carriers .slick-arrow.slick-next {
      right: 20px; } }
  @media only screen and (max-width: 600px) {
    main #carriers .center {
      padding: 50px 50px 0; } }
  main #commercial {
    width: 100%;
    background-image: url("../img/site/commercial_cover.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 600px;
    padding: 170px 50px 100px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); }
    main #commercial h2 {
      float: right;
      line-height: 50px;
      font-family: "titulo", sans-serif;
      color: #EF6F21;
      font-size: 30px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 30px;
      display: flex;
      align-items: center; }
      main #commercial h2 span {
        font-family: "normal", sans-serif;
        color: #808081;
        margin-left: 10px; }
      main #commercial h2 img {
        width: 70px;
        margin-left: 15px; }
    main #commercial #comm_columns {
      clear: both;
      margin: 0 auto;
      max-width: 1200px;
      -moz-column-count: 3;
      column-count: 3;
      -moz-column-gap: 60px;
      column-gap: 60px; }
      main #commercial #comm_columns .comm_column {
        padding-top: 40px; }
        main #commercial #comm_columns .comm_column img {
          margin-bottom: 20px;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          max-width: 90px; }
        main #commercial #comm_columns .comm_column h3 {
          font-family: "titulo", sans-serif;
          color: #808081;
          margin-bottom: 20px;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 25px; }
        main #commercial #comm_columns .comm_column p {
          font-family: "normal", sans-serif;
          color: rgba(128, 128, 129, 0.7);
          font-size: 19px;
          line-height: 30px;
          margin-bottom: 20px;
          letter-spacing: 1px; }
        main #commercial #comm_columns .comm_column a {
          text-transform: uppercase;
          font-family: "titulo", sans-serif;
          font-size: 17px;
          letter-spacing: 3px;
          color: #EF6F21;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          main #commercial #comm_columns .comm_column a:hover {
            color: #759BD3; }
        main #commercial #comm_columns .comm_column:hover img {
          transform: scale(1.2); }
  @media only screen and (max-width: 1085px) {
    main #commercial {
      padding-top: 110px; }
      main #commercial h2 {
        margin-bottom: 20px;
        width: 100%;
        padding-bottom: 20px;
        justify-content: flex-end;
        border-bottom: 1px solid #f5f5f5; }
      main #commercial #comm_columns {
        -moz-column-count: 1;
        column-count: 1; }
        main #commercial #comm_columns .comm_column p {
          line-height: 23px; } }
  @media only screen and (max-width: 600px) {
    main #commercial {
      background-size: 200%; }
      main #commercial h2 {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 35px; }
        main #commercial h2 span {
          clear: both;
          display: contents; }
        main #commercial h2 img {
          display: none; } }
  main #advantage {
    width: 100%;
    background-color: #f5f5f5;
    padding: 80px 50px 70px; }
    main #advantage h2 {
      font-family: "titulo", sans-serif;
      color: #EF6F21;
      font-size: 30px;
      text-align: center;
      width: 95%;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid #e5e5e5; }
      main #advantage h2 span {
        font-family: "normal", sans-serif;
        color: #808081; }
      main #advantage h2:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
    main #advantage #adv_columns {
      clear: both;
      margin: 0 auto;
      max-width: 1600px;
      display: flex;
      flex-wrap: wrap; }
      main #advantage #adv_columns .adv_column {
        padding-top: 40px;
        width: 400px;
        padding: 0 20px 15px 20px; }
        main #advantage #adv_columns .adv_column img {
          margin-bottom: 20px;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          max-width: 90px; }
        main #advantage #adv_columns .adv_column h3 {
          font-family: "titulo", sans-serif;
          color: #808081;
          margin-bottom: 20px;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 25px;
          line-height: 30px; }
        main #advantage #adv_columns .adv_column p {
          font-family: "normal", sans-serif;
          color: rgba(128, 128, 129, 0.7);
          font-size: 19px;
          line-height: 30px;
          margin-bottom: 20px;
          letter-spacing: 1px; }
        main #advantage #adv_columns .adv_column a {
          text-transform: uppercase;
          font-family: "titulo", sans-serif;
          font-size: 17px;
          letter-spacing: 3px;
          color: #EF6F21;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          main #advantage #adv_columns .adv_column a:hover {
            color: #759BD3; }
  @media only screen and (max-width: 1750px) {
    main #advantage {
      padding: 80px 70px 70px; }
      main #advantage #adv_columns .adv_column {
        width: 25%; } }
  @media only screen and (max-width: 1370px) {
    main #advantage #adv_columns .adv_column {
      width: 33.33%; } }
  @media only screen and (max-width: 1150px) {
    main #advantage h2:last-child {
      font-size: 25px; }
    main #advantage #adv_columns p {
      line-height: 1.3em !important; }
    main #advantage #adv_columns .adv_column {
      width: 50%; } }
  @media only screen and (max-width: 780px) {
    main #advantage {
      padding: 80px 50px 70px; }
      main #advantage #adv_columns .adv_column {
        width: 100%;
        padding: 0 0 15px; } }
  main #banner {
    height: 550px;
    background-color: #EF6F21;
    background-image: url("../img/site/banner_amerispan.jpg");
    background-size: 100%;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); }
    main #banner .eagle {
      right: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: 300px;
      z-index: 2; }
    main #banner p {
      font-family: "normal", sans-serif;
      color: #fff;
      font-size: 55px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 7%;
      letter-spacing: 5px;
      text-transform: uppercase;
      line-height: 80px;
      z-index: 2; }
      main #banner p span {
        font-size: 62px;
        font-family: "titulo", sans-serif; }
    main #banner:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      top: -50%;
      height: 200%;
      width: 50%;
      background-color: #EF6F21;
      transform: rotate(20deg);
      z-index: 1;
      right: 110%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    main #banner:hover {
      background-size: 110%; }
      main #banner:hover:before {
        right: 55%; }
  @media only screen and (max-width: 1100px) {
    main #banner {
      background-size: cover;
      background-position: left; }
      main #banner:hover {
        background-size: cover; }
      main #banner p {
        font-size: 40px;
        line-height: 50px; }
        main #banner p span {
          font-size: 46px; } }
  @media only screen and (max-width: 820px) {
    main #banner .eagle {
      height: 180px; }
    main #banner p {
      max-width: 250px; }
    main #banner:before {
      width: 70%; }
    main #banner:hover:before {
      right: 40%; } }

footer {
  background-color: #fff;
  background-image: url("../img/site/bgshadow.png");
  background-size: cover;
  background-position: center;
  padding: 80px 7% 30px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative; }
  footer > img {
    height: 100px;
    position: absolute;
    bottom: 15px;
    right: 15px; }
  footer .c1-3 {
    border-right: 1px solid #e5e5e5;
    width: 30%; }
    footer .c1-3 h3 {
      font-family: "titulo", sans-serif;
      color: #EF6F21;
      letter-spacing: 2px;
      font-size: 35px;
      text-transform: uppercase;
      margin-bottom: 40px; }
    footer .c1-3 a, footer .c1-3 p {
      font-size: 18px; }
      footer .c1-3 a i, footer .c1-3 p i {
        margin-right: 10px;
        width: 25px;
        display: inline-block;
        text-align: center; }
    footer .c1-3 a {
      font-family: "normal", sans-serif;
      color: #759BD3;
      letter-spacing: 1px;
      clear: both;
      display: inherit;
      margin-bottom: 25px; }
      footer .c1-3 a:hover {
        color: #EF6F21; }
      footer .c1-3 a.special {
        color: #000;
        font-family: "titulo", sans-serif; }
        footer .c1-3 a.special:hover {
          color: #EF6F21; }
    footer .c1-3 p {
      color: #808081;
      font-family: "normal", sans-serif;
      letter-spacing: 1px;
      margin-bottom: 25px; }
    footer .c1-3:nth-of-type(1) {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
    footer .c1-3:nth-of-type(2) {
      text-transform: uppercase; }
    footer .c1-3:nth-of-type(3) {
      border-right: none; }
      footer .c1-3:nth-of-type(3) p, footer .c1-3:nth-of-type(3) a {
        font-size: 20px; }
  footer #copy {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    margin-top: 5px; }
    footer #copy .rrss {
      display: inline; }
      footer #copy .rrss a {
        font-size: 25px;
        padding: 5px; }
      footer #copy .rrss p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: inline; }
    footer #copy a {
      font-family: "normal", sans-serif;
      color: #759BD3;
      letter-spacing: 1px;
      clear: both;
      display: inherit;
      margin-bottom: 25px;
      font-size: 18px; }
      footer #copy a:hover {
        color: #EF6F21; }
      footer #copy a.special {
        color: #000;
        font-family: "titulo", sans-serif; }
        footer #copy a.special:hover {
          color: #EF6F21; }
    footer #copy p {
      font-size: 18px;
      color: #808081;
      font-family: "normal", sans-serif;
      letter-spacing: 1px;
      margin-top: 15px; }

@media only screen and (max-width: 1110px) {
  footer {
    padding: 60px 2% 30px; }
    footer #copy {
      margin-top: 0; }
    footer .c1-3 a, footer .c1-3 p {
      font-size: 16.5px !important; } }

@media only screen and (max-width: 870px) {
  footer .c1-3 {
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 20px; }
    footer .c1-3 h3 {
      margin-bottom: 20px; }
    footer .c1-3 a, footer .c1-3 p {
      margin-bottom: 15px; }
      footer .c1-3 a i, footer .c1-3 p i {
        margin-right: 5px; }
  footer #copy {
    border-top: 1px solid #e5e5e5; } }

@media only screen and (max-width: 650px) {
  footer > img {
    height: 80px;
    bottom: 20px; }
  footer #copy {
    text-align: left;
    padding-left: 15px; } }

#sign {
  text-align: center;
  font-family: "parrafob", sans-serif;
  color: #759BD3;
  padding: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px; }
  #sign a {
    color: #EF6F21; }
    #sign a:hover {
      color: #222; }

#breadcrumbs {
  width: 100%;
  text-align: center;
  padding: 35px 20px; }
  #breadcrumbs a, #breadcrumbs p {
    display: inline;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px; }
  #breadcrumbs p {
    font-family: "titulo", sans-serif; }
  #breadcrumbs a {
    font-family: "normal", sans-serif;
    margin-right: 40px;
    position: relative; }
    #breadcrumbs a:after {
      content: "\f105";
      font-size: 17px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: -25px;
      color: #000;
      font-weight: 600; }
    #breadcrumbs a:hover {
      color: #EF6F21; }

#top_category,
#top_article {
  height: 600px;
  background-position: center 40% !important;
  background-size: cover !important;
  position: relative; }
  #top_category #top_content,
  #top_article #top_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 5%;
    top: 55%;
    max-width: 650px; }
    #top_category #top_content h1,
    #top_article #top_content h1 {
      color: #fff;
      font-family: "titulo", sans-serif;
      letter-spacing: 2px;
      font-size: 45px; }
    #top_category #top_content .summary,
    #top_article #top_content .summary {
      margin-top: 20px;
      font-family: "parrafo", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 20px; }
  #top_category .eagle,
  #top_article .eagle {
    right: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 300px;
    z-index: 2; }

@media only screen and (max-width: 800px) {
  #top_category .eagle,
  #top_article .eagle {
    height: 150px; }
  #top_category #top_content,
  #top_article #top_content {
    top: 50%;
    padding-right: 100px; } }

#content_category .grid {
  padding: 0 40px 50px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }
  #content_category .grid .item {
    width: 320px;
    text-align: center;
    font-family: "titulo", sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    color: #759BD3;
    margin: 0 10px 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); }
    #content_category .grid .item .item_img {
      height: 180px;
      margin-bottom: 15px;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden; }
      #content_category .grid .item .item_img:before {
        content: "see more";
        line-height: 183px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "titulo", sans-serif, "FontAwesome" !important;
        color: #fff;
        background-color: rgba(206, 85, 10, 0.9);
        position: absolute;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    #content_category .grid .item .item_text {
      padding: 20px; }
      #content_category .grid .item .item_text h2 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 22px; }
      #content_category .grid .item .item_text p {
        font-family: "normal", sans-serif;
        color: #5a5a5a; }
    #content_category .grid .item p {
      padding: 15px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #content_category .grid .item:hover {
      color: #EF6F21;
      transform: scale(1.1);
      cursor: pointer; }
      #content_category .grid .item:hover .need_img:before {
        top: 0; }
      #content_category .grid .item:hover#needs_logo {
        transform: scale(1); }
      #content_category .grid .item:hover .item_img:before {
        top: 0; }

#content_article {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  color: #5a5a5a; }
  #content_article p, #content_article li {
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 21px;
    line-height: 27px;
    font-family: "parrafo", sans-serif; }
  #content_article ul {
    margin: 25px 0;
    padding-left: 30px; }
    #content_article ul li {
      margin-bottom: 13px; }
  #content_article h2, #content_article h3, #content_article h4, #content_article h5 {
    font-family: "titulo", sans-serif;
    color: #EF6F21;
    margin-bottom: 25px;
    margin-top: 40px;
    letter-spacing: 1px; }
  #content_article h2 {
    font-size: 2em; }
  #content_article h3 {
    font-size: 1.6em; }
  #content_article h4 {
    font-size: 1.3em; }
  #content_article b, #content_article strong {
    font-family: "parrafob", sans-serif; }
  #content_article i {
    font-family: "parrafoi", sans-serif; }
  #content_article img {
    width: 100%; }
  #content_article table {
    border: 1px solid #759BD3;
    border-collapse: collapse; }
    #content_article table thead {
      color: #EF6F21;
      font-family: "parrafob", sans-serif;
      letter-spacing: 1px;
      text-align: left;
      font-size: 16px; }
    #content_article table th, #content_article table td {
      border: 1px solid #759BD3;
      padding: 12px; }
    #content_article table tbody {
      color: #222;
      font-family: "parrafo", sans-serif; }

.send_form {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 80px;
  background-color: transparent; }
  .send_form h2 {
    font-family: "titulo", sans-serif;
    color: #EF6F21;
    font-size: 35px;
    margin-bottom: 15px; }
  .send_form label {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 15px;
    display: block;
    text-align: left; }
    .send_form label p {
      font-family: "parrafo", sans-serif;
      font-weight: bold;
      color: #000;
      margin-bottom: 10px;
      font-size: 16px;
      letter-spacing: 1px; }
    .send_form label input,
    .send_form label textarea {
      padding: 15px 20px;
      width: 100%;
      text-align: left; }
  .send_form button {
    padding: 15px 35px; }
    .send_form button:before {
      display: none; }

.forms_container {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 20px;
  color: #5a5a5a; }
  .forms_container .fieldset_form {
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 30px;
    position: relative;
    font-family: "parrafo", sans-serif;
    width: 100%; }
    .forms_container .fieldset_form .title_fieldset_form {
      font-family: "parrafob", sans-serif;
      color: #EF6F21;
      margin: -36px 0px 10px -20px;
      background-color: white;
      font-size: 20px;
      position: absolute;
      top: 22px;
      padding: 0 20px;
      letter-spacing: 0.5px;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .forms_container .fieldset_form label {
      width: 100%;
      clear: both;
      display: flex;
      flex-wrap: wrap; }
      .forms_container .fieldset_form label div {
        width: 100%; }
      .forms_container .fieldset_form label p {
        width: 40%;
        float: left;
        display: flex;
        align-items: center; }
        .forms_container .fieldset_form label p.complete_p {
          width: 100%;
          clear: both;
          display: contents; }
      .forms_container .fieldset_form label .complete_p + div {
        margin-top: 20px;
        margin-bottom: 20px; }
      .forms_container .fieldset_form label input, .forms_container .fieldset_form label select {
        width: 60%;
        float: left;
        margin-bottom: 10px;
        height: 40px; }
      .forms_container .fieldset_form label textarea {
        margin-bottom: 10px; }
      .forms_container .fieldset_form label input[type="checkbox"] {
        height: 20px;
        width: 20px;
        margin-right: 10px;
        margin-left: 15px;
        display: inline;
        float: none; }
      .forms_container .fieldset_form label input[type="checkbox"] + label {
        clear: both;
        display: inline; }
    .forms_container .fieldset_form select {
      padding: 5px 20px !important; }
    .forms_container .fieldset_form input, .forms_container .fieldset_form select, .forms_container .fieldset_form textarea {
      padding: 12px 20px 15px; }
    .forms_container .fieldset_form textarea {
      margin-bottom: 10px;
      margin-top: 10px; }
    .forms_container .fieldset_form .input_quarter {
      width: 30% !important; }
  .forms_container .fieldset_form + .fieldset_form {
    margin-top: 30px;
    display: inline-flex; }
  .forms_container .boton {
    width: 100%;
    text-align: center;
    margin-top: 20px; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  padding: inherit;
  border-radius: 0;
  background-color: #fff;
  letter-spacing: 0; }

#ui-datepicker-div {
  z-index: 2 !important; }

#rate_agent .br-theme-fontawesome-stars {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }
  #rate_agent .br-theme-fontawesome-stars .br-widget a {
    font-size: 25px; }
    #rate_agent .br-theme-fontawesome-stars .br-widget a.br-active:after {
      font-weight: 600;
      color: #EF6F21 !important; }
    #rate_agent .br-theme-fontawesome-stars .br-widget a.br-selected:after {
      font-weight: 600;
      color: #EF6F21; }
