﻿.navbar-fixed-top {
    min-height: 60px;
}


.navbar {
    background-color: #74BB48;
    color: white;
    margin-bottom: 0px;
    font-size: 16px;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 60px;
    font-size: 16px;
    color:white;
}

.navbar-brand {
    padding-top: 5px;
    /*max-width: 7%;*/
    /*padding-right: 20px;*/
}

#brand-image {
    /*max-width: 7%;*/
    height: 40px;
}

.navbar-collapse {
   float: left;
}

.navbar-logo {
   float: left;
}
.roundede {
    border-radius: 2.25rem !important;
}

.btn-link {
   
    font-weight: 400;
    color: white;
    text-decoration: none;
}
.btn-link:hover{
    color:white;
    background-color:transparent;
}
   
.control-label {
    font-size: 14px;
}

a {
    color: white;
}

a:hover {
    color: #7E7E7E;
}

.text {
    color: #7E7E7E;
    font-size:16px;
}


    .text:hover, .text:focus {
        color: #7E7E7E;
        font-weight: bolder;
        text-decoration: none;
    }




.tit {
    color: #1F375A;
    font-size:31px;
}

.texta {
    color: white;
}

.texta:hover {
    color: white;
    text-decoration: underline;
}

.texta:link {
    text-decoration: none;
}

.texta:visited {
    text-decoration: none;
}

.texta:active {
    text-decoration: underline;
}

.inputModal {
    background: #F0F2F7 0% 0% no-repeat padding-box;
  
    border-radius: 5px;
    opacity: 1;
}

    .inputModal:hover {
        border: 1px solid #7CBA3D;
    }

  
    
@media (max-width: 767px) {
    .navbar-nav > li > a {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;}

    #brand-image {
        height: 30px;
    }

}

body {
    font-family: Poppins;
    background-color: white;
 
}

.navbar-default {
    background-color: #74BB48;
}

ul.nav a:hover {
    background-color: #74BB48 !important;
}

li.list-group-item {
    background-color: #FFF;
}

    li.list-group-item a {
        color: #7E7E7E;
    }

.well {
    background-color: #74BB48;
}





.grisClarito {
    background-color: #F2F2F3 !important;
}
/*----------------------------- Home ----------------------------------------------*/

/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

.carousel {
    /*margin-bottom: 60px;*/
    font-weight: 100;
}

    .carousel .container {
        position: relative;
        z-index: 9;
    }

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 900px;
    background-color: grey;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /*height: 500px;*/
    filter: brightness(0.5);
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 90%;
    height: 350px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 117px;
    text-align: center;
}

    .carousel-caption h1,
    .carousel-caption .lead {
        margin: -30px;
        line-height: 1.25;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }

    .carousel-caption .btn {
        margin-top: 10px;
    }

    .carousel-caption .btne {
        margin-top: 1px !important;
    }


/* RESPONSIVE CSS
    -------------------------------------------------- */

@media (max-width: 979px) {

    .carousel .item {
        height: 900px;
    }

    .carousel img {
        width: auto;
        height: 900px;
    }
}


@media (max-width: 767px) {


    .carousel {
        /*margin-left: -20px;
        margin-right: -20px;*/
    }

        .carousel .container {
        }

        .carousel .item {
            height: 433px;
        }

        .carousel img {
            height: 433px;
        }

    .carousel-caption {
        width: 90%;
        /*padding: 0 70px;*/
        margin-top: 100px;
    }

        .carousel-caption h1 {
            font-weight: 600;
            font-size: 34px;
        }

        .carousel-caption .lead,
        .carousel-caption .btn {
            font-size: 18px;
        }

        .carousel-caption .btn {
            margin-top: 20%;
        }
}
/*------------------------- Buscador de Homes ------------------------------------*/

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: white;
    border-radius: 30px;
    padding: 10px;
}

.search_input {
    border: 0;
    outline: 0;
    background: none;
    color: #808080;
    width: 70%;
    line-height: 40px;
    caret-color: #90A4AE;
    /*transition: width 0.4s linear;*/
}


.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #90A4AE;
    text-decoration: none;
}

.h1 {
    font: Bold 60px Poppins;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.botones-gris {
    color: #7E7E7E;
}

    .botones-gris:hover, .botones-gris:focus {
        color: #7E7E7E;
        font-weight: bolder;
        text-decoration: none;
    }

