/* ----------------------------------
-------------------------------------*/
/* -----------------------------------
------------------------------------- */

:root {
  --fondoPrimario: #183650;
  --colorclaro: #34ccff;
  --azul: #3860ec;
  --background-btn: #34ccff;
  --fuente: #162180;
  --black: #3a3a3a;
  --white: #fff;
  --green: #49b293;
  --red:#f00;

}

@viewport {
  user-zoom: fixed;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,kbd,q,samp,small,strong,sub,sup,var,b,i,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,
tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  width: 100%;
}

b,
strong {
  font-weight: bold !important;
}

ul,
ol {
  list-style: none;
}

q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

embed {
  vertical-align: top;
}

input,
button {
  -webkit-appearance: none;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

html {
  overflow-x: hidden;
  background: linear-gradient(to right, #ddd 0%, #fff 50%, #ddd 100%);

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

/* -----------------------------------

  2. Global 

------------------------------------- */

body {
  /* font:14px/24px 'Heebo', sans-serif; */
  font-family: "Titillium Web", sans-serif;
  color: #4e4e4e;
  background-color: #fff;
  background-attachment: fixed;
  position: relative;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.wrapper-container {
  position: relative;
  background: #fff;
}

::selection {
  background: #34ccff;
  color: #fff;
}

::-moz-selection {
  background: #34ccff;
  color: #fff;
}

::-o-selection {
  background: #34ccff;
  color: #fff;
}

::-ms-selection {
  background: #34ccff;
  color: #fff;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clearfix:after,
.row:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #838383;
  -webkit-transition: text-indent 0.5s ease, color 0.5s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #838383;
  opacity: 1;
  -webkit-transition: text-indent 0.5s ease, color 0.5s ease;
}

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent;
}

[placeholder]:focus::-webkit-textarea-placeholder {
  text-indent: 10em;
  color: transparent;
}

/* ------------------------------------------------------
  
  3. General classes
  
------------------------------------------------------ */

.full-width-block {
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.relative {
  position: relative;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

img[class*="align"] {
  margin-bottom: 15px;
  max-width: 50%;
}

img.alignleft {
  float: left;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-left: 30px;
}

.page-content-wrap {
  padding: 70px 0;
}

[class*="page-section"] {
  padding: 70px 0;
}

[class*="page-section"].no-space {
  padding: 0;
}

[class*="page-section"].type2 {
  padding: 45px 0;
}

.page-section-bg {
  background: #183650;
}

.content-element:not(:last-child) {
  margin-bottom: 70px;
}

.content-element-type-1:not(:last-child) {
  margin-bottom: 50px;
}

.content-element-type-2:not(:last-child) {
  margin-bottom: 40px;
}

.content-element-type-3:not(:last-child) {
  margin-bottom: 30px;
}

.extra {
  width: 100%;
}

[class*="flex-section"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-section-center {
  justify-content: space-between;
  align-items: center;
}

.flex-section-list {
  margin-top: -15px;
  margin-bottom: -15px;
}

.flex-section-list > [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.responsive-iframe {
  position: relative;
  z-index: 1;
  height: 0px;
  padding-bottom: 56.2%;
}

.responsive-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video-inner-section {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.responsive-iframe.fix-size {
  padding-bottom: 31.5%;
  overflow: hidden;
}

.responsive-iframe.fix-size > iframe {
  top: -45%;
  height: 180% !important;
}

/* Flex box collumns */

.fx-cols-2 > * {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.fx-cols-3 > * {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
}

.fx-cols-4 > * {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}

.fx-cols-5 > * {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}

.fx-cols-6 > * {
  -webkit-flex-basis: 16.66666%;
  flex-basis: 16.66666%;
}

/* -----------------------------------

  4. Typography

------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  /*  font-family: 'Titillium Web', sans-serif; */
  font-family: "Titillium Web", sans-serif;
  color: var(--fuente);
  line-height: 1.25em;
  font-weight: normal;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
  letter-spacing: 0;
}

h6 {
  font-size: 18px;
  letter-spacing: 0;
}

p {
  padding: 0;
}

h1:not(:last-child) {
  margin-bottom: 25px;
}

h2:not(:last-child) {
  margin-bottom: 20px;
}

h3:not(:last-child) {
  margin-bottom: 20px;
}

h4:not(:last-child) {
  margin-bottom: 20px;
}

h5:not(:last-child) {
  margin-bottom: 15px;
  line-height: 23px;
}

h6:not(:last-child) {
  margin-bottom: 15px;
}

p:not(:last-child) {
  margin-bottom: 15px;
  line-height: 23px;
}

.fw-medium {
  font-weight: 600;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  background: transparent;
  vertical-align: baseline;
}

a,
a > * {
  text-decoration: none;
  outline: none !important;
}

a {
  color: #313131;
}

a:hover {
  color: #34ccff;
  text-decoration: underline;
}

a,
button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

a.link-text {
  color: #34ccff;
}

a.link-text:hover {
  text-decoration: underline;
}

[class^="icon-"]:before,
[class*="icon-"]:before {
  width: auto;
  margin: 0;
  padding: 0;
}

.selected-type-1 {
  background: #34ccff;
  color: #fff;
}

.selected-type-2 {
  background: #e6e6e6;
}

.section-title {
  font-weight: 900;
}

.section-title:not(:last-child) {
  margin-bottom: 30px;
}

.section-pre-title {
  text-transform: uppercase;
  color: #b4b4b4;
  line-height: 0.8em;
}

.sub-title:not(:last-child) {
  margin-bottom: 40px;
}

.section-pre-title:not(:last-child) {
  margin-bottom: 0;
}

.text-size-medium {
  font-size: 20px;
  line-height: 30px;
}

.text-size-small {
  font-size: 16px;
  line-height: 26px;
}

.text-size-small p:not(:last-child) {
  margin-bottom: 15px;
}

.text-size-small .btn {
  margin-top: 10px;
}

.text-color-grey {
  color: #838383;
}

p.text-size-medium:not(:last-child) {
  margin-bottom: 10px;
}



/* -----------------------------------

  5. Header

------------------------------------- */

#header {
  position: relative;
  top: 0;
  z-index: 9;
  width: 100%;
  background: transparent;
}

#header:not([class*="header-"]) .top-bar {
  background: #f2f3f6;
  position: relative;
}

#header:not([class*="header-"]) .top-bar:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: #34ccff;
}

#header .top-bar {
  padding: 23px 0 20px;
  font-size: 13px;
}

.contact-info {
  color: #838383;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 18px;
}

.contact-info > li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  color: white;
}

.contact-info > li > span {
  display: inline-block;
  margin-right: 5px;
  color: #34ccff;
}

.top-bar .contact-info > li > span {
  color: #313131;
}

.client-info {
  margin-left: -5px;
  margin-right: -5px;
}

.client-info > li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 17px;
}

.lang-button {
  position: relative;
}

.lang-button > a:after {
  content: "\e93a";
  font-size: 8px;
  font-weight: bold;
  font-family: "Linearicons";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.lang-button .dropdown-list {
  padding-top: 6px;
}

.lang-button .dropdown-list > li > a {
  display: block;
  padding: 5px 20px;
  background: #f2f3f6;
  text-align: left;
}

.lang-button .dropdown-list > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.lang-button .dropdown-list > li:hover > a {
  background: #fff;
}

.lang-button:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
}

#header .top-header {
  padding: 28px 0;

  -webkit-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

#header.sticky .top-header {
  padding: 18px 0;
}

.logo {
  display: inline-block;
}

#header .top-bar [class*="col-"]:not(:last-child) {
  margin-bottom: 0;
}

