* {
    box-sizing: border-box;
}
@font-face {
    font-family: charlevoix_prothin;
    src: url(../fonts/charlevoixpro-thin-webfont.woff2) format("woff2"), url(../fonts/charlevoixpro-thin-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
body, html {
    font-family: Open Sans, sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    color: #193832;
}
/*Modal Galeria*/
/* Style the Image Used to Trigger the Modal */  
  /* The Modal (background) */
  .modalgaleria {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 0; /* Location of the box */
    left: 0;
    
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-contentgaleria {
    margin: auto;
    display: block;
    width: 40%;
    margin-top: 30px;
  }
  
  
  /* Add Animation - Zoom in the Modal */
  .modal-contentgaleria { 
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .closegaleria {
    position: absolute;
    top: 30px;
    right: 31%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .closegaleria:hover,
  .closegaleria:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 950px){
    .modal-contentgaleria {
        width: 100%;
    }
    .closegaleria {
        
        right: 4%;
        
      }
  }
  
  /*Termina Modal Galeria*/
.center {
    max-width: 1200px;
    margin: 0 auto;
}
.center2 {
    max-width: 1000px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5 {
    font-family: charlevoix_prothin;
}
header {
    z-index: 1000;
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #193832;
}
@media (min-width:1025px) {
    header {
    position: absolute;
}
header .telefono {
    position: absolute;
    top: 10px;
    left: 20px;
}
.carousel{
    padding-top: 50px;
}
}
header .telefono {
    color: #ffffff;
    padding-bottom: 5px;
}header .telefono .redes a {
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px 7px;
    text-align: center;
}
header .telefono .logoT {
    width: 80px;
    margin: 0px;
    margin-right: 40px;
}
header .telefono .logoT img {
    width: 150%}
header .telefono .numero {
    font-size: 20px;
    margin-right: 10px;
}
header .telefono .ciudad, header .telefono .logoT, header .telefono .numero, header .telefono .redes {
    display: inline-block;
    vertical-align: middle;
}
header .telefono .ciudad {
    border-left: 1px solid #ffffff;;
    padding: 5px 10px;
}
header .logo {
    width: 150px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
header .logo img{
    width: 120%;
}
header .btn-cont {
    margin: 0 auto;
    color: #ffffff;
    position: absolute;
    top: 70px;
    left: 0;
}
@media (min-width:1025px) {
    header .btn-cont {
    display: none;
}
}header .btn-cont .btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #193832;
    cursor: pointer;
    position: relative;
    text-align: center;
}
header .btn-cont .btn .btn-in {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #193832;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 12px 4px;
    font-size: 18px;
}
header .btn-cont .btn i {
    font-size: 20px;
    padding: 0 10px;
}
header #mainmenu {
    position: relative;
    text-align: center;
    font-family: charlevoix_prothin;
    font-weight: 700;
}

header #mainmenu #logo, header #mainmenu #menu {
    display: inline-block;
    vertical-align: middle;
}
header #mainmenu #logo {
    width: 60px;
    padding: 10px;
}
header #mainmenu #menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: none;
}
@media (min-width:1025px) {
    header #mainmenu #menu {
    padding-right: 80px;
    display: block!important;
}
}header #mainmenu #menu li {
    width: 100%;
    display: inline-block;
    position: relative;
}
@media (min-width:1025px) {
    header #mainmenu #menu li {
    width: auto;
}
}header #mainmenu #menu li a {
    display: block;
    padding: 20px 5px;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
}
header #mainmenu #menu li:last-child span, header #mainmenu #video {
    display: none;
}
.headerHover {
    top: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
a {
    text-decoration: none
}
#app .logoT {
    width: 55px;
}
#app{
    left: 90%;
}
@media (min-width:1025px){
#home{
    padding-top: 75px;
}
}
#home {
    width: 100%;
    overflow: hidden;
}
#desarrollo .desarrollo {
    background-color: #193832;
    color: #fff;
}
#desarrollo .desarrollo h2 {
    font-size: 40px;
    margin: 0;
}
#desarrollo .desarrollo .imgDes {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: -30px;
}
@media (min-width:1025px) {
    #desarrollo .desarrollo .imgDes {
    width: 400px;
    margin: auto;
    margin-left: -50px;
    display: inline-block;
    vertical-align: middle;
}
}#desarrollo .desarrollo .txtDes {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    text-align: justify;
}
@media (min-width:1025px) {
    #desarrollo .desarrollo .txtDes {
    width: 750px;
    padding: 40px 30px;
}
}
#modelos {
    background-color: #193832;
    position: relative;
    color: #ffffff;
}
#modelosN {
    border-color: #FFC600;
    border-width: 10px;
    border-style: solid;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}
