.carousel-caption {
  position: absolute;
  left: 0;
  width: 50%;
  top: 40%;
  margin-left: 15%;
  text-align: left;
}
.carousel-caption h3 {
  font-size: 4em;
  font-weight: bold;
  color: white;
  text-shadow: #111 3px 3px 4px;
}
.carousel-caption p {
  font-size: 2em;
  margin-left: 6px;
}

.cursos {
  background: url(../img/cursos.jpg) no-repeat;
}
.vacaciones {
  /*height: 300px;*/
  padding: 110px 0;
  }
.vacaciones h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2em;
  color: white;
}

.titulo {
  font-family: 'Quicksand', sans-serif;
  color: #404040;
}
.parrafo {
  font-family: 'Quicksand', sans-serif;
  color: #392929;;
}
.bg-secondary{
  transition: all 1s ease;
}
.taller {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.texto {
  font-family: 'Quicksand', sans-serif;
  color: #000;
}

.talleres {
  background-color: #065562;
  padding: 60px;
}
.talleres p {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.card-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #fff;
}
.contact {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.mail {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.telefono {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.celular {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.ciudad {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.mensaje {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.email {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.asunto {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.nombre {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
}
.derechos {
  background-color: #282828;
  overflow: hidden;
  color: #fff;
}
.facebok {
  width: 34px;
  height: 34px;
  background: url(https://compumax.com.co/images/social.png) no-repeat -5px -6px;
  float: left;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.facebok:hover { 
  opacity:0.2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.blogger {
  width: 34px;
  height: 34px;
  background: url(https://compumax.com.co/images/bloggerbtn.png) no-repeat 0px 0px;
  float: left;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.blogger:hover { 
  opacity:0.2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
footer .footer_comp {
  margin:0;
  padding:10px;
  text-align:center;
}
footer .footer_comp p {
  margin:0;
  padding:0;
  color:#afafaf;
  font-size:12px;
  text-shadow:rgba(0,0,0,0.3) 2px 2px 2px;
}
.modal-lg{
  max-width: 85%;
  margin: 20px auto;
}
.img-thumbnail {
  padding: 0;
  border: none;
  border-radius: unset;
}
.linean {
  color: #ddd!important;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
#modaltalleres .tab-pane {
  padding: 3% 2%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#modaltalleres .tab-pane h3 {
  padding: 5px 0;
}
#modaltalleres .tab-pane p {
  padding: 10px 0;
  color: #444;
}