.mid-header {
  padding: 30px 0;
}

.mid-header .our-info-list:not(:last-child) {
  margin-right: 35px;
}
/*----------- Header style --------------*/

#header.header-3 .top-bar,
#header.header-4 .top-bar {
  border-bottom: 2px solid #ededed;
  background: #162180;
}

#header.header-3 .container,
#header.header-4 .container {
  width: 100%;
}
/*----------- Header style-5 --------------*/

#header[class*="header-"] .top-bar p {
  text-transform: uppercase;
}



/* Breadcrumbs */

.breadcrumbs-wrap {
  padding: 2.7% 20px;
  background-size: cover;
  background-attachment: fixed;
  background-color: var(--fuente)
}

.breadcrumbs-wrap .page-title:not(:last-child) {
  margin-bottom: 10px;
}

.breadcrumbs-wrap .page-title {
  color: #fff;
  font-weight: 800;
}

.breadcrumbs-wrap .breadcrumbs {
  color: #f6dede;
}

.breadcrumbs-wrap .breadcrumbs > li {
  display: inline-block;
}

.breadcrumbs-wrap .breadcrumbs > li > a {
  color: #f6dede;
}

.breadcrumbs-wrap .breadcrumbs > li > a:hover {
  text-decoration: underline;
}

.breadcrumbs > li:not(:first-child):before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  color: #f6dede;
  margin-right: 3px;
}

