@charset "utf-8";
/* CSS Document */

/* general styles */
html, body { height:100%; width:100%; }
h2 { }

/* padded section */
.pad-section { padding:50px 0; }
.pad-section img { width:100%; }

/* vertical-centered text */
.text-vcenter { display:table-cell; text-align:center; vertical-align:middle; }

/* additional sections */
#navbar { background-color:#05101F; }

#home { background:url(../images/pexels-photo-566305.jpg) no-repeat center center fixed; display:table; height:100%; position:relative; width:100%; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
#home #logo-coop { max-width:80%; margin-top:50px; box-shadow:7px 7px 10px #272727; }
#home h4 { color:white; text-shadow:1px 1px 3px black; }
#home #homeCarousel { margin: 0 auto; max-width:750px; margin-top:25px; }
#home #homeCarousel ol { margin-bottom:-50px; }

#nosotros { }
#office { margin-top:20px; }

#servicios { background-color:#306d9f; color:#ffffff; }
#servicios .glyphicon { border:4px solid #FFFFFF; border-radius:50%; display:inline-block; font-size:60px; height:140px; line-height:140px; text-align:center; vertical-align:middle; width:140px; }

#glyphicon a { transition:all 0.7s ease-in-out; color:#D1D6E7; }
#glyphicon a:hover { color:#05101F; text-decoration:none; }

#objeto { background:url(../images/servicios.jpg) no-repeat center center fixed; display:table; height:600px; position:relative; width:100%; -webkit-background-size:cover; -moz-background-size: cover; -o-background-size:cover; background-size:cover; }
#servicios .panel { opacity: 0.85; }

#map { height:350px; }
#form_contact { width:96%; margin-left:8px; padding-top:5px; }

footer { padding:20px 0; background-color:#05101F; margin-top:20px; color:#79797A; }
footer a { transition:all 0.7s ease-in-out; text-decoration:none; color:#D1D6E7; }
footer a:hover { color:#7989EA; text-decoration:none; }
