/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;500&family=Quicksand:wght@400;600&display=swap');
*/

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  background-color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5b5b5b;
  font-family: "Quicksand", sans-serif;
  color: #2e44e4;
  font-weight: 500;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #5b5b5b;
}

img {
  width: 100%;
  overflow: hidden;
}

.justify {
  text-align: justify;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Quicksand", sans-serif;
}

::selection {
  background: #45d9ff;
  color: #fff;
}

::-moz-selection {
  background: #45d9ff;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #45d9ff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #45d9ff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #45d9ff;
  font-weight: 700;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2e44e4;
}

.section-heading p {
  margin-top: 30px;
}

/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/slide-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}

.page-heading h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.page-heading .right-content .item img {
  width: 100%;
}

.page-heading .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}

.page-heading .col-sm-12 .right-content .item img {
  width: 80%;
}

@media (max-width: 767px) {
  .page-heading .right-content .item {
    display: flex;
  }
  .page-heading .right-content .item {
    justify-content: center;
  }
  .page-heading .col-sm-12 .right-content .item img {
    width: 50%;
  }

  .page-heading .header_title h1 {
    text-align: center;
    margin-bottom: 15px;
  }
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background-color: #2e44e4;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.header-area {
  background-image: url(../images/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: #2e44e4;
}

.header-area .main-nav .logo {
  line-height: 120px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img {
  width: 90px;
}

.background-header .main-nav .logo {
  line-height: 80px;
  width: 120px;
}

.background-header .nav {
  margin-top: 18px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 40px;
  margin-right: 0px;
  background-color: #2e44e4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 25px;
  padding-right: 25px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:last-child a {
  font-size: 14px;
  color: #fff;
  *background-color: #33bfe2;
  padding: 10px 0px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.header-area .main-nav .nav li.lang a {
  padding: 10px 20px !important;
}

.header-area .main-nav .nav li:last-child a:hover {
  color: #fff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ffffff;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #45d9ff;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 100px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #45d9ff !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
  background-color: #2e44e4;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #45d9ff;
}

.header_title {
  text-align: left;
}

.header_title h1:last-child {
  color: #fa9471;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #45d9ff !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #45d9ff !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3b566e;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #2e44e4;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 70px;
  margin-bottom: 40px;
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #45d9ff;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

/*
---------------------------------------------
services
---------------------------------------------
*/

section.services {
  margin-top: 90px;
  background-image: url(../images/back_azul.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  *box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.services .service-item:hover {
  margin-top: 15px;
}

.services .service-item h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fa9471;
}

.services .service-item {
  transition: all 0.5s;
  float: left;
  font-size: 64px;
  color: #45d9ff;
  margin-bottom: 20px;
  margin-right: 30px;
}

.services .item h1 {
  margin-bottom: 30px;
  font-size: 38px;
}

.home_icons {
  position: relative;
  text-align: center;
  width: 50px;
}

.home_icons::before,
.home_icons::after {
  --scale: 0;
  --arrow-size: 10px;
  --tooltip-color: whitesmoke;

  position: absolute;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0))
    scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}

.home_icons::before {
  --translate-y: calc(-100% - var(--arrow-size));

  content: attr(data-tooltip);
  color: rgb(75, 75, 75);
  font-size: 14px;
  padding: 0.5rem;
  border-radius: 0.3rem;
  text-align: center;
  width: 125px;
  background: var(--tooltip-color);
}

.home_icons:hover::before,
.home_icons:hover::after {
  --scale: 1;
}

.home_icons::after {
  --translate-y: calc(-1 * var(--arrow-size));

  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--tooltip-color);
  transform-origin: top center;
}

@media (max-width: 992px) {
  .services .service-item {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
  }

  .services .service-item .home_icons {
    display: flex;
  }

  .services .col-sm-12 {
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
  }
}

/*
---------------------------------------------
SECCION VALORES
---------------------------------------------
*/

section.simple-cta {
  background-color: #0ca6f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
  margin-top: 0;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h1 {
  color: #fff;
  line-height: 40px;
  padding-bottom: 30px;
  text-align: left;
  font-size: 38px;
}

section.simple-cta h5 {
  color: #fff;
  padding: 0 0 30px;
  text-align: left;
}

section.simple-cta h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
}

section.simple-cta h4 em {
  font-style: normal;
  color: #45d9ff;
}

section.simple-cta h4 strong {
  color: #45d9ff;
  font-weight: 700;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.simple-cta .service-item {
  border-left: whitesmoke 3px solid;
  padding: 0 15px;
}

/*
---------------------------------------------
about us
---------------------------------------------
*/

section.about-us {
  margin-top: 90px;
}

section.about-us .section-heading {
  padding-top: 30px;
}

section.about-us .naccs {
  position: relative;
}

section.about-us .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin: 10px;
  font-size: 14px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.about-us .naccs .menu div.active {
  color: #45d9ff;
}

section.about-us ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.about-us ul.nacc li .main-list,
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}

section.about-us ul.nacc li span.title {
  font-size: 15px;
  color: #212741;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li span.item-title {
  color: #45d9ff !important;
  font-weight: 600 !important;
}

section.about-us ul.nacc li span.item {
  font-size: 15px;
  color: #212741;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.about-us .right-content {
  margin-left: 60px;
}

section.about-us .right-content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 40px;
}

section.about-us .right-content p {
  margin-bottom: 50px;
}

/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer {
  background-color: #181d30;
  text-align: center;
  padding: 25px 0px;
  margin-top: 30px;
}

footer p {
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #ff511a;
}

/* 
---------------------------------------------
about us page
--------------------------------------------- 
*/

section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 35px 0px !important;
  font-size: 22px;
  font-weight: 600;
  color: #212741;
  cursor: pointer;
  transition: color 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #43ba7f;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content p {
  padding: 0px 0px 30px 0px;
  padding-top: 0;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-items {
  margin-right: 60px;
}

.what-we-do .left-items img {
  width: 150px;
  float: right;
}

.what-we-do .left-content h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 40px;
  font-family: "Fredoka", sans-serif;
  color: #2e44e4;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
  text-align: justify;
}

.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #43ba7f;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all 0.3s;
}

