body {
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
    color: black;
}

p,
button {
    font-size: 12pt !important;
}

#loaderlogo{
    position: absolute;
    left: 35%;
    top: 20%;
    width: 30%;
}

.loader {
    height: 4px;
    width: 25%;
    position: absolute;
    left: 38%;
    top: 55%;
    overflow: hidden;
    background-color: #ddd;
  }
  .loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #000;
    animation: loading 4s linear infinite;
  }
  
  @keyframes loading {
      from {left: -200px; width: 30%;}
      50% {width: 30%;}
      70% {width: 50%;}
      80% {width: 70%;}
      95% {width: 90%;}
      to {left: 100%;}
  }

.fb__link {
    color: black;
    text-decoration: none;
}

.fb__link:hover {
    text-decoration: none;
    color: #f57c00;
}

.overlay {
    height: 1000px;
    width: 1000px;
    background-color: black;
    z-index: 99999999999
}

.UnderC {
    position: relative;
    top: 280px;
    font-size: 40pt;
    margin-top: 130px;
    font-weight: lighter;
    letter-spacing: 6pt;
}

.logo_vivalta2 {
    position: absolute;
    transform: translateX(-50%);
    margin-top: 80px;
}

.cont {
    height: 400px;
    background-color: white;
}

/* ULTIMO AGREGADO / NUEVO */
.ubicacion__contenedor {
    height: 100vh;
    position: relative;
    /* background-image: url(../images/Mapa.png);*/
    background-size: 100%;
    margin-top: 40px;
    margin-bottom:100px;
    /*background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.ubicacion__margen {
    margin-top: 0px!important;
}

@media screen and (max-width: 1440px){
    .ubicacion__contenedor {
        height: 100vh;
        position: relative;
        /* background-image: url(../images/Mapa.png);*/
        background-size: 100%;
        margin-top: 40px;
        /*background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
    }

    .ubicacion__margen {
        margin-top: 150px;
    }
}

/* FIN NUEVO */

@media screen and (max-width: 768px) {
    .noscroll {
        overflow-y: hidden;
    }
    .UnderC {
        margin-top: 0px !important;
        font-size: 24pt !important;
        margin-top: 110px !important;
    }
    .cont {
        margin: 230px 105px;
        height: 600px;
        width: 500px;
    }
    .logo_vivalta2 {
        position: absolute;
        transform: translateX(-50%);
        margin-top: 160px;
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .UnderC {
        margin-top: 0px !important;
        font-size: 20pt !important;
        margin-top: auto !important;
    }
    .cont {
        margin: 0px;
        margin-top: 110px;
        height: 400px;
        width: 300px;
    }
    .logo_vivalta2 {
        position: absolute;
        transform: translateX(-50%);
        margin-top: 100px;
        width: 90%;
    }
}

@media screen and (max-width: 415px) {
    .UnderC {
        margin-top: 0px !important;
        font-size: 14pt !important;
        margin-top: -70px !important;
    }
    .cont {
        margin-top: 180px;
        height: 310px;
        width: 265px;
        margin-left: 40px;
    }
    .logo_vivalta2 {
        position: absolute;
        transform: translateX(-50%);
        margin-top: 80px;
        width: 80%;
    }
}

@media screen and (max-width: 378px) {
    .cont {
        margin-top: 180px;
        height: 310px;
        width: 265px;
        margin-left: 25px;
    }
}

@media screen and (max-width: 322px) {
    .UnderC {
        margin-top: 0px !important;
        font-size: 14pt !important;
        margin-top: -70px !important;
    }
    .cont {
        margin-left: 0px;
        margin: 0px;
        margin-top: 130px;
        height: 310px;
        width: 265px;
    }
    .logo_vivalta2 {
        position: absolute;
        transform: translateX(-50%);
        margin-top: 80px;
        width: 80%;
    }
}

.container-fluid {
    padding: 0px !important;
    margin: 0px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.index__contenedor {
    height: 100vh;
    position: relative;
    background-image: url(../images/img_vivalta1-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.logo_vivalta {
    position: absolute;
    transform: translateX(-50%);
    margin-top: 150px;
    width: 380px;
}

@media screen and (max-width: 580px) {
    .logo_vivalta {
        top: 50px;
        width: 200px !important;
    }
    .index__contenedor {
        background-attachment: unset;
    }
}

#vivir {
    height: auto;
    position: relative;
}

.vivir__contenedor-text {
    background-color: white;
    padding: 50px 80px;
    text-align: left;
    box-shadow: 5px 5px 50px #956738;
    margin-top: 190px;
    padding-right: 100px;
    text-align: justify;
}

.vivir__img {
    margin: 100px 0px 100px 0px;
}

.vivir__p {
    padding-top: 22px;
}

.vivir__vivalta {
    font-size: 40px;
}

.vivir__vivalta2 {
    margin-top: -50px;
    font-size: 30px;
}

.vivir__h1 {
    font-size: 30px;
}

@media screen and (max-width: 580px) {
    .logo_vivalta {
        margin-top: 100px !important;
    }
    .vivir__img {
        display: none;
    }
    .vivir__contenedor {
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .vivir__contenedor-text {
        padding: 0px;
        margin-top: 50px;
        padding-right: 0px;
        text-align: justify;
        box-shadow: none;
    }
}

#comfort {
    height: 100vh;
    position: relative;
}

.comfort__contenedor {
    height: 100%;
    position: relative;
    background-image: url(../images/foto_comfort.png);
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.comfort__contenedor-texto {
    position: absolute;
    margin-top: 27% !important;
    transform: translateY(-50%) !important;
    z-index: 2;
}

.comfort__h1 {
    font-size: 70px;
}

.comfort__p-italic {
    font-style: italic;
    letter-spacing: 4px;
}

.comfort__p {
    margin-top: 50px;
}

#amenidades {
    height: auto;
    position: relative;
}

#amenidades__line {
    left: -13px !important;
    /* margin-top: -30px; */
}

.amenidades__conjunto {
    /* margin-left: 290px; */
    margin-top: 50px;
}

.h1_media {
    margin-left: 50px;
}

.amenidades__contenedor {
    height: 100vh;
    position: relative;
    background-image: url(../images/img_amenidades.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.amenidades__button {
    background-color: transparent;
    color: white;
    border: 2px solid #fff;
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 50px;
    display: inline-block!important;
}

.amenidades__contenedor-texto {
    position: relative;
    margin-top: 20% !important;
    color: white;
    z-index: 2;
}

.amenidades__slider {
    background-size: contain;
    margin-top: -5px !important;
    display: block;
    position: relative;
    /* padding: 50px; */
    /* width: 1000px !important; */
    margin: auto;
    margin-bottom: 20px;
    z-index: 9999;
    width: 800px !important;
}

.your-class {
    width: 750px !important;
}

.your-class2 {
    width: 750px !important;
}

.your-class3 {
    width: 750px !important;
}

.your-class4 {
    width: 750px !important;
}

.seguridad__contenedor {
    height: 100vh;
    position: relative;
    background-image: url(../images/foto_seguridad.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#servicios {
    position: relative;
}

.servicios__contenedor {
    height: 100vh;
    position: relative;
    background-image: url(../images/foto_servicios.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#servicios__linea-small {
    left: 40px;
    height: 26px;
    width: 75px;
}

#servicios__linea-small2 {
    left: -80px;
    height: 15px;
    top: 35px;
}

.servicio__button {
    color: #f57c00 !important;
    font-size: 16px !important;
    position: absolute;
    margin-top: 100px !important;
}

.invisible{
    visibility: hidden;
}

.visible{
    visibility: visible;
}

.hidden, .allcontent {
    display: none;
}

.unhidden {
    display: block;
}

#ubicacion {
    position: relative;
}

.ubicacion__contenedor {
    height: 100vh;
    position: relative;
    /* background-image: url(../images/Mapa.png);*/
    background-size: 100%;
    margin-top: 40px;
    /*background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.ubicacion__contenedor-texto {
    background-color: white;
    padding: 100px;
    text-align: justify;
    box-shadow: 5px 5px 50px #956738;
    margin-top: 140px;
    margin-left: 100px !important;
}

#ubicacion__linea {
    top: 55px !important;
}

#galeria {
    position: relative;
}

.galeria__contenedor {
    height: 100vh;
    position: relative;
    background-image: url(../images/img_galeria_intro.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galeria__contenedor-texto {
    position: relative;
    margin-top: 22% !important;
    color: black;
    z-index: 2;
}

.galeria__button {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 50px;
}

.galeria__conjunto {
    /* margin-left:170px; */
    margin-top: 55px;
}

#galeria__linea1 {
    left: 460px;
}

#contacto {
    position: relative;
}

.contacto__p {
    padding-bottom: 7px;
}

.contacto__p1 {
    padding-bottom: 30px;
    padding-top: 40px;
    padding-right: 35px;
}

.contacto__a {
    text-decoration: none;
    color: black;
}

.contacto__a:hover,
.contacto__a:focus {
    text-decoration: none;
    color: black;
}

#ubicacion__linea {
    left: 61px !important;
    top: 105px !important;
    width: 75px !important;
    height: 20px !important;
}

#contacto__linea {
    left: 61px !important;
    top: 70px !important;
    width: 75px !important;
    height: 20px !important;
}

.contacto__button {
    background-color: transparent;
    color: #000000;
    border: 3px solid #000000;
    padding: 10px 35px;
    font-size: 14px;
    margin-top: 25px;
    padding-left: 20px;
    margin-left: 20px;
}

.contacto__fa {
    margin-top: 35px;
    font-size: 25px;
    font-weight: bolder;
    margin-left: 10px;
}

#contacto__contenedor-texto {
    height: 765px !important;
}


