:root {
  --main-color: #14b2d6;
}

.responsive {
    width: 100%;
    height: auto;
}
#description-clasic{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #5e5e5e;
  margin-top: 15px;
}
#description-clasic2{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #5e5e5e;
  /*margin-top: 15px;*/
}
#description-clasic3{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #707070;
  /*margin-top: 15px;*/
}
#description-clasic4{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #707070;
  /*margin-top: 15px;*/
}
#titulo-clasic{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  color: #14b2d6;
  margin-top: 15px;
}
#titulo-clasic2{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  color: #14b2d6;
  /*margin-top: 15px;*/
}
#titulo-clasic3{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  color: #5e5e5e;
  /*margin-top: 15px;*/
}
#quienes-somos{
  padding-top: 30px;
  padding-bottom: 30px;
}
.body-contain{
  padding-top: 50px;
  padding-bottom: 50px;
}
 
  #planes{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btn-primary{
    background-color: #14b2d6;
    font-size: 20px;
  }
  
  /*.ir-arriba{
    display:none;
    background-repeat:no-repeat;
    font-size:20px;
    color:black;
    cursor:pointer;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:2;
  }*/
  .ir-arriba {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
.ir-arriba span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
.ir-arriba:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.secction-padding-bt-tp{
  margin: 50px 0px;
}
.secction-padding-bt{
  margin-bottom: 50px;
}
.padding-25{
  padding: 25px;
}
.padding-50{
  padding: 30px;
}
.padding-rg-lf{
  padding: 0px 50px;
}

:-moz-placeholder { /* Firefox 18- */
  font-weight: bold;
}

.img-empresarial{
  border-radius: 8px;
}