@charset "UTF-8";
/* CSS Document 
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,500;0,700;0,900;1,100;1,300&display=swap');

.Roboto-700 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.Roboto-700Italic {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.Roboto-900 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.Roboto-900Italic {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-style: italic;
}

.Roboto-500 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.Roboto-500Italic {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: italic;
}

.Roboto-300Italic {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.Roboto-100Italic {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-style: italic;
}

.Roboto-300 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.Roboto-100 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-style: normal;
}



/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}



.bg-sunvilla  {
  color: #fff;
  background-color: #5d6771;
  border-color: #5d6771;
}
.bg-nav {color: #313131;
  background-color: #ffffff;
  border-color: #313131;}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  color: #5d6771;
	/*background: #e6e5e2;*/
}

body {
 /* display: -ms-flexbox;
  display: flex;*/
  color: #fff;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}
.hidden-lg, .hidden-md, .hidden-sm, .hidden-xs {
display: none!important;
}
.visible-xs {
display: block!important;
}
.visible-sm {
display: block!important;
}
.visible-md {
display: block!important;
}
.visible-lg {
display: block!important;
}

.fill {width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
	background-position: 0 -80px;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover; 
}


@media only screen and (min-width : 1200px) {
    .container { width: 1310px; } 
}





.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

header {
    height: 86px;
}
	
/*.affix.navbar {
  background-color: #fff;
}*/
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar {
  border-radius: 0;
  transition: all 0.3s ease-out;
}
#nav>li {
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;}

