@charset "UTF-8";
/*======================================
Theme Name: Ciencia CreActiva | Bio3 
Description: Custom CSS
Version: 1.0
Author: Capybara Studio
Author URI: https://www.capybarastudio.com/
======================================*/
/*=====================================================
                      Recursos 
=====================================================*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
.bio-b-principal {
  background-color: #0F6E00; }

.bio-b-secundario {
  background-color: #96C640; }

.green-bg {
  background: #0f6e00;
  background: linear-gradient(-50deg, rgba(15, 110, 0, 0.85056) 0%, rgba(150, 198, 64, 0.853361) 70%), url("../media/backgrounds/back-focus.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.degree-bg {
  background: #0f6e00;
  background: linear-gradient(-50deg, rgba(15, 110, 0, 0.85056) 0%, rgba(150, 198, 64, 0.853361) 70%); }

.bio-t-principal {
  color: #0F6E00; }

.bio-t-secundario {
  color: #96C640; }

.btn-w {
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px; }
  .btn-w:hover {
    background: rgba(255, 255, 255, 0.8);
    transition-property: opacity, left;
    transition-duration: 3s, 5s;
    color: #0F6E00; }
  .btn-w a {
    color: #0F6E00;
    text-decoration: none; }

.btn-p {
  background: #0f6e00;
  background: linear-gradient(-50deg, rgba(15, 110, 0, 0.85056) 0%, rgba(150, 198, 64, 0.853361) 70%);
  padding: 10px 20px;
  border-radius: 50px;
  border: none; }
  .btn-p:hover {
    background: linear-gradient(-50deg, rgba(15, 110, 0, 0.65) 0%, rgba(150, 198, 64, 0.65) 70%);
    transition-property: opacity, left;
    transition-duration: 3s, 5s;
    color: #fff; }
  .btn-p a {
    color: #fff;
    text-decoration: none; }

.hide-accesible {
  top: -1000px !important;
  z-index: -10000 !important; }

/*=====================================================
                    Cierre recursos 
=====================================================*/
/*=====================================================
              Estilos generales layout
=====================================================*/
html {
  scroll-behavior: smooth; }

html, body {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  color: #031400;
  font-weight: 300; }

.firstSection {
  margin-top: -100px;
  padding-top: calc(100px + 4em); }

.overlay {
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }
  .overlay:hover {
    opacity: 0.6; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 2; } }

@media (min-width: 992px) {
  .card-columns {
    column-count: 3; } }

.social-rrss li a {
  color: #96C640;
  font-size: 3em; }
  .social-rrss li a:hover {
    opacity: 0.8; }

/*=====================================================
           Cierre estilos generales layout
=====================================================*/
/*=====================================================
                Formulario de registro
=====================================================*/
#RegisterTeacher .form-control {
  width: 90%;
  float: right; }

#RegisterTeacher i {
  font-size: 1.2em;
  padding-top: 8px; }

/*=====================================================
            Cierre de formulario de registro
=====================================================*/
/*=====================================================
                       Fuentes 
=====================================================*/
@font-face {
  font-family: 'rifficbold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/riffic-bold-webfont.eot");
  src: url("../fonts/riffic-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/riffic-bold-webfont.woff2") format("woff2"), url("../fonts/riffic-bold-webfont.woff") format("woff"), url("../fonts/riffic-bold-webfont.ttf") format("truetype"), url("../fonts/riffic-bold-webfont.svg#rifficbold") format("svg");
  /* Legacy iOS */ }

/*===========Formato general según título===========*/
h1 {
  font-family: "rifficbold", sans-serif;
  font-weight: 600; }

a {
  text-decoration: none !important; }

h2, h3, h4, h4, h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600; }

p {
  font-size: 1.25em;
  line-height: 1.4em; }

.exclaim {
  font-family: "rifficbold", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1em; }

/*========Cierre formato general según título=======*/
/*================Tamaños dinámicos=================*/
h1 {
  font-size: 36px;
  line-height: calc( 36px * 1.5); }

@media (min-width: 320px) and (max-width: 1024px) {
  h1 {
    font-size: calc( 36px + (44 - 36) * ( (100vw - 320px) / ( 1024 - 320) ));
    line-height: calc(( 36px + (44 - 36) * ( (100vw - 320px) / ( 1024 - 320) )) * 1.5); } }

@media (min-width: 1024px) {
  h1 {
    font-size: 44px;
    line-height: calc( 44px * 1.5); } }

