@charset "UTF-8";
/*!
    Theme Name: CyG contadores
    Theme URI: pending
    Description: wordpress Them for CyG Contadores
    Version: 1.0.0
    Author: Armando Niño
    Author URI: pending
    Tags: Gulp

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*max width of the document*/
/*width of the containers on mobile*/
/*
base styles
*/
/***************************
***For widths of document
***************************/
.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

/*for max widths*/
.mxw-narrow {
  max-width: 1110px;
}

.mxw-full {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.flex-horizontal::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal {
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible;
  }
}
.flex-horizontal > div {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div {
    flex: auto;
  }
}
.flex-horizontal > div:last-child {
  width: 1px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div:last-child {
    display: none;
  }
}

.box-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.brds {
  border-radius: 6px;
}

p {
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1em;
  }
}
p:last-child {
  margin-bottom: 0;
}
p span {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4em;
}

h1 {
  font-size: 2.3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}

/***********************************
********
for content that is going to be absolute centered both in X and Y
*******************************************/
.abcc {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .abcc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/*
Main files where load all the rest files
*/
/*
Modules styles
*/
.flex-normal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .flex-normal {
    flex-direction: row;
  }
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.flex-horizontal::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal {
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible;
  }
}
.flex-horizontal > div {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div {
    flex: auto;
  }
}
.flex-horizontal > div:last-child {
  width: 1px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div:last-child {
    display: none;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  padding-top: 51px;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 110px;
  }
}
body.disable-scroll {
  overflow-y: hidden;
}
body.lb-disable-scrolling {
  overflow: hidden !important;
}

nav {
  width: 100%;
  height: auto;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #F5F5F5;
  transition: all 0.3s ease;
}
nav .nav-up,
nav .nav-down {
  padding: 0 6%;
}
@media only screen and (min-width: 768px) {
  nav .nav-up,
  nav .nav-down {
    padding: 0 3%;
  }
}
nav.headroom--unpinned {
  transform: translateY(-100%);
}
nav.headroom--pinned {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
nav.headroom--top {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
}
nav .nav-up {
  width: 100%;
  background-color: #f4f4f4;
  justify-content: space-between;
  padding: 10px 3%;
  font-size: 0.9em;
  display: none;
}
@media only screen and (min-width: 768px) {
  nav .nav-up {
    display: flex;
    display: none;
  }
}
nav .nav-up .icon-text .icon {
  margin-right: 5px;
}
nav .nav-up .icon-text .icon svg {
  fill: #AF191E !important;
  stroke: #AF191E;
}
nav .nav-up .icon-text .icon.open {
  margin-left: 5px;
  margin-right: 0;
  width: auto;
}
nav .nav-up .icon-text .icon.open svg {
  width: 15px;
  margin-left: 5px;
}
nav .nav-up .icon-text a {
  text-decoration: none;
  color: #666;
}
nav .nav-up .icon-text a:hover {
  color: #AF191E;
}
nav .nav-up .icon-text a:hover svg {
  fill: blue;
}
nav .nav-up .info .mail {
  margin-right: 20px;
}
nav .nav-down {
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
}

.has-svg {
  width: 20px;
}
.has-svg svg {
  width: 100%;
  height: auto;
}

.logo {
  width: 150px;
  height: 50px;
  background: transparent url('assets/images/logo.png') no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 200px;
    height: 50px;
  }
}