.menuSup, .noMenuLi {
display: table;
float: left;
height: 100%;
/* max-width: 120px; */
/* max-width: 95px; */
/* width: 100%; */
padding: 0 3px;
}
#li1>a, #li2>a, #li3>a, #li4>a, #li5>a, #li6>a, #li7>a, #li8>a, .noMenuLi>a {
max-width: 140px;
width: 100%;
line-height: 50px;
font-size: 14px !important;
}
#li8>a {color: #ff8068 !important;}
#nav {
border: none;
padding: 0 5px 0 0;
margin-bottom: 0px;
text-align: center;
height: 100%;
/*width: 100%;*/
margin-right: 0px !important;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 8px 0 0 0;
color: #5d6771;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0.0rem;
font-size: 14px !important;
}
.icon-phone {
width: 30px;
background: transparent url("../img/phone-icon.png") no-repeat scroll 0px 0px;
font-size: 13px;
padding: 0 10px 0 15px !important;
-webkit-padding-before: 4px !important;
	
}
.idiomas {
height: 100%;
position: relative;
float: right;
font-size: 13px !important;
text-align: right;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* ======================================================================================================================================================
######################### VIDEO
====================================================================================================================================================== */

#video {overflow: hidden;}
video {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
   /* height: auto;*/
    z-index: -100;
    transform: translateX(-50%) translateY(0%);
    background: url(../video/preview_video.jpg) no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
/*video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 	background: url('../video/preview_video.jpg') no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
}*/
.stopfade { 
   opacity: .5;
}

@media screen and (max-device-width: 800px) {
  html { background: url(../video/preview_video.jpg) #fff no-repeat center center fixed; }
  #bgvid { display: none; }
}


/* ======================================================================================================================================================
######################### FIN VIDEO
====================================================================================================================================================== */


/* BUSCADOR */ 
.buscadorPortada {
display: block !important;
}
.buscadorPortada {
background-color: transparent !important;
position: absolute; 
/*box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
width: 100%;
height: 130px;*/
top: 100px;
left:100px;
/*margin-bottom: 240px;
	padding: 0 25px 0 10px;*/
}

.buscadorResultado {
display: block !important;
position: relative;
}
.buscadorResultado {
background: #ffffff;
/* position: absolute; 
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;*/
width: 100%;
/*height: 130px;*/
margin-top:40px;
	padding: 0 25px 0 10px;
}


.container-buscador {
padding: 20px 0 0 0;
}
.buscador input, .buscador select, .buscador div {
color: #0b2556;
}
.localidad {
width: 205px;
height: 35px;
padding-left: 10px;
font-size: 15px;
-webkit-padding-before: 7px;
}
.localidad {
width: 24.1%;
}
.tipo {
height: 35px;
width: 260px;
padding-left: 3px;
font-size: 15px;
-webkit-padding-before: 2px;
}
.tipo {
width: 24.1%;
}
.precio {
height: 35px;
width: 160px;
padding-left: 3px;
font-size: 15px;
-webkit-padding-before: 2px;
}
.precio {
width: 14%;
}
.divPropiedades {
height: 35px;
width: 160px;
background: #fff;
color: #55616f;
}
.divPropiedades {
width: 14%;
}
.positionRelMarginLeft15 {
float: left;
position: relative;
margin-left: 1.2%;
}
.numPropiedades {
font-size: 22px;
padding: 2px 0 0 9px;
-webkit-padding-before: 2px;
float: left;
}
.propiedades {
font-size: 15px;
padding: 7px 0 0 45px;
}
.divPropiedades {
height: 35px;
width: 140px;
background: #fff;
color: #a93339;
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
.btnReset, .btnReset:hover, .btnReset:focus {
width: 3.75%;
}
.btnReset, .btnReset:hover, .btnReset:focus {
width: 48px;
height: 35px;
text-decoration: none;
background: #a93339;
color: #fff !important;
border: 0;
font-size: 11px;
border-radius: 0px;
-webkit-padding-before: 2px;
}
.positionRelMarginLeft15 {
float: left;
position: relative;
margin-left: 1.2%;
}
.btnBuscar_ES, .btnBuscar_ES:hover, .btnBuscar_ES:focus, .btnBuscar_EN, .btnBuscar_EN:hover, .btnBuscar_EN:focus, .btnBuscar_FR, .btnBuscar_FR:hover, .btnBuscar_FR:focus, .btnBuscar_IT, .btnBuscar_IT:hover, .btnBuscar_IT:focus, .btnBuscar_CN, .btnBuscar_CN:hover, .btnBuscar_CN:focus, .btnBuscar_PL, .btnBuscar_PL:hover, .btnBuscar_PL:focus {
width: 135px ;
height: 35px;
text-decoration: none;
color: #fff !important;
border: 0px;
font-size: 15px;
border-radius: 0px;
background: #a93339 no-repeat scroll;
-webkit-padding-before: 1px;
padding-left: 3px;
}
.btnBuscar_ES, .btnBuscar_ES:hover, .btnBuscar_ES:focus, .btnBuscar_EN, .btnBuscar_EN:hover, .btnBuscar_EN:focus, .btnBuscar_CN, .btnBuscar_CN:hover, .btnBuscar_CN:focus, .btnBuscar_PL, .btnBuscar_PL:hover, .btnBuscar_PL:focus {
width: 14%;
background: #a93339 url("../img/lupa.png") no-repeat scroll 8px 6px;
font-size: 16px;
padding-left: 22px !important;
-webkit-padding-before: 3px !important;
}
.metros {
width: 175px;
height: 35px;
padding-left: 3px;
font-size: 15px;
-webkit-padding-before: 2px;
}
.metros {
width: 24%;
}
.habitaciones {
width: 130px;
height: 35px;
padding-left: 3px;
font-size: 15px;
-webkit-padding-before: 2px;
}
.habitaciones {
width: 24%;
}
.banyos {
width: 130px;
height: 35px;
padding-left: 3px;
font-size: 15px;
-webkit-padding-before: 2px;
}
.banyos {
width: 24%;
}
.marginCero {
margin: 0px;
}
.paddingCero {
padding: 0px;
}
.buscador2 {
padding-top: 0px !important;
display: none;
}
.form-control, .form-control:hover, .btn-default, .btn-default:hover {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
	
}
.form-control {
display: block;
width: 100%;
/*height: calc(1.5em + .75rem + 2px);*/
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
height: 50px !important;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-family: "Poppins", Sans-serif;
}






/* input */
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
.filtros{
	display: flow-root;
}
.contenedor_filtros{
	max-width: 250px;
	float: right;
	margin: 0 25px 10px 0;
}

/* FIN BUSCADOR */
/* HOME */
.contenedor_titulo{
	color: #313131;
	
}
.titulo {
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 300;
}

.precioFicha {
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 300;
	color: #000000;
}
.subtitulo {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
	color: #ff8068;
}



.contenedorProductoInfo {
	/*height: 0px;*/
	
}
.contenedor-producto-titulo{
	width: 100%;
	position: relative;
	margin-top: 10px;
  margin-bottom:10px;
	z-index: 1000;
}


.producto-titulo {
	width: 100%;
  font-size: 22px;
	color: #000;
	line-height: 24px;
	text-align: center;
	font-family: Poppins;
	font-weight: 700;
	text-transform: none;
}
.producto-precio {
	width: 100%;
	font-size: 22px;
	text-align: center;
	font-family: Poppins;
	font-weight: 500;
	color: #000;
}
.producto-precio-antes{
	text-decoration:line-through;
	color: #a11e22;
  padding-right: 5px;
}
.producto-sombra{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); position: relative;}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: transparent;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
	background: none;
  background-image: none;
	border: none;
}


.iconos { color: #5d6771; font-size: 18px; }
.textDesc { color: #a11e22; font-size: 14px; font-weight: 700; }
.textDescBBD { color: #000000; font-size: 14px; font-weight: 300;}
.iconos .item-amenities li {
margin-left: 6px;
margin-right: 6px;
line-height: 20px;
font-size: 16px;
}

.texto-iconos {display: none;}

.mas-informacion {
    text-align: center;
    margin-top: 5px;
    padding-bottom: 15px;
	-webkit-border-radius:0px;-moz-border-radius: 0px;border-radius: 0px;
	font-family: "Poppins", Sans-serif;
	font-size: 14px !important;
}

.btn {
    background-color: #313131;
    border-style: none;
    border-width: 1px;
    border-color: #aea59c;
    color: #FFFFFF;
	-webkit-border-radius:0px;-moz-border-radius: 0px;border-radius: 0px;
	 font-family: "Poppins", Sans-serif;
}

.btn:hover {
    background-color: #a11e22;
    border-style: none;
    border-width: 1px;
    border-color: #a11e22;
    color: #FFFFFF;
	
}
.btn2 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.50rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn2:hover {
  color: #212529;
  text-decoration: none;
}
.btn2 {
    background-color: #ff8068;
    border-style: none;
    border-width: 1px;
    border-color: #aea59c;
    width: 120px;
    color: #FFFFFF;
	-webkit-border-radius:0px;-moz-border-radius: 0px;border-radius: 0px;
	 font-family: "Poppins", Sans-serif;
}

.btn2:hover {
    background-color: #989898;
    border-style: none;
    border-width: 1px;
    border-color: #aea59c;
    width: 120px;
    color: #FFFFFF;
	
}


.border-bottom {
    border-bottom: 1px solid #aea59c;
}

.bg-footer {

	background-color: #313131;
}


/************* IMAGE HOVER EFFECT */

.container-images {
  position: relative;
  width: 100%;
	margin-top: 0px;
}

.image-eff {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-images:hover .image-eff {
  opacity: 0.3;
}

.container-images:hover .middle {
  opacity: 1;
}

.text {
  background-color: #313131;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/*################## FICHA #################*/

.ficha h1 {
  font-size: 28px;
	font-family: "Poppins", Sans-serif;
    font-weight: 500;
	color: #a11e22;
  text-align: left;
  margin-top: 50px;
}

.ficha .producto-precio {
  margin-top: 50px;
	width: 100%;
	font-size: 28px;
	text-align: right;
	font-family: Poppins;
	font-weight: 500;
	color: #000;
}
.ficha .producto-precio-antes{
	text-decoration:line-through;
	color: #a11e22;
  padding-right: 5px;
}
.ficha-info {
  background-color: #edebeb;
  text-align: center;

}
.ficha-info h2{
  text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
 font-family: Poppins;
 font-weight: 500;
 text-transform: uppercase;
 color: #000;
}
.ficha-info p{
  font-weight: 300;
 color: #000;
 font-size: 24px;
 }

.contenedorFicha { text-align: left;
	
	
}

.ulHeader { font-size: 18px; color: #aea59c;  }
.ulHeader ul li { margin: 0 70px 0 0px !important; text-align: center; }
.ulHeader ul li a { text-decoration: none; color: #aea59c;  }
.ulHeader ul li a:hover { color:#5d6771;}

.contenedor_titulo_ficha {
	border-bottom: 1px solid #aea59c;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.titulo_ficha {
	font-size: 18px;
	font-family: "Poppins", Sans-serif;
    font-weight: 300;
	color: #aea59c;
}

.block-title-wrap {
border-bottom: 1px solid #dce0e0;
margin-bottom: 25px;
padding-bottom: 40px;
}

.flex-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important;
}

.checkboxes label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  vertical-align: middle;
}
.checkboxes label span {
  vertical-align: middle;
}


/*################## FIN FICHA #################*/

.cajaBurbuja {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    transition: all 0.2s;
    height: 100%;
    z-index: 101;
    top: 15px;
    right: 15px;
    position: absolute;
    color: #fff;
    font-size: 42px;
    /*transform: rotateY(0deg) rotate(-15deg);
    width: 350px;*/
}

.cajaBurbuja .burbuja {
    margin: 0 6px 10px 0;
    display: inline-block;
    padding: 6px 12px;
    /*background: linear-gradient(135deg, #D88C0E 0%, #E8B300 100%);*/
    text-align: right;
    color: #fff;
    /*border-radius: 9999em 9999em 9999em 9999em;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;*/
}
.productoHome {
	
height: auto;
width: auto;
min-width: 320px;
margin: 10px 0 0 0;}
.productoHome {
margin-top: 20px;
}

.enlaceHome {
position: relative;
float: left;
}

.descProductoHome {
width: 100%;
height: 100%;
max-width: 1280px;
background: transparent;
color: transparent;
font-size: 15px;
line-height: 30px;
padding: 0 0 0 20px;
position: absolute;
bottom: 0px;
text-align: left;

}
.centrardescProductoHome {
height: auto;
left: 25%;
margin: 0 0 0 -25%;
position: absolute;
top: 40%;
width: 100%;
padding-left: 40px;
}
.titledescProductoHome {
font-size: 60px;
height: 45px;
width: auto;
margin-bottom: 5px;
}
.textdescProductoHome {
font-size: 25px;
width: 60%;
margin-bottom: 10px;
line-height: 1.3;
}
.preciodescProductoHome {
font-size: 45px;
height: 40px;
line-height: 40px;
width: 100%;
}
.preciodescProductoHomeAntes {font-size: 40px;height: 35px;line-height: 35px;width: 100%; text-decoration:line-through; padding-right: 20px;}
.productoFotoHome {
margin: 0 0 20px;
float: left;
position: relative;
}
.productoFotoHome:hover {
background: rgb(85, 97, 111, 0.3) none repeat scroll 0 0;
color: #fff;
	z-index: 100000;
}

/* FIN HOME */

/* CONTACTO */

.mapa{width: 100%; height: 100%; position: relative; overflow: hidden; margin: 0; padding: 0;}
iframe { width:100%; height: 600px;}

.fullPic{width: 100%; height: 100%; position: relative; overflow: hidden; margin: 0; padding: 0;}

/* FIN CONTACTO */
/* FIN CONTACTO */

/************************************
**************************************
**************************************
**************************************
MEDIA */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	.list-inline-item:not(:last-child) { margin-right: 0.3rem; } 

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.list-inline-item:not(:last-child) { margin-right: 0.3rem; } 
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	.list-inline-item:not(:last-child) { margin-right: 0.5rem; } 

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.list-inline-item:not(:last-child) { margin-right: 1rem; } 
}

/* FIN MEDIA */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(0, 0, 0, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(0, 0, 0, .5) !important;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25) !important;
}

.nav-link:hover,
 .nav-link:focus {
  border-bottom-color: rgba(0, 0, 0, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