.what-we-do .center-div {
  display: flex;
  align-items: center;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.what-we-do .right-items .item:hover em {
  top: 10px;
}

.what-we-do .right-items h5 {
  color: #818181;
}

@media (max-width: 992px) {
  .what-we-do .left-content .item {
    display: flex;
  }
  .what-we-do .left-content img {
    width: 150px;
    justify-content: center;
  }
}

/*
---------------------------------------
SERVICIOS TABS
---------------------------------------
*/
.servicios_back {
  background-image: url(../images/servicios_back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}
.servicios_titulo h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #fa9471;
  padding-bottom: 20px;
}

section.servicios {
  margin-top: 0;
}
.servicios .categorias {
  background-image: url(../images/escritorio.jpg);
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0;
}

section.servicios .section-heading h1 {
  text-align: left;
  color: whitesmoke;
  font-size: 38px;
}

section.servicios button.nav-link {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  text-align: left;
}

section.servicios button.nav-link:hover {
  background-color: #c7c8c9;
  opacity: 0, 6;
}

section.servicios .tab-content h5 {
  padding: 0 0 20px 0;
  color: #0ca6f7;
}

section.servicios .tab-content p {
  line-height: normal;
  text-align: justify;
  font-size: 14px;
}

section.servicios .tab-content .tab-cuadro p {
  background-color: #0ca6f7;
  padding: 25px;
  color: whitesmoke;
  line-height: normal;
}

/* 
---------------------------------------------
SOLUCIONES
--------------------------------------------- 
*/

.soluciones h2 {
  padding: 20px;
  color: #fa9471;
}
.soluciones_full .blue {
  background-color: #2e44e4;
  border: none;
  padding-top: 25px;
}

.soluciones_full .card_blue {
  display: flex;
  justify-content: center;
}

.card-img-top {
  width: 100px;
}
.cloud {
  background-color: #2e44e4;
  width: 200px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

h1.card-title {
  color: white;
}
.soluciones_full .card-header {
  background-color: #fa9471;
  color: white;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
}
.soluciones_full h5.card-title {
  color: #818181;
  font-size: 16px;
}

/* 
---------------------------------------------
COMO TRABAJAMOS
--------------------------------------------- 
*/

section.how {
  margin-top: 90px;
  background-image: url(../images/back_blanco.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

section.how .container {
  padding-bottom: 100px;
}

.how .how-item {
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border: 3px solid #fa9471;
  margin-top: 30px;
}

.how .how-item:hover {
  margin-top: 15px;
}

.how .how-item h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fa9471;
}

.how .how-item {
  transition: all 0.5s;
  float: left;
  font-size: 64px;
  color: #45d9ff;
  margin-bottom: 20px;
  margin-right: 30px;
}

.how .item h1 {
  margin-bottom: 30px;
  font-size: 38px;
  color: #fa9471;
  font-weight: 600;
}

.how .how_header img {
  width: 50px;
}
.how .item h2 {
  color: #0ca6f7;
}
.how .how_header h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.how .how-item p {
  text-align: center;
  line-height: normal;
  margin-top: 15px;
}

.how .how_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.how .how_cuadros {
  height: 300px;
}

.how .gestion-item {
  border-radius: 15px;
  *padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-top: 30px;
}

.how .gestion-item:hover {
  margin-top: 15px;
}

.how .gestion-item h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fa9471;
}

.how .gestion-item {
  transition: all 0.5s;
  float: left;
  font-size: 64px;
  color: #45d9ff;
  margin-bottom: 20px;
  margin-right: 30px;
}

.how .item h1 {
  margin-bottom: 30px;
  font-size: 38px;
  color: #fa9471;
  font-weight: 600;
}

.how .gestion h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.how .gestion-item p {
  text-align: center;
  line-height: normal;
  margin-top: 5px;
  padding: 25px;
}

.how .gestion_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #0ca6f7;
  color: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.how .gestion_header h4 {
  color: white;
}

.how .how_cuadros {
  height: 300px;
}

.gestion_bold {
  font-weight: 600;
  color: #000;
}

@media (max-width: 992px) {
  section.how .container {
    padding-bottom: 50px;
    height: 1200px;
  }
}

/* 
---------------------------------------------
PORTFOLIO
--------------------------------------------- 
*/

.portfolio_back {
  background-image: url(../images/portfolio_back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}
.portfolio_titulo h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #fa9471;
  padding-bottom: 20px;
}

.partners_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.partner_card {
  width: 300px;
  margin: 10px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_card img {
  max-width: 200px;
  padding: 30px;
}

section.clientes {
  margin-top: 90px;
  background-image: url(../images/back_blanco.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.clientes .item h1 {
  margin-bottom: 30px;
  font-size: 38px;
  color: #fa9471;
  font-weight: 600;
}

/* 
---------------------------------------------
NOSOTROS
--------------------------------------------- 
*/

.nosotros_back {
  background-image: url(../images/nosotros_back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}

.us_txt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.us_txt img {
  width: 150px;
  margin-right: 25px;
}

.us_txt h5 {
  color: #818181;
  padding: 10px;
}

.us_txt h5 a {
  color: #818181;
  font-size: 18px;
}

.us_txt h5 a:hover,
.us_txt h5 a:active {
  color: #0ca6f7;
}

.us_txt h5 img {
  border-radius: 8px;
}

section.experiencia {
  margin-top: 90px;
  padding: 50px 0;
}

.experiencia .item h1 {
  margin-bottom: 30px;
  font-size: 38px;
  color: #fa9471;
  font-weight: 600;
}

.experiencia_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.experiencia_card {
  width: 300px;
  margin: 10px;
  background-color: #fa9471;
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.experiencia_card img {
  max-width: 150px;
  padding: 30px 30px 5px 30px;
}

.experiencia_card h5 {
  font-weight: 600;
  color: white;
  padding-bottom: 30px;
}

.location {
  margin-bottom: 5px;
}

.location .location-item {
  border-radius: 15px;
  *padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-top: 30px;
}

.location .location-item:hover {
  margin-top: 15px;
}

.location .location-item h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fa9471;
}

.location .location-item {
  transition: all 0.5s;
  font-size: 64px;
  color: #45d9ff;
  margin-bottom: 20px;
}

.location .item h1 {
  margin-bottom: 0;
  font-size: 38px;
  color: #fa9471;
  font-weight: 600;
}

.location .location_header h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.location .location-item p {
  text-align: center;
  line-height: normal;
  margin-top: 5px;
  padding: 25px;
}

.location .location_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #0ca6f7;
  color: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.location .location_header h4 {
  color: white;
}

.location .location_cuadros {
  height: 300px;
}

.location_bold {
  font-weight: 600;
  color: #000;
}

@media (max-width: 992px) {
  section.location .container {
    padding-bottom: 50px;
    height: 1000px;
  }
}
/* 
---------------------------------------------
contact us page
--------------------------------------------- 
*/
.contacto_back {
  background-image: url(../images/contacto_back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}

#contact input {
  width: 100%;
  height: 80px;
  color: #818181;
  border-radius: 5px;
  border: solid 2px #818181;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact .form-check-input {
  width: 20px;
  height: 20px;
  color: #818181;
  border-radius: 2px;
  padding: 0px 0px;
  margin-right: 20px;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #818181;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: #818181;
}
#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #0ca6f7;
  padding: 12px 80px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s;
  float: right;
}

#contact button.orange-button:hover {
  background-color: #45d9ff;
}

.contact-us-form {
  width: 100%;
}

section.contact-us-form h1 {
  margin-bottom: 10px;
  color: #fa9471;
  font-weight: 600;
  font-size: 38px;
}

section.contact-us-form h4 {
  margin-bottom: 20px;
  color: whitesmoke;
}

section.contact-us-form form {
  padding: 50px 0;
}

section.contact-us-form .contact-box {
  *box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  *background-color: rgba(249, 249, 249, 0.301);
  background-color: white;
  padding: 0 40px;
}

/* ///////////////////////////////////////
    FOOTER
/////////////////////////////////////// */

footer {
  padding: 30px 100px;
  background-color: #2e44e4;
  width: 100%;
}

footer .centrado {
  display: flex;
  justify-content: center;
}

footer .legales {
  margin: 20px 0;
}

footer p {
  color: whitesmoke;
}

footer p a {
  text-decoration: none;
  color: whitesmoke;
}

.pie {
  display: flex;
  flex-direction: row;
}

.pie img {
  width: 150px;
  height: 100%;
  margin-right: 15px;
}

.pie ul {
  color: whitesmoke;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.pie ul li a {
  color: whitesmoke;
  text-decoration: none;
  list-style: none;
  *margin: 0 20px;
}

.pie ul li a:hover {
  color: #0ca6f7;
  text-decoration: none;
  list-style: none;
}

footer .menu_footer {
  padding: 20px 0;
}
footer ul .li_footer {
  color: white;
  margin-left: 10px;
}
footer ul .li_footer a {
  font-size: 14px;
  text-decoration: none;
  color: white;
  margin-right: 10px;
}

footer ul .li_footer a:hover {
  text-decoration: none;
  color: #45d9ff;
}

.loc_footer {
  margin-bottom: 5px;
}

.loc_footer .loc_footer-item {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid white;
  margin-top: 30px;
}

.loc_footer .loc_footer-item:hover {
  margin-top: 15px;
}

.loc_footer .loc_footer-item h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fa9471;
}

.loc_footer .loc_footer-item {
  transition: all 0.5s;
  font-size: 64px;
  color: #45d9ff;
  margin-bottom: 20px;
}

.loc_footer .item h1 {
  margin-bottom: 0;
  font-size: 38px;
  color: #fa9471;
  font-weight: 600;
}

.loc_footer-item h4 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
}
.loc_footer-item p {
  text-align: center;
  line-height: normal;
  padding: 15px;
}

.loc_footer .loc_footer_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #0ca6f7;
  color: white;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.loc_footer .loc_footer_header h4 {
  color: white;
}

.loc_footer .loc_footer_cuadros {
  height: 300px;
}

.loc_footer_bold {
  font-weight: 600;
  color: rgb(255, 255, 255);
}

/* ///////////////////////////////////////
    MODAL
/////////////////////////////////////// */
.modal-header h2 {
  font-family: "Fredoka", sans-serif;
  font-size: 30px;
  color: #223f98;
}

.modal-header {
  display: flex;
  border-bottom: none;
  justify-content: flex-start;
}

/* .fa-solid,
.fas {
  color: #0ca6f7;
  font-size: 50px;
  padding: 10px;
} */

.modal-dialog {
  max-width: 1024px;
}

.modal-body p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #223f98;
  padding: 15px;
}

.modal-body2 p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #223f98;
  padding: 25px;
}

.modal-body2 h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
  color: #0ca6f7;
  padding: 0 25px;
}

