body {
  color: #666666;
  font-family: Gibson;
}

a {
  color: #0857c3;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #6dd5c3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gibson;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0857c3;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

.header-block {
  height: 87px;
}

#header {
  padding: 15px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(8, 87, 195, 0.93);
  padding: 10px 0;
  height: 85px;
  transition: all 0.5s;
}

#header .a-children {
  padding: 10px 8px;
  color: #000;
}

#header.header-scrolled .a-children {
  color: #fff;
}

#header #logo {
  margin-top: 4px;
  float: left;
  height: 90px;
  margin-left: 30px;
}

#header #logo img {
  height: 56px;
  width: 100%;
}

@media (max-width: 700px) {
    #header #logo {
      margin-left: 0px;
    }
}

#header #logo h1 {
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: Gibson;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #0857c3;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #header #logo img {
    height: 56px;
    width: auto;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
}

#intro .carousel-item {
  width: 100%;
}

#intro .carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 20px;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-img {
  border: 0;
  margin: 0;
  padding: 0;
}

#intro .carousel-img img {
  width: 100%;
}

.background-1 {
  background: #0857c3;
}

.background-2 {
  background: #b71282;
}

.background-3 {
  background: #ea7700;
}

.background-4 {
  background: #002968;
}

#intro .carousel-text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 80px 20px 60px;
}

@media screen and (max-width: 768px){
  #intro .carousel-text {
    min-height: 450px;
  }
}

#intro .carousel-text hr {
  background: #fff;
  height: 2px;
  float: left;
  width: 100px;
  margin: 0px;
}

#intro .carousel-text h1 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

#intro .carousel-text h3 {
  font-size: 22px;
  color: #fff;
  font-style: italic;
}

#intro .carousel-hidden {
  display: none;
}

@media (max-width: 1199px) {
  #intro .carousel-hidden {
    display: block;
  }
  #intro .carousel-show {
    display: none;
  }
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

@media (min-width: 800px) {
  h1 {
    font-size: 20px;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

#intro .btn-get-started {
  font-family: Gibson;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 8px;
  transition: 0.5s;
  margin: 30px 0;
  color: #000;
  background: #fff;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #0857c3;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: Gibson;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  padding: 10px 0 10px 0;
  margin: 0;
}

/* @media (min-width: 1024px) {
    #nav-menu-container {
        padding-right: 30px;
    }
} */

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  font-family: Gibson;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #25282a;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover a {
  color: #0857c3;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: Gibson;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0857c3;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #0857c3;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/

/* Sections Header
  --------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 32px;
}

.section-header h3::before {
  content: url("../img/LineaDegradada_GyA-01.png");
  position: absolute;
  display: block;
  height: 1px;
  bottom: -3px;
  left: calc(50% - 65px);
  padding-bottom: 15px;
}

.section-header p {
  text-align: left;
  padding-bottom: 20px;
  color: #333;
}

/* Section with background
  --------------------------------*/

.section-bg {
  background: #fff;
}

.section-bg2 {
  background: #f7f7f7;
}

/* Featured Services Section
  --------------------------------*/

#featured-services {
  background: #0857c3;
}

#featured-services img {
  width: 100%;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(
    0deg,
    #0857c3 0%,
    #242323 50%,
    #0857c3 100%
  );
}

#featured-services i {
  color: #0857c3;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #0857c3;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
  --------------------------------*/

#about {
  /* background: url(../img/landing-1.jpg);
    background-size: auto 100%;
    min-height: 300px;
    background-repeat: no-repeat; */
  padding: 60px 0 40px 0;
  position: relative;
  display: flex;
  align-items: center;

}

.infoabout p {
  padding: 0px 0;
  font-size: 20px;
}

.imgabout {
  display: none;
  /* background: url(../img/about.jpg);
    background-size: 100% auto;
    min-height: 100px;
    background-repeat: no-repeat; */
}

