@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #e4ffff;
}

.contenedor {
    background: white;
}

.container h1 {
    text-align: center;
    padding: 15px;
}

.ultimascasa h1 {
    color: white;
    font-size: 4em;
    padding: 0px;
    font-weight: 700;
}

.ultimascasa p {
    font-size: 1.3em;
    color: white;
}

h2 {
    font-size: 1.4em;
    font-weight: 500;
    color: #2f3b18;
}

h3 {
    font-size: 2.2em;
    font-weight: 500;
    color: white;
}

ul li {
    font-size: 1.2em;
}

.ultimascasa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* background: #9cbd57; */
    background: #ff8c49;
    height: 150px;
    text-align: center;
}

.col-center {
    float: none;
}

.imgKalia {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.center {
    text-align: center;
}

.contenidoCenter {
    text-align: center;
    /* background-color: red; */
}

.contenidoCenter ul li {
    text-align: left;
}

.center {
    text-align: center;
}

.btn {
    width: 50%;
}

.cotizar {
    padding: 50px;
}

.modelolux {
    padding-bottom: 50px;
}

.modeloterra {
    padding-bottom: 50px;
}

.modeloventus {
    padding-bottom: 50px;
}

.mapa {
    width: 100%;
}

.ubicacion {
    width: 100%;
    background-color: white;
}

.ubicacion h1 {
    text-align: center;
}

input {
    color: black;
}

.formulario {
    background-color: #343434;
    color: white;
}

.formulario h3 {
    font-size: 3.1em;
    width: 100%;
    text-align: center;
}

.formulario p {
    text-align: center;
    font-size: 1.7em;
}

.circuito p {
    text-align: center;
    font-size: 19px;
}

#mc_embed_signup input.button {
    background-color: #ff8c49;
}

.casasdesde {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
}

.casasdesde h2 {
    font-size: 20px;
}

.telefonos {
    position: fixed;
    z-index: 1;
    background-color: #ff8c49;
    width: 100%;
    height: 40px;
}

.telefonos p {
    padding: 8px;
    font-size: 1.2em;
    color: white;
    text-align: center;
}

.telefonos a {
    color: #244424;
}

.btn-success {
    background: #ff8c49;
    border-color: #ff8c49;
}

.imagen {
    margin-top: 5px;
}