.menu {
  display: none;
  width: 100%;
  padding-bottom: 20px;
  margin: 20px 0;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  height: calc(100vh - 70px);
}
@media only screen and (min-width: 768px) {
  .menu {
    background-color: transparent;
    display: flex;
    width: auto;
    padding-bottom: 0px;
    margin: 0;
    box-shadow: none;
    height: auto;
  }
}
.menu.open {
  display: flex;
}
.menu .menu-item.main {
  display: block;
}
@media only screen and (min-width: 768px) {
  .menu .menu-item.main {
    margin-left: 20px;
  }
}
.menu .menu-item.main a {
  background-color: #AF191E;
  color: white;
  padding: 12px 40px;
  border-radius: 4px;
}
.menu .menu-item.main a:hover {
  background-color: #6c0f13;
  color: white;
  border-top: transparent solid 3px;
}
.menu .menu-item a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px 22px;
  display: block;
  font-weight: bold;
  color: #666;
  font-size: 0.8em;
  transition: all 0.3s ease;
  border-top: transparent solid 3px;
  border-bottom: transparent solid 3px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .menu .menu-item a {
    font-size: 0.9em;
  }
  .menu .menu-item a:hover {
    color: #AF191E;
    border-top: #AF191E solid 3px;
  }
}
.menu .menu-item a.active {
  color: black;
  border-top: transparent solid 3px;
  border-bottom: #AF191E solid 3px;
}
@media only screen and (min-width: 768px) {
  .menu .menu-item a.active {
    border-top: #AF191E solid 3px;
    border-bottom: transparent solid 3px;
  }
}
.menu .menu-item .icon {
  width: 30px;
}
.menu .menu-item .icon:hover svg {
  fill: #0077B7;
}
.menu .menu-item .icon svg {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger .icon:nth-of-type(2) {
  display: none;
  width: 15px;
  margin-top: 4px;
}
.menu-trigger .icon:nth-of-type(2) .has-svg {
  width: 100%;
}
.menu-trigger .icon:nth-of-type(2) .has-svg svg {
  width: 100%;
  height: auto;
}
.menu-trigger.open .icon:nth-of-type(1) {
  display: none;
}
.menu-trigger.open .icon:nth-of-type(2) {
  display: block;
}

.mobile-cta {
  width: 180px;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  flex-direction: row;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  border: solid 2px white;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mobile-cta {
    width: 50px;
    left: auto;
    right: 0;
    bottom: 50%;
    transform: translate(0%, 50px);
  }
}
.mobile-cta .item {
  width: 50%;
  background-color: black;
}
@media only screen and (min-width: 768px) {
  .mobile-cta .item {
    width: 100%;
  }
}
.mobile-cta .item a {
  text-decoration: none;
  color: white;
  width: 100%;
  padding: 9px 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
}
.mobile-cta .item:nth-child(1) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mobile-cta .item:nth-child(1), .mobile-cta .item:nth-child(2) {
    display: none;
  }
}
.mobile-cta .item .info {
  width: 100%;
  flex-direction: column;
}
.mobile-cta .item .info .txt {
  font-size: 0.7em;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .mobile-cta .item .info .txt {
    display: none;
  }
}
.mobile-cta .item .info .icon svg {
  width: 16px;
  height: auto;
  fill: white !important;
  stroke-color: white;
}
@media only screen and (min-width: 768px) {
  .mobile-cta .item .info .icon svg {
    width: 25px;
  }
}

