.footer-social {
  display: grid;
  grid-template-rows: 10% 20% 80%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

a:hover{
  color: #066D6E !important;  
}

.footer-social > .oppi_footer_social_default > .social_item > li > a {
  font-size: 25px;
}
.footer-social img {
  display: block;
  max-width: none;
  width: 100%;
}

.footer-social .logo-name {
  max-width: 80%;
}

.footer-social .logo-icon {
  display: block;
  max-width: none;
  width: 50%;
}

#i18n-toggler  {
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 20px;
  float: right;
  cursor: pointer;
}
#i18n-toggler:focus {
  outline: none;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 1860px;
  opacity: 0.6;
}
.google-apple-button{
  background: #066D6E !important;
  border: 2px solid #066D6E !important;
}
.google-apple-button:hover{
  background-color: rgba(255, 255, 255, 0.5) !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.background-register:hover{
  background: #066D6E !important;
  border: 2px solid #066D6E !important;
}
.section-1-color{
  color: #343434 !important;
}

.google-apple-button> svg{
  font-size: 26px;
}

.apple-button{
  color: #066D6E !important;
  border: 1px solid #066D6E !important;
}

.apple-button:hover{
  background-color: #066D6E !important;
  color: white !important;
  background: #066D6E !important;
}

.google-button{
  background-color: #066D6E !important;
  color: white !important;
}

.google-button:hover{
  color: #066D6E !important;
  background-color: white !important;
  border: 1px solid #066D6E;
}
@media only screen and (max-width: 768px) {
  .top-store-mobile-button > * {
    margin-bottom: 10px;
  }
  .video-container {
    height: 985px;
  }
  .oppi_health_banner_img{
    /*padding-top: 0px !important;*/
    text-align: center;
  }
  .fix-img-mobile{
    width: 250px;  
  }
  #myVideo{
    display: none;
  }
  .oppi_health_banner .overlay{
    background: linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
    background-image: -moz-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
    background-image: -webkit-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
    background-image: -ms-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
  }
  /*    background-image: -webkit-linear-gradient(
50deg
, #5268f2 0%, #14b0d1 100%);*/
}

@media only screen and (min-width: 768px) {
  .video-container {
    height: 830px;
  }
  .oppi_health_banner_img{
    padding-top: 230px !important;
  }
  .fix-img-mobile{
    width: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .center-element-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/*Personalizacion de la plantilla*/
.oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
  color: white !important;
}
.oppi_header.fixedMenu .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
  color: #4d446b !important;
}
/*.oppi_health_header.oppi_header .header_nav .oppi_header_menu .oppi_try_for_free{
  border-color: #066D6E !important;
  color: #066D6E !important;
}*/
.oppi_health_header.oppi_header .header_nav .oppi_header_menu .oppi_try_for_free:hover{
  color: white !important;
}
.oppi_health_header.oppi_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free{
  border-color: #066D6E !important;
  color: #066D6E !important;
}
.oppi_health_header.oppi_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free:hover{
  border-color: #066D6E !important;
  color: #fff !important;
}/*
.oppi_health_banner_img{
  padding-top: 230px !important;
}*/
.oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link{
  color: #343434;
}
.oppi_header .header_nav .logo img{
  max-width: none;
}
.oppi_health_banner{
  background-image: none;
}

.oppi_call_to_action_three{
 background: #066D6E; 
}

@media only screen and (max-width: 991px){
  .footer-social {
    justify-content: start;
  }
  .oppi_header.oppi_menu_center .header_nav .oppi_header_menu .oppi_btn_right {
    border-color: #066D6E;
    color: #066D6E;
  }
  .oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link{
    color: #343434 !important;
  }
}