.banners-wrap:not(.style-2):not(.style-3) > .banner-item > .banner-inner {
  background: #ededed;
}

.banners-wrap:not(.type-2) > .banner-item > .banner-inner {
  padding: 30px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
}





/* -----------------------------------

  7. UI Elements

------------------------------------- */

/*----------- Buttons --------------*/

.btn {
  padding: 9px 20px;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
  background: var(--background-btn);
  color: #183650;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}

.btn:hover {
  background: #313131;
  color: #fff !important;
}

.btn-small {
  padding: 4px 20px;
}

.btn-big {
  padding: 14px 20px;
  font-size: 18px;
}

[class*="btn"].btn-icon i {
  font-size: 18px;
  margin-right: 10px;
  line-height: 10px;
}

.btn-small.btn-icon i {
  font-size: 14px;
}

.btn-big.btn-icon i {
  font-size: 20px;
}

[class*="btn"].btn-style-2 {
  background: #4e4e4e;
}

[class*="btn"].btn-style-2:hover {
  background: #34ccff;
}

[class*="btn"].btn-style-3 {
  background: #313131;
}

[class*="btn"].btn-style-3:hover {
  background: #4e4e4e;
}

[class*="btn"].btn-style-4 {
  background: rgba(255, 255, 255, 0.8);
  color: #313131;
}

[class*="btn"].btn-style-4:hover {
  background: #313131;
  color: #fff;
}

[class*="btn"].btn-style-5 {
  background: rgba(49, 49, 49, 0.8);
}

[class*="btn"].btn-style-5:hover {
  background: #313131;
}

[class*="btn"].btn-style-6 {
  background: #e6e6e6;
  color: #313131;
}

[class*="btn"].btn-style-6:hover {
  background: #4e4e4e;
}

.go-to-top {
  position: fixed;
  z-index: 103;
  right: 60px;
  bottom: 30%;
  background: rgba(49, 49, 49, 0.8);
  color: #e2e2e3;
  opacity: 0;
  visibility: hidden;
  font-family: "Linearicons";
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.go-to-top.go-top-visible {
  right: 40px;
  opacity: 1;
  visibility: visible;
  display: block;
}

.go-to-top:before {
  content: "\e939";
}

.go-to-top:hover {
  color: #fff;
  background: rgba(49, 49, 49, 1);
}

.go-to-top {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  padding: 0;
  text-align: center;
  font-size: 14px;
}

.btns-set ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.data-grad-bg .btns-set {
  padding: 30px 0;
}

.btn-section .data-grad-bg {
  margin-top: 30px;
}

.info-btn {
  text-transform: uppercase;
  font-weight: bold;
  color: #34ccff;
  line-height: 1em;
  padding-top: 10px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.info-btn:hover {
  border-color: #183650;
}

.icons-wrap .info-btn:hover {
  border-color: #183650;
}

/*----------- Forms --------------*/

form .row,
form .row > [class*="col-"] {
  margin-top: 0px !important;
}

form {
  text-align: left;
}

form.with-icon input {
  padding: 10px 60px 10px 20px;
}

form.with-icon input + button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 40px;
  font-size: 20px;
  color: #34ccff;
  background: transparent;
}

form.with-icon input + button:hover {
  color: #4e4e4e;
}

/* Inputs & Textarea */

input:not([type="submit"]),
textarea,
.custom-select .select-title {
  width: 100%;
  color: #838383;
  border-radius: 3px;
  height: 38px;
  padding: 10px 20px;
  border: 2px solid #dadcdd;
  background-color: transparent;
  text-align: left;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: box-shadow 0.35s ease, border-color 0.35s ease;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

textarea {
  height: initial;
  resize: none;
}

input:not([type="submit"]):focus,
textarea:focus {
  border-color: rgba(255, 69, 0, 0.46);
  box-shadow: 0 0 10px 0 rgba(209, 10, 17, 0.2);
  -moz-appearance: none;
  outline: 0px none transparent;
}

/* Label & Legend */

label,
legend {
  font-size: 14px;
  color: #838383;
  margin-bottom: 2px;
  display: block;
}

legend {
  color: inherit;
  padding: 0 7px;
  margin-bottom: 0px;
}

label[for] {
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.required:after {
  content: "*";
  color: #eb0b0b;
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}

/* Checkbox & Radio */

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: none;
  width: initial;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  margin-bottom: 0px;
  display: inline-block;

  position: relative;
  padding-left: 35px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

input[type="checkbox"] + label {
  padding-left: 32px;
}

input[type="radio"] + label:not(:last-child),
input[type="checkbox"] + label:not(:last-child) {
  margin-right: 25px;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  background: transparent;
  border: 2px solid #f2f3f6;
  left: 0;
  top: 3px;
}

input[type="radio"] + label::before {
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

input[type="checkbox"] + label::before {
  top: 5px;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}

input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
  opacity: 0;
  visibility: hidden;
}

input[type="radio"] + label::after {
  left: 7px;
  top: 10px;
  border-radius: 50%;
  background-color: #838383;
  width: 12px;
  height: 12px;
}

input[type="checkbox"] + label::after {
  border: 2px solid #838383;
  width: 25px;
  height: 15px;
  left: -1px;
  top: 2px;

  clip: rect(6px, 18px, 15px, 0px);

  -webkit-transform: skew(10deg) rotate(-45deg);
  -ms-transform: skew(10deg) rotate(-45deg);
  transform: skew(10deg) rotate(-45deg);
}

input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.form-style1 input:not(:last-child) {
  margin-bottom: 6px;
}

/*Added to register*/
.custom-select {
  width: inherit;
  color: #838383;
  border-radius: 3px;
  height: 38px;
  padding: 5px 20px;
  border: 2px solid #dadcdd;
  background-color: transparent;
  text-align: left;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: box-shadow 0.35s ease, border-color 0.35s ease;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}
.flex {
  display: flex;
}

/*----------- Custom Select --------------*/

.custom-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.custom-select .select-title {
  cursor: pointer;
  position: relative;
  padding: 8px 20px;
  overflow: hidden;
}

.custom-select .select-title.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-select .select-list {
  position: absolute;
  left: 0;
  top: 100%;
  cursor: pointer;
  background: #fff;
  z-index: 1;
  border: 2px solid #f2f3f6;
  display: none;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: none;
}

.custom-select .select-list li {
  padding: 10px 20px;
  color: #838383;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-select .select-list li:hover {
  background: #162180;
  color: #fff;
}

.custom-select .select-title:before {
  content: "\e8dc";
  font-family: "fontello";
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 38px;
  color: #838383;
}

.custom-select .select-title.active:before {
  content: "\e8dd";
}

/* Fieldset */

fieldset {
  border-radius: 8px;
  padding: 20px;
  border-color: #f1f1f1;
}

fieldset:not(:last-child) {
  margin-bottom: 15px;
}

/* Price Scale */

.price-scale {
  margin-top: 10px;
  padding: 0;
}

.price-scale:not(.distance) .range-values:not(:last-child) {
  margin-bottom: 25px;
}

.ui-slider {
  height: 12px;
  position: relative;
  margin-top: 5px;
  border-radius: 3px;
  border: 2px solid #f2f3f6;
  margin-bottom: 10px;
}

.ui-slider-handle {
  width: 15px;
  height: 22px;
  top: 50%;
  border-radius: 3px;
  display: inline-block;
  margin-top: -11px;
  position: absolute;
  z-index: 1;
  background: #fff;
  margin-left: -3px;
  border: 2px solid #f2f3f6;

  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #34ccff;
  border-radius: 3px;
  margin: -3px 0;
}

.ui-slider-handle:last-child {
  margin-right: -2px;
}

.range-values input[type="text"] {
  padding: 0;
  height: auto;
  border: none;
  background: transparent;
  font-size: 14px;
  width: 35px;
}

.price-scale.distance input[type="text"] {
  width: auto;
  text-align: right;
  background: none;
}

.price-scale.distance .ui-slider {
  margin-bottom: 0;
}

.price-scale.distance .ui-slider-handle {
  background: #34ccff;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: -6px;
}

.range-values span,
.range-values input[type="text"] {
  color: #838383;
}

.range-values input:focus {
  border: none;
  box-shadow: none;
}

#distance.ui-slider {
  background: #fff;
}

.parallax-section .range-values span,
.parallax-section .range-values input[type="text"] {
  color: #ddd;
}

.parallax-section .ui-slider {
  border-color: transparent;
}

/* Swith UI */

.swith-holder span {
  color: #838383;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 61px;
  height: 24px;
  margin-bottom: 0;
}

.switch .switch input {
  display: none;
}

.switch .slider {
  display: block;
  position: absolute;
  cursor: pointer;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid #f2f3f6;
  border-radius: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0;
  background-color: #838383;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #fff;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}

.parallax-section .swith-holder span {
  color: #ddd;
}

.parallax-section .switch .slider {
  background-color: #fff;
  border-color: transparent;
}

/* Form variations */

.lineform > .btn {
  margin-top: 20px;
}

.lineform > div .btn {
  margin-left: 10px;
}

[class*="form-style"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: -10px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

[class*="form-style"] > [class*="form-column"] {
  padding: 10px;
}

[class*="form-style"] > .form-column-full {
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.form-style2 input:not([type="submit"]),
.form-style2 textarea,
.form-style2 .custom-select .select-title {
  border-color: #f2f3f6;
  background: #fff;
  color: #838383;
}

.total-btn {
  padding-right: 105px;
}

input.total-btn {
  display: inline-block;
  width: 160px;
  background: #34ccff !important;
  border: none;
  color: #fff !important;
}

/*----------- Tables --------------*/

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

[class*="table-type"] {
  border-radius: 3px;
  overflow: hidden;
}

.table-type-2 {
  border-radius: 5px 5px 3px 3px;
}

[class*="table-type"] table tr > td,
[class*="table-type"] table tr > th {
  padding: 9px 9px;
  text-align: left;
}

[class*="table-type"] table tr > th,
[class*="table-type"] table tr.bg-cell > td {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

[class*="table-type"] table tr.bg-cell > td,
[class*="table-type"] table tr.bg-cell > th {
  font-weight: bold;
}

[class*="table-type"] table tr > td {
  border-top: 2px solid #f2f3f6;
}

[class*="table-type"] table tr > td:first-child {
  border-left: 4px solid #f2f3f6;
}

[class*="table-type"] table tr > td:last-child {
  border-right: 4px solid #f2f3f6;
}

[class*="table-type"] table tr:last-child > td {
  border-bottom: 2px solid #f2f3f6;
}

.table-type-1 table tr.bg-cell > td {
  border: none;
  background: #34ccff;
}

.table-type-2 table tr.bg-cell td,
.table-type-2 table tr.bg-cell th {
  border: none;
  background: #162180;
}

.table-type-1 tr:first-child > th,
.table-type-2 tr:not(:last-child) > th {
  background: #162180;
}



/* ----------------------------------- Footer ------------------------------------- */

#footer[class*="footer"]:not(.footer-2):not(.footer-3) {
  color: #fff;
  background:var(--red);
}

[class*="footer"] .widget {
  padding: 0;
  background: transparent;
}

[class*="footer"] .widget:not(:last-child) {
  margin-bottom: 0;
}

.footer-widgets {
  padding: 60px 0 40px;
  background-color: var(--fuente);
}



.copyright {
  padding: 25px 0;
  color: var(--white);
  font-size: 13px;
}

.copyright span {
  color: #fff;
}


/* -----------------------------------*/
@media screen and (max-width: 650px) {
  html {
    font-size: 14px;
  }
