

/******
2. Diseño General
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Centrar elemento usando span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}


/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 18px;
    color: #FFF;
    font-weight: lighter;
}
.secondary-section {
    background:#3d4651;
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}



/*
3.7 Contact
********************************************************************/
 .contact {
    background: #000;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #FFF;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 2px;
    margin: 5px 0px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 70px;
}

.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:560px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contacto_form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contacto_form h3 {
    color:#838589;
    padding:0px;
    margin:0px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#000;
}

