/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fff;
}

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

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fff;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fff;
    text-transform: uppercase;
    font-family: "Droid Sans",Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-primary .badge {
    color: #fff;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fff;
    border-radius: 1000px;
    text-transform: uppercase;
    font-family: "Droid Sans",Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #4c4c4c;
    background-color: #eeeeee;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #aaa;
    color: #fff;
    background-color: #ccc;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-xl .badge {
    color: #fff;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #4f4c4c;
}
.navbar-default
{
    overflow:hidden;
}


.navbar-default .navbar-brand {
    font-family: "Droid Sans",Helvetica,Arial,cursive;
    color: #ffffff;
    font-weight: bold;
    font-size:42px !important;
    text-align: right;
    text-transform: uppercase;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fff;

}

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

.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #fff;
    margin-top: 20px;
}

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

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .nav
{
    margin-top:8px;
}
.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "Droid Sans",Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    font-size: 13px;
}


.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {

    color: #ffffff;
}



.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {

}

@media(min-width:768px) {
    .navbar-default {
        height:68px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

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


}

.navbar-nav{
    padding: 8px 0;
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

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

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

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

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

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: "Droid Sans", Helvetica, Arial, sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding:0;
    padding-top: 90px;
    padding-bottom: 45px;
    min-height: 600px !important;;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-style:normal;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}


.service-heading {
    margin: 25px 0;
    text-transform: none;
    position:relative;
    padding: 0;
    color: white;
    display: block;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
}


section#contact {

}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
    color: #ffffff;
    background-color: #4f4c4c;
}

footer .copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    line-height: 40px;
}

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

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


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


::-moz-selection {
    text-shadow: none;
    background: #fff;
}

::selection {
    text-shadow: none;
    background: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fff;
}

.abogados
{
    color: #00adef;
}
.abogados-bg
{
    border-radius: 6px;
    background-color: rgba(0, 173, 239, 1);
    padding:6px;
    height:200px;
    width:100%;
    padding-top: 16px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.abogados-bg:hover{
    background-color: rgba(0, 173, 239, 0.75);
    text-decoration: none;
}

.inmobiliaria-bg
{
    border-radius: 6px;
    background-color: rgba(246, 135, 18, 1);
    padding:6px;
    height:200px;
    width:100%;

    padding-top: 16px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.inmobiliaria-bg:hover{
    background-color: rgba(246, 135, 18, 0.75);
    text-decoration: none;
}

.admfincas-bg
{
    border-radius: 6px;
    background-color: rgba(237, 28, 36, 1);
    padding:6px;
    height:200px;
    width:100%;
    padding-top: 16px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.admfincas-bg:hover{
    background-color:  rgba(237, 28, 36, 0.75);
    text-decoration: none;
}

.arqtecnica-bg
{
    border-radius: 6px;
    background-color: rgba(68, 186, 64, 1);
    padding:6px;
    height:200px;
    width:100%;
    padding-top: 16px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.arqtecnica-bg:hover{
    background-color: rgba(68, 186, 64, 0.75);
    text-decoration: none;
}


.bus-rojo {
    display: inline-block;
    padding: 8px 0;
    width:36px;
    text-align: center;
    background-color: #dc241f;
    color:#ffffff;
}
.bus-amarillo {
    display: inline-block;
    padding: 8px 0;
    width:36px;
    text-align: center;
    background-color: #f2c200;
    color:black;
}
.metro-azul {
    display: inline-block;
    padding: 8px 0;
    width:36px;
    text-align: center;
    background-color: #005a97;
    color:#ffffff;
}
.tram {
    display: inline-block;
    padding: 8px 0;
    width:36px;
    text-align: center;
    background-color: #008272;
    color:#ffffff;
}
.bold-text
{
    font-weight: bold;
}
.transport{
    width:128px
}
#ubicacion table td{ padding-top: 15px}



#ubicacion h4 {
    padding-top: 12px;
    text-align: center;
}


@media(max-width:768px) {
    #ubicacion h4 {
        padding-top: 0;
        text-align: left;
    }
    #ubicacion h4.first {
        padding-top: 12px;
    }
}

ul[role=alert]
{
    color: #dc241f !important;
    list-style: none;
    margin-left:0;
    padding-left: 0
}

ul[role=alert] li{
    padding-left: 0
}

#map{
    border-radius: 6px;
    margin-top:12px;
    width:100%; height:500px;
}