#modelos h2 {
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    margin: 0;
}
#modelos .img-modelos {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
#modelos .img-modelos img {
    height: 100%;
    display: block;
}
#modelos span {
    font-family: charlevoix_prothin;
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    font-weight: 700;
}
#modelos .inline {
    display: inline-block;
    vertical-align: middle;
}
#modelos .quality {
    width: 60px;
    margin: 0 0 15px 20px;
}
#modelos .quality img {
    width: 100%}
#modelos .mod-txt {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#modelosN .mod-txt {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background-color: #FFC600;
    margin-bottom: 20px;
}

.mod-txtt{
    text-align: center;
}
#modelos .indice-modelos {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: none;
    justify-content: center;}
#modelos .indice-modelos li {
    width: 80%;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
    /*border: 1px solid #eaeaea;*/
    margin-bottom: 15px;
}
@media (min-width:950px) {
    #modelos .indice-modelos li {
    width: 40%;
    display: inline-block;
    text-align: center;
}
}@media (min-width:1025px) {
    #modelos .indice-modelos li {
    width: 25%}
}#modelos .indice-modelos li .imgModelo {
        position: relative;
}
#modelos .indice-modelos li .imgModelo:after {
    font-family: FontAwesome;
    content: "\f067";
    background: url(../images/bg_plus.png);
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 30px 0 0 30px;
    box-sizing: border-box;
}
#modelos .indice-modelos li a {
    color: #fff;
    text-decoration: none;
}

#modelos .indice-modelos li span {
    display: block;
}
#modelos .indice-modelos li img {
    width: 100%;
    display: block;
}
#amenidades {
    background-color: #fff;
    color: #193832;
    padding: 0 0;
}
#amenidades h2 {
    font-weight: 700;
    color: #193832;
    text-align: center;
    font-size: 44px;
    margin: 0;
}
#amenidades .amenidades1 {
    text-align: right;
}
#amenidades .amenidades1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width:700px) {
    #amenidades .amenidades1 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}#amenidades .amenidades1 li .txt-amenidades {
    text-align: left;
}
@media (min-width:700px) {
    #amenidades .amenidades1 li .txt-amenidades {
    text-align: right;
}
}#amenidades .amenidades2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#amenidades .amenidades2 li .txt-amenidades {
    text-align: left;
}
@media (min-width:700px) {
    #amenidades .indice-amenidades {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}#amenidades .indice-amenidades ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#amenidades .indice-amenidades ul li {
    margin: 20px 0;
    padding: 5px 20px;
}
#amenidades .indice-amenidades ul .icon-amenidades {
    margin: 0 10px;
    padding: 15px;
}
#amenidades .indice-amenidades ul .icon-amenidades img {
    width: 90%}
#amenidades .indice-amenidades ul .txt-amenidades {
    width: 80%}
#amenidades .indice-amenidades ul .icon-amenidades, #amenidades .indice-amenidades ul .txt-amenidades {
    display: inline-block;
    vertical-align: middle;
}
#amenidades .img-amenidades {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#amenidades .img-amenidades img {
    width: 100%}
#galeria {
    position: relative;
    background-color: #fff;
    margin-top: -1%;
}
#galeria h5{
    color: #410f28;
    font-size: 1em;
    margin-block-end: 0;
    margin-block-start: .3em;
    
}
#asesores {
    background-color: #193832;    
    padding: 0 0;
    padding-bottom: 5%;
}
#asesores a{
    color: #ffffff;
}
#asesores h3{
    color: #fff;
}
#referidos {
    background: #fff;    
    padding: 0 0;
    color: #193832;
}
#referidos h3{
    background-color: #fff;
}
#contacto {
    background-size: cover;
    padding: 0 0;
    background-color:#193832;
    position: relative;
    background-position: center;    
}
#contacto .center {
    padding: 40px;
    padding-top: 0px;
}
#nombre::placeholder {
    color:white;
}
#telefono::placeholder {
    color:white;
}
#email::placeholder {
    color:white;
}   
#comentario::placeholder {
    color:white;
}
@media (min-width:1025px) {
    #contacto .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}#contacto .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
#contacto ul {
    margin: 0;
    padding: 0;
}
#contacto .formulario {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-top: 70px;
}
#referidos .formulario input, #referidos .formulario textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #193832;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
    color: #193832;
}
input {
    outline-color: #193832 !important;
  }
  textarea {
    outline-color: #193832;
  }
