* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
}
body {
    font-family: 'Dosis', sans-serif;
}
.row {
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
    height: 100%;
}

.block {
    overflow: hidden;
    clear: both;
    height: 100%;
}

.box {
    width: 49%;
    margin: 0 1%;
}

.alpha {
    margin-left: 0%;
    float: left;
}

.omega {
    margin-right: 0%;
    float: left;
}

.imagen {
    width: 100%;
    overflow: hidden;
}

.img-w {
    width: 100%;
    margin: 0 auto;
    display: block;
}

#vert-menu.large {
    display: table;
    height: 140px;
    width: 100%;
}
#vert-menu.large > ul {
    width: 870px;
    margin: 0 auto;
    list-style: none;
}
#vert-menu.large > ul > li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#vert-menu.large > ul > li > a {
    text-align:center;
    display:block;
    width: 100px;
    padding: 5px 0px;
    margin: 0px 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #444;
}
#vert-menu.large > ul > li > a.logo {
    background-image: url(../img/logo-santa-anita.png);
    background-repeat:no-repeat;
    height:140px;
    display:block;
    width:200px;
    padding: 0;
}
#vert-menu.small {
    display: table;
    height: 50px;
    width: 100%;
}
#vert-menu.small > ul {
    width: 720px;
    margin: 0 auto;
    list-style: none;
}
#vert-menu.small > ul > li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#vert-menu.small > ul > li > a {
    text-align:center;
    display:block;
    width: 100px;
    padding: 5px 0px;
    margin: 0px 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #444;
}
#vert-menu.small > ul > li > a.logo {
    background-image: url(../img/logo-santa-anita.png);
    background-repeat:no-repeat;
    background-position: top center;
    background-size: 200%;
    height:50px;
    display:block;
    width:50px;
    padding: 0;
}
#vert-menu,#vert-menu ul,#vert-menu li, #vert-menu a, #vert-menu a.logo {
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
#vert-menu ul li.desplegable ul {
    position: absolute;
    list-style: none;
    text-align:center;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition:max-height 0.4s linear;
    -moz-transition:max-height 0.4s linear;
    transition:max-height 0.4s linear;
}
#vert-menu ul li.desplegable:hover ul {
    max-height:200px;
}
#vert-menu ul li.desplegable ul li {
    background-color: #313131;
}
#vert-menu ul li.desplegable ul li:hover {
    background-color: #444444;
}
#vert-menu ul li.desplegable ul li:first-child:before{ /* the pointer tip */
 content:'';
 position:absolute;
 width:1px;
 height:1px;
 border:5px solid transparent;
 border-bottom-color:#313131;
 left:50%;
 top:-10px;
 margin-left:-5px;
}

#vert-menu ul li.desplegable li:first-child{
    border-radius:3px 3px 0 0;
    margin-top:5px;
    position:relative;
}
#vert-menu ul li.desplegable li:last-child{
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}
#vert-menu ul li.desplegable ul li a {
    padding:12px;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
}
#vert-menu ul li.desplegable ul li:nth-child(odd){ /* zebra stripes */
    background-color:#363636;
}

#inicio {
    padding-top: 150px;
}

#menu {
    position: fixed;
    z-index: 999;
    padding: 10px 0px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.8);
    box-shadow:0 0 8px 0 rgba(0,0,0,0.8);
    width: 100%;
    background-color: #fff;
}

.casa-title {
    display: block;
    width: 70%;
    padding: 5px 0px;
    position: relative;
    z-index: 9;
    margin-top: -20px;
    text-align: center;
    background-color: #005ca9;
    margin:-20px auto 10px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.8);
    box-shadow:0 0 8px 0 rgba(0,0,0,0.8);
    text-decoration: none;
    font-weight: 500;
}
.casa-title h3 {
    font-weight: 500;
    color: #fff;
}
#casas h4 {
    color: #005ca9;
    text-align: center;
    font-size: 42px;
    font-weight: 500;
}
#casas .specs {
    text-align: justify;
    margin-top: 15px;
    padding: 10px;
    letter-spacing: 1px;
}
.specs p .fa {
    color: #005ca9;
}
.titulo {
    width: 170px;
    margin: 0 auto 30px;
}
#casas .titulo .go-casa {
    width: 105px;
    margin: 20px auto;
}
#casas .titulo .go-casa .link-casa {
    width: 50px;
    padding: 5px;
    text-decoration: none;
    color: #333;
}
#tipo-b,#tipo-d {
    padding-top: 80px;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    color: #999;
}
h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin:45px auto 2px ;
    width: 70px;
    height: 2px;
    background: #ffc843;
}
#loteo {
    background-image: url(../img/loteo-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
#loteo p {
    margin-top: 50px;
    font-size: 24px;
    text-align:right;
}
#entorno .block {
    display: table;
    height: 100%;
}
#entorno-box {
    width: 25%;
    float: left;
    position: relative;
    height: 100%;
    display: table;
    margin: 50px 0;
}
#ent-in {
    display: table-cell;
    vertical-align: middle;
}
#entorno-box h2 {
    color: #333 !important;
    text-align: left;
    padding: 20px;
}
#entorno-box h2:before {
    margin-left: 20px;
}
#slide-entorno {
    width:75%;
    float: left;
}

#entorno-box p {
    margin: 20px auto;
    padding: 20px;
    text-align: justify;
    color: #333;
}
#interior .block {
    display: table;
    height: 100%;
}
#interior-box {
    width: 25%;
    float: left;
    position: relative;
    height: 100%;
    display: table;
    margin: 50px 0;
}
#int-in {
    display: table-cell;
    vertical-align: middle;
}
#interior-box h2 {
    color: #333 !important;
    text-align: left;
    padding: 20px;
}
#interior-box h2:before {
    margin-left: 20px;
}
#interior-carousel .item{
  margin: 3px;
}
#interior-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}

#interior-box p {
    margin: 20px auto;
    padding: 20px;
    text-align: justify;
    color: #333;
}

.spacing {
    padding: 80px 0px
}

#entorno {
    background-color: #fff;
}

.box-7 {
    width: 69%;
}

.box-3 {
    width:29%;
}
#ubicacion {
    padding-bottom: 0px !important;
}
#fomrulario {
    width:100%;
}
#fomrulario form.contacto div {
    width: 70%;
    margin: 0 auto;
}
form.contacto input, form.contacto textarea {
    padding: 10px;
    width: 100%;
    border: none;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #ffcc00;
    color: #ffffff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
}

.boton_envio {
    border: none;
    background-color: #95C123;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    padding: 5px 10px;
    border-radius: 5px;
    float: right;
    font-size: 18px;
    cursor: pointer;
}

#fomrulario h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

#contacto {
    background-image: url(../img/bg-contacto.jpg);
    background-position: center;
    background-size:cover;
}
#contacto .block .alpha h3{
    text-align: center;
    color: #fff;
    font-size: 38px;
    margin: 0px 0px 30px;
    font-weight: 400;
}
#contacto .block .alpha p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 20px 0px;
}
.separador {
    width:100%;
    height: 2px;
    background-color: #ffcc00;
    margin: 55px auto;
}

.box-4 {
    width: 24%;
    margin: 0 0.5%;
    float:left;
}

.link-mail {
    color:#fff;
}
.hide {
    display: none !important;
}
.msg_ok {
    float: left;
    width: 200px !important;
    color: #fff;
    font-weight: 600;
}
.ajaxgif {
    color: #fff;
}