/*--------------
 FUENTES
 ----------------*/
@font-face {
	font-family: Myriad;
	src: url('../fonts/MyriadPro-Regular.ttf');
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.woff');
	font-weight: normal;
}
@font-face {
	font-family: BerlingskeSerif-DBdItalic;
	src: url('../fonts/BerlingskeSerif-DBdItalic.ttf');
	src: url('../fonts/BerlingskeSerif-DBdItalic.otf');
	src: url('../fonts/BerlingskeSerif-DBdItalic.woff');
	font-weight: normal;
}
@font-face {
	font-family: Roboto-Bold;
	src: url('../fonts/Roboto-Bold.ttf');
	src: url('../fonts/Roboto-Bold.otf');
	src: url('../fonts/Roboto-Bold.woff');
	font-weight: normal;
}
@font-face {
	font-family: Roboto-Italic;
	src: url('../fonts/Roboto-Italic.ttf');
	src: url('../fonts/Roboto-Italic.otf');
	src: url('../fonts/Roboto-Italic.woff');
	font-weight: normal;
}
@font-face {
	font-family: Roboto-Light;
	src: url('../fonts/Roboto-Light.ttf');
	src: url('../fonts/Roboto-Light.otf');
	src: url('../fonts/Roboto-Light.woff');
	font-weight: normal;
}
@font-face {
	font-family: Roboto-Medium;
	src: url('../fonts/Roboto-Medium.ttf');
	src: url('../fonts/Roboto-Medium.otf');
	src: url('../fonts/Roboto-Medium.woff');
	font-weight: normal;
}
@font-face {
	font-family: Roboto-Regular;
	src: url('../fonts/Roboto-Regular.ttf');
	src: url('../fonts/Roboto-Regular.otf');
	src: url('../fonts/Roboto-Regular.woff');
	font-weight: normal;
}
/*--------------
 GENERALES
 ----------------*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
body {
    margin: 0;
       position: relative;
    overflow-x: hidden;
    font-size: 17px;
}
body, html {
    height: 100%;
}
.btn {
	font-size: 12pt !important;
}
h2 {
    text-align: left;
 
   font-family: Myriad;
    font-size: 21pt;
    color: #6A6767;
}
h5 {
    text-align: left;

   font-family: Myriad;
    font-size: 16pt;
    color: #6A6767;
}
p {
	text-align: left;
	font-family: Roboto-Light;
	font-size: 12pt;

	
}
.berlin {
font-family: Myriad !important;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	text-decoration: none;
}
.red {
	color: #AB0708;
}
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}
.no-pad {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	
}
.btn-info.focus, .btn-info:focus {
	box-shadow: none !important;
}
.btn:focus {
	box-shadow: none !important;
}
.p-absolute {
	position: absolute;
}
.r-120{
	right: 120px;
}
.mt110 {
	margin-top: 110px;
}
.foto-vivienda {
	    max-width: 100%;
    overflow: hidden;
}
.foto-vivienda img {
	 transition: all ease-in-out .5s;
	 -webkit-transition: all ease-in-out .5s;
	 -moz-transition: all ease-in-out .5s;
	 -o-transition: all ease-in-out .5s;
}

.t-a-c1 {
	color: #fff !important;
}
/*--------------
 NAV
 ----------------*/
.navbar-toggler {
	border-color: #fff !important;
	border: none;
	    padding: 0 22.5px !important;
    border-radius: 0px;
    height: 81px;
   
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    	transition:  0.4s all;
    	-webkit-transition:  0.4s all;
    	-moz-transition:  0.4s all;
    	-o-transition:  0.4s all;

}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #fff;
  	transition:  0.4s all;
    	-webkit-transition:  0.4s all;
    	-moz-transition:  0.4s all;
    	-o-transition:  0.4s all;

}
.navbar-brand {
	padding-bottom: 30px;
}

