.col-6 {
  padding-top: 25px;
  margin: 16px;
}

#select {
  text-align: center;
}

.col.fondo-dorado {
  background-color: #d0c6b5;
}

.col.fondo-oscuro {
  background-color: #30383a;
}

#select .icono-grande {
  font-size: 102px;
  margin: 15px;
}

.col-sm-6.col-md-6.col-lg-4.fondo-dorado {
}

.col-md-3.fondo-dorado {
  background-color: #d0c6b5;
}

.col-md-3.fondo-oscuro {
  background-color: #30383a;
}

#select .col-md-3 {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#select h3 .h3 {
  font-size: -11px;
}

#hero {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#footer-epva {
  margin-top: 800px;
}

@media (min-width: 1200px) {
  #footer-epva {
    margin-top: 700px;
  }
}

@media (min-width: 768px) {
  #footer-epva {
    margin-top: 90px;
  }
}

body {
  font-family: Montserrat, sans-serif;
}

.fondo-dorado {
  background-color: #d0c6b5;
  border-bottom: 1px solid white;
}

.fondo-oscuro {
  background-color: #30383a;
}

#select .col-sm-auto.col-md-6.col-lg-6.col-xl-3.my-auto {
  padding-top: 15px;
  padding-bottom: 15px;
}

section .tema-didactico {
  margin-top: 15px;
  margin-bottom: 15px;
}

#comunicacion1 .h2, h2 {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .text-secondary.esquema {
    text-align: right;
  }
}

.tituloEsquema .h2, h2 {
  text-align: center;
  margin-bottom: 25px;
}

.col.tablero-actividades {
  background-color: grey;
  min-height: 320px;
}

a:hover {
}

.col-sm-12.col-md-6.col-lg-4.col-xl-3.tablero-actividades:hover {
  box-shadow: 10px 15px 15px;
}

#carousel-claroscuro .carousel-caption {
  background-color: rgba(48,56,58,0.42);
}

#carousel-claroscuro {
}

.img-fluid {
}

.col.oculta-movil {
  display: none;
}

@media (min-width: 576px) {
  .col.oculta-movil {
    display: block;
  }
}

#explicacion-carousel {
  display: none;
}

@media (min-width: 576px) {
  #explicacion-carousel {
    display: block;
  }
}

#explicacion-movil {
  display: block;
}

@media (min-width: 576px) {
  #explicacion-movil {
    display: none;
  }
}

.carousel-control-prev-icon {
  background-color: rgba(0,0,0,0.5);
}

.carousel-control-next-icon {
}

/* Para superponer elementos a una imagen */

.col-md-4.superp {
  position: relative;
}

img .superp {
  opacity: 0.1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.img-fluid.superp {
  opacity: 1;
  display: block;
  transition: 0.5s;
  backface-visibility: hidden;
}

div.superp-t {
  transition: 0.5s easy;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #777777;
  color: rgb(255,255,255);
  padding: 15px;
}

.col-md-4.superp:hover .img-fluid.superp {
  opacity: 0.3;
}

.col-md-4.superp:hover .img-fluid.superp {
  opacity: 0.3;
}

.col-md-4.superp:hover div.superp-t {
  opacity: 0.7;
}

/* Fin de superponer elementos a una imagen */

.icon-tab {
  width: 40px;
}

@media (min-width: 576px) {
  .icon-tab {
    width: 80px;
  }
}