/* .fa-facebook{
    padding: 0px 8px;
} */

form {
    margin-top: 55px
}

.line1 {
    width: 112px;
    height: 60px;
    border-bottom: 5px solid #f57c00;
    -webkit-transform: translateY(20px) translateX(5px) rotate(-75deg);
    position: absolute;
    left: 10px;
}

.line2 {
    width: 670px;
    height: 880px;
    border-bottom: 5px solid #f57c00;
    -webkit-transform: translateY(20px) translateX(5px) rotate(-110deg);
    position: absolute;
    left: 325px;
    z-index: -2;
    top: 160px;
}

.line3 {
    width: 580px;
    height: 800px;
    border-bottom: 5px solid rgba(255, 165, 0, 0.55);
    -webkit-transform: translateY(20px) translateX(5px) rotate(110deg);
    position: absolute;
    top: 70px;
    left: -25px;
}

.line4 {
    width: 570px;
    height: 320px;
    border-bottom: 5px solid rgba(255, 165, 0, 0.55);
    -webkit-transform: translateY(20px) translateX(5px) rotate(-110deg);
    position: absolute;
    top: 208px;
    left: -85px;
}

.contenedor__line {
    position: absolute;
    top: 16%;
    left: 55%;
    transform: translateY(50%);
}

.contenedor__line2 {
    position: absolute;
    top: 15%;
    left: 30%;
    transform: translateY(50%);
}

