@import url('https://fonts.googleapis.com/css?family=Comfortaa');

hi,h2,h4,h5,h6{
    text-transform: uppercase;
    color: #444;
    font-family:'Comfortaa', cursive;
    letter-spacing: 1px;
}

h2{
    font-size: 26px;
    color: #222;
}

h3{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1,5;
    padding-top: 20px;
    font-weight: normal;
    color: #777;
}

h4{
    margin-top: 15px;
    font-size: 16px;
}

h5{
    font-family: Lato, sans-serif;
    line-height: 1.5;
    font-weight: normal;
    padding: 6px 0;
    font-size: 12px;
}

p{
    text-align: left;
    color: #888;
    font-family: Lato, sans-serif;
    font-size: 14px;
}

.wap{
    width: 90%;
    margin: auto;
}

.servicios{
    width: 90%;
    margin: auto;
}

.contenedor-columnas{
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.columnasx3{
    width: 33.333%;
    float: left;
    padding: 20px 20px;
    box-sizing: border-box;
}

.columnasx3 h4{
    text-align: left;
}

.columnasx3 img{
    width: 100%;
    max-width: 120px;
}

.columnasx5{
    width: 33.333%;
    float: left;
    padding: 20px 20px;
    box-sizing: border-box;
}

.columnasx5 h4{
    text-align: left;
    padding-bottom: 10px;
    text-transform: none;
}

.columnasx5 img{
    width: 100%;
    max-width: 40px;
    float: left;
    padding-right: 10px;
}

.contenedor-mapa{
    width: 90%;
    margin: auto;
}

.bienvenidos{
    margin-top: 50px;
    text-align: center;
}

.bienvenidos h2{
    color: #67001f;
    font-size: 30px;
    text-transform: none;
}

.hacemos{
    margin-top: 50px;
    text-align: center;
}

.hacemos h2{
    text-transform: none;
    color: #67001f;
    font-size: 30px;
}

.contacto{
    margin-top: 50px;
    text-align: center;
}

.contacto h2{
    text-transform: none;
    color: #67001f;
    font-size: 30px;
}
.contacto h3{
    color: #67001f;
    padding-top: 10px;
    font-size: 17px;
}