#contacto .formulario input, #contacto .formulario textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-family: Open Sans, sans-serif;
    
}
#referidos .formulario textarea {
    height: 100px;
}
#contacto .formulario textarea {
    height: 100px;
}
#contacto h2 {
    font-weight: 300;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    padding-top: 5%;
}
#referidos .btn-enviar {
    background: #193832;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    text-align: center;
}
#contacto .btn-enviar {
    background: #fff;
    color: #193832;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    float: right;
}
#contacto ul {
    margin: 0;
    list-style: none;
    color: #fff;
}
#contacto ul li {
    position: relative;    
}
#contacto ul li h2{
    font-size: 20px;
}
#map {
    height: 350px;
}
.imgShadow:after {
    content: "";
    width: 100%;
    padding-bottom: 13.33%;
    
    display: block;
}
.col2 {
    width: 50%;
    vertical-align: top;
}
.container-land {
    padding-top: 5%;
    max-width: 1025px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
}
@media (min-width:1000px) {
    .container-land {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6%}
}.container-land .col1, .container-land .col2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center;
    padding: 15px;
}
.container-land h1 {
    font-size: 24px;
}
@media (min-width:1000px) {
    .container-land h1 {
    font-size: 34px;
}
}.container-land h2 {
    font-size: 18px;
}
@media (min-width:1000px) {
    .container-land h2 {
    font-size: 26px;
}
}.container-land .contactoT {
    border: 1px solid #fff;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
}
.container-land .contactoT .telefono1 {
    margin: 10px 0;
}
.container-land .contactoT .telefono1 span {
    display: block;
}
.container-land .contactoT .telefono1 .regularT {
    font-size: 28px;
    display: block;
    margin: 0 auto;
    width: 246px;
}
.container-land .contactoT .telefono1 .smallT {
    font-size: 16px;
    text-align: right;
    display: block;
    margin: 0 auto;
    width: 234px;
    letter-spacing: 2.8pt;
}
.container-land .contactoT .telefono2 .regularT {
    font-size: 30px;
}
.container-land .contactoT .telefono2 .smallT {
    font-size: 20px;
}
#modelosModal .close {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #193832;
    color: #fff;
}
@media (min-width:950px) {
    #modelosModal .itemModelos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}#modelosModal .modal-dialog {
    background-color: #fff;
    position: relative;
    padding: 0 0;
}
#modelosModal h1, #modelosModal h2 {
    color: #193832;
    margin: 0;
    font-size: 44px;
}
#modelosModal .especModel {
    margin: auto;
}
#modelosModal .especModel span {
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}
#modelosModal .modal-content {
    border: none;
}
#modelosModal .headerModal {
    width: 100%;
    text-align: center;
}
@media (min-width:1025px) {
    #modelosModal .headerModal {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
}#modelosModal .imgModel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	width: 38%;
}
#modelosModal .infoModal {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: .5em;
    padding-bottom: 0;
    color: #193832;
}
#modelosModal .planta1, #modelosModal .planta2, #modelosModal .plantasModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%}
    #modelosModal .planta1 .imgPlanta img, #modelosModal .planta2 .imgPlanta img{
        width: 200px;
    }
@media (max-width:500px){
    #modelosModal .planta1, #modelosModal .planta2{
    display: inline-table;
    padding-bottom: 5%;
    }
}
    
