body {
font-family: Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
font-size: 15px;
color: #333;
}

/*.curso_nuevo {font-size: 16px;text-align:center;padding:10px;width:10%;min-width: 120px;
            color:#ffffff !important;background-color: #FF8000;border-radius:20px}
.curso_actualizado {text-align:center;padding:10px;width:20%;
            color:#ffffff !important;background-color: #FF8000;border-radius:20px}
/* movil */
/*@media screen and (max-width: 600px) {
.curso_nuevo {text-align:center;padding:10px;width:30%;color:#ffffff;background-color: #FF8000;border-radius:20px}
.curso_actualizado {text-align:center;padding:10px;width:60%;color:#ffffff;background-color: #FF8000;border-radius:20px}
}*/

.paises
{
  font-size: 16px;
  color: #2aa88a;
  border: 1px solid;
  padding: 5px 3% 5px 3%;
  border-radius: 25px;
  min-width: 120px;
  text-align: center;
  position: relative;
}
.seoh1 {
  color: #2aa88a;
  font-size: 3rem;
}

.seoh2 {
  max-width: 100%;
  
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.2;
}

h2 {
  color: #2aa88a;
  font-size: 3rem;
}
h3, h3 a{
  color: #2aa88a;
}
a:hover, h2 a:hover, h3 a:hover {
color: #19846a;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2aa88a;
  --bs-btn-border-color: #2aa88a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #188a6f;
  --bs-btn-hover-border-color: #188a6f;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #188a6f;
  --bs-btn-active-border-color: #188a6f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
}

.hero-content .h1, .hero-content h1 {
  font-size: 2.6rem;
  font-weight: 500;
  max-width: 70%;
  margin-bottom: 40px;
}
.hero {
  min-height: 50vh;
  background: #000 url(../img/background.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.hero:before {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 // background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);//
}
.hero-content {
  position: absolute;
  top: 100px;
  color: #fff;
}
.header-content .h1, .header-content h1 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 30px;
}
.header-content h1 i {
    color:white;
    font-size: 2rem;
}
.header {
  min-height: 12vh;
  background: #000 url(../img/background.png) center center no-repeat;
  background-size: cover;
  position: relative;
}

.header-content {
  color: #fff;
  width: 100%;
}
.search {
       position: relative;
       box-shadow: 0 0 40px rgba(51, 51, 51, .1);
       padding-left: 0;  
 }
.search input {
  height: 60px;
  text-indent: 55px;
  padding: 0;
  border-radius: 50px;
}
      .search input:focus{
        box-shadow: none;
        border: 2px solid blue;
       }

       .search .fa-search{
        position: absolute;
        top: 20px;
        left: 16px;
       }

.search button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  width: 190px;
  background: #2aa88a;
  border:0;
  border-radius: 73px;
  font-weight: 600;
}
.search input:focus {
  border: 2px solid #2aa88a;
}
.search i {
position: absolute;
color: #ddd;
top: 13px;
left: 1.3%;
font-size: 27px;       
}

.search-header {
       position: relative;
       box-shadow: 0 0 40px rgba(51, 51, 51, .1);
       padding-left: 0;  
       margin-top:25px ;
 }
.search-header input {
  height: 60px;
  text-indent: 55px;
  padding: 0;
  border-radius: 50px;
}
      .search-header input:focus{
        box-shadow: none;
        border: 2px solid blue;
       }

       .search-header .fa-search{
        position: absolute;
        top: 20px;
        left: 16px;
       }

.search-header button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  width: 100px;
  background: #2aa88a;
  border:0;
  border-radius: 73px;
  font-weight: 600;
}
.search-header input:focus {
  border: 2px solid #2aa88a;
}
.search-header i {
position: absolute;
color: #ddd;
top: 13px;
left: 12px;
font-size: 27px;       
}

.menu-icons {
  margin-bottom: 0;
}
.menu-icons li {
  display: inline-flex;
  list-style: none;

  position: relative; /* per opcions de menu */ 
}


.menu-icons li i {
color: #2aa88a;
font-size: 30px;
padding-left: 23px;
}
.menu-icons li .fa-solid.fa-square-phone {
  font-size: 32px;
}
.menu-icons li .fa-solid.fa-envelope {
  font-size: 34px;
}
.menu-icons li .fa-solid.fa-book-open {
  font-size: 30px;
}
.menu-icons li .fa-solid.fa-bars {
color: #bbb;
padding-left: 30px;
font-size: 32px;
}

.colabora::before {
  content: 'Colabora';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 14px;
  font-weight: bold;
}

.buscador::before {
  content: 'Buscador';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 9px;
  font-weight: bold;
}

.catalogo::before {
  content: 'Catálogo';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 12px;
  font-weight: bold;
}