.imgabout img {
  width: 100%;
}

.imgabout2 img {
  width: 100%;
}

@media (max-width: 991px) {
  #about {
    background: #fff;
    align-items: start;
  }
  .infoabout p {
    padding: 0 20px 10px 0;
  }
  .imgabout {
    display: block;
  }
  .imgabout2 {
    display: none;
  }
}

.about-cols {
  display: flex;
  align-items: center;
}

.infoabout {
  font-size: 23px;
  text-align: justify;
  color: #333;
  display: flex;
  align-items: center;
}

#logo-nosotros {
  height: 350px;
  margin: 25% 0 25% 0;
}

#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(255, 255, 255, 0.92); */
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: url("../img/MisionVision.jpg");
  background-size: 100% auto;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0857c3;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col .icon img {
  height: 40px;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .iconvi {
  background-color: #fff;
  padding: 6px 6px 6px 6px;
  content: url("../img/services/eye (1).png");
}

#about .about-col:hover .iconmi {
  background-color: #fff;
  padding: 6px 6px 6px 6px;
  content: url("../img/services/placeholder (2).png");
}

#about .about-col:hover i {
  color: #0857c3;
}

#about .about-col h2 {
  color: #0857c3;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #0857c3;
}

#about .about-col h2 a:hover {
  color: #0857c3;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* About more Section
  --------------------------------*/

#about-more {
  padding: 30px 0;
}

#about-more .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.img-responsive {
  width: 100%;
  height: 300px;
  margin: 10px 0 30px 0;
}

.img-beneficio {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.beneficio-item {
  padding: 10px 10px 0 10px;
}

@media screen and (max-width: 768px) {
  .beneficio-item {
    padding: 40px 50px 0 50px;
  }
}

.beneficio-item h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #333333;
}

.beneficio-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.img-responsive-beneficio {
  width: 80% !important;
  padding: 20px 0;
  align-items: center;
}

#about-more .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#about-more .owl-nav {
  margin-top: 0px;
  text-align: center;
}

#about-more .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#about-more .owl-dot.active {
  background-color: #0857c3;
}

.metodologia {
  margin-bottom: 30px;
}

.metodologia h4 {
  font-size: 28px;
  color: #333333;
}

.metodologia p {
  font-size: 20px;
  color: #333333;
}
/* Facts Section
--------------------------------*/

#facts {
  background-size: cover;
  padding: 40px 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

.counters {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#facts .counters span {
  font-family: Gibson;
  font-weight: bold;
  font-size: 47px;
  display: block;
  color: #0857c3;
}

span[data-toggle="counter-up"]::before {
  content: "+";
}

#facts .counters p {
  padding: 0;
  margin: 0 0 5px 0;
  font-family: Gibson;
  font-size: 17px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* curses Section
  --------------------------------*/

#curses {
  padding: 40px 0;
  min-height: 670px;
}

p {
  margin-bottom: 0px;
}

#curses .curse-item {
  position: relative;
  margin-top: 10px;
  height: 380px;
}

#curses .curse-item .curse-img {
  width: 280px;
  height: 186px;
  border: 0px;
  border-bottom: 0px;
  margin: 0 auto;
  box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
}

.see-curse-img {
  width: 300px;
  border: 0px;
  border-bottom: 0px;
  margin: 0 25px;
}

#curses .curse-item a {
  width: 174px;
  font-family: "Montserrat", sans-serif;
  background: #e87c1a;
  color: #f5f5f5;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  z-index: 9999;
  padding: 6px 20px;
  box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
}

#curses .curse-item .equipment-description {
  width: 280px;
  border: 0px;
  border-top: 0px;
  height: 156px;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 2px 5px 11px 4px rgba(0, 0, 0, 0.37);
}

#curses .curse-item h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 19px;
  padding: 0 15px 10px 15px;
  margin: 0px 0 5px 0;
  color: #f5f5f5;
}