.navbar-brand img {
	    height: 37px;
  	transition:  0.4s all;
    	-webkit-transition:  0.4s all;
    	-moz-transition:  0.4s all;
    	-o-transition:  0.4s all;

}
.navbar-brando img {
	    height: 37px;
  	transition:  0.4s all;
    	-webkit-transition:  0.4s all;
    	-moz-transition:  0.4s all;
    	-o-transition:  0.4s all;

}
.navbar {
	padding: 25px 130px 1px;
  	transition:  0.4s all;
    	-webkit-transition:  0.4s all;
    	-moz-transition:  0.4s all;
    	-o-transition:  0.4s all;
background-color: rgba(0, 0, 0, 0);
    
}
.navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0px !important;
}
.nav-link {
	font-family: Roboto-Regular;
	font-size: 14.5px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255,255,255, 1);
}
.nav-item {
	margin: 0 10px 0px 10px;
	    padding-bottom: 25px;
	    border-bottom: 0px solid rgba(255, 255, 255, 0);;

-webkit-transition : border-color 500ms ease-in-out;
  -moz-transition : border-color 500ms ease-in-out;
  -o-transition : border-color 500ms ease-in-out;
  transition : border-color 500ms ease-in-out;
}
 .nav-item:hover {

	border-bottom: 3px solid rgba(255, 255, 255, 1);;
	margin: 0 10px -8px 10px;
}
.active {
	border-bottom: 3px solid rgba(255, 255, 255, 1);;
	margin: 0 10px -8px 10px;
	color: #fff !important;
}
.active:hover {
	border-bottom: 3px solid rgba(255, 255, 255, 1);;
	margin: 0 10px -8px 10px;
	color: #fff !important;
}
.ml-90 {
margin-left: 90px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  
}
.t-center {
	text-align:center;
}
.navbar-nav {
	float:left; 
}
.form-group {
    
    background-color: #EAEAEA;
    padding: 30px;
}
.navbar-light .navbar-toggler {
	    color: rgba(255,255,255,1);
}
.separador {
    width: 2px;
    height: 15px;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
    margin-top: 10px;
    -webkit-transition:  0.7s all;
    -moz-transition:  0.7s all;
    -o-transition:  0.7s all;
transition:  0.7s all;
}
.grey {
	color:#6A6767;
}
#contactanos-fijo {
	padding: 10px;
	background: #AB0708;
	position: fixed;
	width: 225px;
	color: #fff;
	font-family: Roboto-Regular;
	z-index: 500000;
	    right: 140px;
	font-size: 12pt;
	    bottom: 0px;
	        -webkit-transition:  opacity  0.2s ease-in-out;
    -moz-transition:  opacity  0.2s ease-in-out;
    -o-transition:  opacity  0.3s ease-in-out;
transition: opacity  0.3s ease-in-out;
}
.op-0 {

	opacity: 0;

}
.mb-20 {
	margin-bottom:20px;
}
#contactanos-fijo img {
	width: 20px;
	margin-left: 5px;
	margin-bottom: 3px;
}
#vivir-fijo {
	padding: 10px 40px;
	background: #6A6767;
	position: absolute;
	font-size: 14pt;
	color: #fff;
	font-family: Myriad;
	z-index: 1;
	left: 139px;
	    top: 0px;
		
}
#home-fijo {
	padding: 10px 40px;
	background: #6A6767;
	position: absolute;
	font-size: 14pt;
	color: #fff;
	font-family: Myriad;
	z-index: 2;
	left: 139px;
	    top: 0px;
}
.red-btn {
	background-color: #AB0708;
}
.red-btn:hover {
	background-color: #fff;
}
/*--------------
 hamburguesa
 ----------------*/
.overlayH {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000000;
    top: 0;
    right: 0;
  	
	background-size: cover;

	background-repeat: no-repeat;
	 background-position: center;

        background-color: rgba(0,0,0, 0.85);
    overflow-x: hidden;
    transition: 0.5s;
      -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
          -o-transition: 0.5s;
}

.overlay-content {
     position: relative;
  
    width: 100%;
    text-align: left;
    margin-top: 25vh;
}
.overlay-content a {
	margin-left: 30px;
	margin-bottom: 0px !important;
	font-size: 28px !important;
}
.overlay-content .nav-link {
		margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}
