@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Lato:wght@300;400;700&display=swap');


body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 13px;
    background: #fff; /*#fef6f0*/
}

html {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
}

p {
    font-size: 14px;
    line-height: 30px;
}

p > span {
    color: #204177;
    letter-spacing: 1px;
}

a,
.obras-detalle h4  {
    -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
    color: #111;
    font-family: 'Lato';
}

a.button-custom {
    display: inline-block; 
    color: #204177;
    background: #fff;
    border: 1px solid #204177;
    margin: 5px 0;
    font-weight: 500;
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, transparent 50%, #204177 50%); /*hover color*/
    transition: background-position .3s cubic-bezier(1, 1, 1, 1) .1s, color .5s ease 0s, background-color .5s ease;

    font-size: 14px;
    padding: 11px 32px;
    text-transform: uppercase;
    letter-spacing: 1px;

    min-width: 180px;
    text-align: center;

    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 33px;
    letter-spacing: 5px;
    font-weight: 500;
    color: #204177;
}

section h2.section-heading:after {
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    top: 48px;
    background: #204177;
    left: 50%;
    margin-left: -40px;
}

section.custom-back-color {
    background: #f7f9fd;
}

/** hover 767px **/
@media(min-width:768px) {
    a.button-custom:hover{
        background-position: -100% 100%;
        color: #fff;
    }
    .fancybox img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        cursor: pointer;
    }
    .img-indent.image.featured {
        overflow: hidden;
    }
    .fancybox img:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .obras-detalle:hover h4 {
        color: #204177;
    }
}

/** section:header **/
header {
    height: 100%;
    width: 100%;
}

header .intro-text {
    padding-bottom: 300px;
    padding-top: 200px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

.header-logo-cont {
    padding-bottom: 60px;
    padding-top: 85px;
}

.header-logo {
    margin: auto;
}

.header-logo img {
    width: 75%;
}

.navbar-default {
    border-color: transparent;
    box-shadow: 1px 1px 9px #222;
    background: #fff;
}

.navbar-en li a {padding-left: 25px;}

.navbar-default .navbar-brand {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    color: #111;
    margin: 0;
    padding: 0 0 0 15px;
}

.navbar-default .navbar-brand > img {
    width: 120px;
}

.light {
    font-weight: 400;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border:0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #204177;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #111;
    padding-top: 17px;
}

.navbar-default .nav li a:focus {
    outline: 0;
    color: #111;
}

.navbar-default .nav li a:hover {
    outline: 0;
    color: #204177;
}

.navbar-shrink.navbar-default .nav li a:hover {
    outline: 0;
    color: #6286c1;
}

.navbar-default .navbar-nav>.active>a {
    background: none;
    border-radius: 0;
    color: #204177!important;
}

.navbar a {background: none!important;}


/** section:home **/
.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url("../img/home-slider-1.jpg") no-repeat scroll center bottom / cover #000;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
}

#myCarousel .carousel-control {
    display: none;
}

/** section:1 **/
@media(min-width:992px) {
    #section1 h3 {
        margin-top: 0;
    }
}

/** section:2 **/
@media (min-width:768px) {
    #section2 div.container .row {
    margin-right: -25px;
    margin-left: -25px;
    }
    #section2 div.container .row div.col-sm-4.col-xs-8 {
        padding-right: 25px;
        padding-left: 25px;
    }
    /* .obras-cont > div:nth-child(even) {
        margin-top: 50px;
    } */
}

@media (max-width:580px) {
    #section2 div.container .row div.col-sm-4.col-xs-8 {
        width: 100%;
        margin-left: 0;
    }
    #section2 .row.centered > div.col-md-3.col-sm-6.col-sm-offset-0.col-xs-6.col-xs-offset-0 {
        width: 100%;
    }
}

#section2 a.button-custom {
    margin: 30px auto 0;
    display: table;
}

.obras-detalle {
    margin-bottom: 30px;
    position: relative;
}

.obras-detalle h4 {
    letter-spacing: 0;
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Lato';
    font-weight: 500;
    bottom: 54px;
    padding: 12px 0;
    color: #111;
    text-transform: none;
    text-transform: uppercase;
    letter-spacing: 1px;

    background: #f7f9fd;
    padding-left: 15px;
}

.obras-detalle h4 span {
    font-weight: 600;
}

.obras-detalle p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 55px;
}

/** section:instagram **/
section#instagram {
    overflow: hidden;
}

#instagram a.btn-instagram {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 35px;
}

#instagram a:hover {
    color: #204177;
}

.instagram-content-imgs {
    margin-top: 50px;
}

.instagram-content-imgs img {
    margin-bottom: 30px;
}

/** section:map **/
#map {
    width: 100%;
}

/* section:services */

section.servicios h2.section-heading {
    margin-bottom: 30px;
}

section.servicios span.section-subheading {
    max-width: 690px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}

section.servicios h5 {
    font-weight: 600;
    margin-top: 50px;
    color: #204177;
    position: relative;
    font-size: 18px;
}

section.servicios h5:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: -20px;
    background: #204177;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
}

section.servicios ul {
    padding: 0;
    margin: 0;
}

section.servicios li,
section.servicios p {
    list-style: none;
    font-size: 14px;
    line-height: 38px;
}

.nota {
    max-width: 690px;
    display: inline-block;
}

/** section:contact **/
section#contact {
    padding-bottom: 80px;
}

.contacto .cont{
    width: 100%;
}