h2 {
  font-size: 30px;
  line-height: calc( 30px * 1.3); }

@media (min-width: 320px) and (max-width: 1024px) {
  h2 {
    font-size: calc( 30px + (40 - 30) * ( (100vw - 320px) / ( 1024 - 320) ));
    line-height: calc(( 30px + (40 - 30) * ( (100vw - 320px) / ( 1024 - 320) )) * 1.3); } }

@media (min-width: 1024px) {
  h2 {
    font-size: 40px;
    line-height: calc( 40px * 1.3); } }

h3 {
  font-size: 30px;
  line-height: calc( 30px * 1.3); }

@media (min-width: 320px) and (max-width: 1024px) {
  h3 {
    font-size: calc( 30px + (36 - 30) * ( (100vw - 320px) / ( 1024 - 320) ));
    line-height: calc(( 30px + (36 - 30) * ( (100vw - 320px) / ( 1024 - 320) )) * 1.3); } }

@media (min-width: 1024px) {
  h3 {
    font-size: 36px;
    line-height: calc( 36px * 1.3); } }

h4 {
  font-size: 20px;
  line-height: calc( 20px * 1.3); }

@media (min-width: 320px) and (max-width: 1024px) {
  h4 {
    font-size: calc( 20px + (24 - 20) * ( (100vw - 320px) / ( 1024 - 320) ));
    line-height: calc(( 20px + (24 - 20) * ( (100vw - 320px) / ( 1024 - 320) )) * 1.3); } }

@media (min-width: 1024px) {
  h4 {
    font-size: 24px;
    line-height: calc( 24px * 1.3); } }

h5 {
  font-size: 18px;
  line-height: calc( 18px * 1.3); }

@media (min-width: 320px) and (max-width: 1024px) {
  h5 {
    font-size: calc( 18px + (22 - 18) * ( (100vw - 320px) / ( 1024 - 320) ));
    line-height: calc(( 18px + (22 - 18) * ( (100vw - 320px) / ( 1024 - 320) )) * 1.3); } }

@media (min-width: 1024px) {
  h5 {
    font-size: 22px;
    line-height: calc( 22px * 1.3); } }

h6 {
  font-size: 16px;
  line-height: calc( 16px * 1.3); }

@media (min-width: 320px) and (max-width: 1024px) {
  h6 {
    font-size: calc( 16px + (16 - 16) * ( (100vw - 320px) / ( 1024 - 320) ));
    line-height: calc(( 16px + (16 - 16) * ( (100vw - 320px) / ( 1024 - 320) )) * 1.3); } }

@media (min-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: calc( 16px * 1.3); } }

/*=============Cierre tamaños dinámicos==============*/
/*=====================================================
                    Cierre fuentes 
=====================================================*/
/*=====================================================
                  Menú navegación 
=====================================================*/
/*===================Menú OnScroll===================*/
#navBio3 .navbar-brand img {
  width: 110px;
  height: auto; }

#navBio3 a, #navBio3 button {
  color: #fff;
  font-size: 1.2em; }
  #navBio3 a:hover, #navBio3 button:hover {
    opacity: 0.5; }

#navBio3 .active {
  font-weight: bold; }

@media screen and (max-width: 992px) {
  #navBio3 li {
    padding: 10px 35px; }
  #navBio3 .navbar-collapse {
    padding: 15px 0; } }

.sticky-bio-nav {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: rgba(255, 255, 255, 0.95); }
  .sticky-bio-nav a, .sticky-bio-nav button {
    color: #0F6E00 !important; }
  .sticky-bio-nav .navbar-brand img {
    width: 90px;
    height: auto; }

/*====================Menú Móvil====================*/
@media screen and (max-width: 992px) {
  .non-sticky-bio-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
    .non-sticky-bio-nav .navbar-collapse {
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      background-color: rgba(255, 255, 255, 0.95);
      margin-top: 15px;
      border-radius: 5px;
      border-top: 3px solid #0F6E00; }
      .non-sticky-bio-nav .navbar-collapse a {
        color: #0F6E00 !important; } }

/*=====================================================
                Cierre menú navegación 
=====================================================*/
/*=====================================================
                      Footer 
=====================================================*/
footer {
  background: #0f6e00;
  background: linear-gradient(-50deg, rgba(15, 110, 0, 0.85056) 0%, rgba(150, 198, 64, 0.853361) 70%), url("../media/backgrounds/back-focus.jpg");
  background-size: cover; }
  footer::before {
    content: url(../media/resources/forma-3.svg);
    position: relative;
    top: -18px; }

/*=====================================================
                    Cierre footer 
=====================================================*/
/*=====================================================
                         Index 
=====================================================*/
#initHome::after {
  content: url(../media/resources/forma-5.svg);
  position: relative;
  bottom: -6px; }

#initHome .camera-home {
  transform: rotate(-15deg);
  width: 85%;
  height: auto;
  margin-bottom: 50px; }

@media screen and (min-width: 768px) {
  #initHome .camera-home {
    width: 100%;
    position: relative;
    left: -35px;
    top: 50px;
    margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  #initHome .camera-home {
    left: -60px;
    top: 0; } }

#formate::before {
  content: url(../media/resources/forma-1.svg);
  position: relative; }