#modelosModal .planta1 ul, #modelosModal .planta2 ul, #modelosModal .plantasModal ul {
    margin: 0;
    padding: 0;
    padding: 0 15px;
    font-size: 13px;
}
#modelosModal .planta1 ul li, #modelosModal .planta2 ul li, #modelosModal .plantasModal ul li {
    margin-top: 2px;
    list-style: none;
}
#modelosModal .planta1 .imgPlanta, #modelosModal .planta1 .txtPlanta, #modelosModal .planta2 .imgPlanta, #modelosModal .planta2 .txtPlanta, #modelosModal .plantasModal .imgPlanta, #modelosModal .plantasModal .txtPlanta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%}
#modelosModal .planta1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}
#modelosModal .navegacionModal {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #193832;
    font-family: Open Sans, sans-serif;
    padding: 10px;
}
@media (min-width:950px) {
    #modelosModal .navegacionModal {
	width: 100%}
	}
    @media (max-width:950px) {	
        #modelosModal .imgModel{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        }
        #modelosModal .navegacionModal {
            margin-bottom: 25%;}
        
    }
#modelosModal .navegacionModal a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    border-right: 2px solid #fff;
    padding: 0 20px;
    text-align: center;
}
#modelosModal .navegacionModal a:last-child {
    border: none;
}
#modelosModal .botonesModal {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#modelosModal .botonesModal, #modelosModal .btnModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#modelosModal .btnModal {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
#modelosModal .btnModal i {
    color: #fff;
    font-size: 27px;
}
.full-img {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal, .modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    max-width: 1200px;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}
.modal p {
    line-height: 1.5em;
}
#noCom .modal-dialog {
    text-align: center;
    position: relative;
    max-width: 400px!important;
    margin: 30px auto;
}
#noCom .modal-footer, #noCom .modal-header {
    border-top: none!important;
    border-bottom: none!important;
}
#virtual{
    color: #ffffff;
}
#virtual .virtual-h2{
max-width: 600px;
margin: 0 auto;
text-align: center;
background-color: #ffffff;
color: #193832;
}
#virtual h2{
    font-size: 44px;
    margin: 0;
}
#virtual .top {
	background-color: #193832;
}
#virtual .centerv {
	display:  flex;
	flex-wrap:  wrap;
}
#virtual .top .left, 
#virtual .top .right {
	width:  50%;
	padding:  35px 40px;
	position:  relative;
}
#virtual .top .right img {
	position:  absolute;
	bottom:  0;
	right:  0;
}
#virtual .top .left .list-icon {
	display:  flex;
    align-items:  center;
}
#virtual .top .left .list-icon img {
	padding-right:  10px;
}
#virtual .top .left a {
	text-decoration:  none;
	color:  #fff;
	font-weight:  bold;
	padding:  3px 7px;
	display:  inline-block;
	border-radius:  15px;
	border:  solid 1px #fff;
}
#virtual .bottom {
	background-color: #fff;
}
#virtual .bottom .center {
	padding:  35px 0;
}
#virtual .bottom .top {
	display:  flex;
    flex-wrap:  wrap;
    width:  100%;
    background:  none;
    justify-content: center;
}
#virtual .bottom .bottom {
	text-align:  center;
	padding-top:  15px;
    width:  100%;
}
.col-5 {
	width:  20%;
}
.box-virtual {
	width:  100%;
	padding:  10px;
	height:  100%;
}
.box-virtual a {
	display:  block;
	width:  100%;
	height:  100%;
	position:  relative;
	-webkit-box-shadow:  0 14px 15px -7px black;
	   -moz-box-shadow:  0 14px 15px -7px black;
	        box-shadow:  0 14px 15px -7px black black;
}
.box-virtual img {
	width:  100%;
	height:  100%;
	object-fit:  cover;
}
.box-virtual span {
	position:  absolute;
	left:  0;
	z-index:  2;
	width:  100%;
	padding:  12px;
	background-color:  rgba(0, 0, 0, 0.65);
	color:  #fff;
	font-size:  16px;
	text-transform:  uppercase;
	text-align:  center;
}
.special {    
	border-bottom:  solid 4px #ffffff;    
	position:  absolute;    
	right:  0;    
    bottom:  0;    
	padding:  5px;  
    width: 300px;  
    display: flex;
}
.special .left, .special .right {
    width: 50%;
}
.special a {
	color:  #ffffff;
	text-decoration:  none;
}
.imgModel img {
	max-width: 100%;
    padding:  0 !important;
    padding-top: 10px;
}
.imgModel {
    flex: unset !important;
    flex-direction: column;
}
@media (max-width: 900px) {	
	.special {
        position: relative !important;
        width: 100%;
        right: 0 !important;
        text-align: center;
        padding-left: 5px;        
    }
}
@media (max-width: 767px) {    
	#virtual .top .left, 
	#virtual .top .right {    
		width:  100%;    
		padding:  25px 10px 0px 10px;    
	}
	#virtual .top .right img {    
		position:  relative;
        width: 100%;  
        height: 100%;
	}
	.col-5 {    
		width:  33.3%;    
		padding:  10px;    
	}
}
@media (max-width: 565px) {    
	.col-5 {    
		width:  50%;    
	}
}
@media (max-width: 380px) {
	.col-5 {
		width:  100%;
	}
}
.full-img {
    width: 100%;
}
#sembrado{
    margin-bottom: -2%;
    position: relative;
    display: inline-block;
    width: 100%;
}
.logosembrado{
    position:absolute;
    top: 2%;
    right: 5%;
}
.logosem{
    width: 80%;
}
.btn-flotante-sem {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: #074d1c;
    padding: 10px;
    position: absolute;
    bottom: 70%;
    right: 10%;
    transition: all 300ms ease 0ms;
    box-shadow: 0 0 0 0 #074d1c;
    z-index: 99;
    animation: peffect 1.72s infinite cubic-bezier(0.66,0,0,1);
}
.btn-flotante-sem:hover {
	background-color: #193832; /* Color de fondo al pasar el cursor */	
}
@media (max-width: 600px){
    .logosem{
        width: 30%;
    }
    .btn-flotante-sem {
        font-size: 8px;
        right: 2%;
    }
}