.overlay-content-2 {
     position: absolute;
  	bottom: 60px;
    width: 100%;
    text-align: left;
}
.overlay-content-2 a {
	font-family: Myriad !important;
	margin-left: 30px;
	margin-bottom: 0px !important;
	font-size: 18px !important;
}
.overlay-content-2 .nav-link {
		margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}
.overlayH a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
     -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
       -o-transition: 0.3s;
}

.overlayH a:hover, .overlayH a:focus {
    opacity: .5;
}

.overlayH .closebtn {
    position: absolute;
    top: -19px;
    right: 10px;
    font-size: 62px;
    border-left: 1px solid white;
    padding-left: 19px;
    
    height: 101px;
}

#nav-vanish {
	opacity: 1;
   transition: 0.3s;
     -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
       -o-transition: 0.3s;
}
#myNav .navbar-brand img {
	    position: absolute;
    top: 32px;
    left: 30px;
    height: 22px;

}
#myNav .navbar-brando img {
	    position: absolute;
    top: 32px;
    left: 30px;
    height: 37px;

}
.navbar-toggler span {
	font-size: 38px !important;

}
.navbar-toggler {
	color: #fff;
}
.superior-mobile {
	width: 100%;
	border-bottom: 1px solid white;
	    height: 82px;
	    z-index: 5;
	    position: relative;
}
/*-------------
  ARROW
 ---------------*/
.arrow2 {
    width: 50px;
    left: 50%;
    position: absolute;
    bottom: 50px;
    margin-left: -20px;
}
.fx-arrow {
    animation: slide1 1.3s ease-in-out infinite;
    -webkit-animation: slide1 1.3s ease-in-out infinite;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 7px);
	 -webkit-transform: translate(0, 7px);
	  -moz-transform: translate(0, 7px);
  }
}

.arrow2 img {
       width: 45px;
    background-color: none;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 36px;
       transition: 0.3s;
     -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
       -o-transition: 0.3s;
}
.arrow2 img:hover {

    background-color: rgba(171,7,8,.7);
  
}
/*-------------
 GALLERY
 ------------------*/


.filter-button
{
    font-size: 18px;
   
    border-radius: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    background-color:#6A6767;

}
.filtros {
	padding-bottom: 60px
}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #6A6767;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;


}
.btn-default:active .filter-button:active
{
    background-color: #AB0708 !important;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product img
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
           transition: 0.3s;
     -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
       -o-transition: 0.3s;
}
.gallery_product img:hover
{
opacity: .5;
}
#my-gallery .btn {
	display: inline-block;
	max-width: 110px;
}
#my-gallery  {
padding: 105px 0px 90px 0;
	z-index: 1;
	position: relative;
	background: #fff;
}
#my-gallery  h2 {
	text-align:center;
	margin-bottom: 0px;
	    font-size: 32pt;
}
.dark {
	color: #6A6767;
}
.dark:hover {
	color: #AB0708;
}

/*--------------
 VIDEO BACGROUND
 ----------------*/
#myVideo {

    min-width: 100%; 
    min-height: 100%;
}
.video-overlay {
    position: absolute;
  
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    width: 100%;
    padding: auto;
    text-align: center;
    height: 100vh;
    display: table;
      overflow-y: hidden;
}
.video-overlay h1 {
    font-size: 32pt;
	font-family: Myriad;
        margin-top: 20%;
    text-align: left;
       margin-left: 141px;
    max-width: 500px;
}

video{
	object-fit:fill;
	height: 100vh;
}
.video-overlay p {
    font-size: 12pt;
    padding-bottom: 25px;
    border-bottom: 4px solid #fff;
    margin-top: 20px;
    text-align: left;
    margin-left: 139px;
    max-width: 504px;
}
.video-overlay #mas-inicio {
    font-size: 70px;
    margin-top: -5px;
    text-align: left;
    margin-left: 137px;
    border-bottom: none;
    font-weight: normal;
    line-height: 60px;
    font-family: Roboto-Light;
}