.columns {
  align-items: stretch;
  align-content: stretch;
  width: 95%;
  margin: 0px auto;
  max-width: 1200px;
}
.columns--double .item {
  width: 100%;
  margin: 0%;
}
@media only screen and (min-width: 768px) {
  .columns--double .item {
    width: 48%;
    margin: 0 1%;
  }
}
.columns--double .item.img-nosotros {
  background-size: cover;
}
.columns--triple .item {
  width: 98%;
  margin: 0 1% 20px 1%;
  border-radius: 5px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .columns--triple .item {
    width: 31.3%;
    margin: 0 1% 20px 1%;
  }
}
.columns--triple .item:nth-child(1) .img {
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .columns--triple .item:nth-child(2) {
    padding-bottom: 0;
  }
}
.columns--triple .item:nth-child(2) h4 {
  font-size: 1.3em;
}
@media only screen and (min-width: 768px) {
  .columns--triple .item:nth-child(2) h4 {
    font-size: 1.5em;
  }
}
.columns--triple .item:nth-child(3) .img {
  background-size: cover;
}
.columns--triple .item:nth-child(4) .img {
  background-size: cover;
}
.columns--triple .item:nth-child(5) .img {
  background-size: cover;
}
.columns--triple .item:nth-child(6) .img {
  background-size: cover;
}
.columns--triple .item .img {
  height: 250px;
  width: 100%;
  background-size: cover;
}
.columns--triple .item h2 {
  text-align: center;
  font-size: 0.9em;
  margin: 15px 0;
}
.columns--triple .item p {
  width: 90%;
  margin: auto;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .columns--triple .item p {
    font-size: 1em;
  }
}
.columns--four .item {
  width: 48%;
  margin: 0 1%;
}
@media only screen and (min-width: 768px) {
  .columns--four .item {
    width: 23%;
  }
}
.columns--four .item h4 {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.m-btns-container {
  width: 100%;
  margin: auto;
  text-align: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .m-btns-container .m-btn:nth-child(1) {
    margin-right: 15px;
  }
}

.m-btn {
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  border: solid 2px transparent;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.m-btn--main {
  background-color: #AF191E;
  color: white;
  border: solid 2px #AF191E;
}
.m-btn--main:hover {
  background-color: #6c0f13;
  border: solid 2px #6c0f13;
}
.m-btn--border {
  border: solid 2px #AF191E;
  color: black;
}
.m-btn--border-blue {
  border: solid 2px #AF191E;
}
.m-btn--border:hover {
  background-color: #6c0f13;
  border: solid 2px #6c0f13;
  color: white;
}
.m-btn--double {
  width: auto;
  display: flex;
  padding: 0;
}
.m-btn--double:hover {
  background-color: #AF191E;
  border: solid 2px #AF191E;
}
.m-btn--double .first {
  border-right: solid 2px #6c0f13 !important;
}
.m-btn--double .first,
.m-btn--double .second {
  padding: 12px 20px;
  border: none;
  transition: all 0.3s ease;
}
.m-btn--double .first:hover,
.m-btn--double .second:hover {
  background-color: #6c0f13;
  border: none;
}
.m-btn a {
  text-decoration: none;
  color: white;
}

header {
  height: auto;
}
@media only screen and (min-width: 768px) {
  header {
    height: calc(100vh - 100px);
  }
}
header .columns {
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  header .columns {
    flex-direction: row;
  }
}
header .columns h1 {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  header .columns h1 {
    font-size: 1.8em;
    text-align: left;
  }
}
header .columns h1 span {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  header .columns h1 span {
    font-size: 3rem;
  }
}
header .columns h2 {
  font-size: 0.9em;
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  header .columns h2 {
    font-size: 1.1em;
    text-align: left;
  }
}
header .columns .left .m-btns-container {
  flex-direction: row;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  header .columns .left .m-btns-container {
    justify-content: flex-start;
  }
}
header .columns .left .m-btns-container .m-btn {
  font-size: 0.5em;
  padding: 12px 20px;
}
header .columns .left .m-btns-container .m-btn:first-child {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  header .columns .left .m-btns-container .m-btn {
    font-size: 0.8em;
    padding: 12px 30px;
  }
}
header .columns .right {
  height: 350px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  header .columns .right {
    height: 100%;
    margin-bottom: 0;
  }
}
header .columns .right > div {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent no-repeat top center;
  background-size: auto 100%;
  position: relative;
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 768px) {
  header .columns .right > div {
    height: 100%;
    background: transparent no-repeat bottom center;
    background-size: 90% auto;
  }
}
header .columns .right > div .line {
  position: absolute;
  bottom: 0;
  border-top: solid 1px transparent;
  width: 80%;
  left: 10%;
}

.testimonial-slid {
  border-top: solid 1px #ccc;
  padding-top: 45px;
  margin-top: 45px;
  padding-left: 7%;
  padding-right: 7%;
}
.testimonial-slid p {
  text-align: center;
  color: #444;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  .testimonial-slid p {
    text-align: right;
    font-size: 0.9em;
  }
}
.testimonial-slid p span {
  display: block;
  margin-top: 6px;
}

.proof {
  background-color: #f4f4f4;
  position: relative;
  z-index: 4;
}
.proof .proof-container {
  width: 100%;
  margin: auto;
  max-width: 1500px;
  border-radius: 5px;
  transform: translate(0, -60px);
  align-items: stretch;
  align-content: stretch;
  padding-left: 5%;
}
@media only screen and (min-width: 768px) {
  .proof .proof-container {
    width: 97%;
    padding-left: 0;
  }
}
.proof .proof-container .item {
  width: 80%;
  margin: 0 15px 0 0;
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #ccc;
  padding: 10px 5px;
  text-align: center;
  transition: all 0.3s;
  /*
  &:nth-child(1){
  	border-bottom: solid 4px $cta-color;
  	.icon{
  		svg{
  			fill: $cta-color;
  		}
  	}
  }

  &:nth-child(2){
  	border-bottom: solid 4px #0E3F94;
  	.icon{
  		svg{
  			fill: #0E3F94;
  		}
  	}
  }
  &:nth-child(3){
  	border-bottom: solid 4px #A3C961;
  	.icon{
  		svg{
  			fill: #A3C961;
  		}
  	}
  }

  &:nth-child(4){
  	border-bottom: solid 4px #F6B10B;
  	.icon{
  		svg{
  			fill: #F6B10B;
  		}
  	}
  }

  &:nth-child(5){
  	border-bottom: solid 4px #B61587;
  	.icon{
  		svg{
  			fill: #B61587;
  		}
  	}
  }
  */
}
@media only screen and (min-width: 768px) {
  .proof .proof-container .item {
    width: 31%;
    margin: 0 1% 20px 1%;
    padding: 20px 5px;
  }
  .proof .proof-container .item:hover {
    transform: translate(0, -3px);
  }
}
@media only screen and (min-width: 1024px) {
  .proof .proof-container .item {
    width: 19%;
    margin: 0 0.5% 20px 0.5%;
  }
}
.proof .proof-container .item .icon svg {
  fill: #AF191E;
}
.proof .proof-container .item .icon {
  width: 100%;
  height: 100px;
}
.proof .proof-container .item .icon svg {
  width: 80px;
  height: auto;
  margin: auto;
  fill: #AF191E;
}
.proof .proof-container p {
  font-size: 0.9em;
  width: 95%;
  margin: 15px auto 0 auto;
}
.proof .proof-container p.main {
  font-size: 1em;
  font-weight: bold;
}

.services .columns {
  padding: 80px 0;
  justify-content: flex-start;
  max-width: 1200px;
}
.services .columns .item {
  padding: 20px 0%;
  transition: all 0.3s ease;
  background-color: #ffffff;
  border: solid 1px #ccc;
}
.services .columns .item.main {
  background-color: #f5f5f5;
  border: solid 0px #ccc;
}
@media only screen and (min-width: 768px) {
  .services .columns .item.main {
    width: 62.6%;
    margin: 0 2%;
  }
}
.services .columns .item.main h2 {
  font-size: 1.6em;
  text-align: left;
  margin: 0;
  width: 100%;
}
.services .columns .item.main p {
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  color: #555;
}
@media only screen and (min-width: 768px) {
  .services .columns .item.main p {
    font-size: 1.1em;
    text-align: left;
  }
}
.services .columns .item .title {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 15px;
  padding: 0 4%;
}
.services .columns .item .title .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.services .columns .item .title .icon svg {
  width: 100%;
  height: auto;
  fill: #AF191E;
}
.services .columns .item .title h3 {
  flex: 1;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .services .columns .item .title h3 {
    font-size: 1.1em;
  }
}

.about-us {
  background-color: #fff;
  padding: 105px 0 0 0;
}
.about-us .columns .item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .about-us .columns .item {
    margin-bottom: 0px;
  }
}
.about-us .columns .item h2 {
  margin-bottom: 20px;
}
.about-us .columns .item h3 {
  margin-bottom: 30px;
  font-size: 1em;
  text-align: center;
  color: #555;
}
@media only screen and (min-width: 768px) {
  .about-us .columns .item h3 {
    font-size: 1.1em;
    text-align: left;
  }
}
.about-us .columns .item ul {
  width: 80%;
  margin: auto;
}
.about-us .columns .item ul li {
  margin-bottom: 20px;
  line-height: 1.3em;
  list-style-type: disc;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .about-us .columns .item ul li {
    font-size: 1.1em;
  }
}
.about-us .columns .item.right div {
  width: 100%;
  height: 600px;
  background: transparent url('assets/images/about-us4.jpg') no-repeat bottom right;
  background-size: cover;
}

