/**********************
DEFAULT
***********************/

body {
    padding-top: 90px;
    font-family: 'Crimson Text', serif;
    font-size: 15px;
    color: #637988;
    line-height: 1.7;
}
.contenedor_proyectos{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-list li {
    display: inline-block;
}

.social-list a {
    padding: 20px;
    color: #fff;
    text-decoration: none;
}

p {
    margin: 0;
    font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
}

h1, .h1 {
    font-size: 18px;
	padding-top: 10px;
}

h2 {
    font-size: 25px;
}

h2.section-title {
    color: #231f20;
}

h2.section-title:after {
    display: block;
    content: '';
    width: 100%;
    height: 19px;
    background: url('../img/svg/separator.svg') center center no-repeat;
    margin-top: 45px;
}

h5 {
    font-size: 15px;
    letter-spacing: 0.2em;
}

section {
    position: relative;
}

section:nth-child(odd){
    background-color: #ffffff;
}

section:nth-child(even){
    background-color: #f4f4f4;
}

blockquote {
    padding: 0;
    margin: 0;
    border: 0;
}

form {
    text-align: center;
}

label {
    font-weight: normal;
}

button, .btn {
    font-size: 15px;
}

.form-group {
    margin: 0;
}

.form-control {
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    transition: all 0.3s ease-out;
}

.form-control:focus {
    border-color: #ffffff;
    box-shadow: none;
}

/**********************
NAVBAR
***********************/
/* ul.menu > li > a:active:before {
   background-color: blue; 
} */

.navbar {
    min-height: 90px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-brand {
    height: 90px;
    padding: 23px;
}

.navbar-brand img {
    max-height: 60px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    color: #707070;
    padding: 35px 10px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #428bca !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #707070;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    margin-top: 28px;
    margin-bottom: 28px;
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #707070;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: blue;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background: #707070;
}

/**********************
HOME SECTION
***********************/

#home {
    height: auto;
    background-size: cover;
}

.overlay {
    background: rgba(0,0,0,.2); 
    width:100%; 
    height:100%; 
    position: absolute; 
    top:0; 
    left:0;
    transition:all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.57);
}

.home-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
}

.home-content .h1,
.home-content h2 {
    margin-top: 45px;
}

.home-content .cta-container {
    margin-top: 54px;
}

.home-content .btn {
    letter-spacing: 0.2em;
    margin:0 15px;
    text-align: center;
    padding: 0;
    width: 200px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    color: #ffffff;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
}

.home-content .btn-default {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.home-content .btn-default:hover,
.home-content .btn-default.active.focus, 
.home-content .btn-default.active:focus, 
.home-content .btn-default.active:hover, 
.home-content .btn-default:active.focus, 
.home-content .btn-default:active:focus, 
.home-content .btn-default:active:hover {
    background: #ffffff;
    color: #1d3058;
    border-color: #ffffff;
}

.home-content .btn-primary {
    background-color: #1d3058;
}

.home-content .btn-primary:hover,
.home-content .btn-primary.active.focus, 
.home-content .btn-primary.active:focus, 
.home-content .btn-primary.active:hover, 
.home-content .btn-primary:active.focus, 
.home-content .btn-primary:active:focus, 
.home-content .btn-primary:active:hover {
    background: #ffffff;
    color: #1d3058
        border-color: #1d3058;
}

.down-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 45px 15px 15px;
}

.down-arrow {
    animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/**********************
HISTORY SECTION
***********************/

#history {
    /*background-color: #f4f4f4;*/
    padding: 145px 0 152px;
}

.history-content {
    text-align: center;
}

.history-content p {
    margin-top: 42px;
    font-size: 20px;
}

/**********************
PORTFOLIO SECTION
***********************/

.project {
    position: relative;
    width: 320px;
    height: 555px;
    overflow: hidden;
    outline: none;
}

.project:hover .description {
    transform: translateY(-100%);
}

.project img {
    width: 100%;
}


.project .description {
    position: absolute;
    width: 100%;
    height: 370px;
    padding: 61px 33px 54px;
    background: #1d3058;
    color: #ffffff;
    text-align: center;
    transition: all .3s ease-out;
}

.project .description p {
    margin-top: 65px;
}

.project .description .social-list {
    margin-top: 54px;
}

/**********************
SERVICES SECTION
***********************/

#services {
    padding: 50px 0;
}

.service {
    background: #ffffff;
    padding: 58px 61px 98px;
    text-align: center;
}

.service .separator {
    width: 30px;
    height: 2px;
    background-color: #1d3058;
    margin: 25px auto 0;
}

.service h5 {
    margin-top: 20px;
    color: #231f20;
}

.service p {
    margin-top: 51px;
}

/**********************
CLIENTS SECTION
***********************/

#clients {
    padding: 145px 0 150px;
}

.clients-content {
    text-align: center;
}

.clients-content blockquote {
    color: #231f20;
    font-size: 15px;
    margin-top: 37px;
}

.clients-content blockquote footer {
    margin-top: 30px;
    color: #999999;
}

.clients-content blockquote footer:before {
    content: '';
}

.clients-logs-container {
    margin-top: 115px;
    text-align: center;
}

/**********************
CONTACT SECTION
***********************/

#contact {
    background-color: #ffffff;
    color: #101012;
    padding: 246px 0 58px;
}

.contact-subsection {
    text-align: center;
    min-height: 100px;
    box-sizing: border-box;

}

#about-subsection {
    padding: 95px 92px 149px;
}

#about-subsection h2:after {
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #707070;
    margin: 46px auto 0;
}

#about-subsection p {
    margin-top: 54px;
}

#form-subsection {
    overflow: hidden;
}