#curses .curse-item h4 {
  font-size: 14px;
  color: #e9eff2;
  margin: 0 0 15px 0;
}

#curses .curse-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#curses .curse-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

.show-hidden-curses {
  margin-top: 15px;
}

.see-all-curses {
  color: #fff;
  border: solid 2px #6dd5c3;
  padding: 20px 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.see-all-curses:hover {
  cursor: pointer;
  background: #6dd5c3;
  color: #25282a !important;
}

#curses .curse-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.see-curses .row .col-md-4 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #curses .curse-item p {
    width: 80%;
  }
}

#curses .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#curses .owl-nav {
  margin-top: 0px;
  text-align: center;
}

#curses .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#curses .owl-dot.active {
  background-color: #0857c3;
}

#curses #curses-flters {
  padding: 0;
  margin: 0px 0 35px 0;
  list-style: none;
  text-align: center;
}

#curses #curses-flters li {
  cursor: pointer;
  margin: 0px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#curses #curses-flters li:hover,
#curses #curses-flters li.filter-active {
  background: #0857c3;
  color: #fff;
}

#curses #curses-flters li:last-child {
  margin-right: 0;
}

.curses-container {
  position: relative;
  height: 300px !important;
}

#curses #curses-flter2 {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#curses #curses-flter2 li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#curses #curses-flter2 li:hover,
#curses #curses-flter2 li.filter-active {
  background: #0857c3;
  color: #fff;
}

#curses #curses-flter2 li:last-child {
  margin-right: 0;
}

/* Team Section
--------------------------------*/

#team {
  padding: 40px 0;
  min-height: 570px;
}

p {
  margin-bottom: 0px;
}

#team .testimonial-item {
  text-align: center;
}

#team .testimonial-item .testimonial-img {
  width: 250px;
  border: 4px solid #fff;
  border-bottom: 0px;
  margin: 0 auto;
}

#team .testimonial-item .equipment-description {
  width: 250px;
  border: 4px solid #fff;
  border-top: 0px;
  background-color: #25282a;
  margin: 0 auto;
}

#team .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0 5px 0;
  padding-top: 10px;
  color: #6dd5c3;
}

#team .testimonial-item h4 {
  font-size: 14px;
  color: #e9eff2;
  margin: 0 0 15px 0;
}

#team .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#team .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#team .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #team .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 500px) {
  #fondo2 {
    background-image: url("../img/Fondo_Infografia.webp");
  }
}

#team .owl-nav,
#team .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#team .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#team .owl-dot.active {
  background-color: #0857c3;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: justify;
}

#testimonials .testimonial-item .testimonial-img {
  max-width: 400px;
  width: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0px !important;
  padding: 20px 5px 20px 0;
}

.testimonials-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #0857c3;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  transition: 0.3s;
  padding: 15px 0;
}


#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #0857c3;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #0857c3;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #0857c3;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  visibility: visible;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  visibility: visible;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Contact Section
  --------------------------------*/

#contact {
  /* background: rgba(255, 255, 255, 0.92); */
  background: url(../img/cf-courses/contacto-img.webp) no-repeat right bottom;
}

.contact-layer {
  padding: 40px 0 20px 0;
  background-color: rgba(233, 233, 233, 0.7);
  width: 100%;
  height: 100%;
}

#contact .container .section-header h3 {
  color: #0857c3;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0857c3;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #0857c3;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #0857c3;
}

#contact .contact-info a:hover {
  color: #0857c3;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

.form {
  background: rgba(0, 0, 0, 0.08);
  padding: 20px 30px;
}

#contact .form #sendmessage {
  color: #0857c3;
  border: 1px solid #0857c3;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form select,
#contact .form textarea {
  color: rgb(110, 110, 110);
  padding: 10px 14px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid rgba(70, 82, 192, 0.685);
  box-shadow: none;
  font-size: 15px;
  background: none;
}

