/*$resolution: #3982AD;
$black: #000000;
$white: #ffffff;
//$visvis: #fff6a6; FICG 35
$visvis: #575756;
$mercury: #e1e1e1;
$wagreen: #25d366; //WhatsApp
$petite: #E33536;
$submarine: #B9C2C1;
$gothic: #709AA4;*/
/* ================================================================== */
/*  Mixins  */
/* ================================================================== */
/* ================================================================== */
/*  Fonts  */
/* ================================================================== */
/*@font-face {
	font-family: "BaiJamjuree-Bold";
	// src: url("../fonts/ProductSans-Regular.ttf");
	src: url("../fonts/BaiJamjuree-Bold.ttf");
	font-display: swap;
	font-weight: 700;
}*/
@font-face {
  font-family: "BarlowSemiCondensed-Bold";
  src: url("../fonts/BarlowSemiCondensed-Bold.ttf");
  font-display: swap;
  font-weight: 700;
}
/*@font-face {
	font-family: "FiraSansExtraCondensed-Regular";
	// src: url("../fonts/ProductSans-Regular.ttf");
	src: url("../fonts/FiraSansExtraCondensed-Regular.ttf");
	font-display: swap;
	font-weight: 400;
}*/
@font-face {
  font-family: "BarlowSemiCondensed-Regular";
  src: url("../fonts/BarlowSemiCondensed-Regular.ttf");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "BarlowSemiCondensed-Medium";
  src: url("../fonts/BarlowSemiCondensed-Medium.ttf");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "BarlowSemiCondensed-Light";
  src: url("../fonts/BarlowSemiCondensed-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Product";
  src: url("../fonts/ProductSans-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaMediumBT.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Sans";
  src: url("../fonts/AlrightSans-Regular-v3.otf");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Sans";
  src: url("../fonts/AlrightSans-Black.otf");
  font-display: swap;
  font-weight: 800;
}
@font-face {
  font-family: "Sans";
  src: url("../fonts/AlrightSans-Bold.otf");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Sans";
  src: url("../fonts/AlrightSans-Medium.otf");
  font-display: swap;
  font-weight: 200;
}
@font-face {
  font-family: "Sans";
  src: url("../fonts/AlrightSans-Light.otf");
  font-display: swap;
  font-weight: 100;
}
/* ================================================================== */
/*  Variables  */
/* ================================================================== */
:root {
  --sqr: 100px;
}
@media (max-width: 1600px) {
  :root {
    --sqr: 75px;
  }
}
@media (max-width: 1280px) {
  :root {
    --sqr: 50px;
  }
}
@media (max-width: 992px) {
  :root {
    --sqr: 30px;
  }
}
@media (max-width: 768px) {
  :root {
    --sqr: 20px;
  }
}
@media (max-width: 480px) {
  :root {
    --sqr: 10px;
  }
}

/* ================================================================== */
/*  Global tags  */
/* ================================================================== */
html, body {
  font-size: 15px;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 1600px) {
  html, body {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  html, body {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  html, body {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  html, body {
    font-size: 11px;
  }
}

header #menubar .mainmenu a {
  font-family: "BarlowSemiCondensed-Bold" !important;
  text-transform: uppercase;
}

body {
  background-color: #fff;
  font-family: "Sans";
  font-weight: 400;
  width: 100%;
}
body *:not(.fab .fas .icon) {
  font-family: "BarlowSemiCondensed-Regular";
}
body * {
  box-sizing: border-box;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "BarlowSemiCondensed-Bold" !important;
}
body footer h1, body footer h2, body footer h3, body footer h4, body footer h6 {
  font-family: "BarlowSemiCondensed-Medium" !important;
  letter-spacing: 1px;
}
body footer h5 {
  font-family: "BarlowSemiCondensed-Bold" !important;
  text-transform: uppercase;
}
body #social a {
  font-family: "BarlowSemiCondensed-Bold" !important;
}
body .grid-cubes .cube .overlay {
  font-family: "BarlowSemiCondensed-Bold" !important;
}
body #social h1 {
  font-family: "BarlowSemiCondensed-Medium" !important;
  color: #035b82;
}
#social i{
    color: #035b82 !important;
}
#social a:hover i {
    color: #4aadd9 !important;
}

