/* Getting the new tags to behave */

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}


/* Global properties ======================================================== */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #7f878f;
    min-width: 980px;
    background: #8f9699;
}

.bg {
    width: 100%;
    background: url(../images/body.gif) 0 0 repeat-x #adb2b3;
}

.bg1 {
    width: 100%;
    background: url(../images/bg.jpg) center 0 no-repeat;
}

.main {
    width: 950px;
    padding: 0;
    margin: 0 auto;
    font-size: 0.75em;
    line-height: 1.5em;
}

a {
    color: #7f878f;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.col-1,
.col-2,
.col-3,
.col-4 {
    float: left;
    width: 185px;
}

.column-1,
.column-2,
.column-3 {
    float: left;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.extra-wrap {
    overflow: hidden;
}

.container {
    width: 100%;
}

p {
    margin-bottom: 24px;
}

.p-1 {
    margin-bottom: -15px;
}

.p1 {
    margin-bottom: 5px;
}

.p2 {
    margin-bottom: 15px;
}

.p3 {
    margin-bottom: 30px;
}

.p4 {
    margin-bottom: 40px;
}

.p5 {
    margin-bottom: 50px;
}

.reg {
    text-transform: uppercase;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.it {
    font-style: italic;
}

.letter {
    letter-spacing: -1px;
}

.color-1 {
    color: #fff;
}

.color-2 {
    color: #000;
}

.color-3 {
    color: #f8ac19;
}

h6.color-3 {
    color: #f6b404;
    text-shadow: 1px 0 rgba(246, 180, 4, .5)
}

.color-4 {
    color: #172534;
}


/*********************************boxes**********************************/

.margin-bot {
    margin-bottom: 35px;
}

.spacing {
    margin-right: 0px;
}

.spacing2 {
    margin-right: 45px;
}

.spacing3 {
    margin-right: 60px;
}

.indent-bot {
    margin-bottom: 20px;
}

.indent-bot2 {
    margin-bottom: 35px;
}

.indent-bot3 {
    margin-bottom: 45px;
}

.img-indent-bot {
    margin-bottom: 25px;
}

.img-indent {
    float: left;
    margin: 0 20px 0px 0;
}

.img-indent2 {
    float: left;
    margin: 0 16px 0px 0;
}

.img-indent-r {
    float: right;
    margin: 0 0px 0px 40px;
}

.img-box {
    float: left;
    margin-bottom: 20px;
}

.prev-indent-bot {
    margin-bottom: 10px;
}

.prev-indent {
    float: left;
    margin: 0 17px 0px 0;
}

.prev-box {
    float: left;
    margin-bottom: 8px;
}

.border {
    border: 1px solid #fff;
    display: inline-block;
}

.buttons a:hover {
    cursor: pointer;
}

.list-1 li a,
.list-2 li a,
.link,
.logo,
footer a {
    text-decoration: none !important;
}


/*********************************header*************************************/

header {
    padding: 19px 0 12px 0;
    min-height: 93px;
}

.logo {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2em;
    margin: 15px 0 0 0;
    letter-spacing: -2px;
}

.logo span {
    color: #f6b404;
    display: inline-block;
    margin-left: 3px;
}

nav {
    background: url(../images/nav.png) 0 0 no-repeat;
    width: 969px;
    margin: 0 -12px -29px -7px;
    height: 106px;
    position: relative;
    z-index: 11;
}

nav .padding {
    padding: 3px 19px 0 3px;
}

.contacts {
    font-size: 19px;
    line-height: 1.2em;
    float: right;
    color: #000;
    text-shadow: 1px 0 #8c8c8d;
}

.contacts span {
    font-size: 14px;
    line-height: 1.2em;
    color: #8c8c8d;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}

.dropcap {
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    background: url(../images/dropcap.png) 0 0 repeat-x #121d29;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
    min-width: 61px;
    text-align: center;
    float: left;
    padding: 4px 0;
    margin-right: 12px;
    letter-spacing: -1px;
}

.dropcap span {
    color: #f6b404;
}

.blocks {
    overflow: hidden;
    padding: 20px 0 15px;
    background: url(../images/blocks.png) 0 0 repeat-x #e2e3e4;
    position: relative;
    z-index: 10;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 3px 4px 10px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, .12)
}

.block {
    float: left;
    width: 316px;
    color: #000;
    border-left: 1px solid #d9dada;
}

.block.first {
    border: none;
}

.block .padding {
    padding: 0 15px 0 20px;
}

.block a {
    font-size: 9px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
}

.block a:hover {
    color: #f6b404;
}

.block h3 {
    color: #182736;
    font-size: 29px;
    line-height: 56px;
    margin: 0;
}


/*********************************content*************************************/

#content {
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: url(../images/content.gif) 0 100% repeat-x;
}

.worktime {
    background: url(../images/time.png) 0 0 no-repeat #dea711;
    color: #172534;
    padding: 15px 0 12px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 20px;
    margin: 0 0 10px;
    background-size: 390px 180px;
}

.worktime h3 {
    color: #fff;
}

.spacer-1 {
    width: 100%;
    background: url(../images/pic-1.gif) 217px 0 repeat-y;
}

.spacer-2 {
    width: 100%;
    background: url(../images/pic-1.gif) 460px 0 repeat-y;
}

h2 {
    font-size: 36px;
    color: #182736;
    font-weight: normal;
    line-height: 56px;
}

h3 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0px 0 9px;
    color: #172533;
    font-weight: normal;
}

h3 span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 17px;
    color: #f6b404;
    line-height: 1.5em;
    text-shadow: 1px 0 rgba(246, 180, 4, .5)
}