.contacto .cont input,
.message textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    color: #111;
}

.contacto .cont input::placeholder,
.message textarea::placeholder {
    color: #111;
}

.contacto .cont input {
    font-size: 15px;
    font-weight: normal;
    height: 45px;
    letter-spacing: 1px;
    margin-bottom: 26px;
    padding: 0 2%;
    width: 100%;
}

#contact-form fieldset label {
    width:100%;
}

a.button {
    cursor: pointer;
    float: right; 
    margin: 8px 0;
}

.message textarea {
    font-size: 15px;
    font-weight: normal;
    height: 150px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 2%;
}

#contact-form fieldset label span {
    color: #fc8181;
    font-size: 12px;
    font-weight: normal;
    margin-top: -21px;
    position: absolute;
}

.message span {
    margin-top:-10px!important;
}

.success {
    line-height: 22px;
}

#contact-form .success {
    display: none;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.success strong {
    text-transform: none;
    display: block;
}

#contact-form .error,
#contact-form .empty {
    display:none;
    overflow:hidden;
}

#contact h5 {
    margin-top: 0;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0;
}

#contact span {
    display: block;
    color: #111;
}

#contact span i {
    margin-left: 5px;
}

#contact span a:hover i {
    color:#204177;
}

.contact-social-media-cont a {
    padding: 15px 50px;
    float: left;
    margin-right: 10px;
    background: transparent;
    color: #204177;
    border: 1px solid #204177;
    border-radius: 2px;
    font-size: 15px;
}

.contact-social-media-cont a:hover {
    background: #204177;
    color: #fff;
}

/** section:footer **/
footer {
    text-align: center;
    background: #f7f9fd;
}

.top-footer {
    width: 100%;
    padding: 50px 0;
    background: #111111;
    text-align: left;
}

.top-footer h4 {
    font-family: 'Lato';
    color: #999;
    font-size: 14px;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
}

.top-footer h4:after {
    position: absolute;
    right: 0;
    width: 30px;
    height: 1px;
    background: #707070;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -6px;
}

.top-footer p,
.top-footer span,
.top-footer a {
    color: #999;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.3px;
    font-family: 'Arvo';
    font-weight: 400;
}

.top-footer a:hover {
    color: #204177;
}

.top-footer img {
    max-width: 170px;
}

.bottom-footer {
    padding: 25px 0;
}

ul.social-buttons li a {
    color: #111;
}

footer .year,
footer .inn {
    color: #111;
}

footer .inn:hover {
    opacity: 0.7;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
    display: inline-block;
}

.footer-cont {
    display: inline;
}

footer .year {
    font-size: 11px;
    text-align: left;
    margin-top: 18px;
    float: left;
    padding-left: 15px;
}

footer .year span {
    text-transform: uppercase;
}

footer .inn {
    font-family: "Montserrat";
    cursor: pointer;
    float: right;
    font-size: 9px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: 400;
    float: right;
    padding-right: 15px;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    color: #204177;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.list-inline.social-buttons a {
    font-size: 15px;
}

@media(max-width:991px) {
    .contact-social-media-cont {
        float: left;
        margin-bottom: 30px;
    }
    .contacto img {
        float: left;
    }
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 360px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 90px;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background: none;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        box-shadow: none;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        box-shadow: 1px -2px 10px #000;
        background: #fff; /*#faeade;*/
    }

    .navbar-default.navbar-shrink .navbar-brand {
        padding: 0 0;
    }
    section#instagram div.col-lg-12 {
        padding: 0 5px;
    }
    .info-contact {
        float: right;
    }
    
}

.dislpay-mobile {
    display: none;
}

@media(max-width:767px) {
    .navbar-default .navbar-brand {
        padding: 3px 15px;
    }
    .navbar-default .navbar-brand > img {
        width: 100px;
    }
    section h2.section-heading {
        margin-bottom: 45px;
    }
    section {
        padding: 100px 0 0 0;
    }
    section.custom-back-color {
        padding-bottom: 60px;
    }
    section#contact {
        padding-bottom: 50px;
    }
    .header-logo img {
        width: 190px;
    }
    .header-logo-cont {
        padding-bottom: 40px;
        padding-top: 130px;
    }
    .hidden-mobile {
        display: none;
    }
    .dislpay-desktop {
        display: none;
    }
    .dislpay-mobile {
        display: block;
    }
    .top-footer > div.container > div > div {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 40px;
    }
    .top-footer h4:after {
        left: 50%;
        margin-left: -15px;
    }
    .obras-cont > div {
        width: 100%;
    }
    .obras-detalle h4 {
        text-align: center;
        padding-left: 0;
    }
    #section2 a.button-custom {
        margin-bottom: 35px;
    }
    section#contact {
        padding-top: 55px;
    }
    .top-footer {
        padding-bottom: 0;
    }
    .servicios-cont {
        text-align: left;
    }
    section.servicios h5:before {
        position: relative;
        float: left;
        margin-top: 7px;
        margin-right: 7px;
        left: 0;
        top: auto;
    }
    section.servicios h5,
    #contact h5 {
        font-size: 15px;
    }
    p {
        font-size: 13px;
    }
}

@media(max-width: 580px) {
    .footer-cont {
        display: inline-grid;
        text-align: center;
    }
    ul.social-buttons {
        float: left;
        width: 100%;
    }
    footer .inn, footer .year {
        padding: 0;
    }
    #contact-form a {
        width: 100%;
        margin-top: 22px;
    }
}
