html,
body,
header,
#intro {
    height: 100%;
    font-family: 'Montserrat Alternates', sans-serif;
}
body {
    overflow-x: hidden;
    padding-top: 56px;
}






.ui-page-theme-a .ui-slider-track .ui-btn-active {
    background-color: #126d6f !important;
}


.ui-page-theme-a .ui-btn:focus {
    /*box-shadow: 0 1px 0 #126A3C !important;*/
}






.carousel-control-prev,
.carousel-control-next{
    height: fit-content;
    width: fit-content;
    opacity: 1;
    top: -23px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
    opacity: 1;
}

.carousel-control-prev {
    left: unset;
    right: 0;
    margin-right: 200px;
}

.carousel-control-next {
    margin-right: 150px;
}





.control-wrapper {
    width: 50px;
    height: 50px;
    background-color: white;
    border: 1px solid #DBDBDB;
}

.control-image-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}







.dropbtn {  
    background-color: #f8f9fa;
    padding-bottom: 16px;
    padding-top: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
.dropdown-content a:hover {
    background-image: linear-gradient(to left, #1b75bc, #0078ab, #007789, #00715f, #106835);
    color: white;
}

  
.dropdown:hover .dropdown-content {
    display: block;
}

.a-dropdown {
    border-bottom: 1px solid #d6d6d6;
}









.page-item.active .page-link {
    background-color: #146d6f;
    border-color: #146d6f;
}

.page-link {
    color: black; 
}

.nav-link {
    font-size: 14pt;
}

.footer {
    height: 120px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 48px;
}

#main {
    padding-bottom: 120px;
}

#page {
    min-height: calc(100vh - 70px);
    position: relative;
}

/***      Contacto     ***/

.contacto-background {
    background-image: linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3);
    width: 100%;
    height: 600px;
}

.card-contactanos-contacto {
    background-color: white;
    border-radius: 15px;
    width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -40px;
    height: 700px;
    padding: 25px;
}

/***      Admin       ***/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}

.content-admin {
    padding-left: 250px;
    width: 80%;
}
  
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    position: fixed;
    background-color: #DDD; 
    font-size: 21px;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    margin-top: 56px;
  }
  
  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }
  
  #sidebar-wrapper .list-group {
    width: 15rem;
  }
  
  #page-content-wrapper {
    min-width: 100vw;
  }
  
  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
  }

  .admin-inmuebles-table {
      widows: 400px;
      height: 400px;
      background-color: red;
  }


.carousel-indicators {
    bottom: 50px !important;
}

.a-default {
    text-decoration: none;
    color: white;
}

.a-default:hover {
    text-decoration: none;
    color: white;
}

/*****      Index.html      *****/

.p-nosotros {
    font-size: 22pt;
    font-weight: 500;
}

.p-fundador {
    font-size: 22pt;
    font-style: italic;
    font-weight: 300;
}

.p-clientes {
    font-size: 20pt;
    font-weight: 300;
    font-style: italic;
}

.card-nombre {
    font-size: 21pt;
    font-weight: 600;
}

.fundador-profile {
    width: auto;
    height: auto;
    max-width: 510px;
    max-width: 510px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -255px; /* Half the height */
    margin-left: -255px; /* Half the width */
}

.button-contacto {
    background-image: linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3);
    border-radius: 15px;
    color: white;
}

.button-contacto:hover {
    background-image: linear-gradient(to right, #3897e2, #00a1d9, #00a7bb, #00a88f, #29a55e);
    color: white;
}

.div-detail-price {
    width: auto;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    background: linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3) no-repeat;
    color: white; 
    position: absolute;
    right: 0px;
    top: 28.7vh;
    border-radius: 10px 0px 0px 10px;     
}

/***        inmueblesDetail.html        ***/

.section-carrusel-xs {
    background: linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3) no-repeat;
}

.recuadro-semibold {
    font-size: 21pt;
    color: white;
    font-weight: 600;
}

.recuadro-light {
    font-size: 21pt;
    color: white;
    font-weight: 300;
}