#footer {
    color: black;
    bottom: 0px;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    height: 50px;
    display: block;
}

.footer__h4 {
    text-decoration: none;
    font-weight: lighter;
}

.quattro-link,
.quattro-link:hover {
    color: black !important;
    text-decoration: none;
}

#servicio__contenedor-texto {
    margin-top: 41% !important;
}

.servicios__img {
    position: absolute;
    left: -160px;
    top: 20px;
}

#mySidenav,
#mySidenav2,
#mySidenav4 {
    z-index: 9999999;
}

@media screen and (max-width: 500px) {
    .line1,
    .line2,
    .line3,
    .line4 {
        display: none;
    }
    .comfort__h1 {
        font-size: 36px;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-right .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav2 {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav2 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav2 a:hover {
    color: #f1f1f1;
}

.sidenav2 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main2 {
    transition: margin-right .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav2 {
        padding-top: 15px;
    }
    .sidenav2 a {
        font-size: 18px;
    }
}

.sidenav3 {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav3 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav3 a:hover {
    color: #f1f1f1;
}

.sidenav3 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main3 {
    transition: margin-right .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav3 {
        padding-top: 15px;
    }
    .sidenav3 a {
        font-size: 18px;
    }
}

.sidenav4 {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav4 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav4 a:hover {
    color: #f1f1f1;
}

.sidenav4 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main4 {
    transition: margin-right .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav4 {
        padding-top: 15px;
    }
    .sidenav4 a {
        font-size: 18px;
    }
}

input {
    width: 100%;
    padding: 12px 20px;
    /* margin: 8px 0; */
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
}

h5 {
    font-weight: bold;
}

#myDiv {
    display: none;
    text-align: center;
}

.ubicacion__margen {
    margin-top: 150px;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* a {
      display: block;
      width: 50%;
      height: 100%;
 } */

.menu-opener,
.menu-opener:hover,
.menu-opener.active,
.menu-opener-inner,
.menu-opener-inner::before,
.menu-opener-inner::after,
.menu,
.menu.active {
    -webkit-transition: 250ms all;
    transition: 250ms all;
}

.menu-opener {
    cursor: pointer;
    height: 55px;
    position: fixed;
    top: 3.5%;
    right: 5%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 64px;
    z-index: 99999;
}

.menu__v {
    position: fixed;
    right: 9.5%;
    top: 3.5%;
    z-index: 99997;
}

.menu-opener:hover,
.menu-opener.active {
    background: transparent;
}

.menu-opener-inner {
    background: black;
    height: .5rem;
    margin-left: .75rem;
    margin-top: 1.75rem;
    width: 2.5rem;
}

.menu-opener-inner::before,
.menu-opener-inner::after {
    background: black;
    content: '';
    display: block;
    height: .5rem;
    width: 2.5rem;
}

.menu-opener-inner::before {
    -webkit-transform: translateY(-0.75rem);
    -ms-transform: translateY(-0.75rem);
    transform: translateY(-0.75rem);
}

.menu-opener-inner::after {
    -webkit-transform: translateY(0.25rem);
    -ms-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
}

.menu-opener-inner.active {
    background: transparent !important;
}

.menu-opener-inner.active::before {
    -webkit-transform: translateY(0rem) rotate(-45deg);
    -ms-transform: translateY(0rem) rotate(-45deg);
    transform: translateY(0rem) rotate(-45deg);
}

.menu-opener-inner.active::after {
    -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
    -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
    transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
}

.menu-opener-inner.white::after,
.menu-opener-inner.white::before {
    background: white;
}

.menu-opener-inner.black::after,
.menu-opener-inner.black::before {
    background: black;
}

.menu {
    background: #eee;
    color: transparent;
    height: 64px;
    position: fixed;
    top: 2%;
    right: 5%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0rem;
    z-index: 99998;
}

.menu.active {
    width: -webkit-calc(90% - 2rem);
    width: calc(90% - 2rem);
}

.menu.active .menu-link {
    color: black;
}

.menu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-link {
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

.menu-link li {
    margin: auto 50px;
    font-size: 12px;
}

.menu-link:hover {
    font-weight: bold;
    text-decoration: none;
}

.arrow {
    display: block;
    bottom: 0 !important;
    top: 85vh;
    margin: auto;
}


/*CONTACTO EFECTO */

.contacto__group {
    position: relative;
    margin-bottom: 30px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
}

#input2 {
    width: 100% !important;
}

input:focus {
    outline: none;
}

label {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

input:focus~label,
input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #000000;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

#bar {
    width: 100% !important;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #000000;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #000000;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #000;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #000;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@media screen and (max-width: 768px) {
    .menu {
        height: auto;
    }
    .menu-inner {
        display: block;
    }
    .menu-link {
        padding: 10px 0;
        font-size: 1.2em;
    }
    .menu.active {
        width: -webkit-calc(100% - 0.5rem);
        width: calc(100% - 0.5rem);
    }
    .logo_vivalta{
        margin-top: 
    }
}

.interesa {
    position: fixed;
    z-index: 999999;
    top: 13%;
    right: 3%;
    color: white;
    background-color: black;
    padding: 10px 25px;
    border: none;
}

.interesa:hover,
.interesa:focus {
    background-color: #555;
    color: #ccc
}

.modal.right .modal-dialog {
    position: absolute;
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: none !important;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
    width: 777px !important;
}

.modal-header {
    border-bottom-color: #fff;
    background-color: #fff;
    border-bottom: none;
    width: 777px !important;
}

.modal-dialog {
    margin: auto !important;
    width: 777px !important;
}

.whitebg {
    background-color: white !important;
    z-index: 9999999;
}

.modal.fade:not(.in).right2 .modal-dialog {
    -webkit-transform: translate3d(125%, 0, 0) !important;
    transform: translate3d(125%, 0, 0) !important;
}

#myModal {
    margin-top: 40px !important;
}

#myModal2 .modal-dialog .modal-header .modal-content {
    width: 50% !important;
}

.modal-header,
.modal-content {
    width: 900px !important;
}

.modal {
    display: block;
    visibility: hidden;
    overflow-y: hidden;
}

.modal.in {
    visibility: visible;
}
@media screen and (max-width: 1650px) {
    .logo_vivalta {
        width: 320px;
    }
}


/*RESOLUCION MEDIA-GRANDE  */

@media screen and (max-width: 1450px) {
    .modal-header,
    .modal-content {
        width: 800px !important;
    }
    #myModal4 .modal-content {
        left: 50px;
    }
    #myModal3 .modal-content {
        left: 50px;
    }
    .your-class {
        width: 600px !important;
    }
    .your-class2 {
        width: 600px !important;
    }
    .your-class3 {
        width: 600px !important;
    }
    .your-class4 {
        width: 600px !important;
    }
    .contacto__p1 {
        padding-right: 0px !important;
    }
    .h1_media {
        margin-left: 45px !important;
    }
    .line3,
    .line4 {
        display: none !important;
    }
    .amenidades__contenedor-texto {
        margin-top: 16%;
    }
    #amenidades__line {
        margin: 0px;
        left: -13px !important;
        /* margin-top:-35px;
        left:320px !important; */
    }
    .amenidades__conjunto {
        margin: 0px;
        /* margin-left: 230px;
        margin-top:-50px; */
    }
    .logo_vivalta {
        margin-top: 100px;
        width: 250px;
    }
    #servicio__contenedor-text {
        margin-top: 45%;
    }
    .contenedor__line {
        top: -2%;
    }
    .contenedor__line2 {
        top: -1%;
        left: 23%;
    }
    .ubicacion__margen {
        margin-top: 0px !important;
    }
    .menu__v {
        right: 7%;
        top: 30px;
    }
    .ubicacion__contenedor {
        height: auto;
    }
    .ubicacion__contenedor-texto {
        margin-top: 0px;
        margin: 100px 0px;
    }
    .comfort__contenedor-texto {
        margin-top: 47%;
    }
    .amenidades__contenedor-texto {
        margin-top: 36%;
    }
    #seguridad__contenedor-texto {
        margin-top: 53%;
    }
    #servicio__contenedor-texto {
        margin-top: 41%;
    }
    .servicios__img {
        position: absolute;
        left: -110px;
        top: 35px;
    }
    .galeria__contenedor-texto {
        margin-top: 40%;
    }
    .amenidades__slider {
        margin-top: 0px !important;
        width: 120%;
        margin: auto;
        padding: 0px;
    }
    .galeria__conjunto {
        margin: 0px;
        /* margin-left: 100px;
        margin-top:-24px; */
    }
    #galeria__linea1 {
        /* left:320px !important;
        top:50px; */
        left: -60px !important;
    }
    .menu-opener {
        right: 3%;
    }
    .menu__v {
        right: 9%;
    }
    #close,
    #close2,
    #close3,
    #close4 {
        width: 47vh !important;
    }
}


