@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

body {
  font-family: 'Fira Sans', sans-serif;
  color: #444;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #31A2B1;
}

a:hover {
  color: #257782;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Fira Sans', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #31A2B1;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  /* border-bottom: 1px solid #eee; */
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #31A2B1;
}

#topbar .contact-info i {
  color: #31A2B1;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}
#topbar .social-links a.facebook{
  padding-right: 20px;
}
#topbar .social-links a {
  color: #31A2B1;
  padding: 4px 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s;
}

#topbar .social-links a:hover {
  color: #257782;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
  /* border-bottom: 1px solid #EBF2F3; */
  position: relative;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  /* text-transform: uppercase; */
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

/* #header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
  position: absolute;
  max-width: 168px;
  width: 100%;
  top: -15px;
}

.is-sticky #header .logo img {
  top: 5px;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu>ul>li:last-child {
  margin-left: 120px;
  border-radius: 50px;
}
.nav-menu>ul>li:last-child a{
  /* padding: 10px 15px; */
  padding: 0.5rem 1rem;
  font-size: 14px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #31A2B1;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #257782;
  text-decoration: none;
  font-weight: 700;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #31A2B1;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

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

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}



/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  box-shadow: -1px 0 6px 0 rgba(84, 84, 83, 0.17);
  background-color: #f5f8f9;
  transition: 0.4s;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #31a2b1;
}

.mobile-nav li {
  padding: 0 15px;
  border-bottom: solid 1px #ffffff;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  border-bottom: solid 1px #ffffff;
  color: #257782;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

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

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

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

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-container {
  position: relative;
}
  #hero .carousel-content{
    max-width: 500px;
  }
#hero {
  width: 100%;
  height: 80vh;
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* #hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
} */

#hero .carousel-container {
  padding-top: 60px;
}

#hero .carousel-content {
  text-align: left;
  position: relative;
  z-index: 11;
}

.down-arrow {
  position: absolute;
  z-index: 11;
  bottom: 10px;
  left: 50%;
}

.down-arrow i {
  font-size: 40px;
}

#hero h2,
.inner-banner h2 {
  color: #3F3F3E;
  margin-bottom: 15px;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 0.77px;
  /* text-transform: uppercase; */
}

#hero p,
.inner-banner p {
  /* width: 80%; */
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #545453;
  margin-bottom: 30px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-size: contain;
    background-position: right;
  position: relative;

}
#hero .carousel-inner .carousel-item img{
     max-width: 40vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#hero .carousel-inner .carousel-item::after{
  content: '';
  background-image: url(../images/deco-inici.png);
  position: absolute;
  height: 56vh;
  width: 100%;
  background-size: cover;
  background-position: top;
  bottom: 0;
  background-repeat: no-repeat;
}

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

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

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

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

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #31A2B1;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 33px;
  padding-bottom: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #3f3f3e;
}

.section-title h3 {
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #545453;
}

.section-title p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3F3F3E;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

/* .about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
} */

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #31A2B1;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #31A2B1;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  /* text-transform: uppercase; */
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #31A2B1;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#31A2B1 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #31A2B1;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}

.about-lists .row {
  overflow: hidden;
}

.content-item {
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 20px 0 #ebf2f3, -10px -10px 20px 0 #f5f8f9;
  -moz-box-shadow: 10px 10px 20px 0 #ebf2f3, -10px -10px 20px 0 #f5f8f9;
  box-shadow: 10px 10px 20px 0 #ebf2f3, -10px -10px 20px 0 #f5f8f9;
  border-radius: 2px;
  }

.content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #257782;
}

.content-item h4 {
  font-size: 30px;
  padding: 0;
  margin: 20px 0;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #3f3f3e;
}

.content-item p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.32px;
  text-align: center;
  color: #545453;
  padding-bottom: 25px;
}