.app-icons{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
}
.appvr{
    width: 100%;
    grid-column: 1/3;
    text-align: center;
}
.logoapp{
    margin: 0 auto;
    width: 30%;
    grid-column: 1/3;
}
.imgstore{
    margin: 0 auto;
    width: 60%;
    margin-top: 20px;
}


@media screen and (min-width: 320px) and (max-width: 479px) {
    .appvr{
        width: 120px;
    }
    .btn-flotante{
        bottom: 46%;
    }
}

@media screen and (min-width: 480px) and (max-width: 599px) {
    .appvr{
        width: 130px;
    }
    .btn-flotante{
        bottom: 46%;
    }
}


@media screen and (min-width: 600px) and (max-width: 1023px) {
    .appvr{
        width: 140px;
    }
    .btn-flotante{
        bottom: 46%;
    }
}

.planta2 .txtPlanta ul{
    margin-bottom: 120px!important;

}

@media (max-width: 500px){
    #modelosModal .btn-flotante3, #modelosModal .btn-flotante4, #modelosModal .btn-flotante5, #modelosModal .btn-flotante6
    , #modelosModal .btn-flotante7, #modelosModal .btn-flotante8, #modelosModal .btn-flotante9, #modelosModal .btn-flotante10 {
        font-size: 10px;
        padding: 5px;
        bottom: 3%;
    }
}


.btn-flotante3, .btn-flotante4, .btn-flotante5, .btn-flotante6, .btn-flotante7, .btn-flotante8, .btn-flotante9, .btn-flotante10{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: #074d1c;
    padding: 10px;
    position: absolute;
    bottom: 5%;
    right: 0px;
    transition: all 300ms ease 0ms;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    z-index: 99;
    animation: peffect 1.72s infinite cubic-bezier(0.66,0,0,1);
}

.btn-flotante3, .btn-flotante4, .btn-flotante5, .btn-flotante6, .btn-flotante7, .btn-flotante8, .btn-flotante9, .btn-flotante10 {
	background-color: #074d1c; /* Color de fondo al pasar el cursor */	
}

/*Go Top*/
.go-top-container{
    position: fixed;
    bottom: 4rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    z-index: -1;
}

.go-top-button{
    width: 0rem;
    height: 0rem;
    background: #284d04;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    box-shadow: 2px 2px 10px #000;
}

.go-top-button i{
    position: absolute;
    font-size: 1.7rem;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    color: #fff;
    transition: .2s;
}

.show{
    z-index: 10;
}

.show .go-top-button{
    animation: popup .3s ease-in-out;
    width: 4rem;
    height: 4rem;
    z-index: 11;
}

.show i{
    transform: translate(-50%, -50%) scale(1);
}

@keyframes popup{
    0%{
        width: 0rem;
        height: 0rem;
    }
    50%{
        width: 5rem;
        height: 5rem;
    }
    100%{
        width: 4rem;
        height: 4rem;
    }
}