@font-face {
    font-family: Helvetica-bold;
    src: url('../fonts/Helvetica-Font/Helvetica-Bold.ttf');
}
@font-face {
    font-family: Helvetica-regular;
    src: url('../fonts/Helvetica-Font/Helvetica.ttf');
}
.title-section {
    font-family: Helvetica-bold;
    text-transform: uppercase;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
    z-index: 3;
    padding: 20px 0px;
    transition: all .5s;
}
.header-scroll {
    background: #C93143;
    transition: all .5s;
}
.logo {
    width: 150px;
    position: relative;
    z-index: 3;
}
.content-header {
    padding: 0px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.menu-header {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 40px;
    margin: 0px;
}
.menu-header li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 10px;
    font-size: 1.2rem;
    font-family: 'Helvetica-bold';
}
.content-left {
    /* width: calc(100% - 150px); */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
        justify-content: space-between;
}
.btn-cotizar {
    font-family: 'Helvetica-bold';
    background: #C93143 !important;
    border-color: #C93143;
    transition: all .5s;
}
.btn-cotizar:focus, .btn-cotizar:active {
    background: #C93143 !important;
    border-color: #C93143;
}
.btn-cotizar-scroll {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #C93143;
    transition: all .5s;
}
.btn-cotizar-scroll:hover, .btn-cotizar-scroll:focus {
    color: #C93143;
    background: #ffffff !important;
    border-color: #ffffff;
}
/*banner*/

.banner {
    position: relative;
}
.carousel-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.carousel-item-banner {
    padding: 30px 80px;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 120px);
    display: flex !important;
    align-items: center;
}
.contenedor-mensaje-banner {
    padding-top: 90px;
    width: 55%;
    padding: 0;
    margin: 0!important;
}
.carousel-indicators li {
    width: 50px;
    height: 5px;
}
.carousel-indicators .active {
    background-color: #C93143;
}
.title-banner {
    position: relative;
    z-index: 4;
    color: #ffffff;
    font-size: 3rem;
    font-family: 'Helvetica-bold';
    font-weight: bold;
}
.slogan-banner {
    color: #ffffff;
    z-index: 3;
    position: relative;
    font-size: 1.5rem;
    font-weight: 400;
}
/* puntos  */

.puntos {
    background: #F9F7F8;
    width: 55%;
}
.content-puntos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.icon {
    margin-right: 20px;
    width: 60px;
    flex: 0 0 20%;
}
.item-puntos {
    padding: 20px 30px;
    width: calc(100% / 4);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 50%;
}
.departamentos {
    width: calc(100% / 4);
}
.brochure {
    background-color: #C93143;
    width: calc(100% / 4);
}
.text {
    line-height: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-brochure {
    font-size: 1.5rem;
    color: #ffffff;
    font-family: 'Helvetica-bold';
}
.title-puntos {
    font-family: 'Helvetica-regular';
    font-size: 1.3rem;
}
.p-puntos {
    color: #4D4D4D;
    font-family: 'Helvetica-regular';
    line-height: 1.2rem;
    font-size: 1rem;
}
.p-brochure {
    font-size: 1.2rem;
    color: #ffffff;
    margin: 0;
    line-height: 1rem;
}
a:hover {
    color: transparent;
    text-decoration: none;
}
/* CARACTERISTICAS */

.content-caracteristicas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-caracteristicas-left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.img1 {
    width: calc(50% - 20px);
}
.img2 {
    width: calc(53% - 20px);
}
.content-caracteristicas-right {
    width: 40%;
    display: flex;
    align-items: center;
    padding-left: 0px;
}
.content-caract {
    width: 60%;
}
.content-caract ul {
    list-style: none;
    padding-left: 25px;
    margin-top: 25px;
    padding-bottom: 30px;
    border-bottom: 8px #dc3546 solid;
}
.content-caract ul li {
    position: relative;
    margin-bottom: 10px;
}
.content-caract ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #dc3546;
    border-radius: 50%;
    left: -20px;
    top: 6px;
}
.card-caracteristicas {
    width: 400px;
    position: absolute;
    right: 10px;
    bottom: -110px;
    background: #ffffff;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
    padding: 10px;
}
.card-caracteristicas li {
    background-color: #F2F2F2;
}
.card-caracteristicas .carousel-indicators .active {
    background-color: #999999;
}
.item-card {
    height: auto;
    padding: 20px;
}
.item-card::after {
    content: none;
}
.indicaators-items {
    bottom: -20px;
}
.item-caracteristicas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.item-caracteristicas .icon {
    width: 30px;
}
.item-caracteristicas p {
    width: calc(100% - 65px);
    font-size: .8rem;
}
/* Ubicanos */