/*RESOLUCION*/

@media screen and (max-width: 1314px) {
    #close,
    #close2,
    #close3,
    #close4 {
        width: 38vh !important;
    }
    .ubicacion__contenedor-texto {
        margin-right: -60px !important;
    }
}


/*RESOLUCION IPAD HORIZONTAL*/

@media screen and (max-width: 1024px) {
    #close,
    #close2,
    #close3,
    #close4 {
        display: none;
    }
    .line1,
    .line2,
    .line3,
    .line4 {
        display: none;
    }
    .index__contenedor {
        background-attachment: unset !important;
    }
    .comfort__contenedor {
        background-attachment: unset;
    }
    .amenidades__contenedor {
        background-attachment: unset;
        text-shadow: 1px 1px 20px #000000;
    }
    .seguridad__contenedor {
        background-attachment: unset;
    }
    .servicios__contenedor {
        background-attachment: unset;
        text-shadow: 1px 1px 20px #000000;
    }
    .galeria__contenedor {
        background-attachment: unset;
    }
    .ubicacion__contenedor {
        background-size: cover;
        text-shadow: none;
    }
    .contacto__contenedor {
        margin-bottom: 70px;
        margin-top: 70px;
    }
    .modal.in {
        z-index: 999999;
    }
    .logo_vivalta {
        margin-top: 100px;
    }
    .comfort__contenedor-texto {
        margin-top: 37% !important;
    }
    .amenidades__contenedor-texto {
        margin-top: 26% !important;
    }
    #servicio__contenedor-texto {
        margin-top: 56% !important;
    }
    .ubicacion__contenedor-texto {
        margin-right: -100px !important;
        margin-left: 58px !important;
    }
    .galeria__contenedor-texto {
        margin-top: 30% !important;
    }
}


