body {
  font-family: "Poppins", sans-serif;
  color: #292B33;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #000000;
  line-height: 120%;
  margin: 0 0 20px 0;
}
h1, .h1 {
  font-size: 35px;
  color: white;
}
h2, .h2 {
  font-size: 20px;
  color: #231F20;
}
h3, .h3 {
  font-size: 25px;
}
h4, .h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
h5, .h5 {

}
h6, .h6 {
  font-size: 13px;
  font-weight: 600;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
ul li,
ol li,
p {
  font-size: 16px;
  color: #000000;
  line-height: 140%;
  margin-bottom: 15px;
}
.intro p {
  font-size: 20px;
}
a {
  color: #1B4381;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus {
  color: gray;
}
b, strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #e6e6e6;
}
.oh {
  overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.left {
  float: left;
}
.cover { 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
ul.bullets li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.bullets li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #1B4381;
}
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 999;
  background: #E0DAC3;
  display: flex;
  flex-flow: column;
  justify-content: center;
/*  box-shadow: 0px 1px 8px rgba(0,0,0,.4);*/
}
header.smaller {
  animation: .8s ease 0s normal none 1 running fadeInDown;
  position: fixed;
  height: 60px;
  padding-top: 0;  
  background: #E0DAC3 !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
header.transparent {
  background: transparent;
}
.header-navigation {
  text-align: right;
}
header.transparent nav ul li a {
  color: white;
}
header.transparent nav ul li a:hover {
  color: #8A8A89;
}
header.transparent nav ul li:last-child a {
  border-color: white;
}
header.transparent nav ul li:last-child a:hover {
  background: #8A8A89;
  border-color: #8A8A89;
  color: white;
}
header.transparent .b { display:none; }
header.smaller.transparent .w { display:none; }
header.smaller.transparent .b { display:block; }
/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
  background: #EFECE1;
  padding-top: 80px;
}
footer h6 {
  text-decoration: underline;
}
footer p,
footer a {
  font-size: 13px;
  color: #000000;
}
.copyright {
  border-top: 1px solid #BFBDB4;
  padding-top: 15px;
}
ul.social li {
  display: inline-block;
  margin-right: 10px;
}
ul.social li:last-child {
  margin-right: 0;
}
ul.social li a {
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
}
ul.social li a:hover {
  opacity: .5;
}
ul.social li a.facebook {
  background-image: url(../img/facebook.svg);
}
ul.social li a.whatsapp {
  background-image: url(../img/whatsapp.svg);
}
ul.social li a.instagram {
  background-image: url(../img/instagram.svg);  
}
/*///////////////////////
///        Menu       ///
///////////////////////*/
nav {
  display: inline-block;
  vertical-align: top;
}
nav ul {
  margin: 0;
}
nav ul li {
  display: inline;
  margin-right: 35px;
  position: relative;
}
header.smaller nav ul li a,
nav ul li a {
  font-size: 13px;
  color: #000000;
  padding: 0;
  text-decoration: none;
  padding-top: 2px;
  display: inline-block;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
/*nav ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}*/
/*nav ul li a:hover:after,
nav ul li.current-menu-item a:after,
nav ul li.current-page-ancestor a:after {
  width: 100%;
  background: #1B4381;
}*/
nav ul li:last-child { margin-right:0; }
header.smaller nav ul li a:hover,
nav ul li a:hover {
  color: #666666;
}
nav ul li.current-menu-item a,
nav ul li.current-page-ancestor a {
  color: black;
  font-weight: 600;
} 
header.smaller nav ul li:last-child a,
nav ul li:last-child a {
  border: 1px solid #000;
  padding: 5px 22px 3px 22px;
  border-radius: 60px;
}header.smaller nav ul li:last-child a:hover,
nav ul li:last-child a:hover {
  background: black;
  color: white;
}
/*///////////////////////
///    Mobile Menu    ///
///////////////////////*/
#mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  padding: 25px 20px;
  width: 350px;
  height: 100%;
  right: -350px;
  box-sizing: border-box;
  z-index: 9999;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
#mobile-menu nav {
  float: none;
}
.cerrar-menu {
  cursor: pointer;
}
#mobile-menu .icon-close {
  cursor: pointer;
  font-size: 20px;
  color: white;
  margin-bottom: 40px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  padding: 11px;
  text-align: center;
  transition: all 300ms;
  border: 1px solid #ffffff82;
}
#mobile-menu .icon-close:hover {
  border-color: white;
}
#mobile-menu .language a span {
  color: white;
}
#mobile-menu .language a:hover {
  background: #1B4381;
}
.hamburger {
  color: white;
  float: right;
  font-size: 25px;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: all 300ms;
  background: #000;
}
.hamburger:hover {
  background: #5f5f5f;
}
.cerrar-menu img:hover {
  opacity: 0.7;
}
#mobile-menu nav {
  display: block;
}
#mobile-menu nav ul {
  margin-bottom: 40px;
}
#mobile-menu nav ul li a {
  color: white;
  font-weight: 600;
  padding: 15px 10px;
  display: block;
}
#mobile-menu nav ul li a:hover,
#mobile-menu nav ul li.current-menu-item a,
#mobile-menu nav ul li.current-page-ancestor a  {
  color: #ffffff;
  background: #ffffff1f;
}
#mobile-menu nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
#mobile-menu nav ul li a:hover:after, 
#mobile-menu nav ul li.current-menu-item a:after,
#mobile-menu nav ul li.current-page-ancestor a:after {
  background: transparent;
}
#mobile-menu nav ul li:last-child a {
  border-radius: 0;
}
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}
body.open-menu .mask {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
}
body.open-menu #mobile-menu {
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.mt-site { margin-top: 100px; }
.show-md,
.show-xl,
.display-none { display: none; }
.img-cover {
  position: relative;
  height: 100%;
}
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
/*///////////////////////
///      Dropdown     ///
///////////// /////////*/
.fil-menu {
  width: auto;
  position: relative;
  padding: 0;
}
.fil-menu a.dropdown-link{
	display: block;
    font-size: 20px;
    cursor: pointer;
    padding: 13px 20px;
    background: url(../img/download.webp) white center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 4;
    color: #2D2D2D;
    line-height: 120%;
    background-position-x: calc(100% - 20px);
	margin-bottom: 20px;
	text-decoration: none;
}
.fil-menu a.dropdown-link:hover{
	text-decoration: none;
}
.fil-menu a.dropdown-link  i{
	float: right;
	position: relative;
	top: 15px;
}
.fil-dropdown {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    min-width: 100%;
    position: absolute;
    z-index: 3;
    margin: 0;
	display: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .25);
}
ul#menu-filtro-menu.fil-dropdown, 
ul#menu-filtro-menu-1.fil-dropdown {
    padding: 20px;
}
/*
ul.fil-dropdown li { margin-bottom: 5px;}
ul.fil-dropdown li a {
	color: #2D2D2D;
}
ul.fil-dropdown a:hover {
	color: #499B2D;
}
ul.fil-dropdown li ul {
    padding-left: 20px;
}
ul.fil-dropdown li ul li a {
	font-size: 16px;
	color: #7a7a7a;
}
*/
/*////////////////////////
///      Sections     ////
////////////////////////*/
.btn {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  background: #1B4381;
  font-weight: 600;
  border-radius: 15px;
  height: 40px;
  border: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  width: fit-content;
  z-index: 0;
  overflow: hidden;
}
.more {
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
}
.more.gray {
  color: #666666;
}
.more:hover,
.more.white:hover,
.more.gray:hover {
  color: #8A8A89;
  text-decoration: underline;
}
.more.white { color: white; }
.bg-light { 
  background:#F9F8F3 !important; 
}
.bg-light2 { 
  background:#E9E5D5;
}
.card-serv {
  text-align: center;
}
.card-serv h3 {
  font-weight: 600;
  color: #FFB13A;
  margin-bottom: 10px;
}
.card-serv img {
  border-radius: 20px;
  margin-bottom: 20px;
} 
.banner {
  height: 480px;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .caption { 
  position: absolute;
  right: 0;
  position: absolute;
  left: 0;
  display: flex;
  text-align: center;
}
.banner .caption h2 {
  font-size: 35px;
  color: white;
  font-weight: 600;
}
.title {
  font-weight: 600;
  margin-bottom: 5px;
}
.title.green {
  color: #72AF76;
}
.purple {
  color: #9895FF;
}
.what ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
}
.what ul li:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #72AF76;
  border-radius: 60px;
  position: absolute;
  top: 2px;
  left: 0;
}
.what img {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
.what .bg-white {
  background: white;
  position: absolute;
  width: 50%;
  top: -70px;
  left: 0;
  bottom: -70px;
  z-index: 1;
}
.what .bg-white:before {
  position: absolute;
  content: '';
  left: -49980px;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 50000px;
  background-color: white;
}
.br40 {  border-radius:40px }
.card-process {
  text-align: center;
}
.card-process img { margin-bottom:20px; }
.success ul li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 35px;
  font-size: 16px;
}
.success ul li:before {
  content: '';
  background: url(../img/check.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: -7px;
}
.success .col-md-12 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.zone strong {
  color: #72AF76;
}
.about p strong {
  color: #9895FF;
}
.about hr {
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #9895FF;
  opacity: 1;
}
.about h3 {
  font-weight: 600;
  color: #9895FF;
}
.about p {
  line-height: 160%;
}
.card-values {
  background: #9895FF;
  border-radius: 30px;
  padding: 50px;
  text-align: center;
}
.card-values h3 {
  color: white;
  margin-bottom: 40;
}
.card-values ul li {
  display: inline-block;
  font-size: 20px;
  color: white;
  font-weight: 600;
  margin-right: 50px;
  position: relative;
}
.card-values ul li:last-child {
  margin-right: 0;
}
.card-values ul li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 60px;
  background: white;
  position: absolute;
  right: -29px;
  top: 10px;
}
.card-values ul li:last-child:after {
  content: none;
}
.team h2 {
  color: #9895FF;
}
.contact img {
  width: 100%;
  max-width: 390px;
  display: block;
  margin: 0 auto;
}
.contact h1 {
  color: #9895FF;
  font-weight: 600;
}
.contact a {
  color: #000000;
  text-decoration: none;
}
.terms h1 {
  color: #FFB13A;
  font-weight: 600;
}
.card-estate {
  text-align: center;
}
.card-estate img {
  margin-bottom: 20px;
}
.card-estate p { margin-bottom: 5px; }
.card-estate p strong { color: #9895FF; }
.card-estate .search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: white url(../img/search.svg) no-repeat center;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}
.display-none {
  display: none;
}
ul#menu-filtro-menu,
ul#menu-filtro-menu-1{
	padding-right:20px;
	padding-top: 68px;
}
ul#menu-filtro-menu > li > a,
ul#menu-filtro-menu-1 > li > a {
	font-size: 16px;
    color: #000000;
	font-weight: 600;
	text-decoration: none;
	pointer-events: none;
}
ul#menu-filtro-menu li ul,
ul#menu-filtro-menu-1 li ul{
	padding-left: 10px;
	padding-top: 5px;	
}
ul#menu-filtro-menu li ul li a,
ul#menu-filtro-menu-1 li ul li a{
	color: #B5B5B5;
	text-decoration: none;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid black;
    padding: 4px 0;
}
ul#menu-filtro-menu li ul li,
ul#menu-filtro-menu-1 li ul li{
	margin-bottom: 5px;
}
ul#menu-filtro-menu li ul li a:hover,
ul#menu-filtro-menu-1 li ul li a:hover{
	color: black;
}
a.all {
	font-size: 18px;
	color: #231F20;
	border: 1px solid #231F20;
	border-radius:60px;
	padding: 15px 30px;
	text-decoration: none;
}
a.all:hover {
	background: black;
	color: white;
}
/*////////////////////////
///     Accorderon    ////
////////////////////////*/
.accordion {
  border-bottom: 1px solid #FFB13A
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 17px 60px 13px 0px;
  margin-bottom: 2px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  border-top: 1px solid #FFB13A;
  line-height: 140%;
}
.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 9px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.accordion__item .minus,
.accordion__item .accordion__rotate .plus {
  display: none;
}
.accordion__item .accordion__rotate .minus {
  display: block;
}
.accordion__item .accordion__content {
  padding: 10px 0;
  margin-bottom: 2px;
  display: none;
}
.accordion__item .accordion__arrow-item {
  font-weight: normal;
  color: #FFB13A;
  font-size: 22px;
  font-weight: 600;
}
.accordion__item .accordion__arrow-item i {
  font-style: normal;
}
/*////////////////////////
///       Slick       ////
////////////////////////*/
.herobanner .img-cover {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
.herobanner .img-cover:before {
  content: '';
  display: block;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.herobanner .slick-slide {
 height: calc(100vh - 100px);
}
.herobanner .caption {
  position: relative;
  z-index: 1;
}
.stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stage img { 
  width: 100%;
}
.stage .caption {
  position: absolute;
}
.stage .caption h1 {
  font-size: 30px;
  color: white;
  text-shadow: 3px 2px 3px #0000004f;
}
.card-intro {
  background: #ECE8DB;
  border-radius: 0 0 30px 30px;
  padding: 60px 30px;
  text-align: center;
  margin: 0 auto;
}
.txt-j {
	text-align: justify;
}
.txt-j h1 { text-align: center; }
/*////////////////////////
///        Forms       ///
////////////////////////*/
label { margin-bottom: 10px; }
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 16px;
  color: #000000;
  background: white;
  border: none;
  border-bottom: 1px solid #9895FF;
  width: 100%;
  height: 50px;
  padding: 15px 25px;
  margin-bottom: 30px;
  border-radius: 0px;
}
textarea {
  height: 250px;
  border: 1px solid #9895FF;
  border-radius: 40px;
}
select {
  font-size: 16px;
  color: #000000;
  height: 60px;
  border: 1px solid #9895FF;
  border-radius: 60px;
  background: url(../img/select-arrow.svg) no-repeat right white;
  -webkit-appearance: none;
  background-position-x: calc(100% - 25px);
}
input[type=submit] {
  width: 120px;
  height: 56px;
  background: white;
  color: #9895FF;
  font-size: 16px;
  border: 1px solid #9895FF;
  border-radius: 40px; 
  float: right;
  transition: all 300ms;     
}
input[type=submit]:hover {
  background: #9895FF;
  color: white;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: transparent;
}
input[type="checkbox"] { 
  margin-right: 10px;
}
::-webkit-input-placeholder { 
  font-size: 16px;
  color: #000000;
}
:-moz-placeholder { 
  font-size: 16px;
  color: #000000;
}
::-moz-placeholder { 
  font-size: 16px;
  color: #000000;
}
:-ms-input-placeholder { 
  font-size: 16px;
  color: #000000;
}
a.politics {
  color: #666666;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: "packpro";
  src:url("../fonts/packpro.eot");
  src:url("../fonts/packpro.eot?#iefix") format("embedded-opentype"),
    url("../fonts/packpro.woff") format("woff"),
    url("../fonts/packpro.ttf") format("truetype"),
    url("../fonts/packpro.svg#packpro") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "packpro" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "packpro" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\61";
}
.icon-close:before {
  content: "\62";
}
.icon-cellphone:before {
  content: "\63";
}
.icon-email:before {
  content: "\64";
}
.icon-facebook:before {
  content: "\65";
}
.icon-pin:before {
  content: "\66";
}
.icon-instagram:before {
  content: "\67";
}
.icon-youtube:before {
  content: "\68";
}
.icon-mision:before {
  content: "\69";
}
.icon-vision:before {
  content: "\6a";
}
.icon-a-right:before {
  content: "\6b";
}
.icon-a-left:before {
  content: "\6c";
}
.icon-whatsapp:before {
  content: "\6d";
}
.icon-linkedin:before {
  content: "\6e";
}
/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {  }
@media screen and (max-width: 1290px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {
  .show-xl { display: inline-block !important; }
  .hide-xl { display: none !important; }
  nav ul li { margin-right:20px; }
}
@media screen and (max-width: 768px) {
  h1, .h1 { font-size: 35px; }
  h2, .h2 { font-size: 20px; }
  h3, .h3 { font-size: 25px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 15px; }
  h6, .h6 { }
}  
@media screen and (max-width: 767px) {
  .hide-md { display: none !important; }
  .show-md { display: block; }
  .hide-xs { display: none !important; }
  .reverse-md .col-a { order: 2; }
  .reverse-md .col-b { order: 1; }
  .what .bg-white { display:none; }
	.card-values ul li:after { content:none;}
	.card-values ul li { margin: 0; display: block; }
}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 425px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}