.campus::before {
  content: 'Campus';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 12px;
  font-weight: bold;
}

.llamada::before {
  content: 'Llamada';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 12px;
  font-weight: bold;
}

.whatsapp::before {
  content: ' WhatsApp';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 12px;
  font-weight: bold;
}

.email::before {
  content: 'Email';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 24px;
  font-weight: bold;
}

#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #bbb;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
.container.categories {
  margin-top: 50px;
}
.categories .col-lg-1 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}
.categories .col-lg-2 img {
  max-width: 80%;
}

/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  text-align: left;
  border-radius: 2px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  right: 20px;
  top: 87px;
  z-index: 1000;
  width: 270px;
  padding: 25px;
}
#menu ul, #menu li, #menu li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu li a {
  padding: 5px;
  padding-left: 10px;
  color: #888;
  text-decoration: none;
  
}
#menu li a:hover,
#menu li a:focus {
  background: #1ABC9C;
  color: #fff;
}
.categoria.rounded-circle.img-fluid:hover {
  border: 3px solid #2aa88a;
}
.categories h4.text-center {
color: #555;
font-size: 14px;
padding-top: 12px;
line-height: 95%;
}
.categories a {
text-decoration:none;  
}
.banners img {
  padding-right: 15px;
}
.stats {
background-color: #2aa88a;
padding: 50px 30px 20px 30px;
text-align: center;
color: white;
border-radius: 15px;
margin-top: 25px;
}
.stats h3 {
  color:white;
  font-size: 50px;
}
.bd-footer {
  background: #f5f5f5;
  font-size: 14px;
  color: #555;
}
.bd-footer a {
   color: #555;
   text-decoration: none;
}  
.bd-footer a:hover{
  color:#2aa88a;
}
.bd-footer ul {
  padding-left: 0;
}
.bd-footer li {
  list-style: none;
}  
.bd-footer .label-default {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #444;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 6px 10px;
  text-align: center;
}
.bd-footer .label-default:hover {
  background: #119f8f;
}
#dmainmenuspans a:hover {
  color:white;
}
.bd-footer h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.bd-footer .container {
  padding-top: 0!important;
}
.colophon {
  font-size: 13px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  line-height: 160%;
}
.colophon a {
  font-size: 13px;
}  
.colophon .fa {
  font-size: 30px;
  color: #2aa88a;
  padding-right: 10px;
}
.colophon .fa:hover {
 color: #1f8c72
}
.container.cursos h3 {
  margin-bottom: 20px;
}
.row.fitxa {
  margin-top: 30px;
}
.fitxa h3 i {
  color: #2aa88a;
  margin-right: 15px;
}
.breadcrumb {
  margin-top: 20px;
  font-size: 13px;
  color:#888;
}
.breadcrumb a {
  color:#888;
  text-decoration: none;
}
.convocatorias {
  margin-top: 20px;
  vertical-align: middle;
}
.convocatorias .btn {
  width: 100%;
}
.table.table-striped.convocatorias th {
  background: #aaa8a8;
  color: white;
}
.border-right {
  border-right: 1px solid #ccc;
}
.dades {
  margin-top:25px;
}
.dades a {
  color:#333;
}
.dades i {
  color: #2aa88a;
  margin-right: 10px;
}
.row.video, .row.objetivos, .row.autor {
  margin-top: 40px;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after {
  background-image: none;
}  
.row.objetivos p .row.autor p {
  margin-left: 45px;
}
.cursos .accordion-body {
   padding: 0;
}
.cursos .accordion-button {
  padding: 0;
}
.cursos .accordion-item {
  border: 0;
}
.cursos .accordion-button:not(.collapsed) {
  background: transparent;
  color: #2aa88a;
  box-shadow: none;
  margin-bottom: 20px;
}
.accordion-button.collapsed {
  color: #2aa88a;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
 }
.row.links {
  background: #e4f2f0;
  padding: 20px;
  border-radius: 40px;
  font-size: 16px ;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 35px;
}
.container.accesos {
  margin-top: 30px;
  margin-bottom: 30px;
}
.row.links a {
  color: #2aa88a;
}
.row.links i {
  margin-right: 10px;
}
.row.links .col-md-3,.row.links .col-md-2, .row.links .col-md-4 {
  text-align: center;
  border-right: 1px solid #999;
}
.row.links .col-md-3:last-child {
   border-right: 0;
}
.lateral {
  background: #f5f5f5;
  padding: 20px;
}
.lateral .btn-primary {
  width: 100%;
}
.lateral i {
  margin-right: 8px;
}
.image-lateral {
  margin-bottom: 25px;
}
.row.videos {
  background: #f5f5f5;
  padding-top: 20px;
}
.container.relacionados {
  margin-top: 40px;
}
.row.related {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.row.related .col-md-1 {
  padding-right: 0;
}
.row.related h3 {
   font-size: 20px;
   margin-bottom: 0;
   padding-top: 15px;
}
.row.related h3 a {
  text-decoration: none;
  margin-bottom: 0;
}
.row.related .rounded-circle {
  height: 75px;
  width: 75px;
}
.relatedcolumn {
  padding-top: 15px;
}
.relatedcolumn p {
  margin-bottom: 10px;
}
.relatedcolumn i {
  color: #2aa88a;
  margin-right: 5px;
  font-size: 18px;
}
.row.listado {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-right: 30px;
  border-bottom: 1px solid #eee;
}
.row.listado .col-md-1 {
  padding-right: 0;
}
.row.listado h3 {
font-size: 24px;
margin-bottom: 5px;
padding-top: 0;
}
.row.listado h3 a {
  text-decoration: none;
  margin-bottom: 0;
}
.row.listado .rounded-circle {
  height: 60px;
  width: 60px;
}
.relacionados.listado {
  margin-top: 30px;
  padding-right: 30px;
}

.relacionados.listado .row.related .rounded-circle {
  height: 65px;
  width: 65px;
}
.categorialist {
  padding-right: 30px;
}
#dmainmenu ul {
  padding-left: 0px;
}
#dmainmenu li {
  list-style: none;
  padding: 7px 7px 7px 0;
  border-bottom: 1px solid #ddd;
}
#dmainmenu li:hover, #dmainmenu li:focus  {
  background: #2aa88a;
  padding-left: 2px;
  color:white;
 }