#formate::after {
  content: url(../media/resources/forma-2.svg);
  position: relative;
  top: 6px; }

#formate img {
  max-width: 350px;
  display: block;
  margin: auto; }

#participa span {
  left: 0px;
  padding-left: 8px;
  background: #0F6E00;
  width: 33px;
  top: 0;
  border-radius: 2px 0 50px 0;
  height: 33px;
  font-size: 1.3em; }

#participa .card-header {
  min-height: 75px; }
  #participa .card-header h5 {
    width: 98%;
    margin: 10px auto; }
  #participa .card-header .w90 {
    width: 90%; }

#comoTrabajan .card-img-overlay {
  background: #0f6e00;
  background: linear-gradient(-50deg, rgba(15, 110, 0, 0.5) 0%, rgba(150, 198, 64, 0.5) 70%); }
  #comoTrabajan .card-img-overlay .card-title {
    position: relative;
    display: flex;
    top: 80%; }

/*=====================================================
                     Cierre Index 
=====================================================*/
/*=====================================================
                  Ciencia CreActiva 
=====================================================*/
#creactivaInit::after {
  content: url(../media/resources/forma-4.svg);
  position: relative;
  bottom: -6px; }

/*=====================================================
                Cierre Ciencia CreActiva 
=====================================================*/
/*=====================================================
              Científicas comprometidas 
=====================================================*/
#cientificasInit::after {
  content: url(../media/resources/forma-6.svg);
  position: relative;
  bottom: -6px; }

#cientificasProfiles .nBef a::before {
  display: none; }

#cientificasProfiles a::before {
  content: '\f167';
  font-family: 'FontAwesome';
  font-size: 4em;
  color: #fff;
  position: absolute;
  margin-left: calc(50% - 25px);
  margin-top: calc(50% - 100px);
  z-index: 3; }

#cientificasProfiles .modal-body {
  padding: 0; }
  #cientificasProfiles .modal-body .close {
    position: absolute;
    top: 110%;
    z-index: 100000;
    font-size: 2.5em;
    color: #fff;
    opacity: 1;
    font-weight: lighter;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 1px 7px 0;
    right: calc(50% - 20px); }

/*=====================================================
            Cierre Científicas comprometidas 
=====================================================*/
/*=====================================================
                       Fórmate 
=====================================================*/
#formateInit::after {
  content: url(../media/resources/forma-9.svg);
  position: relative;
  bottom: -6px; }

#imparticionCurso::before {
  content: url(../media/resources/forma-10.svg);
  position: relative;
  top: 0; }

#imparticionCurso::after {
  content: url(../media/resources/forma-11.svg);
  position: relative;
  bottom: -6px; }

#duracionCurso::before {
  content: url(../media/resources/forma-7.svg);
  position: relative;
  top: 0; }

#duracionCurso::after {
  content: url(../media/resources/forma-4.svg);
  position: relative;
  bottom: -6px; }

#estructuraCurso .col {
  overflow-x: auto; }

/*=====================================================
                    Cierre fórmate 
=====================================================*/
/*=====================================================
                      Participa 
=====================================================*/
#participaInit::after {
  content: url(../media/resources/forma-11.svg);
  position: relative;
  bottom: -6px; }

#fasesConcurso::before {
  content: url(../media/resources/forma-7.svg);
  position: relative;
  top: -16px; }

#fasesConcurso::after {
  content: url(../media/resources/forma-11.svg);
  position: relative;
  bottom: -21px; }

#fasesConcurso span {
  left: 0px;
  padding-left: 8px;
  background: #96C640;
  width: 33px;
  top: 0;
  border-radius: 2px 0 50px 0;
  height: 33px;
  font-size: 1.3em; }

