/******************************************************************************
 *                                 FisioCloud                                 *
 *                                                                            *
 *                                 Home Page                                  *
 *                                                                            *
 *                             Raphael R. Gusmao                              *
 ******************************************************************************/
:root{
  --fisiocloud-primary-color: #00BCD4;
}

.bg-white {
  background-color: #FFF !important;
}

.parallax-effect {
  /* Set a specific height */
  min-height: 256px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html, body {
  background: #00BCD4;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
::selection {
  background: #00BCD4;
}
::-moz-selection {
  background: #00BCD4;
}

/******************************************************************************
 * Cabecalho                                                                  *
 ******************************************************************************/
 #header-navbar {
   background-color: #0097A7;
 }
 #logo {
   margin: -1px 11px -1px 0;
 }
 #logo-text {
   margin: -1px -10px -1px 0;
 }
 .nav-link {
   height: 32px;
   padding: 5px;
 }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #0097A7;
}

/******************************************************************************
 * Conteudo                                                                   *
 ******************************************************************************/
/* #conteudo > section {
  padding: 41px 64px 0 64px;
} */

/* Slides */
#inicio {
  padding: 64px 0 0 0 !important;
}
@media screen and (max-width: 600px) {
  #inicio {
    padding: 0 0 0 0 !important;
    margin: 56px 0 0 0;
  }
}
.slide-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* Parallax */
.bgParallax {
  width: 100%;
  position: relative;
  min-height: 100%;
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
}
.parallax-caption {
  text-align: center;
  color: rgba(255,255,255,.9);
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
  background-color: rgba(0, 0, 0, 0.01);
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.02);
  border-radius: 100px;
}
#parallax-about-us {
  background-image: linear-gradient(0deg, rgb(44 32 4 / 30%), rgb(44 32 4 / 30%)), url("../images/telefisio.png");
  height: 256px;
  /* width: 100%;
  object-fit: cover; */
}

#parallax-partner {
  background-image: linear-gradient(0deg, rgb(44 32 4 / 30%), rgb(44 32 4 / 30%)), url("../images/parceiros.png");
}

/* Valores, Missao e Visao */
#valores {
  background-color: #FFFFFF;
  margin-bottom: 24px;
}
#valores .fa {
  margin-bottom: 16px;
}
/* #valores .col-lg-4 {
  padding: 0 32px 20px 32px;
} */

/* Solucoes */
#solucoes {
  background-color: #FFFFFF;
}
#solucoes-logo {
  width: 512px;
  margin-bottom: 64px;
}

.soluction-icons {
  max-width: 60px;
  width: 100%;
  aspect-ratio: 1;
}

/* Parceiros */
#parceiros {
  background-color: #FFFFFF;
}

/* Quem Somos */
#quem-somos {
  background-color: #FFFFFF;
}
#quem-somos .col-md-4 {
  padding-bottom: 20px;
}
.avatar {
  height: 150px !important;
  width: 150px !important;
}
.avatar img {
  height: 100%;
  object-fit: cover !important;
}
.avatar-descricao {
  margin-top: 16px;
}
.avatar-descricao p {
  margin: 0;
}

/******************************************************************************
 * Rodape                                                                     *
 ******************************************************************************/
.social-link {
  color: #FFFFFF !important;
  transition: color 0.2s;
}
.social-link:hover {
  color: #00BCD4 !important;
}

/******************************************************************************
 * Swiper                                                                     *
 ******************************************************************************/
.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


/******************************************************************************
 * Parceiros                                                                     *
 ******************************************************************************/
.partner-img {
  aspect-ratio: 3/2;
  display: block;
  height: 100%;
  margin: auto;
  max-width: 280px;
  object-fit: contain;
  width: 100%;
}

.link-partner {
  padding: 5px;
  border-radius: 15px;
}

/* target the active bullet */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--fisiocloud-primary-color);
  opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
  color: var(--fisiocloud-primary-color);
}

/******************************************************************************
 * IoT                                                                     *
 ******************************************************************************/

#parallax-iot {
  background-image: linear-gradient(0deg, rgb(44 32 4 / 30%), rgb(44 32 4 / 30%)),  url(../images/iot.webp);
}

/* @media (max-width: 1200px) {
  #parallax-iot {    
    background-size: auto;
  }
} */


/******************************************************************************
 * Prêmios                                                                     *
******************************************************************************/

#parallax-rewards {
  background-image: linear-gradient(0deg, rgb(44 32 4 / 30%), rgb(44 32 4 / 30%)), url("../images/CapaYoutube.png");
}

.reward-imgs {
  aspect-ratio: 3/2;
  display: block;
  margin: auto;
  max-width: 280px;
  object-fit: contain;
  width: 100%;
  border-radius: 15px;
}

/******************************************************************************
 * Whitelabel                                                                 *
******************************************************************************/


#parallax-whitelabel {
  background-image: linear-gradient(0deg, rgb(44 32 4 / 30%), rgb(44 32 4 / 30%)), url("../images/white-label-parallax.jpg");
}


/******************************************************************************/