#dmainmenu li a {
  text-decoration: none;
  color: #444;
}
.container.destacados-home {
  margin-top: 50px;
}
.container.destacados-home .categorialist {
  margin-top: 35px;
}
.container.destacados-home .categorialist .row.listado h3 {
  font-size: 22px;
}
@media screen and (max-width:600px) {

#toggle {
  position: absolute;
  right: 25px;
  top: 87px;
}
#menu {
  top: 150px;
}
.categories .col-lg-2 {
  max-width: 50%;
}
.menu-icons {
  padding-left: 0;
  margin-top: 15px;
}
.navbar-brand {
  width: 100%;
  margin-right: 0;
}
.navbar-brand img {
  width: 97%;
}
.menu-icons {
  margin-top: 12px;
  margin-bottom: 15px; /* 5px;*/
}
.menu-icons li i {
  padding-left: 12px; /* 10px; */
  padding-right: 15px; 
}

.colabora::before {
  content: 'Colabora';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 5px;
  font-weight: bold;
}

.buscador::before {
  content: 'Buscador';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 5px;
  font-weight: bold;
}

.catalogo::before {
  content: 'Catálogo';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 5px;
  font-weight: bold;
}

.campus::before {
  content: 'Campus';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 5px;
  font-weight: bold;
}

.llamada::before {
  content: 'Llamada';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 5px;
  font-weight: bold;
}

.whatsapp::before {
  content: ' WhatsApp';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 5px;
  font-weight: bold;
}

.email::before {
  content: 'Email';
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: #2aa88a;
  left: 14px;
  font-weight: bold;
}

.hero-content .h1, .hero-content h1 {
  max-width: 100%;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 25px;
}
.search {
   width: 90%;
}
.search button {
   width: 100px;
}  
.btn:focus {
  background-color: #1a6f5b!important;
}
.search i {
  left: 4%;
}
.banners img {
  padding-right: 0;
  width: 49%;
  margin-bottom: 10px;
}
.stats h3 {
  color: white;
  font-size: 48px;
}
.row.links .col-md-3, .row.links .col-md-2, .row.links .col-md-4 {
  text-align: center;
  border-right: 0;
  margin-bottom: 20px;
}
.row.links {
  margin-top: 10px;
  margin-bottom: 30px;
}
.header-content .h1, .header-content h1 {
  font-size: 9vw;
}
.search-header {
   margin-top: 5px;
  margin-bottom: 40px;
}  
.categories h4.text-center {
  font-size: 20px ;
}
.container.categories {
  margin-top: 25px;
}
.row.fitxa {
  margin-top: 0px;
}
.categorialist .row.listado {
  margin-top: 10px;
}
.categorialist .row.listado .col-md-1 {
  display: none;
}
.container.destacados-home {
  margin-top: 25px;
  margin-bottom: ;
}
}
a.scroll-top {
  color: #fff;
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 1000;
  bottom: 20px; /* 50px; */
  left: 30px; /* right: 30px; */
  font-size: 20px;
  background: #222;
  border-radius: 3px !important;
  text-align: center;
  border: 1px solid hsla(0, 0%, 78%, 0.3)
}
a.scroll-top i {
  position: relative;
  top: 2px;
}