#app {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.fas {
  font-family: "Font Awesome 5 Solid" !important;
}

.fa {
  font-family: "Font Awesome 5 Free" !important;
}

.icon {
  font-family: "Icons" !important;
}

/* ================================================================== */
/*  Header  */
/* ================================================================== */
header {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #035b82;
  box-sizing: border-box;
  width: 100%;
  width: 100vw;
  z-index: 1000;
}
header img {
  width: 100%;
}
header ul {
  list-style: none;
  margin: 5px;
  padding-left: 0;
}
header ul li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
header ul li a {
  color: white;
  font-family: "Product";
  font-weight: 100;
}
header ul li a i {
  font-size: 1.65em;
}
header #upperbar {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 0 var(--sqr);
}
header #upperbar .logo {
  max-height: 85px;
}
header #upperbar a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: "Sans";
  font-weight: 200;
  font-size: 13px;
}
header #upperbar a:hover {
  color: #e1e1e1;
}
header #upperbar .mobileuppermenu {
  display: none;
}
@media (max-width: 992px) {
  header #upperbar .uppermenu {
    display: none;
  }
  header #upperbar .mobileuppermenu {
    display: block;
  }
}
header #menubar {
  background-color: #088AAB;
  color: #ffffff;
  display: grid;
  grid-template-columns: 300px 150px 1fr;
  padding: 15px var(--sqr);
}
header #menubar > div, header #menubar > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 540px) {
  header #menubar {
    grid-template-columns: 1fr 100px 40px;
  }
}
header #menubar .country {
  padding: 0 5px;
}
header #menubar .mainmenu {
  justify-content: flex-end;
}
header #menubar .mainmenu a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: "Sans";
  font-weight: 200;
  font-size: 13px;
  color: #ffffff;
}
header #menubar .mainmenu a:hover {
  color: #40a3cf;
}
header #menubar .mobilemenu {
  display: none;
}
@media (max-width: 992px) {
  header #menubar .mainmenu {
    display: none;
  }
  header #menubar .mobilemenu {
    display: inline-flex;
    justify-content: flex-end;
  }
}
header .lang-container {
  cursor: pointer;
  position: relative;
}
header .lang-container .lang-btn {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 22px;
  width: 30px;
  display: inline-block;
  background-size: auto 100%;
  background-position: center;
  border-radius: 100px;
  border: 1px solid #fff;
  bottom: -2px;
  position: relative;
}
header .lang-container .lang-menu {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  position: absolute;
  margin: 0;
  opacity: 0;
  z-index: -1;
}
header .lang-container .lang-menu li {
  margin: 2px 0;
}
header .lang-container:hover .lang-btn {
  transform: scale(1.1);
}
header .lang-container:hover .lang-menu {
  opacity: 1;
  z-index: 10000;
}
header #breadcrumb .inner {
  background-color: #eee;
  max-width: 2460px;
  padding: 5px var(--sqr) 3px;
}
header #breadcrumb .inner .item {
  color: #aaa;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 5px;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
}
header #breadcrumb .inner .item::after {
  content: ">";
  position: absolute;
  right: 0;
  top: -1px;
}
header #breadcrumb .inner .item.active, header #breadcrumb .inner .item:hover {
  color: #575756;
}
header #breadcrumb .inner .item.no-click {
  color: #aaa;
}
header #breadcrumb .inner .item.no-click:hover {
  color: #aaa;
}
header #breadcrumb .inner .item.active::after {
  content: "";
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11000;
}
.loader img {
  width: 150px;
}

/* ================================================================== */
/*  Mobile Menus  */
/* ================================================================== */
#mainside.ui.vertical.menu {
  z-index: 9;
}

#upperside.ui.vertical.menu {
  background-color: black;
}
#upperside .item {
  color: white;
}
#upperside .item:hover {
  background-color: #e1e1e1;
  color: black;
}