/*RESOLUCION MEDIA */

@media screen and (max-width: 1000px) {
    .modal.right .modal-dialog {
        width: 60% !important;
    }
    .index__contenedor {
        background-attachment: unset !important;
    }
    .amenidades__conjunto {
        margin-top: 50px;
        margin-left: 0px !important;
    }
    .galeria__conjunto {
        margin-top: 50px;
        margin-left: 0px !important;
    }
    /* .logo_vivalta {
        width: 50%;
    } */

    .vivir__img {
        z-index: 999999 !important;
    }

    .vivir__contenedor-text {
        padding: 50px 80px;
        margin: 100px 0px;
    }
    .comfort__contenedor-texto {
        margin: 0px;
        margin-top: 50% !important;
    }
    .amenidades__slider {
        width: 1000px !important;
        margin: auto;
        padding: 0px;
    }
    .comfort__contenedor {
        background-attachment: unset;
    }
    .amenidades__contenedor {
        background-attachment: unset;
        text-shadow: 1px 1px 20px #000000;
    }
    .seguridad__contenedor {
        background-attachment: unset;
    }
    .servicios__contenedor {
        background-attachment: unset;
        text-shadow: 1px 1px 20px #000000;
    }
    .galeria__contenedor {
        background-attachment: unset;
    }
    .ubicacion__contenedor {
        background-size: cover;
        text-shadow: none;
    }
    .contacto__contenedor {
        margin-bottom: 70px;
        margin-top: 70px;
    }
    .ubicacion__contenedor-texto {
        box-shadow: none;
        margin: 100px 0px !important;
    }
    .vivir__contenedor-text {
        box-shadow: none;
    }
    .amenidades__contenedor-texto {
        margin-top: 30% !important;
    }
    #servicio__contenedor-texto {
        margin-top: 40% !important;
    }
    .galeria__contenedor-texto {
        margin-top: 40% !important;
    }
    hr {
        display: none;
    }
    .menu__v {
        display: none;
    }
    .servicios__img {
        display: none;
    }
    .close {
        margin-top: 20px !important;
        float: left;
        margin-left: 620px;
    }
}

