body {
    overflow-x: hidden;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

.text-justify {
  text-align: justify;
}

.form-control {
  margin-bottom: 10px;
}

.adminContainer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.navbar {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid lightgrey;
}
.navbar ul {
  margin-left: auto;
  margin-right: auto;
}
.navbar .nav-item {
  margin-left: 25px;
  margin-right: 25px;
  letter-spacing: 1px;
}
.navbar .nav-item a:hover {
  color: #D3435F !important;
}
.navbar .nav-item a.active {
  color: #D3435F !important;
}
.navbar .nav-item .dropdown-item {
  font-size: 11px;
  font-weight: bold;
}
.navbar .navbar-brand {
  width: 300px;
  max-width: 60%;
  padding: 0px;
}

.topCancerVideo {
  width: 100vw;
  margin-left: -12px;
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.topCancerVideo button {
  font-size: 30px;
  margin-top: 130px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.topCancerVideo button:hover {
  opacity: 1;
}

.cancerElement {
  vertical-align: top;
  background: white;
  width: 100%;
  height: 300px;
  margin-right: 40px;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  margin-bottom: 40px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: border 0.3s, opacity 2s, bottom 1.2s;
}
.cancerElement:hover {
  border: 1px solid #ccc;
}
.cancerElement:hover .cancerElementImage {
  right: -55px;
}
.cancerElement:hover .cancerElementImage img {
  margin-left: -60px;
  width: 220px;
}
.cancerElement video {
  width: 100%;
}
.cancerElement .btnPlaySlide {
  float: right;
}
.cancerElement .cancerElementImage {
  position: absolute;
  background: #6698AD;
  display: inline-block;
  padding: 20px;
  height: 600px;
  width: 300px;
  top: -30px;
  right: -70px;
  transform: rotate(25deg);
  transition: transform 0.3s, right 0.3s;
}
.cancerElement .cancerElementImage img {
  transform: rotate(-25deg);
  margin-left: -50px;
  width: 200px;
  vertical-align: middle;
  transition: margin-left 0.5s, width 0.5s;
}
.cancerElement .cancerElementContent {
  display: inline-block;
  width: 278px;
  vertical-align: top;
}
.cancerElement .cancerElementContentButton {
  position: absolute;
  bottom: 20px;
  left: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.cancerElement .cancerElementContentButton i {
  background: transparent;
}
.cancerElement .cancerElementVideo {
  background: url("../img/imageVideo.jpg") no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
}
.cancerElement .cancerElementVideo button {
  margin-top: 80px;
}
.cancerElement h3 {
  position: relative;
  z-index: 30;
  margin-bottom: 20px;
  text-align: left;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.cancerElement.activable {
  opacity: 0.8;
  bottom: 0px;
}
.cancerElement.active {
  opacity: 1;
}
.cancerElement:hover {
  opacity: 1;
  transition: opacity 0.3s;
}

.mainSlide {
  background: url("../img/osito.jpg");
  background-size: cover;
  width: 100vw;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 180px;
}
.mainSlide .slideElement {
  opacity: 0;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  transition: opacity 1.4s;
}
.mainSlide .slideElement:nth-child(1) {
  font-size: 20px;
  color: #efefef;
  margin-bottom: -15px;
}
.mainSlide .slideElement:nth-child(2) {
  font-size: 50px;
}
.mainSlide .slideElement:nth-child(3) {
  font-size: 32px;
}
.mainSlide .slideElement:nth-child(4) {
  font-size: 16px;
  margin-top: 30px;
}
.mainSlide .slideElement .whiteLine {
  width: 0px;
  height: 2px;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  transition: width 1.2s;
}
.mainSlide .slideElement a {
  background: white;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.mainSlide .slideElement a:hover {
  background: #FFEA67;
  color: #F47D4C;
}
.mainSlide .slideElement.activable {
  opacity: 1;
}
.mainSlide .slideElement.activable .whiteLine {
  width: 160px;
}

.tipsFollowerContainer {
  position: fixed;
  z-index: 2;
  top: 130px;
  right: -2px;
  width: 100px;
  height: 100px;
  transition: right 0.3s;
}
.tipsFollowerContainer:hover {
  right: 480px;
}
.tipsFollowerContainer .tipsFollowerContainerButton {
  color: white;
  background: #F9B52F;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 5px;
  padding: 10px;
  line-height: 30px;
  border-radius: 10px 0px 0px 10px;
  border-left: 3px solid #F9B52F;
  border-top: 3px solid #F9B52F;
  border-bottom: 3px solid #F9B52F;
}
.tipsFollowerContainer .tipsFollowerContainerButton small {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1px;
}
.tipsFollowerContainer .tipsFollowerContainerContent {
  background: transparent;
  width: 480px;
  margin-left: 100px;
  margin-top: -86px;
  border-top: 3px solid #F9B52F;
}
.tipsFollowerContainer .tipsFollowerContainerContent h3 {
  background: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.tipsFollowerContainer .tipsFollowerContainerContent .tipsFollowerContainerContentTips {
  background: white;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  border-radius: 0px 0px 0px 10px;
  padding: 0px;
  text-align: center;
}
.tipsFollowerContainer .tipsFollowerContainerContent .tipsFollowerContainerContentTips img {
  display: inline-block;
  width: 220px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
  margin-top: 0px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.tipsFollowerContainer .tipsFollowerContainerContent .tipsFollowerContainerContentTips img:hover {
  opacity: 1;
}

.contentArea {
  left: 0px;
  margin-left: 0px;
  padding-top: 90px;
  padding-bottom: 100px;
  vertical-align: top;
  width: 100vw;
  overflow-x: hidden;
}
.contentArea.bgGrey {
  background: #F7F9F9;
}
.contentArea h3 {
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.contentArea h3 .titleLine {
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background: #ececec;
}
.contentArea img {
  vertical-align: middle;
  max-width: 100%;
}

.blogEntry {
  background: white;
  padding: 10px;
  border: 1px solid lightgrey;
  border-radius: 10px;
}
.blogEntry a {
  height: 200px;
  overflow: hidden;
}
.blogEntry a .imageContainer {
  height: 200px;
  overflow: hidden;
}
.blogEntry a .imageContainer img {
  width: 100%;
}
.blogEntry h4 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 24px;
  color: #0fa7db;
  cursor: pointer;
  transition: color 0.3s;
}
.blogEntry h4:hover {
  color: #eda53b;
}
.blogEntry p {
  color: grey;
}

.socialTop i {
  font-size: 30px;
  margin: 0px 10px;
}
.socialTop i.fa-facebook {
  color: #3b5998;
}
.socialTop i.fa-twitter {
  color: #55acee;
}
.socialTop i.fa-instagram {
  color: #cd486b;
}
.socialTop i.fa-tiktok {
  color: #000000;
}

.modalSocialNetworks {
  margin-top: 10px;
  display: inline-block;
}
.modalSocialNetworks i {
  font-size: 30px;
  margin: 0px 0px;
}
.modalSocialNetworks i.fa-facebook {
  color: #3b5998;
  margin: 0px 5px;
}
.modalSocialNetworks i.fa-twitter {
  color: #55acee;
  margin: 0px 5px;
}
.modalSocialNetworks i.fa-instagram {
  color: #cd486b;
  margin: 0px 5px;
}
.modalSocialNetworks i.fa-tiktok {
  color: #000000;
  margin: 0px 5px;
}

#videoIntroModal .smallVideo iframe {
  height: 190px;
}

footer {
  padding-top: 90px;
  padding-bottom: 100px;
  background: #0fa7db !important;
  color: white;
}

@media (max-width: 765px) {
  .mainSlide .slideElement:nth-child(1) {
    font-size: 12px;
    color: #efefef;
    margin-bottom: 0px;
  }
  .mainSlide .slideElement:nth-child(2) {
    font-size: 30px;
  }
  .mainSlide .slideElement:nth-child(3) {
    font-size: 20px;
  }
  .mainSlide .slideElement:nth-child(4) {
    font-size: 12px;
    margin-top: 30px;
  }
  .tipsFollowerContainer {
    width: 90px;
    height: 90px;
    top: 110px;
    right: -2px;
  }
  .tipsFollowerContainer:hover {
    right: 240px;
  }
  .tipsFollowerContainer .tipsFollowerContainerButton {
    line-height: 20px;
    font-size: 24px;
  }
  .tipsFollowerContainer .tipsFollowerContainerButton small {
    font-size: 12px;
  }
  .tipsFollowerContainer .tipsFollowerContainerContent {
    background: transparent;
    width: 240px;
    margin-left: 90px;
    margin-top: -67px;
    border-top: 3px solid #F9B52F;
  }
  .tipsFollowerContainer .tipsFollowerContainerContent h3 {
    background: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tipsFollowerContainer .tipsFollowerContainerContent .tipsFollowerContainerContentTips {
    background: white;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    border-radius: 0px 0px 0px 10px;
    padding: 0px;
    text-align: center;
  }
  .tipsFollowerContainer .tipsFollowerContainerContent .tipsFollowerContainerContentTips img {
    display: inline-block;
    width: 110px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    margin-top: 0px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .tipsFollowerContainer .tipsFollowerContainerContent .tipsFollowerContainerContentTips img:hover {
    opacity: 1;
  }
  .cancerElement .cancerElementContent {
    position: relative;
    display: inline-block;
    width: 278px;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.8);
  }
  .cancerElement .cancerElementContentButton {
    position: absolute;
    bottom: 20px;
    left: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  .cancerElement .cancerElementContentButton i {
    background: transparent;
  }
}
.modal h1 {
  color: #2a4452;
  font-weight: bold;
}
.modal .modalSocialNetworks {
  font-weight: bold;
}
.modal .modalSocialNetworks .socialNetworksTitleSpace {
  display: inline-block;
}
.modal .modalSocialNetworks .socialNetworksTitle {
  display: inline-block;
}
.modal .modalSocialNetworks .socialNetwork {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
}
.modal .modalSocialNetworks .socialNetwork a {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
  transition: 0.3s opacity;
}
.modal .modalSocialNetworks .socialNetwork a:hover {
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
