*::selection {
  background: rgb(206,33,38);
  color: #fff;
}

@font-face {
font-family: 'RobotoSlab';
src: url('../css/fonts/RobotoSlab-Regular.ttf');
}

.parallax {
  margin-top: 195px;
  background : linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(../img/climbingparal.jpg) center / cover;
  width: 100%;
  height: 350px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}
.divContenedor{
  padding-left: 4vw;
  padding-right: 4vw;
}
.divTitulo{
  width: 100%;
  font-family: Monotype Corsiva;
  font-size: 50px;
  text-align: center;
  color: rgb(206,33,38);
  font-weight: bold;
  padding-top: 10px;
}

.divSubTitulo{
  width: 100%;
  font-family: RobotoSlab;
  font-size: 40px;
  text-align: center;
  color: #1390C3;
  padding-top: 10px;
}
.divLinea{
  width: 100%;
  display: flex;
  justify-content: center;
}
.divCirculoI{
  width: 20px;
  height: 20px;
  background-color: #1390C3;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
.divCirculoD{
  width: 20px;
  height: 20px;
  background-color:  rgb(206,33,38);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 10px;
}
.divLineaD{
  color: rgb(206,33,38);
  padding-bottom: 12.5px;
}
.divLineaI{
  color:  #1390C3;
  float: left;
  padding-bottom: 12.5px;
}
.divLineaIzq{
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divLineaDer{
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divPrograms{
  width: 100%;
}
.divFila{
  margin-top: 10px;
  width: 100%;
  display: flex;
  height: auto;
  flex-flow: row wrap;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  justify-content: space-around;
}

.divC{
  width: 22%;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
    margin-bottom: 10px;
  border: 1px solid grey;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.divImagen{
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  margin-right: 10px;
  border: 1px solid grey;
  line-height: 0px;
}
.divPeriodo{
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px 5px 10px;
  background-color: rgb(206,33,38);
  border: 1px solid #ccc;
  color: white;
  font-size: 17px;
  line-height: normal;
    font-family: 'RobotoSlab';
}
.divImagen img{
  width: 100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
}
.divImagen img:hover{
  width: 100%;
  cursor: pointer;
  -webkit-transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}
.divTituloProgram{
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: grey;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
    font-family: 'RobotoSlab';
}
.divLink a:hover{
  cursor: pointer;
  background-color: rgb(206,33,38);
  color: white;
  border: 1px solid transparent;
}
.divDescripcion{
  font-family: 'RobotoSlab';
  width: 100%;
  line-height: 1.5em;
  color: grey;
  font-size: 17px;
  padding: 10px;
}
.divLink{
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
  font-family: 'RobotoSlab';
}
.divLink a{
  text-decoration: none;
  border: 1px solid grey;
  text-align: center;
  padding: 5px 20px 5px 20px;
  letter-spacing: 2px;
  font-size: 17px;
  color: grey;
  font-weight: 400;
}
@media screen and (max-width: 1250px){
  .divC{
    width: 48%;
  }
}
@media screen and (max-width: 800px){
  .divLinea{
    display: none;
  }
  .parallax {
      margin-top: 187px;
      background : linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(../img/climbingparal.jpg) center / cover;
      width: 100%;
      height: 40vw;
    }
}
@media screen and (max-width: 600px){
    .parallax {
      margin-top: 148px;
    }
}
@media screen and (max-width: 550px){
  .divC{
    width: 100%;
  }
}