.ubicanos-container {
    padding-top: 180px !important;
}
.swiper-slide-interior {
    width: 60% !important;
    height: 60vh;
    background-size: cover;
    background-position: center;
    transform: translateY(25px);
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s;
}
.swiper-slide-interior::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.swiper-slide.swiper-slide-interior.swiper-slide-active {
    position: relative;
    z-index: 5;
    height: calc(60vh + 50px);
    transform: scale(1.5);
    transition: all 0.3s;
}

.swiper-slide.swiper-slide-recorrido.swiper-slide-active {
    position: relative;
    z-index: 5;
    transition: all 0.3s;
}

.text-slider-content {
    padding-bottom: 130px;
    padding-left: 30px;
    position: relative;
    z-index: 3;
}
.lugar {
    color: #ffffff;
    font-family: 'Helvetica-regular';
    font-size: 1.3rem;
}
.text-slider {
    font-family: 'Helvetica-regular';
    color: #ffffff;
    font-size: .8rem;
}
/* FORMULAARIRO */

.select-form {
    width: 100%;
    background-color: #000000 !important;
    color: #ffffff;
    border: 1px solid #000000 !important;
    border-radius: 0px;
    padding: 10px;
    font-size: 1.2rem;
    outline: none;
}
.gracias {
    height: calc(100vh - 320px);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc3545;
    margin-top: 88px;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #ffffff;
    background-image: none;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #e5c25a;
    background-image: none;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #e5c25a;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #ffffff;
    box-shadow: none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #e5c25a;
    box-shadow: none;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #ffffff;
}
.form-group label {
    color: #ffffff;
    margin: 0px;
}
.form-control {
    border-radius: 0px;
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}
.form-control:focus {
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
    border-color: #ffffff;
}
.left-cotizador::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background-color: #C93143;
}
.bg-danger {
    background-color: #C93143 !important;
}
.title-cotizar {
    font-family: 'Helvetica-bold';
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #C93143;
    text-align: center;
}
.slider-planos:hover .hover-plano {
    opacity: 1;
    transition: all 0.3s;
}
.slider-planos .swiper-slide {
    height: auto;
}
.content-planos {
    padding-left: 60px;
}
/*.img-planos{*/

/*    height: auto;*/

/*}*/

.title-slug {
    background-color: #C93143;
    color: #ffffff;
    font-family: 'Helvetica-bold';
    position: absolute;
    left: 40px;
    padding: 10px 20px;
    font-size: 1.5rem;
    transform: translateY(-50%);
    z-index: 4;
}
.swiper-slider-planos {
    position: relative;
    padding-top: 80px;
}
.swiper-button-next.next::after {
    padding: 10px;
    font-size: 20px;
}
.swiper-button-next.next {
    color: #fff;
    background: #000;
    padding: 10px;
    width: 40px;
    height: 40px;
    outline: none;
}
.swiper-button-prev.prev::after {
    padding: 10px;
    font-size: 20px;
}
.swiper-button-prev.prev {
    color: #fff;
    background: #000;
    padding: 10px;
    width: 40px;
    height: 40px;
    outline: none;
}
.hover-plano {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination.swiper-pagination-bullets {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 20px;
}
.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 50px;
    height: 8px;
    border-radius: 0px;
    background-color: #E6E6E6;
    opacity: 1;
}
.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c93142;
}
.btn-cotizar-form {
    border-radius: 0;
    font-family: 'Helvetica-regular';
    padding: 10px 60px;
    font-size: 1.2rem;
}
.swiper-button-next.interior-next, .swiper-button-prev.interior-prev {
    width: 40px;
    height: 40px;
    background: #c93142;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 17px;
    color: #ffff;
}
.next, .prev {
    top: calc(50% + 40px);
}
.interior-next {}
/* footer */