@media screen and (max-width: 987px)
{
    .vivir__img {
        display: none;
    }

    .ubicacion__contenedor-texto {
        box-shadow: none;
        margin: 30px 0px !important;
    }

    .vivir__contenedor-text {
        padding: 50px 80px;
        margin: 50px 0px;
    }
}


/*RESOLUCION MOBIL HORIZONTAL*/

@media screen and (max-width:750px) {
    .logo_vivalta {
        /* width: 30% !important; */
        margin-top: 20 !important;
    }
    .arrow {
        display: none;
    }
    #renta {
        display: none;
    }
    .interesa {
        display: none;
    }
    .vivir__contenedor-text {
        margin: 15px 0px !important;
    }
    .comfort__contenedor-texto {
        margin: 0px;
        margin-top: 30% !important;
    }
    .amenidades__contenedor-texto {
        margin-top: 11% !important;
    }
    #servicio__contenedor-texto {
        margin-top: 16% !important;
    }
    .ubicacion__contenedor-texto {
        margin: 2px 0px !important;
    }
    .galeria__contenedor-texto {
        margin-top: 16% !important;
    }
    #contacto__contenedor-texto {
        height: 600px !important;
    }
    .your-class {
        width: 30% !important;
        margin-left: 128px;
    }
    .your-class2 {
        width: 30% !important;
        margin-left: 128px;
    }
    .your-class3 {
        width: 30% !important;
        margin-left: 128px;
    }
    .your-class4 {
        width: 30% !important;
        margin-left: 128px;
    }
    .close {
        float: left;
        margin-left: 555px !important;
    }
    .modal.right .modal-body {
        padding: 0px 15px 0px;
    }
    .espacio {
        margin-top: 0px !important;
    }
    .comfort__h1 {
        font-size: 51px;
    }
    .comfort__p {
        margin-top: 0px !important;
    }
    .servicio__button {
        margin-top: 48px !important;
    }
    .modal.right .modal-content {
        height: 127% !important;
    }
}

/*resolucion iphone 5 horizontal */