#contact .form input:focus,
#contact .form select:focus {
  border-bottom: 2px solid rgb(47, 60, 180);
}

#contact .form input::placeholder {
  color: rgb(110, 110, 110);
}

#contact .form button[type="submit"] {
  background: #0857c3;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #00bce3;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

#footer {
  background: #0857c3;
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #0857c3;
  padding: 0 0 0 0;
}

.footer-img {
  text-align: center;
}

.footer-img img {
  height: 140px;
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
}

#footer .footer-top .footer-info h3 {
  font-size: 37px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: Gibson;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #111;
}

#footer .footer-top .footer-info p {
  font-size: 17px;
  line-height: 24px;
  font-family: Gibson;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0857c3;
  color: #fff;
}

.social-links {
  text-align: center;
}

#footer .footer-top h4 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: url("../img/LineaDegradada_GyA-01.png");
  position: absolute;
  display: block;
  height: 1px;
  bottom: 1px;
  padding-bottom: 15px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0857c3;
}

#footer .footer-top .footer-contact {
  padding-top: 20px;
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-contact img {
  width: 40px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 5px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0857c3;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.footer-redes {
  align-items: center;
  padding-top: 20px;
}

.footer-redes .redes {
  align-items: center;
  padding: 0 10px 0 10px;
}

.hidden-box {
  display: none;
}

.show-box {
  display: block;
}

/* Social Bar
--------------------------------*/

.container-bar {
  width: 100%;
  max-width: 45px;
  position: fixed;
  right: 15px;
  top: 35%;
  z-index: 100;
  display: none;
}

.container-bar a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  transition: all 500ms ease;
}

.container-bar a:hover {
  background: #1c1c1c;
}

.container-bar a,
.container-bar a:hover,
.container-bar a:active,
.container-bar a:focus {
  color: #fff;
}

.container-bar .fa-facebook {
  background: #3b5998;
  border-radius: 100%;
  margin-bottom: 4px;
}

.container-bar .fa-youtube {
  background: #e52a23;
  border-radius: 100%;
  margin-bottom: 4px;
}

.container-bar .fa-linkedin {
  background: #00acee;
  border-radius: 100%;
  margin-bottom: 4px;
}

.container-bar .fa-instagram {
  background: #747473;
  border-radius: 100%;
}

.container-bar #title {
  position: absolute;
  background: #1c1c1c;
  padding: 0px 8px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  top: 12px;
  right: 0px;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.container-bar a:hover #title {
  opacity: 1;
  visibility: visible;
  right: 64px;
}

.container-bar #title:after {
  position: absolute;
  content: "";
  border-right: 7px solid transparent;
  border-left: 6px solid #1c1c1c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 100%;
  top: 8px;
}

#btn-social {
  display: none;
}

.fa-play {
  cursor: pointer;
  transition: all 0.4s;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  transform: rotate(180deg);
  color: #49b0e6;
}

#btn-social:checked ~ .fa-play {
  transform: rotate(0deg);
}

.icon-social {
  transition: all 0.4s;
  transform: translateX(0%);
}

#btn-social:checked ~ .icon-social {
  transform: translateX(-100%);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0);
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/Fondo_Infografia.webp) fixed center center;
  height: 800px;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: Gibson;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #0857c3;
  border: 2px solid #0857c3;
}

#call-to-action img {
  width: 73%;
}

#call-to-action .page-section {
  padding: 0px;
}

#call-to-action .section-heading {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #33c1cf;
  height: 732px;
  margin-left: -100vh;
  padding-left: 100vh;
}

#call-to-action .project-item {
  margin: 0px -16px;
}

#call-to-action .section-heading h4 {
  margin-top: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

#call-to-action .section-heading .line-dec {
  width: 270px;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.5);
  margin: 20px 0px 15px 0px;
}

#call-to-action .section-heading p {
  color: #fff;
  padding-right: 70px;
}