#main-video {
  position:relative;
    height:100%;
    width:100%;
    overflow: hidden;
	 margin: 0;
	 z-index: 2;
	
}
.arrow {
  width: 40px;
    left: 50%;
  position: absolute;
  bottom: 30px;
  margin-left: -20px; /* Half the width */
}
.arrow img {
  width: 25px;
}
.carousel-item {
  height: 100vh !important;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    margin: 0 !important;
    padding-bottom: 0;
}
.carousel-inner {
	z-index: -1;
}
.carousel-inner .active{
	border-bottom: 0px !important;
}
.carousel-control-next, .carousel-control-prev {

    width: 6%;

}
.carousel-control-prev-icon {
    background-image: url('../images/left-arrow.png');
    height: 35px;
}
.carousel-control-next-icon {
    background-image: url('../images/right-arrow.png');
    height: 35px;
}
/*--------------
 SECTION2
 ----------------*/
#section2 {
padding: 105px 127px;
	z-index: 1;
	position: relative;
	background: #f5f5f5;
}
#section2 h2 {
	text-align:center;
	margin-bottom: 30px;
	    font-size: 32pt;
}
.main-content {
	padding-bottom: 306px;
}
/*--------------
 SECTION2doble
 ----------------*/
#section2doble {
padding: 105px 127px;
	z-index: 1;
	position: relative;
	background: #f5f5f5;
}
#section2doble h2 {
	text-align:center;
	margin-bottom: 30px;
	    font-size: 32pt;
}
#section2doble h3 {
    font-size: 1.5rem;
}
/*--------------
 SECTION2d
 ----------------*/
#section2d {
padding: 105px 127px;
	z-index: 1;
	position: relative;
	background: #f5f5f5;
}
#section2d h2 {
	text-align:center;
	margin-bottom: 30px;
	    font-size: 32pt;
}

/*--------------
 SECTION2b
 ----------------*/
#section2b {
padding: 105px 0px 60px;
	z-index: 1;
	position: relative;
	background: #f5f5f5;
}
#section2b .card span {
	font-family: Roboto;
    font-style: italic;
    margin-left: 15px;
    font-size: 18px;
    vertical-align: middle;
}
#section2b h2 {
	    
	margin-bottom: 30px;
	margin-top: 30px;
}
#section2b p {
	   
	    padding-bottom: 0px;
}
.b-bot {
	 border-bottom: 1px solid #000;
}
.pb30 {
	padding-bottom: 30px !important;
}
#mas-2 {
	color: #000;
	border: none !important;
	font-size: 44px;
	font-family: Myriad;
}
#section2b #vivir-fijo {
	bottom: 0 !important;
	top: auto;
	right: 0;
	font-size: 14pt;
	left: auto;
}
.foto-vivienda {
	position: relative;
}
.item-1 {
    padding-left: 140px;
    padding-right: 0px;
}
.item-2 {
padding-right: 140px;
    padding-left: 130px;
    padding-top: 200px;
}
.item-3 {
	
	padding-top: 30px;
}
.item-3 .card-body {
	padding-left: 140px;
}
.item-4 {
padding-right: 70px;
    padding-left: 130px;
    padding-top: 100px;
}
.item-5 {
    padding-left: 270px;
    padding-right: 0px;
    padding-top: 60px;
}
.float-left {
    float: left;

}
/*--------------
 SECTION2c
 ----------------*/
#section2c {
padding: 105px 139px;
	z-index: 1;
	position: relative;
	background: #f5f5f5;
}
#section2c h2 {
	max-width: 450px;
	margin-bottom: 30px;
	
}
#section2c img{
	width: 100%;
	margin-top: 90px;
}
/*--------------
 SECTION3
 ----------------*/
#section3 {
		background-image: url(../images/slider-1-main.jpg);
	background-size: cover;
	padding:17% 0;
	background-repeat: no-repeat;
	 background-position: center;
	 position: relative;
	 z-index: 1;
}
#section3 h2{
	text-align: center;
	color: #fff;
	    font-size: 32pt;
}
#section3 p {
	color: #fff;
	text-align:center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.mascara {
    background-color: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#section3 .btn {
	width: 260px;
}

/*--------------
 SECTION4
 ----------------*/