.content-item img {
  height: 193px;
  width: 193px;
  object-fit: contain;
  /*border: 1px solid #f1f1f1;*/
  border-radius: 50%;
	padding:0.8em;
  -webkit-box-shadow: 0px 6px 2px 0px rgba(241, 241, 241, 1);
  -moz-box-shadow: 0px 6px 2px 0px rgba(241, 241, 241, 1);
  box-shadow: 0px 6px 2px 0px rgba(241, 241, 241, 1);
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #31A2B1;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #31A2B1;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #31A2B1;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

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

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  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: #31A2B1;
  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;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  /* text-transform: uppercase; */
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #31A2B1;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #31A2B1;
  color: #fff;
}

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

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #257782;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}



/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #31A2B1;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #257782;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #31A2B1;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #31A2B1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.section-impulsors {
  z-index: 2;
  position: relative;
}

#footer {
  background: #FAFAFA;
  padding: 0 0 15px 0;
  font-size: 14px;
  z-index: 2;
  position: relative;
}

#footer .footer-top {
  background: #fff;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  padding-right: 100px;
}

#footer .footer-top .footer-links {
  border-left: 1px solid #EBF2F3;
  text-align: center;
}

#footer .footer-top .footer-info h3,
#footer .footer-top .footer-links h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #3F3F3E;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  margin-bottom: 30px;
  font-family:  'Fira Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #3f3f3e;
}

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


/* #footer .footer-top .social-links a:hover {
  background: #31A2B1;
  color: #fff;
  text-decoration: none;
} */

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

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

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

  max-width: 225px;
  margin: 35px auto;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #257782;
  font-size: 22px;
  line-height: 1;
  margin-right: 15px;
}

#footer .footer-top .footer-links ul a {
  color: #3f3f3e;
  text-align: left;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
 vertical-align: top;
}
#footer .footer-top .footer-links ul li img{
  height: 24px;
  width: 24px;
  margin-right: 15px;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #3f3f3e;
}

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

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #31A2B1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5295ce;
}

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

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #3F3F3E;
  padding-left: 20px;
  padding-right: 20px;
}

#footer .credits a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #3f3f3e;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  /* text-transform: uppercase;	 */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 29px;
}