@media(min-width:768px) {
    .navbar-default .nav {
        margin-top: 0;
    }
    .navbar-nav {
        padding: 0;
    }

    .diagonal
    {
        padding: 0;
        top:-5px;
        height: 80px;
        transform: skew(-32deg) rotate(2deg);
        -webkit-transform: skew(-32deg) rotate(2deg);
        -moz-transform: skew(-32deg) rotate(2deg);
        border-right:5px solid rgba(255,255,255,1);
    }
    .diagonal-telf
    {
        top:7px;
    }

    .diagonal a
    {

        top:12px;
        transform: skew(32deg) rotate(-2deg);
        -webkit-transform: skew(32deg) rotate(-2deg);
        -moz-transform: skew(32deg) rotate(-2deg);
    }


    .diagonal-telf a:hover
    {
        background-color: rgba(255,255,255,0.5) !important;
        color:white !important;
    }
    .diagonal a:hover
    {
        color: #777;
        background-color: #fff;
    }
    .active {
        color: white;

        background-color: rgba(255,255,255,0.5);

    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: inherit;
        background-color: transparent;
        font-weight: bold;
    }
}



.navimage
{
    height: 68px;
    width: 378px;
    background: url(../img/logo.png) no-repeat;
    background-position: 0 -7px;
}

@media(max-width:768px) {
    .navimage
    {
        margin:0; padding:0;
        height: 68px;
        width: 155px;
        background: url(../img/logo.png) no-repeat;
        background-position: 0 -7px;
    }
}


#contactForm .text-danger{ display: none}

.diagonal-telf a
{
    position:relative;
    margin:0 16px;
    font-size:14px;
    background-color: white;
    color:black !important;
    border-radius: 100px;
}

@media(min-width:990px) {
    .diagonal-telf a
    {

        font-size:16px;
    }
}
.logo-text
{
    background-image: url('../img/logo-text.png');
    background-repeat: no-repeat;
    display: block;
    background-position: 73% -4px;
    width: 98%;
    height: 68px;
    margin:0 !important; padding: 0 !important;
}

@media(min-width:768px) {
    .logo-text
    {
        width: 0;
    }
}
@media(min-width:990px) {

    .logo-text
    {
        width: 100%;
        background-position: 100% -4px;
    }
}





















/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

.fade-carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.fade-carousel .carousel-inner .active {
    opacity: 1;
}
.fade-carousel .carousel-inner .active.left,
.fade-carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.fade-carousel .carousel-inner .next.left,
.fade-carousel .carousel-inner .prev.right {
    opacity: 1;
}
.fade-carousel .carousel-control {
    z-index: 2;
}







/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 75vh;
}
.fade-carousel .carousel-inner .item {
    height: 75vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .3;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
    -moz-transition: 1s all ease-in-out .1s;
    -ms-transition: 1s all ease-in-out .1s;
    -o-transition: 1s all ease-in-out .1s;
    transition: 1s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
    -moz-transition: 1s all ease-in-out .1s;
    -ms-transition: 1s all ease-in-out .1s;
    -o-transition: 1s all ease-in-out .1s;
    transition: 1s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
section {
    position: relative;
}

#servicios .container
{
    z-index: 2;
    position: relative;
}

#servicios:after
{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url(../img/fotos/DSC_1948.JPG);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}



#servicios .text-muted,
#contacto .text-muted
{
    color:black;
}
#contacto .container
{
    z-index: 2;
    position: relative;
}
#contacto:after
{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url(../img/fotos/DSC_1942.JPG);
    background-repeat: no-repeat;
    background-position: 60% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


.text-danger {
    color: red;
    font-weight: bold;
}
/********************************/
/*          Media Queries       */
/********************************/


.jumbotron {
    background: #358CCE;
    color: #FFF;
    border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
    padding-bottom: 24px; }
.jumbotron small {
    color: #FFF;
}
.h1 small {
    font-size: 24px;
}


@media screen and (min-width: 980px){
    .row2{
        max-width: 800px; margin:auto;margin-top:28px
    }
}
@media screen and (max-width: 640px){
    .row2{
        max-width: 800px; margin:auto;
    }
}