#section4 {
	position: relative;
	display: -webkit-flex;
   display:         flex;
   -webkit-flex-flow: row;
           flex-flow: row;
           z-index: 1;
        
}
#section4 .row {
padding: 105px 121px;
	z-index: 1;
	position: relative;
	    background: #eaeaea !important;
	
}
#section4 a {
	  z-index: 1;
	    margin-top: -60px;
}
#section4 h2 {
	max-width: 450px;
	margin-bottom: 45px;
	    font-size: 32pt;
	        margin-left: auto;
    margin-right: auto;
}


#section4 .btn {
    color: #fff;
 font-weight:bold;
    display: block;
    padding: 10px 25px;
    width: 240px;
    display: inline;
    /* margin-left: 17px; */
    background-color: #B00D0D;
}
#section4 .btn:hover {
	
	color: #fff;
	
	background: #000;
	
  
}
.oculto {
	display: visible;
	margin-left: 30px !important;
}
/*--------------
 SECTION4doble
 ----------------*/
#section4doble {
	position: relative;
	display: -webkit-flex;
   display:         flex;
   -webkit-flex-flow: row;
           flex-flow: row;
           z-index: 1;
        
}
#section4doble .row {
padding: 105px 121px;
	z-index: 1;
	position: relative;
	    background: #F5F5F5 !important;
	
}
#section4doble a {
	  z-index: 1;
	    margin-top: -60px;
}
#section4doble .red {
	  font-size:32px;
}
#section4doble .mini {
	  font-size:27px;
}
.datos-contacto {
    color: #6A6767;
    font-weight: bold;
    vertical-align: super;
}
#section4doble h2 {
	
	margin-bottom: 15px;
	    font-size: 28pt;
	        margin-left: auto;
    margin-right: auto;
}


#section4doble .btn {
    color: #fff;
 font-weight:bold;
    display: block;
    padding: 10px 25px;
    width: 240px;
    display: inline;
    /* margin-left: 17px; */
    background-color: #B00D0D;
}
#section4doble .btn:hover {
	
	color: #fff;
	
	background: #000;
	
  
}

/*--------------
 SECTION4b
 ----------------*/
#section4b {
	position: relative;
	display: -webkit-flex;
   display:         flex;
   -webkit-flex-flow: row;
           flex-flow: row;
              background: #f5f1e9 !important;
              padding-top: 60px;
              padding-bottom: 60px;
              z-index: 1;
}
#section4b .row {
padding: 105px 145px;
	z-index: 1;
	position: relative;
	 
}
#section4b a {
	    margin-top: -60px;
}
#section4b h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	   
 
}
#section4b p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

#section4b .btn {
	    margin-left: auto;
    margin-right: auto;
	color: #000;
	border: 1px solid #000;

	display: block;
padding: 7px 0px;
    width: 265px;

  
}
#section4b .btn:hover {
	
	color: #fff;
	
	background: #000;
	
  
}
/*--------------
 SECTION4c
 ----------------*/
#section4c {
	position: relative;
	display: -webkit-flex;
   display:         flex;
   -webkit-flex-flow: row;
           flex-flow: row;
           z-index: 1;
}
#section4c .row {
padding: 105px 145px;
	z-index: 1;
	position: relative;
	    background: #f5f5f5 !important;
}
#section4c a {
	    margin-top: -60px;
}
#section4c h2 {
	max-width: 450px;
	margin-bottom: 45px;
}
#section4c p {

	margin-left: auto;

}


#section4c .btn {
	
	color: #000;
	border: 1px solid #000;

	display: block;
	padding: 7px 25px;

	width: 240px;
    display: inline;
    margin-right: 20px;
  
}
#section4c .btn:hover {
	
	color: #fff;
	
	background: #000;
	
  
}
.texto-entorno {
	padding: 90px 90px 90px 138px !important;
}
.imagen-entorno-1 {
	background-image: url(../images/san-juan.jpg);
	background-size: cover;
min-height: 400px;
	background-repeat: no-repeat;
	 background-position: center;
}
.texto-entorno-2 {
	padding: 90px 137px 90px 90px !important;
}
.imagen-entorno-2 {
	background-image: url(../images/entorno-2.jpg);
	background-size: cover;
min-height: 400px;
	background-repeat: no-repeat;
	 background-position: center;
}
.custom-control-label::before {
   color:#000;
    background-color: #ffffff;
    border: 1px solid; 
}
/*--------------
 FOOTER
 ----------------*/
