@import url(body.css);
@import url(content.css);
#container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
#content {
    float: left;
    width: 100%;
    padding: 100px 0;
    background-color: #f2f2f2;
    padding-bottom: 0;
}
#top {
    float: left;
    width: 100%;
    height: 150px;
    background-color: #999;
}
#nav {
    float: left;
    width: 100%;
    background-color: #4e4546;
}
#slide {
    float: left;
    width: 100%;
    background-image: url(../img/JPG/header-background.jpg);
    height: 600px;
    background-size: cover;
    padding: 60px 0;
}
#footer {
    float: left;
    width: 100%;
}
.center {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.center_divs {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}
.center_divs .item {
    width: 20%;
    margin-bottom: 80px;
}
@media only screen and (max-width: 1234px) {
    .center {
        width: 96%;
        padding: 0 3%;
    }
}
@media only screen and (max-width: 1234px) {
    .center {
        width: 96%;
        padding: 0 3%;
    }
}
.slide_1 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.slide_2 {
    float: left;
    width: 100%;
}
.slide_2_2 {
    float: left;
    width: 40%;
    font-size: 54px;
    color: #fff;
    float: left;
    font-style: italic;
    font-weight: 700;
}
.slide_2_3 {
    float: right;
    width: 40%;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.18);
}
.slide_box {
    padding: 20px;
}
.form_slide {
    color: #818181;
}
body {
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
    .slide_2_2 {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .slide_2_3 {
        float: left;
        width: 91%;
    }
    #slide {
        float: left;
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }
    .center_divs {
        display: block;
    }
    .center_divs .item {
        width: 48%;
        margin-bottom: 30px;
        float: left;
        min-height: 180px;
    }
    .center_divs .clear {
        display: none;
    }
}
.title {
    float: left;
    width: 100%;
    padding: 20px 0;
    font-size: 38px;
    text-align: center;
    width: 100%;
    letter-spacing: -2px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: 500;
    background-image: url(../img/line.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.footer_box .title {

    background-image: url(../img/line.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.cincuenta {
    margin: auto;
    width: 60% !important;
    padding: 0 20%;
}
.margin_bottom {
    margin-bottom: 50px;
}
.slogan_slide {
    color: #ba4638;
    margin-bottom: 30px;
    font-size: 25px;
}
@media only screen and (max-width: 768px) {
    .cincuenta {
        margin: auto;
        width: 90% !important;
        padding: 0 5%;
        margin-bottom: 50px;
    }
}
.item {
    text-align: center;
}
.icono {
    width: auto;
    height: auto;
}
.icono2 {
    width: 100%;
    height: auto;
}
.caption {
    display: block;
    padding-top: 1rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #666;
}
.links {
    text-decoration: none;
    color: #09f;
}
.links:hover {
    text-decoration: underline;
}
.logo {
    float: left;
    width: 100%;
}
.logo a {
    display: block;
    overflow: hidden;
}
.top_box1 {
    float: left;
    width: 100%;
}
.top_box2 {
    float: left;
    width: 100%;
}
.module_1 {
    float: left;
    width: 100%;
}
.module_2 {
    float: left;
    width: 100%;
}
.module_3 {
    float: left;
    width: 100%;
}
.module_4 {
    float: left;
    width: 100%;
    background-color: #2b2d2f;
    color: #fff;
    padding: 100px 0;
    background-image: url(../img/JPG/amenities-background.jpg);
    background-size: cover;
}
.module_4 .item .caption {
    color: #fff;
}
#footer {
    float: left;
    width: 100%;
    padding: 30px 0;
	 background-image: url(../img/PNG/linea.png);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size:contain;
}
.footer_box {
    float: none;
    width: 60%;
    margin: auto;
    display: block;
    padding: 30px 0;
}
.footer_box1 {
    float: left;
    width: 30%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
}
.footer_box2 {
    float: left;
    width: 50%;
}
.footer_box3 {
    float: left;
    width: 100%;
}
.footer_box4 {
    float: left;
    width: 100%;
}
.footer_box2 .title {
    text-align: left;
    margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
    .footer_box {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        padding: 20px;
        box-sizing: border-box;
    }
    .footer_box1 {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 5%;
        margin-bottom: 20px;
    }
    .footer_box2 {
        float: left;
        width: 100%;
    }
}
.title {
    float: left;
    width: 100%;
}
.subtitle {
    float: left;
    width: 100%;
}
.data {
    float: left;
    width: 100%;
}
#menuv ul,
li {
    list-style-type: none;
}
#menuv ul {
    margin: 0;
    padding: 0;
}
#menuv li {
    border-bottom: 1px solid #accfe8;
}
#menuv a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 3px 6px;
    width: 148px;
}
#menuv a:hover {
    background: #dbebf6;
}
#menuh ul,
li {
    list-style-type: none;
}
#menuh ul {
    margin: 0;
    padding: 0;
}
#menuh li {
    float: left;
}
#menuh a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 3px 10px;
    text-align: center;
}
#menuh a#primero {
    border-left: 1px solid #accfe8;
}
#menuh a:hover {
    background: #dbebf6;
}
#menuc ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#menuc li {
    display: inline;
    padding: 5px;
    margin: 1px;
}
#menuc a:hover {
    background: #dbebf6;
}
#contact-area * {
    margin: 0;
    padding: 0;
}
#contact-area p {
    font-size: 1.3em;
    margin-bottom: 15px;
}
#contact-area {
    width: 100%;
}
#contact-area input {
    padding: 5px;
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #000;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
#contact-area textarea {
    padding: 5px;
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #000;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
#contact-area textarea {
    height: 90px;
}
#contact-area input:focus,
#contact-area textarea:focus {
    border: 1px solid #900;
}
#contact-area input.submit-button {
    width: 100px;
    float: right;
}
#contact-area label {
    float: left;
    text-align: left;
    margin-top: 15px;
    width: 100px;
}
.text_center {
    text-align: center;
}
.centrado {
    margin: auto;
    display: block;
}
.boxmain {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.col_lateral_1 {
    float: left;
    width: 30%;
    background-color: #fff;
    height: 600px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
}
.col_lateral_2 {
    float: right;
    width: 66%;
    background-color: #f2f2f2;
    height: 600px;
}
.col_lateral_1_2 {
    float: left;
    width: 100%;
    background-color: #d64434;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.col_lateral_1_2_0 {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.col_lateral_1_2_1 {
    float: left;
    width: 100%;
    line-height: 20px;
}
.col_lateral_1_2_2 {
    float: left;
    width: 100%;
    margin: 20px 0;
    font-weight: 600;
}
.col_lateral_1_2_3 {
    float: left;
    width: 100%;
    color: #d64434;
    text-align: left;
    margin: 20px 0;
}
.col_lateral_1_2_4 {
    float: left;
    width: 100%;
}
.enlace_1 {
    background-color: #d64434;
    text-align: center;
    display: block;
    margin: 10px auto;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    border: none;
}
.enlace_2 {
   /*  background-color: #00c1a9; */
    text-align: center;
    display: block;
    margin: 10px auto;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
	 background-image: url(../img/PNG/contact-button-clasifi.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.enlace_3 {
    background-color: #1ed641;
    display: block;
    margin: 10px auto;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background-image: url(../img/PNG/form-whatsappbutton.png);
    text-indent: -300px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .col_lateral_1 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .col_lateral_2 {
        float: right;
        width: 100%;
        background-color: #333;
        height: auto;
        margin-bottom: 10px;
    }
	.col_lateral_1_2_3 {
		margin: 0 0;
		text-align: center;
	}
}
.contact {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.contact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact li {
    padding-left: 40px;
    font-size: 13px;
    list-style-type: none;
    line-height: 30px;
    padding-bottom: 5px;
}
.contact li:nth-child(1) {
    background-image: url(../img/PNG/contact-icon1-location.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 4%;
}
.contact li:nth-child(2) {
    background-image: url(../img/PNG/contact-icon2-call.png);
    background-position: left 15px;
    background-repeat: no-repeat;
    background-size: 4%;
}
.contact li:nth-child(3) {
    background-image: url(../img/PNG/contact-icon3-mail.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 4%;
}
.contact li:nth-child(4) {
    background-image: url(../img/PNG/contact-icon4-web.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 4%;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    min-width: 0;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: none;
    border-bottom: solid 1px #000;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.campoform {
    margin-bottom: 1vh;
    border-color: #818181;
}
::placeholder {
    color: #c9c9c9;
}
#botonEnviar {
    text-decoration: none;
    background-color: #0062cc;
    border-color: #005cbf;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 10px;
}
.form-group label {
    font-size: 12px;
    line-height: 30px;
    color: #818181;
    font-size: 15px;
}
ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}
li.bjqs-slide {
    position: absolute;
    display: none;
}
ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
    position: absolute;
}
.bjqs-slide img {
    width: 100%;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
    bottom: 100px !important;
    top: unset !important;
    background-image: url(../img/PNG/galery-arrow-right.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -80px;
    height: 25px;
    width: 35px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
    right: 0;
    bottom: 146px !important;
    top: unset !important;
    background-image: url(../img/PNG/galery-arrow-light.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -80px;
    height: 25px;
    width: 35px;
}
ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
ol.bjqs-markers.h-centered {
    text-align: center;
    position: absolute;
    bottom: 20px;
}
ol.bjqs-markers li {
    display: inline;
}
ol.bjqs-markers li a {
    display: inline-block;
}
p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
    display: none;
}
ul.bjqs-controls.v-centered li a {
    display: block;
    padding: 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover {
    color: #fff;
    opacity: 0.5;
}
ol.bjqs-markers li a {
    padding: 3px;
    background: #fff;
    color: #fff;
    margin: 5px;
    text-decoration: none;
    border-radius: 100px;
    height: 5px;
    width: 5px;
    overflow: hidden;
    text-indent: -20px;
}
ol.bjqs-markers li a:hover,
ol.bjqs-markers li.active-marker a {
    background: #d64434;
}
p.bjqs-caption {
    background: rgba(255, 255, 255, 0.5);
}
.banner-slide1,
.banner-slide2,
.banner-slide3,
.banner-slide4 {
    max-width: 100% !important;
}