h4 {
    font-size: 28px;
    color: #172533;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0 0 123px;
    text-shadow: 1px 0 rgba(23, 37, 52, .5);
}

h5 {
    font-size: 23px;
    color: #172533;
    line-height: 1.2em;
    font-weight: normal;
    text-shadow: 1px 0 rgba(23, 37, 52, .5);
}

h6 {
    font-size: 17px;
    line-height: 1.2em;
    text-shadow: 1px 0 rgba(23, 37, 52, .5);
    display: block;
    margin: 0 0 11px;
    font-weight: normal;
    color: #172534;
}

.scroll {
    overflow: auto;
    height: 180px;
    position: relative;
}

.scroll .padding-right {
    height: 1%;
    padding-right: 50px;
}

.border-bot {
    width: 100%;
    padding-bottom: 20px;
    background: url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
    background: #e8e9ea;
    border: 1px solid #f3f6f7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.box .padding {
    padding: 13px 19px 19px;
}

.box.blue {
    background: url(../images/blue-box.png) 0 0 repeat-x #192939;
    border: 1px solid #121d29;
    margin: 0 0 10px;
}

.box.blue h3,
.box.yellow h3 {
    color: #fff;
}

.box.yellow {
    background: url(../images/yellow-box.png) 0 0 repeat-x #f6c004;
    border: 1px solid #dea711;
}

.box.cards {
    background: url(../images/cards.jpg) 100% 100% no-repeat #e8e9ea;
}

.button {
    display: inline-block;
    color: #fff;
    background: url(../images/button.png) 0 0 repeat-x #131f2b;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    padding: 8px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
}

.button:hover {
    background: url(../images/button-hover.png) 0 0 repeat-x #f6b404;
    text-decoration: none;
}

.button1 {
    display: inline-block;
    color: #fff;
    background: url(../images/button-hover.png) 0 0 repeat-x #f6b404;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    padding: 8px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, .08);
}

.button1:hover {
    background: url(../images/button.png) 0 0 repeat-x #131f2b;
    text-decoration: none;
}

.button1 span {
    background: url(../images/services.png) 0 0 no-repeat;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 1px;
    top: -8px;
}

.button1.button2:hover {
    background: #000;
}

.list-1 li {
    line-height: 20px;
    padding: 0px;
    vertical-align: top;
    color: #f6b404;
}

.list-1 li a {
    color: #fafafa;
}

.list-1 li a:hover {
    color: #f6b404;
}

.list-2 {
    margin-left: 20px;
}

.list-2 li {
    line-height: 21px;
    padding-left: 18px;
    background: url(../images/list2-marker.png) 0 6px no-repeat;
}

.list-2 li a {
    color: #7f878f;
}

.list-2 li a:hover {
    color: #f6b404;
}

.box.blue .list-2 li {
    background: url(../images/list2-marker2.png) 0 6px no-repeat;
}

.list-3 {
    list-style: decimal-leading-zero;
}

.list-3 li {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding-bottom: 12px;
    margin-left: 25px;
    list-style-type: decimal-leading-zero;
}

.list-3 li a {
    color: #eda202;
}

.list-3 li a:hover {
    color: #24a3ce;
}

table {
    margin-bottom: 25px;
}

table td,
table th {
    border: 1px solid #e8e9ea;
    text-align: center;
    background: #aeb3b4;
    border-bottom: none;
    border-right: none;
    vertical-align: middle;
}

table th {
    color: #172534;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: normal;
    padding: 14px 27px;
    text-shadow: 1px 0 rgba(23, 37, 52, .5);
}