#footer {
padding: 105px 130px 75px;
	color: #fff;
	position: relative;
	background: #2d2d2d;
	z-index: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	
}
#footer ul {
	    margin-top: 45px;

}
#footer li {
	list-style: none;
	    font-size: 12pt;
}
#footer li a {
	color:#fff;
}
#footer p {
	margin-bottom: 0;
	font-size: 12pt;
}
#footer h5 {
	font-family: Roboto-Bold !important;
	font-size: 12pt !important;
	margin-bottom: 20px;
}
#footer a img {
	width: 240px;
}
#footer .btn {
	    margin-top: 23px;
}
.btn {
		text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-family: Roboto-Regular;
	

	padding: 7px 0;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;   
    border-radius: 0;
    margin-top: 30px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.btn:hover {
	color: #000;
	background: #fff;
}
.foto-vivienda img {
	width: 100%;
}
    .card-columns {
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;

    }
    .card-columns {
  column-gap: 0;
}
.card {
	border: none;
	border-radius: 0;
	background-color: #f5f5f5;
}
.form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #6A6767;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #6A6767;
    border-radius: 0 !important;
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
    margin-bottom: 12px;
}
.t-a-c2 h5 {
	text-align: right;
}
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/

/* Portrait tablets and medium desktops */

@media  (max-width: 1199px) {

.padding-container {
	padding-left: 90px
	padding-right: 90px; 
}

p {
	font-size: 16px;
}

.modal-dialog {
	    height: 90%;
}
.nav-link {
	font-size: 15px !important;
}

#section2 {
	    padding-bottom: 90px;
}

#section2doble {
	    padding-bottom: 90px;
}
.navbar-collapse {
	display: none !important;
}
}




@media (min-width: 992px){


.oculto {
	display: none;
}
}
@media (min-width: 768px){

.construccion {
	padding-left: 0;
}
.pl0 {
	padding-left: 8px !important;
}
.pr0 {
	padding-right: 9px !important;
	}
	.t-a-c1 {
		text-align: left !important;
	}
	.t-a-c2 {
		text-align: right !important;
	}
}

@media (max-width: 991px){
.navbar {
	padding: 0 !important;
}
	    .card-columns {
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;

    }
    #vivir-fijo {
    	left: 30px;
    }
    #home-fijo {
    	left: 30px;
    }
.item-1 {
    padding-left: 30px;
    padding-right: 30px;
}
.item-2 {
padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
}
.item-3 {
	padding-right: 30px;
    padding-left: 30px;
	padding-top: 30px;
}
.item-3 .card-body {
	padding-left: 0px;
}
.item-4 {
padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
}
.item-5 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.overlay-content {
     position: absolute;
  	top: 50px;

}
.foto-vivienda img {
	max-height: 310px
}
.main-content {
    padding-bottom: 306px;
}
#footer h5 {

        margin-top: 30px;
        margin-bottom: 0px;
}

#footer ul {
	padding-left: 0;
}
#section4 p {
    width: auto;
}
#section4 a {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
}
#section4 .btn {
	display: block;
}
#section4doble .btn {
	display: block;
}
.order-md-2 {
   
    margin-top: 20px;
}
.construccion {
	    margin-top: -146px;
	        margin-left: -31px;
}
.video-overlay h1 {
    font-size: 32pt;
	    max-width: 278px;
    margin-left: 30px;
    margin-top: 200px;
}
.video-overlay #mas-inicio {


    margin-left: 30px;
}
#section2 h2 {
	font-size: 38px;
}
#section2doble h2 {
	font-size: 38px;
}
#section3 .container {
	padding-left: 30px;
	padding-right: 30px;
}
#section3 h2 {
    font-size: 38px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#section4 .row {
    padding: 105px 30px  60px;
}
#section4 h2 {
	font-size: 38px;
	    max-width: 390px;
margin-left: -15px;
}
#section4doble .row {
    padding: 105px 30px  60px;
}
#section4doble h2 {
	font-size: 38px;
	    max-width: 390px;
