/* CSS Document */
body{
    color:#444444;
    font-family: 'Raleway', sans-serif !important;
    font-size: 15px !important;
}
#wrapperTitulo{
    height: calc(100vh - 70px);
    width:100%;
    height:30vh;
    background: url(../imagenes/i3.jpg) center center;
    background-size: cover;
    position: relative;
    margin-top: 30px;
    padding: 0;
}
#wrapperTitulo:before {
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#wrapperTitulo .container {
  z-index: 2;
}


#wrapperTitulo h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color:#fff;
}
#wrapperTitulo h1 span {
  border-bottom: 4px solid #3498db;
}

#wrapperTitulo h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#wrapperTitulo.ori{
    background: url(../imagenes/i4.jpg) center center;
    height: calc(100vh - 70px);
    width:100%;
    height:30vh;
    background-size: cover;
    position: relative;
    margin-top: 30px;
    padding: 0;
}
#wrapperTitulo.ant{
    background: url(../imagenes/i5.jpg) center center;
    height: calc(100vh - 70px);
    width:100%;
    height:30vh;
    background-size: cover;
    position: relative;
    margin-top: 30px;
    padding: 0;
}

#wrapperTitulo.home{
    background: url(../imagenes/f1.jpg) center center;
    height: calc(100vh - 70px);
    width:100%;
    height:30vh;
    background-size: cover;
    position: relative;
    margin-top: 30px;
    padding: 0;
}

#wrapperTitulo.ps{
    background: url(../imagenes/i6.jpg) center center;
    height: calc(100vh - 70px);
    width:100%;
    height:30vh;
    background-size: cover;
    position: relative;
    margin-top: 30px;
    padding: 0;
}

#wrapperTitulo.deox{
    background: url(../imagenes/i07.jpg) center center;
    height: calc(100vh - 70px);
    width:100%;
    height:40vh;
    background-size: cover;
    position: relative;
    margin-top: 30px;
    padding: 0;
}
section{
    padding: 60px 0;
}
.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.cuerpo .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.cuerpo .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.cuerpo .icon-box i {
  float: left;
  color: #3498db;
  font-size: 40px;
}

.cuerpo .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.cuerpo .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.cuerpo .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.cuerpo .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.cuerpo .icon-box:hover h4 a {
  color: #3498db;
}

.enumera{
    margin-left: 30px; 
    font-size: 14px;
    line-height: 18px;
}
.enumera ul li{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    list-style: none;
}

.enumera i{
    font-size: 18px!important;
    padding-right: 5px;
}

.sangria{
    text-indent: 25px;
}

.copete{
    padding-bottom: 20px!important;
}

#footer {
  color: #444444;
  font-size: 12px;
  background: #f7fbfe;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

@media (max-width: 544px) {  
     #wrapperTitulo h1 {
         font-size: 32px;
         line-height: 36px;
    }
}