#infographics-flters li {
  width: 100%;
  cursor: pointer;
  margin: 15px 15px 15px 0;
  list-style: none;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  background: #25282a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  display: block;
}

#infographics-flters li:hover,
#call-to-action #infographics-flters li.fil-active {
  background: #6dd5c3;
  color: #666666;
}

#img-modal {
  width: 100%;
}

.info-modal {
  padding: 30px 50px 30px 20px;
}

.info-modal h2 {
  color: #0857c3;
}

.info-modal p {
  color: #25282a;
}

.item_3 {
  background-image: url("../img/intro-carousel/CURSO2-01.png");
}

@media (max-width: 768px) {
  .item_3 {
    background-image: url("../img/intro-carousel/CURSO2-01.png");
  }
  .info-modal {
    padding: 30px 50px 30px 50px;
  }
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio-flters {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 0 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
  background: #0857c3;
  color: #fff;
}

#portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#call-to-action .portfolio-item figure .link-preview {
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}

#call-to-action .portfolio-item figure:hover .link-preview {
  visibility: visible;
  left: calc(50% - 20px);
}

#call-to-action .portfolio-item figure .link-preview,
#call-to-action .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}

#call-to-action .portfolio-item figure .link-preview i,
#call-to-action .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#call-to-action .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #0857c3;
}

#call-to-action .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 20px;
  height: 50px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #0857c3;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .owl-nav,
#portfolio .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#portfolio .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#portfolio .owl-dot.active {
  background-color: #0857c3;
}

/* Experiencia
--------------------------------*/

.exp-col {
  background-size: 100% auto;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border-radius: 4px;
}

.exp-col .img {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.exp-col .title_exp {
  font-size: 16px;
  text-align: left;
  padding: 16px 16px 4px 0px;
  margin-bottom: 0px;
}

.exp-col .cliente_exp {
  font-size: 14px;
  text-align: left;
  padding: 4px 16px 16px 0px;
  margin-bottom: 0px;
}

.exp-col .btn_exp {
  font-size: 16px;
  text-align: left;
  padding: 4px 16px 15px 0px;
  margin-bottom: 0px;
}

.exp-col .img img {
  border-radius: 4px 0 4px 0;
}

/* modaldal */

#myBtn {
  text-decoration: none;
  border: none;
  background-color: #25282a;
}

#myBtn:hover {
  cursor: pointer;
}

#sec2 {
  display: none;
}

#sec3 {
  display: none;
}

#sec4 {
  display: none;
}

.modaldal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 50000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}

.modaldal-content {
  border-radius: 0.5rem;
  background-color: #fefefe;
  margin: 25px 15px;
  /* 15% from the top and centered */
  display: flex;
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-img .perfil {
  width: 100%;
  border-radius: 5px;
}

#myModal-h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #0857c3;
}

#linea-popup {
  margin-bottom: 0px;
}

#myModal-h5 {
  margin-bottom: 0;
}

.linkedin {
  width: 40px;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
/* .modal-redes li{
  display: inline;
  text-decoration: none;
} */

.linkedin2 {
  color: #fff;
  background-color: #0857c3;
  padding: 1px 5px 3px 5px;
  border-radius: 5px;
}

.e-ducate {
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 7px 10px 5px 10px !important;
  background-color: #25282A;
  color: #E9EFF2 !important;
}

.e-ducate:hover {
  background-color: #0857c3;
  color: #E9EFF2 !important;
}

.e-ducate-scrolled{
  background-color: #E9EFF2;
  color: #25282A !important;
}

.e-ducate-scrolled:hover {
  background-color: #25282A;
  color: #E9EFF2 !important;
}

#formCF .modal-body {
  padding: 20px 40px;
}

#formCF .modal-body .fa{
  font-size: 40px;
}

#formCF .modal-body .fa-fw{
  font-size: 40px;
}

#formCF .modal-body .formButton{
  display: grid;
  justify-content: center;
  align-content: center;
}