margin-left: -15px;
}
#footer {
	    padding: 105px 10px 75px;
}
.video-overlay p {

	    max-width: 322px;
    margin-left: 30px;
}
.navbar-brand {
	padding: 20px 0;
}
.navbar-brando {
	padding: 20px 0;
}
#contactanos-fijo {
	    right: 25px;
		font-size: 12pt;
		
}
.video-overlay #mas-inicio {
	    margin-top: -10px;
}
.video-overlay p {
	padding-bottom: 43px;
}
#section2c {
    padding: 105px 15px !important;
}
#section2c .mr-15 {
	
	margin-right: -15px !important;

}
.ml15 {
	margin-left: 15px;
}
#ez-map {
    margin-left: 15px;
    margin-right: 15px;
}
.texto-entorno {
    padding: 90px 30px 60px 30px !important;
}
.texto-entorno-2 {
    padding: 60px 30px 60px 30px !important;
}
}
/* Portrait tablets and small desktops */
@media  (min-width:769px) and (max-width: 991px) {
.nav-link {
	font-size: 23px !important;
	margin-bottom: 5px !important;
}
.padding-container {
	padding-left: 30px
	padding-right: 30px; 
}

br {
	display: none;
}
#section2 {
    padding: 45px 19px;

}
#section2doble {
    padding: 45px 19px;

}
}
/* Landscape phones and portrait tablets */
@media (min-width: 836px) {
	#section3B {
		display: none;
	}


}
/* Landscape phones and portrait tablets */
@media (max-width: 835px) {
	.contenido-historias p {
	margin-bottom: 0px !important;
}

br {
	display: none;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
	.nav-link {
	font-size: 23px !important;
	margin-bottom: 5px !important;
}
#section3 { 
    padding: 35% 0;
}
#section3 .mascara {
	background-color: rgba(0,0,0, 0.7);
}
.video-overlay h1 {
    font-size: 32px;

    margin-top: 140px;
}
.main-content {
    padding-bottom: 500px;
}
.construccion {
	    margin-top: 30px;
	        margin-left: auto;
	        margin-right: auto;
	        padding: 0;
}
#section2 h2 {
    width: 100%;
     font-size: 32px;

}
#section2doble h2 {
    width: 100%;
     font-size: 32px;

}
#section3 h2 {
    width: 100%;
     font-size: 32px;

}
#section4 h2 {
	margin-left: 0px;
    max-width: 100%;
     font-size: 32px;

}
#section4doble h2 {
	margin-left: 0px;
    max-width: 100%;
     font-size: 32px;

}
#section4b .row {
    padding: 105px 0px !important;
    margin: 0px !important;
    width: 100%;

}

.p0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
	.t-a-c1  {
		text-align: center !important;
	}
		.t-a-c2 {
		text-align: center !important;
	}
	.t-a-c1 h5 {
		text-align: center !important;
	}
		.t-a-c2 h5 {
		text-align: center !important;
	}
	.mr-5 {
		margin-right: -5px;
	}
	.mr-15 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	#section2 h2 {
		max-width: 100%;
	}
		#section2doble h2 {
		max-width: 100%;
	}
#section4 p {
    width: 100%;
    margin-left: 0px;
      max-width: 100%;
}
#section4 .btn {
	    width: 100%;
    margin-left: 0px;
    min-width: 185px;
}
#section4doble p {
    width: 100%;
    margin-left: 0px;
      max-width: 100%;
}
#section4doble .btn {
	    width: 100%;
    margin-left: 0px;
    min-width: 185px;
}
	#section2 {
    padding-right: 25px;
    padding-left: 25px;
}
	#section2doble {
    padding-right: 25px;
    padding-left: 25px;
}
#section2c .mr-15 {
    margin-left: 15px !important;
   
    padding-right: 30px !important;
}
.padding-container {
	padding-left: 30px
	padding-right: 30px; 
}
}
@media (max-width: 574px) {
	.pad30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
		.t-a-c1 h5 {
		text-align: center !important;
	}
		.t-a-c2 h5 {
		text-align: center !important;
	}
}