table td {
    color: #626c74;
}

.left-top {
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}

.right-top {
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
}

.right-bottom {
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
}

.left-bottom {
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
}

.th {
    padding: 5px 0 5px 15px;
    color: #172534;
    font-size: 17px;
    line-height: 1.2em;
    text-shadow: 1px 0 rgba(23, 37, 52, .5);
    text-align: left;
    width: 116px;
}

.link:hover {
    text-decoration: underline;
}

.link-1 {
    display: inline-block;
    font-size: 14px;
    padding-right: 8px;
    background: url(../images/marker-3.gif) right 8px no-repeat;
}

.link-1:hover {
    color: #fff;
}

.text-1 {
    line-height: 20px;
}

.text-2 {
    font-size: 15px;
    line-height: 1.2em;
}

.text-3 {
    font-size: 11px;
    line-height: 1.272em;
}

dl span {
    float: left;
    width: 80px;
}

input,
textarea {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#form .buttons {
    text-align: right;
}


/* Contact form */

#contact-form {
    position: relative;
    vertical-align: top;
    width: 530px;
    padding-bottom: 4px;
}

#contact-form fieldset {
    border: none;
    padding: 0;
}

#contact-form .field {
    overflow: hidden;
    padding-bottom: 6px;
}

#contact-form .field div {
    float: left;
    width: 67px;
}

#contact-form input[type="text"] {
    width: 288px;
    padding: 9px 10px;
    background: #bcc0c3;
    border: none;
    float: left
}

#contact-form .area {
    overflow: hidden;
    padding-bottom: 11px;
}

#contact-form .area div {
    float: left;
    width: 67px;
}

#contact-form textarea {
    width: 443px;
    height: 163px;
    background: #bcc0c3;
    padding: 10px;
    overflow: auto;
    display: block;
    line-height: 1.2em;
    border: none;
    float: left;
}

#contact_form a {
    cursor: pointer;
}

#contact-form label {
    color: #F00;
    overflow: hidden;
    float: left;
}

#contact-form .error {
    color: red;
    line-height: normal;
    display: none;
    line-height: 1em;
    width: 149px;
    padding: 7px 0 0 5px;
    float: left;
}

#contact-form .area .error {
    line-height: 1.5em;
    width: auto;
    float: none;
    clear: left;
    margin-left: 67px;
}

.buttons-wrapper {
    text-align: right;
}

.buttons-wrapper a {
    margin-left: 10px;
}

#map_canvas {
    width: 267px;
    height: 177px;
    border: 1px solid #fff;
    margin: 0 0 15px;
}


/****************************footer************************/

footer {
    width: 100%;
    padding: 24px 0 28px;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #182736;
}

.footer-menu {
    overflow: hidden;
    margin: 0 0 15px;
}

.footer-menu li {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 20px 0 0;
}

.footer-menu li a {
    color: #f3f3f4;
    text-decoration: none;
}

.footer-menu li a:hover,
.footer-menu li.current a {
    color: #182736;
}

#easyTooltip {
    font-size: 12px;
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #000;
}

.servicio {
    *zoom: 1;
    margin: 20px 0;
    width: 100%;
}


/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */

.servicio:after {
    content: "";
    display: table;
    clear: both;
}


/* line 320, ../sass/screen.sass */

.servicio .single {
    float: left;
}


/* line 322, ../sass/screen.sass */

.servicio .single a {
    float: left;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    padding: 7px;
    line-height: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    margin-right: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


/* line 332, ../sass/screen.sass */

.servicio .single img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-right: 10px;
}

.servicio .single p {
    margin-right: 15px;
}


/* line 335, ../sass/screen.sass */

.servicio .single a:hover {
    background-color: #8ad459;
}


/* line 337, ../sass/screen.sass */

.servicio .set {
    float: left;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 5px;
    width: 100%;
}

.ubiquenos-telefonos {
    list-style: inherit;
    padding-left: 20px;
}

.social-btn-group {
    position: fixed;
    top: 50px;
    right: 150px;
    display: flex;
    flex-direction: column;
}

.social-btn {
    margin-bottom: 15px;
    text-align: center;
    color: #3b5998;
    width: 190px;
}

.social-btn p {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.social-btn img {
    height: 80px;
    width: 80px;
}

@media only screen and (max-width: 1620px) {
    .social-btn-group {
        position: absolute;
        top: 350px;
        flex-direction: row;
        z-index: 10;
        right: unset;
        left: 150px;
    }
    .social-btn p {
        color: white;
        font-size: 13px;
    }
}