.btn-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#257782+0,004b56+100 */
  background: #257782;
  /* Old browsers */
  background: -moz-linear-gradient(top, #257782 0%, #004b56 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #257782 0%, #004b56 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #257782 0%, #004b56 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#257782', endColorstr='#004b56', GradientType=0);
  /* IE6-9 */

  position: relative;
  overflow: hidden;

  /* min-width: fit-content; */
  width: 360px;
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.btn-gradient.btn-card-escola {
    min-width: fit-content;
    width: 100%;
  }

.btn-gradient.btn-home {
  max-width: 250px;
}

@media screen and (min-width: 768px) { 
  .btn-gradient:not(.home-card){
    width: fit-content;
    min-width: 360px;
  }
  .btn-gradient.btn-card-escola {
    min-width: fit-content;
    width: 100%;
  }
}

.btn.btn-gradient:hover {
  color: #fff;
}
.btn-gradient:before {
  content: '';
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.btn-gradient:hover:before {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#257782+0,004b56+100 */
  /* background: #004b56; */
  /* Old browsers */
  /* background: -moz-linear-gradient(top, #004b56 0%, #257782 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #004b56 0%, #257782 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #004b56 0%, #257782 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b56', endColorstr='#257782', GradientType=0); */
  /* IE6-9 */
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004b56;
  top: 0;
  left: 0;
  /* border-radius: 29px; */
  z-index: -1;
  opacity: 0.75;
}

.btn-white {
  background: #fff;
  color: #31A2B1;
}

.btn-outline {
  border: 0px solid #41BACA;
  border-radius: .80rem;
  color: #31A2B1;

}

.carousel-content {
  max-width: 650px;
  width: 100%;
}

.btn-link {
  color: #31A2B1;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
  padding: 15px 0;
}

.btn-link:hover {
  color: #257782;
}

.content {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}

/*.educatiu {
  background: url('../images/educatiu-bg.png');
  height: 840px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  text-align: center;
}

.edu-box {
  background-image: url('../images/educatiu-1.png');
  //max-height: 105.6vh;
  height: 100%;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  position: relative;
  max-width: 80vw;
  width: 100%;
  background-position: center;
  background-size: cover;
  left: 0;

}

.edu-box a.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.edu-box a.play-btn i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
}*/

.recond {
  background: url(../images/record.png);
  padding-top: 90px;
  padding-bottom: 90px;
}
.recond.small-footer {
  padding: 50px;
}

.recond .section-title h2 {
  margin-bottom: 30px;
  font-size: 33px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #3f3f3e;
}

.education-project {
  /* background-image: url(../images/boxes.png); */
  padding-bottom: 90px;
  background-size: cover;
}

.education-project .section-title h3 {
  color: #fff;
  text-align: left;
}

.white-box {
  background-color: #fff;
  width: 282px;
  height: 158px;

}

.gray-bg {
  background-color: #F5F8F9;
}

.testimonis-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  /*box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);*/
  box-shadow: 10px 10px 20px 0 #ebf2f3, -10px -10px 20px 0 #f5f8f9;
  padding: 90px;
  border-radius: 2px;
  margin-bottom: 61px !important;
}

.testimonis-box {
  padding: 15px;
}

.overview {
  font-size: 16px;
  font-weight: 400;
  color: #31A2B1;
  max-width: 100px;
}

.testimonis-box {
  position: relative;
}

.testimonis-box::before {
  content: '';
  background-color: #EBF2F3;
  height: 2px;
  width: 70%;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0;
}

.testimonis-box::after {
  content: '';
  background-color: #EBF2F3;
  height: 2px;
  width: 70%;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.testimonis-box .testimonial {
  font-size: 28px;
  font-weight: bold;
  color: #3F3F3E;
  padding: 15px 0;
  font-family:  'Fira Sans', sans-serif;
}

.testimonis-box p.date {
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 16px;
  font-weight: 400;
  color: #545453;
  font-family:  'Fira Sans', sans-serif;
}

.practical-box {
  font-family:  'Fira Sans', sans-serif;
}

.testimonis-content .carousel-control-next,
.testimonis-content .carousel-control-prev {
  color: #31A2B1;
  font-size: 18px;
  width: 0;
}

.testimonis-content .carousel-control-next i {
  font-size: 50px;
  color: #257782;
}

.testimonis-content .carousel-control-prev i {
  font-size: 50px;
  color: #257782;
}

.testimonis-content .carousel-control-prev {
  left: -30px;
}

.testimonis-content .carousel-control-next {
  right: -30px;
}

.testimonis-content .carousel-indicators li {
  height: 10px;
  width: 10px;
  background-color: #BDD6D9;
  border-radius: 50%;
}

.testimonis-content .carousel-indicators {
  bottom: -150px;
}

.practical-box {
  background-color: #fff;
  padding: 18px 20px;
  border-left: 6px solid #52B1B5;
}

.img-responsive {
  width: 100%;
}

.practical-box span,
.date-social span {
  padding-top: 5px;
  padding-left: 15px;
  font-size: 20px;
  color: #31A2B1;
  font-weight: 400;
  
}

.pradate {
  display: inline-block;
  text-align: right;
  float: right;
  background-color: #257782;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.practical-box .dec {
  display: inline-block;
  margin-top: 15px;
  margin-left:15px;
}

.practical-box .dec h3 {
  color: #3F3F3E;
  font-size: 20px;
  font-weight: bold;
}

.practical-box .dec p {
  color: #545453;
  font-size: 16px;
  font-weight: normal;
  /* margin-right: 2em; */
}

.practical-img {
  height: 208px;
  object-fit: cover;
}

.btn i {
  display: inline-block;
  vertical-align: middle;
}

.days-box .owl-nav {
  display: none;
}

.mobile-visible {
  display: none !important;
}

.desktop-visible {
  display: block !important;
}

.inner-banner {
  max-height: 400px;
  position: relative;
  padding: 30px 0px;
  margin-bottom: 35px;
}

.inner-banner::after {
  content: '';
  background-color: #BDD6D9;
  max-height: 400px;
  height: 100vh;
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.inner-banner .carousel-content {
  padding-top: 0;
  top: 50%;
  position: absolute;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
}
.inner-banner img{
  max-height: 338px;
  min-height: 338px;
  object-fit: cover;
  /* top: 50%;
  position: absolute;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%); */
}
.inner-banner.no-foto img{
  min-height: auto;
}


.white-box-shadow {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  padding: 64px;
  display: inline-block;
  width: 100%;
}

.box-back {
  position: relative;
  margin-top: 35px;
  margin-bottom: 35px;
}

.box-back::after {
  content: '';
  background-color: #F5F8F9;
  max-height: 515px;
  height: auto;
  width: 60%;
  position: absolute;
  top: 0;
  z-index: -1;
  bottom: 0;
}

.left::after {
  left: 0;
}

.right::after {
  right: 0;
}

.center-block {
  display:table;
  margin: 0 auto;
}

.white-box-shadow img {
  max-width: 400px;
}
.panceil{
  position: relative;
}
.panceil::after {
  background-image: url(../images/llapis.png);
 /*background-size: 100% 80%;*/
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 0;
  width: 255px;
  height: 69%;
  content: '';
  position: absolute;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  left: 50%;
  right: 0;
  top: 370px;
  display: table;
  margin: 0 auto;
  margin-left: -8px;
}

.plane-right {
  position: relative;
  z-index: 1;
}

.plane-right::before {
  content: '';
  background-image: url(../images/planeright.png);
  height: 208px;
  width: 142px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  z-index: 1;
}
.plane-right img{
  max-width: 326px;
  width: auto;
  position: absolute;
  bottom: -34px;
}
.bottom-0 {
  position: relative;
  bottom: -40px;
}

.boxes-4 {
  margin: 35px auto;
  padding: 50px 65px;
  min-height: 595px;
  max-width: 500px;
  display: table;
  position: relative;
  z-index: 1;
}

.boxes-4 img {
  max-width: 230px;
  margin: 0 auto;
  display: block;
  padding-bottom: 35px;
}

.boxes-4 .section-title h2 {
  margin-bottom: 15px;
}

.bottomplane {
  position: relative;
  /* max-height: 340px; */
}

.bottomplane img {
  bottom: -36px;
  max-width: 472px;
  left: 45px;
  position: absolute;
}

.in-menu {
  padding: 15px 0;
}

.in-menu ul {
  list-style: none;
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.in-menu ul li {
  display: table-cell;
  /* text-transform: uppercase; */
  vertical-align: middle;
}

.full-width {
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  height: 405px;
  margin-bottom: 30px;
}

.full-width .practical-box {
  background-color: transparent;
 border-left: transparent;

}

.full-width .practical-img {
  height: 405px;
  border-right: 6px solid #BDD6D9;
}

.full-width .practical-box .dec h3 {
  font-size: 30px;
}

.full-width .practical-box .dec p {
  font-size: 20px;
}

.half-4 {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  margin-top: 25px;
  /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  margin-top: 15px; */
}

.half-4 .practical-box {
  border-left: none;
  border-top: 6px solid #BDD6D9;
  background-color: #FAFAFA;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.half-4 .practical-box span,
.half-4 .practical-box .pradate,
.half-4 .su-post-title {
  font-size: 14px;
}

.half-4 .practical-box .dec h3 {
  font-size: 16px;
  font-weight: 500;
}

.half-4 .practical-box .dec p {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 63px;

}

.su-posts-default-loop .half-4 .su-post-thumbnail,
.su-posts-default-loop .half-4 .su-post-thumbnail img {
  width: 100%;
  height: 208px;
  max-width: 100%;
  max-height: initial;

}

/* .half-4 .su-post{
  background-color: #FAFAFA;
  flex: 0 0 30%;
  max-width: 30%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  float: left;
} */
.half-4 .su-post-excerpt,
.half-4 .su-post-title {
  padding: 20px;
}

.half-4 .su-posts-default-loop h2.su-post-title {
  display: inline-block;
  font-size: 14px;
  color: #31A2B1;
  font-weight: 400;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 0;
  width: 50%;
}

.half-4 .su-posts-default-loop .su-post-meta {
  display: inline-block;
  text-align: center;
  background-color: #257782;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  margin-top: 10px;
  position: absolute;
  width: 50%;
  right: 5px;
}

.half-4 .su-post-excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #545453;
}

/* .blog-inner {
  max-width: 880px;
  margin: 0 auto;
  display: block;
} */

.blog-inner h2 {
  color: #3F3F3E;
  font-size: 43px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 700;
}

.blog-inner h3 {
  color: #545453;
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-inner img {
  margin: 20px auto 0;

  display: inline-block;
}

.in-menu .nav-tabs .nav-item.show .nav-link,
.in-menu .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

.in-menu .nav-tabs {
  border-color: transparent;
}

.blog-inner .date-social ul {
  list-style: none;
  display: table;
  width: 100%;
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #BDD6D9;
  margin-bottom: 0;
}

.blog-inner .date-social ul li {
  display: table-cell;
}

.blog-inner .date-social ul li .pradate {
  float: none;
}

.max-720 {
  max-width: 720px;
  margin: 0 auto;
  display: block;
  padding: 15px;
}

.blog-inner p {
  padding: 5px 0;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}

.blog-inner p a {
  text-decoration: underline;
}

.blog-inner h3.in-title {
  font-size: 24px;
  color: #3F3F3E;
  margin-bottom: 0;
  font-weight: 700;
  padding: 5px 0;
}

.blog-inner h4.in-title {
  font-size: 20px;
  color: #3F3F3E;
  margin-bottom: 0;
  font-weight: 400;
  padding: 5px 0;
}

.max-720 ul {
  list-style: none;
}

.max-720 ul li::before {
  content: "\2022";
  color: #257782;
  ;
  font-weight: 700;
  display: inline-block;
  width: 18px;
}

.max-720 ul li {
  color: #545453;
  font-size: 18px;
  font-weight: 700;
}

.max-720 ol {
  list-style: none;
}

.max-720 ol li::before {
  content: counter(li);
  color: #257782;
  font-weight: 700;
  display: inline-block;
  width: 18px;
}

.max-720 ol li {
  counter-increment: li
}
.quiet h3{
  font-size: 28px;
  color: #545453;
  font-weight: 400;
  padding-left: 24px;
  position: relative;
  padding-left: 40px;
}
.quiet h3::before{
  content: '';
  background-image: url(../images/icon-quote-left.png);
  display: inline-block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.quiet h3::after{
  content: '';
  background-image: url(../images/icon-quote-right.png);
  display: inline-block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.quiet strong{
  font-size: 18px;
  color: #545453;
  font-weight: 400;
  padding-left: 24px;
  position: relative;
  padding-left: 40px;
}
.relted-article{
  padding: 140px 0;
}
.relted-article .half-4 .practical-box{
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.relted-article .pradate{
  margin-top: -35px;
}
.nav-tabs{
  border-bottom: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #257782;
   /* background-color: #fff;*/
    font-weight: 700; 
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #257782;
    font-weight: 700; 
}
.nav-tabs .nav-link{
  /* text-transform: uppercase; */
}
.nav-tabs .nav-link {
    border: none;
}
.contact-detail img{
  display: block;
}
.contact-detail .contact-content{
  padding-left: 30px;
}
.contact-detail strong{
  padding: 30px 0 15px;
  display: block;
  font-size: 18px;
  color: #545453; 
}
.contact-detail span{
  /* padding: 15px 0; */
  color: #545453;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.contact-detail span a{
  color: #257782;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.contact-form{
  background-image: url(../images/fullesbg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.contact-form .control-label{
  font-weight: 700;
  font-size: 22px;
  color: #3F3F3E;
  padding: 10px 0 5px;
  margin-left: 15px;
}
.contact-form .control-label sup{
  color: #31A2B1;
}
.contact-form span{
  /* color: #31A2B1; */
  font-size: 14px;
  font-weight: 400;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="checkbox"],.contact-form input[type="tel"]{
  border: 1px solid #BDD6D9;
  border-radius: 2px;
  height: 60px;
}
.btn-lg {
  max-width: 222px;
  width: 100%;
}

.contact-form input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.contact-form label.text-info {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  /* text-decoration: underline; */
  color: #257782;
}

.contact-form label.text-info:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #BDD6D9;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  margin-left: 15px;
}

.contact-form input:checked + label.text-info:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 24px;
  width: 6px;
  height: 14px;
  border: solid #257782;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.team-profile .profile-box{
  background-color: #f5f8f9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  /* max-width: 450px; */
  /* display: inline-block; */
  display: flex;
  flex-direction: column;
  min-height: 480px;
  width: 100%;
  padding: 60px 30px;
  margin: 10px auto;
  height: 454px;
  position: relative;
  border-radius: 5px;
}
.team-profile .profile-box img {
  margin: 10px auto;
  border-radius: 50%;
}
.team-profile .profile-box h5{
  padding: 10px 0;
  color: #3F3F3E;
  font-weight: 500;
  /* text-transform: uppercase; */
}
.team-profile .profile-box p{
  padding: 10px 0;
  font-weight: 400;
  color: #3F3F3E;
  font-size: 16px; 
  text-align: center;
  margin-bottom: 0;
}
.team-profile .profile-box p.carrec {
  font-weight: 500;
}
.blues-sky{
  color: #41BACA !important;
  text-align: center !important;
  /* text-transform: uppercase; */
}
.team-profile .profile-box a{
  color: #31a2b1;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.team-profile .profile-box a:hover {
  color: #257782;
}
.full-hieght{
  background-image: url(../images/404.png);
  height: 100vh;
  width: 100%;
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
}
.full-hieght h2{
  font-weight: 900;
  font-size: 151px;
  color: #257782;
  margin-bottom: 0;
}
.full-hieght p{
  font-size: 23px;
  font-weight: 900;
  color: #545453;
}
.escoles .half-4{
  padding: 40px 0;
  background-color: #fff;
  overflow: hidden;
}
.escoles .half-4 p{
  text-align: center;
  color: #545453;
  font-size: 16px;
  /* text-transform: uppercase; */
  margin-bottom: 0;
}
.escoles .half-4 h2{
  text-align: center;
  color: #3F3F3E;
  font-size: 26px;
  font-weight: 600;
  /* margin-bottom: 30px; */
  height: 70px;
}
.escoles .half-4 img{
  margin: 20px auto;
}
.escoles .half-4 .practical-box a{
  text-align: center;
  display: table;
  margin: 20px auto;
}
.escoles .half-4 .practical-box{
  border-top: none;
  background-color: transparent;
}
/* .escoles .half-4 .practical-box span{ */
.escoles .half-4 .practical-box .escola-category{
  color: #545453;
  font-weight: 500;
  font-size: 14px;
  display: table;
  margin: 0 auto;
  height: 40px;
  max-width: 90%;
}
.escoles .half-4 .practical-box .dec p{
  font-size: 16px;
  text-align: left;
  color: #545453;
  font-weight: 400;
  text-transform: inherit;
  max-height: inherit;
  padding: 10px 0;
  -webkit-line-clamp: initial;
}
.escoles .half-4 .practical-box .dec ul{
  padding-left: 0;
  list-style: none;
}
.escoles .half-4 .practical-box .dec ul li{
  display: table; 
  padding: 10px 0;
  vertical-align: middle;
}
.escoles .half-4 .practical-box .dec ul li i{
  color: #257782;
  font-size: 24px;
  display: table-cell;
  padding-right: 10px;
}
.escoles .half-4 .practical-box .dec a.toggler,
.escoles .half-4 .practical-box .dec ul li a{
  color: #545453;
  font-size: 16px;
  text-align: left;
  display: table-cell;
  font-weight: 500;
  word-break: break-all;
}
.escoles .half-4 .practical-box .dec a.toggler strong,
.escoles .half-4 .practical-box .dec ul li a strong{
 font-weight: 700;
 color: #257782;
}
.escoles .half-4 .practical-box .dec .collapse strong{
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 16px;
  color: #3F3F3E;
}
.escoles .half-4 .practical-box .dec .collapse{
  padding: 20px 0;
}
.escoles .half-4 .practical-box .dec .collapse p{
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 14px;
  color: #3F3F3E;
}
.escoles .half-4 .practical-box .dec .collapse .mapouter iframe{
  width: 100%;
  height: 230px;
  margin-bottom: 50px;
}
/* .escoles .half-4 .practical-box .dec ul li a.collapsed i.icofont-simple-up{
  font-weight: 700;
  color: #257782;
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 30px;
}
.escoles .half-4 .practical-box .dec ul li a i.icofont-simple-up, .escoles .half-4 .practical-box .dec ul li a.collapsed i.icofont-simple-down{
  display: none;
}
.escoles .half-4 .practical-box .dec ul li a i.icofont-simple-down{
  font-weight: 700;
  color: #257782;
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 30px;
} */


.escoles .half-4 .practical-box .dec ul li a i.icofont-simple-up,
.escoles .half-4 .practical-box .dec ul li a i.icofont-simple-down {
  font-weight: 700;
  color: #257782;
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 30px;
}
.escoles .half-4 .practical-box .dec ul li a i.icofont-simple-up.hide,
.escoles .half-4 .practical-box .dec ul li a i.icofont-simple-down.hide {
  display: none
}

.mb-150{
  margin-top: 150px;
}
.education-project .su-image-carousel-slides-style-default .su-image-carousel-item-content img, .education-project .flickity-viewport{
  max-width: 280px;
  max-height: 182px !important;
}

.contact-form .control-label i{
  height: 30px;
  width: 30px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-right: 10px;  
  vertical-align: middle;
}
.edit{
  background-image: url(../images/icon/pencil@3x.png);
}
.smile{
  background-image: url(../images/icon/smile@3x.png);
}
.email{
  background-image: url(../images/icon/email@3x.png);
}
.phone{
  background-image: url(../images/icon/phone@3x.png);
}
.form-group{
  margin-bottom: 20px;
}

/* <---fedback---> */
.white-box-shadow{
  padding: 34px;
}
.bottomplane img{
  width: auto;
  max-width: 380px;
  left: 115px;
}
.boxes-4{
  min-height: 525px;
}
.escoles .half-4 img{
  margin: 0 auto;
}
.escoles .half-4 .practical-box{
  padding: 15px;
}
.escoles .half-4{
  padding-bottom: 32px;
}

#demo-2 input {
	outline: none;
}
#demo-2 input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#demo-2 input::-webkit-search-decoration,
#demo-2 input::-webkit-search-cancel-button {
	display: none; 
}


#demo-2 input[type=search] {
	background: url(../images/icon/search-white.png) no-repeat;
	border: solid 1px transparent;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
  transition: all .5s;
  background-position: 9px;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	/* background-color: #fff; */
	border-color: #fff;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


#demo-2 input:-moz-placeholder {
	color: #fff;
}
#demo-2 input::-webkit-input-placeholder {
	color: #fff;
}
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	border-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left:40px;
	color: #fff;
	border-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
.btn-white.btn:hover{
  color: #257782;
  transition: all 0.5s;
}
.content-item h4{
  line-height: 33px;
}
/* .content_balls .content-item h4{height:54px;} */

.practical-content .section-title h3{
  color: #545453;
}
.practical-content .section-title--actualitat h3{
  color: #3f3f3e;
}