.contact-wrapper {
  position: relative;
  z-index: 5;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper {
    margin-top: 80px;
  }
}
.contact-wrapper .left ul {
  width: 80%;
  margin: auto;
}
.contact-wrapper .left ul li {
  margin-bottom: 15px;
  line-height: 1.3em;
  list-style-type: disc;
}
.contact-wrapper .left h3 {
  margin-bottom: 20px;
  margin-top: 50px;
  color: #AF191E;
  text-align: center;
  font-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper .left h3 {
    text-align: left;
    font-size: 1.6em;
  }
}
.contact-wrapper .left p {
  width: 90%;
  margin: 0 auto 15px auto;
}
.contact-wrapper .left p strong {
  font-weight: bold;
}
.contact-wrapper .right .img-mini-logo {
  bottom: 0;
  transform: translate(-30px, 30px);
}
.contact-wrapper .right .flexslider {
  transform: translate(0, -50px);
}
.contact-wrapper .right .flex-viewport {
  overflow: hidden;
}
.contact-wrapper .right .slides .slide .content .content-main .img {
  height: 210px;
  width: 100%;
  background-color: red;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper .right .slides .slide .content .content-main .img {
    height: 450px;
  }
}
.contact-wrapper .img-mini-logo {
  transform: translate(-50px, -30px);
  position: absolute;
  z-index: -3;
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper .img-mini-logo {
    display: block;
  }
}
.contact-wrapper .form-container {
  background-color: black;
  padding: 20px 20px 10px 20px;
  border-radius: 6px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  transform: translate(0, 0px);
  color: white;
  margin: 20px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper .form-container {
    transform: translate(0, -70px);
  }
}
.contact-wrapper .form-container button {
  background-color: #E52F38 !important;
  color: white !important;
  border: none;
  text-transform: uppercase !important;
  font-size: 0.65em !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  width: 70% !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3) !important;
  padding: 14px 0 !important;
  border-radius: 6px !important;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper .form-container button {
    font-size: 0.8em !important;
  }
}
.contact-wrapper .form-container .wp-forms-container {
  z-index: 1;
}
.contact-wrapper.single .columns .item.left {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper.single .columns .item.left {
    order: 1;
  }
}
.contact-wrapper.single .columns .item.left h3 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper.single .columns .item.left h3 {
    margin-top: 50px;
  }
}
.contact-wrapper.single .columns .item.right {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .contact-wrapper.single .columns .item.right {
    order: 2;
  }
}