@media screen and (max-width: 569px) {
    .logo_vivalta {
        margin-top: 50px !important;
    }
    .amenidades__contenedor-texto {
        margin-top: 7% !important;
    }
    p,
    button {
        font-size: 10pt !important;
    }
    .comfort__h1 {
        font-size: 38px !important;
    }
    .your-class {
        margin-left: 45px;
    }
    .your-class2 {
        margin-left: 45px;
    }
    .your-class3 {
        margin-left: 45px;
    }
    .your-class4 {
        margin-left: 45px;
    }
    .close {
        margin-left: 400px !important;
    }
    .modal {
        overflow-y: auto;
    }
}



/*RESOLUCION MINIMA*/

@media screen and (max-width: 500px) {
    .logo_vivalta {
        /* width: 65% !important; */
        margin-top: 0 !important;
    }
    #myModal4 .modal-content {
        left: 0px !important;
    }
    #myModal3 .modal-content {
        left: 0px !important;
    }
    .modal.right .modal-dialog {
        width: 100% !important;
    }
    #close,
    #close2,
    #close3,
    #close4 {
        display: none;
    }
    .contacto__p1 {
        padding: 0px;
    }
    .h1_media {
        margin: 0px !important;
    }
    .comfort__contenedor-texto {
        color: white;
        text-shadow: 1px 1px 20px #000000;
    }
    .comfort__p {
        text-shadow: 1px 1px 20px #000000;
    }
    .comfort__contenedor {
        background-attachment: unset;
    }
    .amenidades__contenedor {
        background-attachment: unset;
        text-shadow: 1px 1px 20px #000000;
    }
    .seguridad__contenedor {
        background-attachment: unset;
    }
    .servicios__contenedor {
        background-attachment: unset;
        text-shadow: 1px 1px 20px #000000;
    }
    .galeria__contenedor {
        background-attachment: unset;
    }
    .ubicacion__contenedor {
        background-size: cover;
        text-shadow: none;
    }
    .contacto__contenedor {
        margin-bottom: 70px;
        margin-top: 70px;
    }
    .sidenav2 {
        margin-left: 60px;
    }
    .h1_media {
        padding-bottom: 20px;
    }
    .ubicacion__contenedor-texto {
        background-color: white;
        padding: 0px;
        text-align: justify;
        box-shadow: none;
        margin: 150px 0px !important;
    }
    .comfort__contenedor-texto {
        margin: 0px;
        margin-top: 93% !important;
    }
    .amenidades__contenedor-texto {
        margin-top: 52% !important;
    }
    #servicio__contenedor-texto {
        margin: 0px;
        margin-top: 65% !important;
    }
    .galeria__contenedor-texto {
        margin-top: 75% !important;
    }
    .menu__v {
        display: none;
    }
    .amenidades__slider {
        width: 140% !important;
        margin: auto;
        padding: 0px;
    }
    .contacto__h1 {
        font-size: 30px;
        margin: 0px !important;
    }
    #contacto__contenedor-texto {
        height: 420px !important;
        margin: 0px;
        padding: 0px;
    }
    .vivir__contenedor-text {
        padding: 0px;
        margin: 0px;
    }
    .footer__h4 {
        font-size: 12px;
    }
    .amenidades__conjunto {
        margin-left: 0px !important;
    }
    .espacio {
        margin-top: 0px !important;
    }
    .your-class {
        width: 70% !important;
        margin-left: 0px;
    }
    .your-class2 {
        width: 70% !important;
        margin-left: 0px;
    }
    .your-class3 {
        width: 70% !important;
        margin-left: 0px;
    }
    .your-class4 {
        width: 70% !important;
        margin-left: 0px;
    }
    .closebtn {
        margin-top: -70px !important;
    }
    .serv__open {
        font-size: 9pt !important;
    }
    .modal-content {
        width: 100% !important;
    }
    .modal-header {
        width: 100% !important;
    }
    .modal-dialog {
        width: 100% !important;
    }
    .close {
        float: left !important;
        margin-left: 300px !important;
    }
}



/*resolucion iphone 5 vertical */

@media screen and (max-width: 400px) {
    /* .logo_vivalta {
        margin-top: 19% !important;
    } */
    .amenidades__contenedor-texto {
        margin-top: 49% !important;
    }
    p,
    button {
        font-size: 10pt !important;
    }
    .comfort__h1 {
        font-size: 38px !important;
    }
    .your-class {
        margin-left: 0px;
    }
    .your-class2 {
        margin-left: 0px;
    }
    .your-class3 {
        margin-left: 0px;
    }
    .your-class4 {
        margin-left: 0px;
    }
    .close {
        margin-left: 265px !important;
    }
}