#fasesConcurso .card-body {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0 0 5px 5px; }
  #fasesConcurso .card-body i {
    color: #96C640; }

#faqConcurso .card {
  border: 1px solid #96C640; }
  #faqConcurso .card button {
    font-size: 1em; }

/*=====================================================
                   Sección participa 
=====================================================*/
/*=====================================================
                      Difusión 
=====================================================*/
#difusionInit::after {
  content: url(../media/resources/forma-8.svg);
  position: relative;
  bottom: -6px; }

#difusionMaterial img:hover {
  opacity: 0.9; }

/*=====================================================
                   Cierre Difusión 
=====================================================*/
/*=====================================================
            Upload vídeos y vídoe subido
=====================================================*/
#uploadVideo .form-control, #videoPage .form-control, #videoGrid .form-control {
  height: 50px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: none; }

#uploadVideo .custom-select, #videoPage .custom-select, #videoGrid .custom-select {
  height: 50px;
  font-size: 16px;
  border: none;
  opacity: 0.8; }

#uploadVideo label, #videoPage label, #videoGrid label {
  font-size: 1.3em;
  font-weight: bold; }

#uploadVideo textarea, #videoPage textarea, #videoGrid textarea {
  min-height: 90px; }

#uploadVideo span, #videoPage span, #videoGrid span {
  font-size: 2em;
  color: white; }

#videoPage .videoPageRate {
  font-size: 1.3em !important;
  float: right;
  background: #F9BF3B;
  width: 100px;
  border-radius: 50px;
  color: #333;
  text-align: center;
  font-weight: bold; }

#videoPage .videoPageVote {
  font-size: 1.3em !important;
  float: left;
  background: rgba(255, 255, 255, 0.2);
  width: 120px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold; }

#videoPage .alert-info {
  background: #96C640;
  border: none;
  color: #0F6E00;
  font-size: 1.1em;
  text-align: center; }
  #videoPage .alert-info a {
    color: #0F6E00;
    font-size: 1.3em;
    font-weight: bold; }

#videoGrid a.thumbVideo:hover {
  opacity: 0.8; }

#videoGrid a.thumbVideo:before {
  content: 'Vota';
  font-family: "rifficbold", sans-serif;
  font-size: 1.2em;
  color: #0F6E00;
  position: absolute;
  width: 120px;
  height: auto;
  background: #ffffff;
  border-radius: 50px 50px 0 0;
  margin-left: calc(50% - 60px);
  bottom: 0;
  z-index: 3;
  text-align: center;
  padding: 10px; }

#videoGrid .overlay {
  background: #0F6E00;
  width: 100%;
  height: 100%; }

#videoGrid .video-wrapper {
  position: relative;
  padding-bottom: 55.9%; }
  #videoGrid .video-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  #videoGrid .video-wrapper .midRate {
    color: white;
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    background: #F9BF3B;
    border-radius: 0 0 0 50px;
    text-align: center;
    padding-top: 15px;
    padding-left: 8px;
    font-weight: bold;
    font-size: 0.9em;
    color: #333; }

#videoGrid .votesNumber {
  width: 85px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 1.1em;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  float: right;
  margin: -40px 5px 0 5px; }

/*=====================================================
                   Cierre Upload Vídeos 
=====================================================*/
/*=====================================================
                    Ranting vídeos
=====================================================*/
.rating {
  margin: -50px auto 70px;
  width: 280px; }
  .rating > * {
    float: right; }

@keyframes pulse {
  50% {
    color: white;
    text-shadow: 0 0 15px white; } }
  .rating label {
    height: 40px;
    width: 20%;
    display: block;
    position: relative;
    cursor: pointer; }
    .rating label:nth-of-type(5):after {
      animation-delay: 0.25s; }
    .rating label:nth-of-type(4):after {
      animation-delay: 0.2s; }
    .rating label:nth-of-type(3):after {
      animation-delay: 0.15s; }
    .rating label:nth-of-type(2):after {
      animation-delay: 0.1s; }
    .rating label:nth-of-type(1):after {
      animation-delay: 0.05s; }
    .rating label:after {
      transition: all 0.4s ease-out;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      content: "☆";
      color: #fff;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 55px;
      animation: 1s pulse ease; }
    .rating label:hover:after {
      color: white;
      text-shadow: 0 0 15px white; }
  .rating input {
    display: none; }
    .rating input:checked + label:after,
    .rating input:checked ~ label:after {
      content: "★";
      color: #F9BF3B;
      text-shadow: 0 0 20px #F9BF3B; }