.modal-body p:nth-child(2) {
  border: 2px solid #0ca6f7;
  border-radius: 15px;
  color: #0ca6f7;
  font-weight: 600;
}

/* ///////////////////////////////////////
    COOKIES
/////////////////////////////////////// */

.aviso-cookies {
  display: none;
  background: #fff;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 300px;
  line-height: 150%;
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
  text-align: center;
}

.aviso-cookies.activo {
  display: block;
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
  margin-bottom: 15px;
}

.aviso-cookies .boton {
  width: 100%;
  background: #595959;
  border: none;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: 0.3s ease all;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

.aviso-cookies .boton:hover {
  background: #000;
}

.aviso-cookies .botonNo {
  width: 100%;
  background: red;
  border: none;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: 0.3s ease all;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

.aviso-cookies .botonNo:hover {
  background: #000;
}

.aviso-cookies .enlace {
  color: #4dbfff;
  text-decoration: none;
  font-size: 14px;
}

.aviso-cookies .enlace:hover {
  text-decoration: underline;
}

.fondo-aviso-cookies {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.fondo-aviso-cookies.activo {
  display: block;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    display: block;
  }
  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  .header-area {
    background-color: #2e44e4;
  }
  .slide-inner .header-text {
    width: 80%;
  }
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }
  section.calculator .left-image {
    display: none;
  }
  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
  section.partners .item {
    margin: 15px;
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.map .info-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li:last-child a {
    display: block;
    padding: 0 !important;
  }
  .header-area .main-nav .logo {
    line-height: 100px;
  }
  .background-header .main-nav .logo {
    line-height: 80px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item i {
    margin-bottom: 35px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }
  .testimonials .item i {
    margin-bottom: 60px;
  }
  .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
  .testimonials .item {
    padding: 50px;
  }
  .p-5 {
    padding: 1rem !important;
  }
  .tab-content {
    margin-top: 20px;
    border-top: #0ca6f7 solid 2px;
    padding-top: 20px;
  }
  #contact .form-check-input {
    margin-right: 10px;
  }
  #contact .form-check-label {
    font-size: 12px;
  }

  .pie {
    flex-wrap: wrap;
  }

  footer {
    padding: 30px 30px;
  }
}