.map {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 0px auto;
  height: 400px;
  position: relative;
  z-index: 1;
  z-index: 100000;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .map {
    height: 400px;
    margin: 0 auto 60px auto;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  border-top: solid 2px #ccc;
  border-radius: 6px;
  border: solid 1px black !important;
}

.overlay-single {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
}
.overlay-single:hover {
  cursor: pointer;
}
.overlay-single.show {
  display: block;
}
.overlay-single div {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.3s ease;
}
.overlay-single div.show {
  opacity: 1;
  transition: all 0.3s ease;
}

.overlay-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
}
@media only screen and (min-width: 768px) {
  .overlay-content {
    overflow: hidden;
  }
}
.overlay-content.show {
  display: flex;
}
.overlay-content#quote {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .overlay-content#quote {
    overflow-y: auto;
    justify-content: center;
  }
}
.overlay-content .content {
  width: 95%;
  max-width: 600px;
  margin: 40px auto;
  height: auto;
  padding: 0 20px 30px 20px;
  background-color: #f5f5f5;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.overlay-content .content > .triangle {
  position: absolute;
  left: 0;
  top: 0;
}
.overlay-content .content > .triangle div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: black transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content {
    margin: 80px auto;
  }
}
.overlay-content .content.show {
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateY(0px);
}
.overlay-content .content.slsider {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content.slsider {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .overlay-content .content.cotizacion-form {
    width: 650px;
    padding: 50px 50px 10px 50px;
  }
}
.overlay-content .content.cotizacion-form .wpforms-field input {
  width: 100%;
  max-width: none !important;
}
.overlay-content .content.cotizacion-form .wpforms-field input[type=checkbox] {
  width: 14px;
}
.overlay-content .content.cotizacion-form .mini {
  font-size: 0.8em;
}
.overlay-content .content.cotizacion-form .container-form-cot {
  background-color: #f7f8fc;
  padding: 20px;
  border: solid 1px #ccc;
}
.overlay-content .content.cotizacion-form .wpforms-submit-container button {
  background-color: #AF191E !important;
  color: white !important;
  text-transform: uppercase !important;
  width: 80% !important;
  font-weight: bold;
  border-radius: 6px !important;
  display: block !important;
  margin: 20px auto 0 auto !important;
  transition: all 0.3s ease;
}
.overlay-content .content.cotizacion-form .wpforms-submit-container button:hover {
  background-color: #6c0f13 !important;
}
.overlay-content .content .close {
  position: absolute;
  right: 0px;
  top: -35px;
  font-size: 1.8rem;
  font-family: Verdana;
  font-weight: bold;
  z-index: 10;
  color: white;
  text-shadow: 1px 1px 1px black;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content .close {
    font-size: 2em;
    right: -30px;
    top: -30px;
  }
}
.overlay-content .content .close:hover {
  cursor: pointer;
  color: #AF191E;
}
.overlay-content .content .intro-p-main {
  text-align: center;
}
.overlay-content .content a {
  text-decoration: none;
  color: black;
}
.overlay-content .content .formulario {
  margin-top: 0;
  background-color: #f4f4f4;
  border-radius: 6px;
  border: solid 1px #ccc;
}
.overlay-content .content .formulario .disclaimer {
  font-size: 0.8em;
  margin: 0;
}
.overlay-content .content .testi {
  padding-top: 40px;
}
.overlay-content .content .testi h6 {
  font-size: 1.3em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  color: #AF191E;
}
.overlay-content .content .testi p span {
  display: block;
  font-weight: bold;
  margin-top: 15px;
}
.overlay-content .content img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.overlay-content .content p {
  width: 95%;
  margin: 25px auto;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content p {
    width: 80%;
  }
}
.overlay-content .content p.special {
  text-align: center;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content p.special {
    font-size: 1.15em;
  }
}
.overlay-content .content h3 {
  text-align: center;
  width: 90%;
  margin: 10px auto 0 auto;
  max-width: 800px;
  font-size: 1.3em;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content h3 {
    font-size: 1.1em;
  }
}
.overlay-content .content h3 span {
  color: #AF191E;
}
.overlay-content .content h4 {
  text-align: center;
  width: 90%;
  margin: 10px auto 0 auto;
  max-width: 800px;
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  .overlay-content .content h4 {
    font-size: 1.8em;
  }
}
.overlay-content .content h4 span {
  color: #AF191E;
}
.overlay-content--video {
  width: 90%;
  height: 220px;
  overflow-y: visible;
  position: fixed;
  max-width: 1100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}
@media only screen and (min-width: 768px) {
  .overlay-content--video {
    height: 80vh;
  }
}
.overlay-content--video .content {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 6px;
  height: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.overlay-content--video .content iframe {
  width: 100%;
  height: 100%;
}
.overlay-content--video .content .close {
  transform: translateY(-30px);
  color: white;
}

section h2 {
  text-align: center !important;
  font-size: 1.1em !important;
}
@media only screen and (min-width: 768px) {
  section h2 {
    text-align: left !important;
    font-size: 1.6em !important;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 0.9em !important;
}
@media only screen and (min-width: 768px) {
  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 1em !important;
  }
}

.flexslider {
  background-color: transparent !important;
  border: none !important;
}
.flexslider .flex-viewport {
  overflow-x: hidden;
}
.flexslider .flex-control-nav {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .flexslider .flex-control-nav {
    text-align: right;
  }
}
.flexslider .flex-control-nav li a {
  color: transparent;
}
.flexslider .flex-direction-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .flexslider .flex-direction-nav {
    display: block;
  }
}

.tiers {
  display: none;
  max-width: 1220px;
  margin: 0 auto 80px auto;
}
.tiers h2 {
  text-align: center !important;
  margin-bottom: 50px !important;
}
.tiers .proof .proof-container {
  transform: translate(0, 0);
}
.tiers .proof .proof-container .item ul {
  width: 88%;
  margin: 20px auto 20px auto;
}
.tiers .proof .proof-container .item ul li {
  line-height: 1.3em;
  margin-bottom: 15px;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}

.last {
  background-color: black;
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 0.45em;
  text-transform: uppercase;
  z-index: 1000;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .last {
    font-size: 0.65em;
  }
}