#form-subsection .email-label {
    margin-top: 28px;
}

#form-subsection input {
    padding: 0 5px;
    height: 33px;
}

#form-subsection .message-label {
    margin-top: 60px;
}

#form-subsection textarea {
    margin: 0;
    padding: 0 5px;
    border: 0;
    box-sizing: border-box;
    resize: none;
    font-size: 15px;
    line-height: 50px;
    vertical-align: bottom;
    background: linear-gradient(transparent 49px, #707070 1px);
    background-size: 100% 50px;
    background-repeat: repeat-y;
}

#form-subsection textarea:focus,
#form-subsection textarea:active {
    background: linear-gradient(transparent 49px, #ffffff 1px);
    background-size: 100% 50px;
    background-repeat: repeat-y;
}

#form-subsection .btn-default {
    color: #707070;
    background: transparent;
    border: 0;
    border-color: transparent;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 38px;
    outline: none;
    box-shadow: none;
}

#form-subsection .btn-default:hover,
#form-subsection .btn-default.active.focus, 
#form-subsection .btn-default.active:focus, 
#form-subsection .btn-default.active:hover, 
#form-subsection .btn-default:active.focus, 
#form-subsection .btn-default:active:focus, 
#form-subsection .btn-default:active:hover {
    color: #ffffff;
}

/**********************
FOOTER SECTION
***********************/

#footer {
    background: #1d3058;
    color: #ffffff;
    padding: 10px 0;
}

#footer .copyright {
    font-family: 'Montserrat', sans-serif;
}

#footer .social-list {
    /*float: right;*/
}

/**********************
HELPER CLASSES
***********************/

.is-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (max-width: 1199px) {

    /**********************
    CONTACT SECTION
    ***********************/

    #about-subsection, #form-subsection {
        padding: 95px 70px 70px;
        min-height: 560px;
    }

}

@media only screen and (max-width: 991px) {

    /**********************
    SERVICES SECTION
    ***********************/
    .service:not(first-of-type) {
        margin-top: 30px;
    }

    /**********************
        CONTACT SECTION
        ***********************/

    #about-subsection, #form-subsection {
        padding: 80px;
        min-height: auto;
    }

    #form-subsection {
        margin-top: 55px;
    }

}

@media only screen and (max-width: 750px) {

    /**********************
    DEFAULT
    ***********************/

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.5;
    }

    /**********************
    NAVBAR
    ***********************/

    .navbar-default .navbar-nav {
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 20px 0;
    }

    /**********************
    HOME SECTION
    ***********************/

    .home-content {
        transform: translateY(-55%);
    }

    .home-content .h1,
    .home-content h2 {
        font-size: 42px;
    }

    /**********************
    SERVICES SECTION
    ***********************/
    .service {
        padding: 30px;
    }

    /**********************
    CLIENTS SECTION
    ***********************/
    .single-client-container:not(first-of-type) {
        margin-top: 60px;
    }

    /**********************
    CONTACT SECTION
    ***********************/

    #about-subsection, #form-subsection {
        padding: 60px 30px;
        min-height: auto;
    }


    /**********************
    FOOTER SECTION
    ***********************/
    #footer {
        text-align: center;
    }

    #footer .social-list {
        float: none;
        margin-top: 45px;
    }

}

@media only screen and (max-width: 575px) {

    /**********************
    HOME SECTION
    ***********************/

    .home-content .btn {
        display: block;
        margin: 0 auto;
    }

    .home-content .btn-primary {
        margin-top: 30px;
    }

}

.home-content .btn-primary {
    background-color: #167ac6;
    margin-top: 60px;
}


/* ==========================================================================
Video
========================================================================== */
section.video i {
    margin-right: 10px;
    color: #323a45;
    vertical-align: middle;
    font-size: 40px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
section.video h1 {
    font-weight: 400;
    font-size: 20px;
}
section.video {
    padding: 60px 0;
    background-color: #f4f4f4;
}
section.video a {
    color: #323a45
}
section.video a:hover, section.video a:focus {
    color: #09B6EB;
    text-decoration: none;
}
section.video a:hover i, section.video a:focus i {
    color: #09B6EB
}

/*==================================================
imagen proyectos
==================================================*/

.color:hover
{
    background:#53a7ea;
}

.proyect{
    color: #2C2C2C;
    font-size: 19px;
    margin-left: 30px;
    imagen:hover-coloractive: #000000;
}


/*===========================================
proyectos 
=============================================*/

.title-arch {
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.project {
    width: auto;
    height: 550px;
    background-image: url( ../img/proyectos/monteria1.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 !important;
    float:left;
}

.project-2 {
    background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-3 {
    background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-4 {
    background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-hover {
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(186, 232, 2, 0.7);
    padding: 40% 30px !important;
}

.project-hover hr {
    height: 30px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 1);
    border: 0;
}

.project-hover a {
    color: rgba(255, 255, 255, 1);
    padding: 2px 22px;
    line-height: 40px;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-hover a:hover {
    border-color: rgba(51, 51, 51, 1);
    color: rgba(51, 51, 51, 1);
    background-color: #FFF;
}

.project:hover .project-hover {
    opacity: 1;
}

.project:hover .project-hover hr {
    width: 100%;
    height: 5px;
}


.bresponsive {
    display: inline-block;
    padding: 1% 2%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.indicadores{
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

#divi {
    background-color: #fff;
}
 
#divi:hover {
    background-color: #000;
}
@media screen and (min-width: 600px){

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
}
    @media screen and (min-width: 768px){

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 80px;
}
    }
@media screen and (min-width: 1200px){

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 140px;
    }

.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}
	
   /* The Modal (background) */
   