.footer {
    background-color: #F9F7F8;
}
.menu-redes {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    justify-content: center;
    margin: 0px;
}
.menu-redes-items {
    display: block;
    color: #c93142;
    font-size: 30px;
    padding: 10px;
}
.menu-redes-items:hover {
    color: #c93142;
}
.title-footer {
    font-family: 'Helvetica-bold';
    font-size: 20px;
    color: #c93142;
}
.content-item {
    font-family: 'Helvetica-regular';
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}
.mobile {
    display: none;
}
.carousel-indicators {
    z-index: 2;
}
.ubicacion-direccion {
    font-family: 'Helvetica-regular';
    font-size: 1.3rem;
    text-align: center;
}
.ubicacion-content {
    font-family: 'Helvetica-regular';
    font-size: 1rem;
    text-align: center;
    display: block;
    color: #4D4D4D;
}
.btn-ubicacion {
    border-radius: 40px;
    background-color: #ffffff;
    border: 1px #C93143 solid;
    font-family: 'Helvetica-regular';
    font-size: 1rem;
    color: #4D4D4D;
    padding: 10px 20px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn-ubicacion:hover {
    border-radius: 40px;
    background-color: #C93143;
    border: 1px #C93143 solid;
    color: #ffffff;
}
.btn-ubicacion:hover .icon-blanco {
    display: inline-block;
}
.btn-ubicacion:hover .icon-color {
    display: none;
}
.btn-ubicacion-active {
    border-radius: 40px;
    background-color: #C93143;
    border: 1px #C93143 solid;
    color: #ffffff;
}
.btn-ubicacion-active .icon-blanco {
    display: inline-block;
}
.btn-ubicacion-active .icon-color {
    display: none;
}
.icon-ubicacion-section {
    width: 35px;
    margin-right: 5px;
}
.icon-blanco {
    display: none;
}
.slogan-footer {
    font-size: 0.8rem;
}
.brochure .icon {
    width: 60px;
    text-align: center;
}
.wsp {
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 3;
    width: 60px;
    transform: translateY(-50%);
}
.select-form {
    padding: .2rem .75rem !important;
    height: 60px;
}
/* responsive */

@media (max-width: 1647px) {
    .item-puntos {
        width: calc(100% / 4);
    }
    .title-puntos {
        font-size: 1.5rem;
    }
    .icon {
        width: 60px;
    }
}
@media (max-width: 1440px) {
    .text-slider-content {
        padding-bottom: 110px;
    }
    .carousel-item-banner {
        height: calc(100vh - 99px);
    }
    .icon {
        width: 40px;
    }
    .brochure .icon {
        width: 40px;
    }
    .icon-ubicacion {
        width: 48px;
    }
    .title-brochure {
        font-size: 1.2rem;
    }
    .p-brochure {
        font-size: 1rem;
    }
    .item-puntos {
        width: calc(100% / 4);
        padding: 20px 30px;
    }
    .title-puntos {
        font-size: 1rem;
    }
    .p-puntos {
        font-size: .8rem;
        line-height: 1rem;
    }
    .carousel-item-banner {
        padding: 30px 80px;
        display: flex !important;
        align-items: center;
    }
    .title-banner {
        font-size: 2rem;
    }
    .slogan-banner {
        font-size: 1rem;
    }
    .menu-header li a {
        font-size: 1rem;
    }
    .contenedor-mensaje-banner {
        padding-top: 90px;
    }
    .img1 {
        width: calc(50% - 20px);
    }
    .img2 {
        width: calc(53% - 20px);
    }
    .content-caract {
        width: 80%;
    }
    .content-caract ul {
        font-size: 1.2rem;
    }
    .btn-ubicacion {
        font-size: 0.8rem;
        line-height: 1rem;
        height: 55px;
        padding: 5px 20px;
    }
}
@media (max-width: 1200px) {
    .form-group label {
        font-size: .9rem;
    }
    .form-control {
        padding: .2rem .75rem !important;
        height: calc(1.4em + .75rem + 0px);
    }
    .img1 {
        width: 50%;
    }
    .img2 {
        width: 45%;
    }
}
@media (max-width: 1135px) {
    .icon {
        width: 40px;
    }
}
@media (max-width: 1062px) {
    .item-puntos {
        width: 50%;
        justify-content: center;
    }
    .title-brochure {
        font-size: 1.2rem;
    }
    .p-brochure {
        font-size: 1rem;
    }
}
@media (max-width: 1024px) {
    .card-caracteristicas {
        padding: 20px;
    }
    .item-caracteristicas .icon {
        width: 35px;
    }
    .item-caracteristicas p {
        font-size: .9rem;
    }
    .img2 {
        width: 45%
    }
    .indicaators-items {
        bottom: -20px;
    }
    .swiper-slide.swiper-slide-interior.swiper-slide-active {
        transform: none;
        height: auto;
    }
    .swiper-slide-interior {
        height: 400px;
        width: 50% !important;
    }
    .text-slider-content {
        padding-bottom: 20px;
        padding-left: 30px;
        position: relative;
        z-index: 3;
    }
    .title-footer {
        font-size: 25px;
    }
    .content-item {
        font-size: 17px;
    }
    .content-planos {
        padding-left: 0px;
    }
    .carousel-item-banner {
        padding: 80px;
        display: flex !important;
        align-items: flex-end;
    }
    .title-section {
        font-size: 1.8rem;
    }
    .content-caract ul li {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .content-caracteristicas-left {
        width: 100%;
        order: 1;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .content-caracteristicas-right {
        width: 100%;
        margin-top: 200px;
    }
    .ubicanos-container {
        padding: 0px !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .left-cotizador {
        padding: 3rem !important;
        padding-top: 0px !important;
    }
    .left-cotizador::after {
        content: none;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .logo {
        width: 100px;
    }
    .btn-cotizar {
        font-size: .8rem;
    }
    .btn-ubicacion {
        margin: 10px 0px;
    }
    .swiper-slider-planos {
        padding-top: 30px;
    }
    .hover-plano {
        height: calc(100% - 40px);
    }
    .swiper-pagination.swiper-pagination-bullets {
        padding-bottom: 15px;
    }
    .content-menu-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        background-color: #C93143;
        display: flex;
        padding-top: 150px;
        transform: translateX(-100%);
        transition: all .3s;
    }
    .content-menu-header-active {
        transform: translateX(0);
        transition: all .8s;
    }
    .close-menu-toggle {
        position: absolute;
        z-index: 5;
        right: 20px;
        top: 20px;
        font-size: 2rem;
        color: #ffffff;
    }
    .toggle-menu {
        padding-left: 10px;
        color: #ffffff;
        font-size: 1.5rem;
        display: flex;
        align-items: flex-end;
        padding-bottom: 2px;
    }
    .content-caract {
        width: 50%;
        margin: auto;
    }
}
@media (max-width: 425px) {
    .ubicanos-container {
        padding-bottom: 0px !important;
    }
    .left-cotizador {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .content-caract {
        width: 80%;
    }
    .swiper-slide-interior {
        width: 100% !important;
    }
    .item-puntos {
        width: 100%;
    }
    .content-caracteristicas-right {
        margin-top: 40px;
    }
    .card-caracteristicas {
        position: relative;
        bottom: 0;
        margin-top: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
    .ubicanos-container {
        padding-top: 0px !important;
    }
    .menu-header {
        padding: 0;
        display: block;
        padding-left: 10px;
    }
    .menu-header li a {
        font-size: 2rem;
        padding: 10px;
    }
    .carousel-item-banner {
        padding: 40px;
    }
    .title-banner {
        font-size: 1.8rem;
    }
    .header {
        padding: 10px 0px;
    }
    .slogan-banner {
        font-size: 1.2rem;
    }
    .content-header {
        justify-content: space-between;
        padding: 10px;
    }
}
@media (max-height: 425px) {
    .carousel-item-banner {
        height: 100vh;
    }
}
.w-in-custom {
    width: 55%;
}
.w-in-custom .container-fluid {
    padding: 0 0;
}
.content--fixed--sections {
    position: relative;
}
.content--fixed--sections .content-fixed--background {
    display: block;
    /* background: #C93143; */
    position: absolute;
    right: 90px;
    width: 33%;
    bottom: 0;
    top: 0;
    z-index: 1;
    margin: 0 auto;
}
.content--fixed--sections .content-fixed--background form {
    position: -webkit-sticky;
    position: sticky;
    top: 6.5rem;
    padding: 1.5rem;
    transition: .5s all;
    background: #C93143;
}
.content--fixed--sections .content-fixed--background form.bottom {
    position: absolute;
    bottom: 1rem;
    top: auto;
}
@media (min-width: 768px) and (max-width: 1300px) {
	.content--fixed--sections .content-fixed--background{
		 right: 0;
    	width: 45%;
	}
	.content--fixed--sections .content-fixed--background form {
		position: -webkit-sticky;
		position: sticky;
		top: 4.5rem;
		padding: 1.5rem;
		transition: .5s all;
		background: #C93143;
	}
	.form-group{
		    font-size: 13px;
		    margin-bottom: 0.6rem;
	}
}
@media (max-width: 768px) {
    .content--fixed--sections .content-fixed--background {
        display: none
    }
    .w-in-custom {
        width: 100%;
    }
    .w-in-custom .container-fluid {
        padding: 0 15px;
    }
    .content-header {
        justify-content: space-between;
    }
    .menu-header {
        flex-direction: column;
    }
    .puntos {
        width: 100%;
    }
    .item-puntos {
        flex: 0 0 100%;
    }
    .contenedor-mensaje-banner {
        width: 100%;
        margin: auto
    }
}