/* ================================================================== */
/*  Footer  */
/* ================================================================== */
footer {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #122622;
  color: white;
  left: 0;
  padding: 0 var(--sqr) !important;
  padding-top: 25px !important;
  bottom: 0;
  z-index: 1000;
  align-items: start;
  width: 100%;
}
footer h5 a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  color: white;
  font-size: 13px;
}
footer div {
  width: 15%;
}
@media (max-width: 992px) {
  footer div {
    width: 33%;
  }
}
@media (max-width: 768px) {
  footer div {
    width: 50%;
    text-align: center;
    padding: 10px 0;
  }
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  color: #dbdbdb !important;
  font-size: 13px;
}
footer img {
  max-width: 100%;
}
@media (max-width: 992px) {
  footer {
    flex-wrap: wrap;
    height: auto;
  }
}
h1, h2, h3, h4, h5, .ui.input > input {
  font-family: "Barlow";
  font-weight: 400;
}

/* ================================================================== */
/*  Section and Banners */
/* ================================================================== */
section {
  max-width: 2460px;
  padding: 50px var(--sqr);
  margin: 0 auto;
}
section.banner {
  max-width: 100vw;
  padding-top: 25px;
  padding-bottom: 25px;
}
section.banner.primary {
  background-color: #97c1bf;
  color: white;
}
section.banner.secondary {
  background-color: white;
  color: black;
}
section.banner.tertiary {
  background-color: #e1e1e1;
  color: black;
}
section.banner.black {
  background-color: black;
  color: white;
}
section.banner.petite {
  background-color: #088AAB;
  color: #fff;
}
section.boxed {
  max-width: 1024px;
}
@media (max-width: 992px) {
  section {
    padding: 25px 25px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 25px 15px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 25px 10px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-0-bottom {
  margin-bottom: 0 !important;
}

.m-0-top {
  margin-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0-bottom {
  padding-bottom: 0 !important;
}

.p-0-top {
  padding-top: 0 !important;
}

p {
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  p {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 1.2rem;
  }
}

b, strong {
  font-family: "Sans";
  font-weight: 600;
}

a {
  text-decoration: none;
}

.modal .header-modal {
  background: #97c1bf !important;
  color: white !important;
  border-radius: 0 !important;
}
.modal .positive.button {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  background: #97c1bf;
  color: white;
}
.modal .positive.button:hover {
  background-color: #e1e1e1;
  color: black;
}

.card {
  display: inline-block;
  padding: 20px 30px;
  box-shadow: 0 0 10px #e0e0e0, 0 0 3px #050505;
}
.card .card-header {
  font-size: 28px;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.floating-circle {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  left: 13px;
  top: 13px;
  box-shadow: 0 0 5px #000, 0 0 2px #fff;
  border: 1px solid #000;
  cursor: pointer;
  position: absolute;
  background-color: #97c1bf;
  color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  z-index: 10000;
}
.floating-circle.top {
  top: 13px;
  bottom: auto;
}
.floating-circle.right {
  right: 13px;
  left: auto;
}
.floating-circle.bottom {
  bottom: 13px;
  top: auto;
}
.floating-circle.left {
  left: 13px;
  right: auto;
}
.floating-circle:hover {
  background-color: #97c1bf;
  color: #fff;
  cursor: pointer;
  transform: scale(1.1);
}
.floating-circle.black {
  background-color: #000;
}
.floating-circle i {
  position: relative;
  left: 0;
}

input[type=email], input[type=password], input[type=search], input[type=text] {
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 5px;
  border: 1px solid #aaa;
  display: inline-block;
}

[type=reset], [type=submit], button, html [type=button], .button {
  -webkit-appearance: none;
  padding: 0px 10px;
  min-width: 100px;
  border: 1px solid black;
  background: #fff7c9;
  color: black;
  border-radius: 5px;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}

/*# sourceMappingURL=main.min.css.map */

/*** edicion 38 **/
/*header #menubar, section.banner.petite{*/
/*    background-color: #FFE182;*/
/*}*/
header #menubar{
    background-color: #000000;
}
section.banner.petite{
    background-color: #fff;
}
footer{
     background-color: #000000;
}