.p-precio-detail {
    font-size: 35pt;
    font-weight: 600;
}

.p-metodo {
    font-size: 16pt;
    font-weight: 500;
}

.p-descripcion-titulo {
    font-size: 20pt;
    font-weight: 500;
}

.p-descripcion {
    font-size: 20pt;
    font-weight: 300;
}

.p-titulo-inmuebles-detail {
    margin-left: 50px;
    padding-left: 25px;
    font-size: 60pt;
    font-weight: 600;
    border-width: 3px 0 3px 12px;
    border-style: solid;
    border-image:
    linear-gradient(to top, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3) 1 100%;    
}

.p-estas-interesado {
    font-size: 20pt;
    font-weight: 300;
}


.p-contactanos {
    font-size: 24pt;
    font-weight: 600;
}

.input-contactanos {
    background:
    linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3)
      no-repeat; 
    background-size: 100% 5px ;
    background-position: center bottom;
    width: 100%;
    border: none;
    font-size: 16pt;
    font-weight: 300;
    outline: none;
    line-height: 50px;
}

.button-contacto-enviar {
    font-size: 16pt;
    font-weight: 600;
    background-image: linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3);
    border-radius: 15px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.bottom-div-carrusel {
    width: auto;
    text-align: center;
    min-width: 1200px;
    height: 100px;
    background:
    linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3)
      no-repeat; 
    color: white;
    position:absolute;
    left: 50%;
    bottom: -100px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    border-radius: 10px;
}

.row-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/***        Custom Paddings and Margins    ***/

.padT-100 {
    padding-top: 100px;
}

.padT-lg-50 {
    padding-top: 100px;
}

.padT-50 {
    padding-top: 50px;
}

.marB-100 {
    margin-bottom: 100px;
}

.marB-50 {
    margin-bottom: 50px;
}

.marLR-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.padLR-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.marT-50 {
    margin-top: 50px;
}

/***        Colores       ***/

.color-green {
    color: #146d6f;
}

.color-white {
    color: white;
}

.color-black {
    color: #363636;
}

/***        Carrucel     ***/

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    max-height: 785px
}

/***        Card        ***/

.card-inmuebles {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background:
    linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3)
      no-repeat; 
    background-size: 100% 5px ;
    background-position: center bottom;
    padding-bottom: 7px;
    border-radius: 15px 15px 0px 0px
}

.card-inmuebles:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}  

.card-contactanos {
    background-color: #f8f8f8;
    border-radius: 15px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.card-testimonio {
    max-width: 495px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    min-height: 390px;
    position: relative;
}

.card-image-profile {
    width: 145px;
    height: 145px;
    position: absolute;
    top: -74px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.card-text-margin {
    margin-top: 100px;
    text-align: left;
    margin-left: 15px;
    margin-right: 25px;
}

/***        Nosotros        ***/

.quienes-somos {
    width: 100%;
    height: auto;
    background-color: white;
}

.div-nosotros {
    margin-left: 15%;
    margin-right: 15%;
}

.p-bottom {
    margin-bottom: 100px;
}

/***        Fundador        ***/

.row-mensaje-fundador {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.mensaje-fundador {
    width: 100%;
    height: auto;
    padding: 0px;
}

.mensaje-fundador-texto {
    background-image: linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3);
    width: 100%;
    height: 100%;
}

.mensaje-fundador-imagen {
    background-color: #f4f4f4;
}

.miembros-activos {
    width: 100%;
    height: auto;
    min-height: 540px;
    background-color: white;
}

/***        Testimonios     ***/

.testimonios {
    width: 100%;
    min-height: 910px;
    height: auto;
    background-color: #f4f4f4;
}

.row-testimonios {
    margin-top: 150px;
}

.h1-grade {
    text-align:center;
    padding-bottom: 20px;
    font-size: 60pt;
    font-weight: 600;
    background:
    linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3)
      no-repeat; 
    background-size: 200px 5px ;
    background-position: center bottom;
}

.h1-style {
    font-size: 60pt;
    font-weight: 600; 
}
      
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/*****      Inmuebles.html      *****/

.card-inmuebles-subtitle {
    font-size: 13pt;
    color: #4B4B4B;
    font-weight: 300;
}

.card-inmueble-title {
    font-size: 16pt;
    color: #4B4B4B;
    font-weight: 700;
}

.inmuebles-numeros {
    font-size: 12pt;
    color: #4B4B4B;
    font-weight: 600;
}

.inmuebles-info {
    font-size: 12pt;
    color: #4B4B4B;
    font-weight: 300;
}

.recuadro-area {
    font-size: 14pt;
    color: white;
    font-weight: 600;
}

.a-card {
    text-decoration: none;
    color: #4B4B4B;
}

.a-card:hover {
    text-decoration: none;
    color: #4B4B4B;
}

.container-inmuebles {
    padding-left: 10%;
    padding-right: 10%;
}

.card-img-top {
    object-fit: cover;
    height: 30vh;
    border-radius: 15px 15px 0px 0px
}

.card-text-inmuebles {
    margin-top: 15px;
}

.card-footer-inmuebles {
    background-color: white;
    border-top: none;
    text-align: right;
}

.text-footer-inmuebles {
    color: #146d6f;
    font-size: 18pt;
    font-weight: 600;
}

.button-ver-detail {
    width: auto;
    background:
    linear-gradient(to right, #116941, #036a4b, #006b55, #006c5d, #006d65, #006e6d, #006f74, #00707b, #007286, #007391, #00739a, #1973a3)
      no-repeat; 
    color: white;
    position:absolute;
    left: 50%;
    top: 25vh;
    width: 80%;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    color: white !important;
    font-size: 16pt;
    font-weight: 600;
}


/***        Proyectos       ***/

.span-estado {
    position: absolute;
    right: 0;
    margin-right: 30px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4pt;
    color: white;
    font-size: 12pt;
    font-weight: 500;
    padding-top: 2px;
    padding-bottom: 2px;
}

.negociacion {
    background-color: #EDBC38;
}

.cerrado {
    background-color: #CE4962;
}

.abierto {
    background-color: #97C965;
}

    
/***       MediaQueries      ***/
/***        Small devices (landscape phones, 576px and up)      ***/

@media (max-width: 576px) { 
    .div-nosotros {
        margin-left: 25px; 
        margin-right: 25px;
    }

    

    .fundador-profile {
        width: 100%;
        height: 100%;
    }

    .card-contactanos {
        width: auto;
    }
 }

 @media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: 0;
    }
  
    #page-content-wrapper {
      min-width: 0;
      width: 100%;
    }
  
    #wrapper.toggled #sidebar-wrapper {
      margin-left: -15rem;
    }
  }

 /***        Medium devices (tablets, 768px and up)      ***/

@media (max-width: 768px) { 

    .padT-100 {
        padding-top: 50px;
    }

    .card-testimonio {
        margin-top: 100px;
    }

    .row-testimonios {
        margin-top: 0px !important;
    }
    
    .h1-grade {
        font-size: 45px;
    }
    
    .h1-style {
        font-size: 45px;
    }
 }

 /***        Large devices (desktops, 992px and up)      ***/

@media (max-width: 992px) { 
    p {
        font-size: 18px;
    }
    .p-titulo-inmuebles-detail {
        font-size: 35pt;
    }

    .p-titulo-inmuebles-detail {
        margin-left: 15px;
    }
 }

 /***        Extra large devices (large desktops, 1200px and up)      ***/

@media (max-width: 1200px) { 

    .recuadro-light {
        font-size: 18pt;
    }

    .recuadro-semibold {
        font-size: 18pt;
    }

    .col-eq-height {
        flex: 1;
    }
    
    .row-prueba {
        min-height: 660px;
        height: auto;
    }

    .fundador-profile {
        position: unset;
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .bottom-div-carrusel {
        min-width: 100%;
    }
    
    .carousel-indicators {
        bottom: 0px !important;
    }
 }