@font-face {
    font-family: "Dancing Script OT";
    src: url(../fonts/DancingScript-Regular.otf);
}
@font-face {
    font-family: "Myriad Pro";
    src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
    font-family: "AauxPro Regular";
    src: url(../fonts/AauxPro-Regular.ttf);
}
@font-face {
    font-family: "AauxPro-Black";
    src: url(../fonts/AauxPro-Black.ttf);
}
@font-face {
    font-family: "AauxPro-Bold";
    src: url(../fonts/AauxPro-Bold.ttf);
}
@font-face {
    font-family: "AmaticSC-Regular";
    src: url(../fonts/AmaticSC-Regular.ttf);
}
@font-face {
    font-family: "DINNextLTPro-Light";
    src: url(../fonts/DINNextLTPro-Light.otf);
}
@font-face {
    font-family: "DINNextRoundedLTPro-Light";
    src: url(../fonts/DINNextRoundedLTPro-Light.otf);
}
@font-face {
    font-family: "DINNextLTPro-Regular";
    src: url(../fonts/DINNextLTPro-Regular.otf);
}
@font-face {
    font-family: "DINNextLTPro-Medium";
    src: url(../fonts/DINNextLTPro-Medium.otf);
}
@font-face {
    font-family: "DINNextLTPro-Bold";
    src: url(../fonts/DINNextLTPro-Bold.otf);
}
@font-face {
    font-family: "DINNextRoundedLTPro-Bold";
    src: url(../fonts/DINNextRoundedLTPro-Bold.otf);
}
@font-face {
    font-family: "MyriadPro-Regular";
    src: url(../fonts/MyriadPro-Regular.otf);
}

.font-dnltpl{
  font-family: "DINNextRoundedLTPro-Light" !important;
}

.font-dnltpr{
  font-family: "DINNextLTPro-Regular" !important;
}

.font-dnltpm{
  font-family: "DINNextLTPro-Medium" !important;
}

.font-dnltpb{
  font-family: "DINNextLTPro-Bold" !important;
}

.f-20{
  font-size: 20px;
}

.f-22{
  font-size: 22px;
}

.f-23{
  font-size: 23px;
}

.f-24{
  font-size: 24px;
}

.f-28{
  font-size: 28px;
}

.f-32{
  font-size: 32px;
}

.f-33{
  font-size: 33px;
}

.f-40{
  font-size: 40px;
}

.f-42{
  font-size: 42px;
}

.f-52{
  font-size: 52px;
}

h1{
  font-family: "Dancing Script OT";
  font-size: 65px;
  line-height: 70px
}

p{
  font-family: "DINNextRoundedLTPro-Light";
  font-size: 17px;
  margin-bottom: 0;
  overflow: hidden;
  /*max-height: 124px;*/
}

p.card-text{
  font-family: "DINNextLTPro-Light";
}

.espacio{
  height: 35px;
}

section{
  padding-top: 40px;
  padding-bottom: 80px;
}
#navbarsExample02{
  margin-left: 180px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.nav-link{
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 300;
  /*font-family: "DINNextRoundedLTPro-Bold";*/
}

.ng{
  background: #1D1D1B;
}
.gris{
  background: #C9C9C9;
}
.gris2{
  background: #F6F6F6;
}
.franja{
  background: repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 10px,
      rgba(0, 0, 0, 0) 20px,
      #FAFAFA 20px,
      #FAFAFA 30px
    );
}

.enlace{
  background: #FFA210;
  text-transform: uppercase;
  height: 6px;
}

.enlace p{
  padding-top: 3px;
  font-weight: bold;
}

.navbar-expand{
  justify-content: space-between;
}
.navbar-nav .active{
  border: solid #fff 1px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  background: #9F9B94;
  text-align: center;
  text-transform: uppercase;
  height: 28px;
  padding-top: 3px;
}

.card-body2 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  background: #1D1D1B;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  height: 28px;
  padding-top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.principal{
  font-family: "DINNextLTPro-Bold";
  text-transform: uppercase;
  font-size: 45px;
}
.principal span{
  font-size: 60px;
}

.texto{
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
}

.texto2{
  max-width: 370px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.card-title {
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    bottom: 17px;
    width: 170px;
    height: 50px;
    font-weight: bold;
}

.linea{
  border-top: 1px dashed #4a4a4a;;
  margin-bottom: 15px;
  margin-top: 15px;
}

footer{
  color:#fff;
}

.footer_esp{
  padding-top: 60px;
  padding-bottom: 20px;
}

.noticias{
  z-index: 1;
}

.overlay0 {
  cursor: pointer;
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 30%;
  max-width: 350px;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.8);
}

.overlay2 {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 90%;
  max-width: 350px;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.8);
}

.noticias:hover .overlay0{
  opacity: 1;
}

.videos:hover .overlay2,
.videos:hover .galery{
  opacity: 1;
}

.text {
  font-family: "DINNextLTPro-Regular";
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  top: 45%;
  left: 32%;
  transform: translate(-25%, -40%);
  -ms-transform: translate(-35%, -40%);
  text-align: center;
}

.text5{
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 65%;
  left: 1%;
  transform: translate(0%, -40%);
  -ms-transform: translate(0%, -40%);
  text-align: center;
  width: 100%;
}

.text6{
  margin:15px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  text-align: center;
  width: 80%;
}

.text2 {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#backtop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 12px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.modal-dialog{
  max-width: 900px;
}

.titModal{
  margin-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.titModal .img-title{
  max-width: 520px;
  padding: 15px 0px;
}

.titModal .icon-title{
  font-size: 60px;
  height: 90px;
  width: 50px;
  float: left;
}

.titModal .title-content{
  width: 88%;
  float: right;
  height: 60px;
  margin: 15px 0px;
}

.titModal span{
  font-size: 32px;
}

.titModal .title{
    width: 100%;
    position: relative;
    text-align: left;
}

.conModal{
  background: rgba(0,0,0,0.7);
  margin: 15px 0px;
  color: #fff;
  padding: 7px 12px;
}

.conModal a{
  color: #fff;
  text-transform: uppercase;
}

.salir i{
  color: #FFFFFF;
  font-size: 45px;
  margin: 15px;
  cursor: pointer;
}

/*.overlay3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.1%;
  right: 0;
  height: 100%;
  width: 92%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
}*/

.overlay3{
  position: absolute;
  top: 0px;
  height: 100%;
  width: calc(100% - 30px);
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
}

.equipamiento:hover .overlay3,
.proyectos:hover .overlay3,
.residencia:hover .overlay3,
.urbanizacion:hover .overlay3,
.secnoticias:hover .overlay3 {
  opacity: 1;
}

.overlay4{
  position: absolute;
  height: 328px;
  width: calc(100% - 159px);
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
  margin: 0px 15px;
}

.overlay4:hover{
  opacity: 1;
}

.text3 {
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.text3 p{
  font-size: 37px;
  font-family: "DINNextRoundedLTPro-Bold";
  line-height: 35px;
}

.text4 {
  color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  -ms-transform: translate(-70%, -50%);
  text-align: justify;
  border: solid 1px;
  padding: 15px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.text4p p{
  font-size: 12px;
  max-height: 76px;
  overflow: hidden;
  font-family: "AauxPro Regular";
}


.titModalTer{
  background: transparent;
  color: #EBEBEB;
  margin: 0;
  border-bottom: dotted 1px;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 22px;
}

.titModalTer .modal-title{
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
}

.titModalTer .icon-content{
  font-size: 50px;
  position: relative;
  float: right;
  height: 60px;
  top: -11px;
}

.conModalTer{
  background: transparent;
  color: #EBEBEB;
  border-bottom: dotted 1px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.conModalTer a{
    border-radius: 20px;
    background: rgba(0,0,0,.6);
    color: #EBEBEB;
    padding: 7px 15px;
}

.conModalTer a i{
  font-size:16px;
  margin-left: 35px;
}

.imgquees{
  max-width: 800px;
  max-height: 500px;
}

.carousel-caption{
  right: 0;
  text-align: left;
  left: 60%;
  color: #000;
}

.principal-texto{
  max-height: 48px;
  opacity: 0.8;
  /*border-top: dotted 1px #000;*/
}

h5 {
    font-size: 2.5em;
}

.card-text a, .enlace p a{
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  font-family: "DINNextLTPro-Regular";
  line-height: 20px;
}

.card-text a:hover,
.enlace p a:hover,
.text3 a:hover{
  text-decoration: none;
}

.quees{
  color: #fff;
  padding: 0px;
  left: 40%;
  right: 3%;
  text-align: justify;
}

a {
    color: #fff;
}

a:hover{
  text-decoration: none;
  color: #fff;
}
.quees-texto{
  /*max-height: 180px;*/
}

@media only screen and (min-width: 1020px) {
    .collapse{
      padding-left: 120px;
    }
}

.gallery-title
{
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 150px;
}

.filter-button
{
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #333a41;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #333a41;

}

.back-button
{
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #333a41;
    color: #ffffff !important;
    background-color: #333a41;

}
.back-button:hover
{
    font-size: 18px;
    border: 1px solid #333a41;
    border-radius: 5px;
    text-align: center;
    color: #ffffff !important;
    background-color: #333a41;

}

.btn-default:active .filter-button:active .back-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.m-b-30{
  margin-bottom: 30px;
}

.gallery_product
{
    /*margin-bottom: 30px;*/
	text-align: center;
}

.galery{
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 37px;
    right: 0;
    height: 100%;
    max-width: 300px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.8);
}

.carousel-caption .sub {
  border-bottom: dashed 1px;
  border-width: 2px;
  font-family: "AauxPro Regular";
  padding-bottom: 10px;
}

.carousel-caption h5{
  font-family: "AauxPro Regular";
  margin: 0px;
  padding-bottom: 0px !important;
}

.carousel-caption p{
  /*font-family: "AmaticSC-Regular";*/
  /*font-family: "AauxPro Regular";*/
  font-family: "Dancing Script OT";
  font-size: inherit;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 52px;
  line-height: 28px;
}

.quees-texto p{
  overflow: inherit;
  max-height: max-content;
  margin: 10px;
}
.pModal{
  font-size: 14px;
}
.inf{
  /*margin-bottom: 10px;*/
  /*border-top: #6C6A68 1px solid;
  border-bottom:#6C6A68 1px solid;*/
  margin-right: 15px;
  margin-left: -8px;
  /*padding-bottom: 20px;*/
}
.equip{
  /*border-top: #6C6A68 1px solid;*/
  padding: 20px 0px;
}
.equip p{
  overflow: inherit;
  max-height: max-content;
  font-size: 14px;
}

.equip a{
  color: #000;
}

#table-quees tr td{
  background: rgba(0,0,0,0.5);
}

#demo{
  margin-left: 0px;
}

.etiquetas p{
  background: rgba(0,0,0,0.5);
  color: #fff;
  margin: 3px;
  text-align: center;
}

.tipo{
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0px;
}

.arriba{
  border-top: #6C6A68 1px solid;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
}

.quees .desc,
.titulo2 p,
.titulo3 p,
.titulo4 p{
  background: rgba(0,0,0,0.5);
}

.text-bird{
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 428px;
}

.text-bird .box-bird{
  background: rgba(0,0,0,0.5);
  color: #FFF;
  padding: 5px 10px;
  margin-top: 5px;
}

.text-bird span{
  vertical-align: middle;
}

.text-bird .box-b span{
  display: block;
}

.text-bird .box-1{
  width: 114px;
  line-height: 22px;
  position: relative;
  left: 358px;
}

.text-bird .box-2{
  width: 287px;
  line-height: 30px;
  position: relative;
  left: -1px;
}

.text-bird .box-3{
  line-height: 23px;
  width: 193px;
  position: relative;
  left: 0px;
  height: 55px;
}

.text-bird .box-4{
  line-height: 23px;
  width: 163px;
  position: relative;
  left: 121px;
}

.text-bird .box-5{
  line-height: 21px;
}

.text-bird .box-6{
  line-height: 30px;
}

.text-bird .box-7{
  width: 187px;
  position: relative;
  left: 99px;
}

.text-bird .second-row{
  position: relative;
  right: 6px;
}

.text-bird .second-row .column{
  display: inline-block;
}

/*.fligth-bird p{
  font-family: "DINNextLTPro-Regular";
}*/

.titulo2 p{
  text-align: center;
  padding: 0;
  max-height: 160px;

  /*line-height: 55px;
  background: rgba(0,0,0,0.5);
  font-family: "DINNextRoundedLTPro-Light";
  font-weight: bold;
  font-size: 42px;*/
}
.titulo1 p{
  text-align: center;
  padding: 0;

  /*background: rgba(0,0,0,0.5);
  font-family: "DINNextRoundedLTPro-Light";
  font-size: 34px;
  line-height: 40px;*/
}
.titulo1{
  margin-bottom: 15px;
  padding-right: 0;
}
.titulo2{
  margin-bottom: 15px;
}
.titulo3{
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.titulo4{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
.titulo3 p{
  min-height: 80px;
}
.titulo4 p{
  min-height: 67px;
}

.quees .desc p, .desc span{
  overflow: inherit;
  max-height: max-content;
  margin: 10px;
  font-family: "DINNextLTPro-Regular";

  /*font-family: "AauxPro-Bold";
  line-height: 16px;
  font-size: 14px;*/
}

.carousel-caption2{
  right: 0;
  text-align: justify;
  left: 0;
  color: #FFF;
  /*padding-left: 10px;
  padding-right: 10px;*/
  bottom: 0px;
  background-color: rgba(0,0,0,0.5);
  padding: 5px 10px;
}

.carousel-caption2 h5{
  border:0;
  font-size: 26px;
}

.textPrin{
  overflow: hidden;
  max-height: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.textPrin p{
  font-size: 18px;
  font-family: "DINNextRoundedLTPro-Light" !important;
  line-height: 20px !important;
}

.bn{
  filter: brightness(0.6);
}

.navbar, .navbar-brand{
  padding: 0;
}

.bg-dark {
    background-color: #4d4d4d !important;
}
.texto p{
  font-family: "DINNextLTPro-Regular";
  font-size: 18px;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 124px;
  line-height: 26px;
}
p.card-text {
  font-family: "DINNextLTPro-Regular";
  font-size: 18px;
  line-height: 23px;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} 

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/* Media Query */
.navbar-collapse{
  margin-left: 200px;
}

@media only screen and (max-width: 670px) {
  .navbar-collapse{
    margin-left: 170px;
    margin-top: 70px;
  }
}

@media only screen and (min-width: 671px) and (max-width: 995px){
  .navbar-collapse{
    margin-left: 300px;
  }
}

.active1, .nav-item:hover{
  /*border: 1px #fff solid;*/
}

.p-b-10{
  padding-bottom: 10px;
}

.p-b-20{
  padding-bottom: 20px;
}

/*Noticias*/
.news-title{
  font-family: "DINNextLTPro-Regular";
  font-size: 40px;
}

.news-detail-content p{
  font-family: "DINNextLTPro-Regular";
  font-size: 18px;
  margin-bottom: 0;
  width: 100%;
  max-width: none;
}

/*modal venta de terrenos*/

.modal-terreno .img-modal{
  padding-right: 0px;
}

.modal-terreno .img-modal img{
  height: 382px;
  max-width: 100%;
}

/*modal venta de aqui podras encontrar*/

.modal-aquipod .img-modal-aqui{
  padding-right: 0px;
}

.modal-aquipod .img-modal-aqui img{
  height: 385px;
  max-width: 100%;
}

/*Proyectos residenciales*/
.desc-pr h6{
  font-size:14px;
  text-transform: none;
}


/*Estilos del logo*/
.ubiclogo{
	width: 230px !important;
	height: auto;
	z-index:2;
	position:absolute;
	margin-left: 7.3em;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    border: 0px solid #000000;
    padding: 12px 20px 12px 20px;
	
}

.ubiclogo img{
	
	width: 100%; 
	height: auto;
}


/* Franja Gris imagen ciudad planificada*/
.franjagris{
  background: #565656;
  text-transform: uppercase;
  height: 40px;
}

.franjagris p{
  padding-top: 3px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  font-size:25px;
}

.franjagris img{
      margin-left: 120px;
}

.carousel-indicators{
	justify-content: flex-end!important;
	bottom: 0px!important;
}

.carousel-indicators li {
	width: 12px!important;
	height: 12px!important;
	border-radius: 100%!important;

}

h3.card-text{
	font-family: "Roboto";
}

.portada{
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 30%;
   width: 100% ;
   text-align: center;
 
}

.propcontainer{
	
	padding-top: 150px;
    padding-bottom: 50px;
}

.proyec_resi{
	
	vertical-align: middle; 
	background:#f4f4f2;
}


/*Nuevos estilos menu*/
/*  BURGER MENU
========================================== */
.menu {
	width: 50px;
  height: 45px;
  position: fixed;
  z-index: 21;
  right: 7.5%;
  margin-top: 20px;
  background-color: rgba(255,255,255,.5);
  padding-top: 3px;
  margin: 0px auto;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
  margin-top: 20px;
}

.menu span {
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -1.5px;
}
.menu span, .menu span::before, .menu span::after {
	display: block;
	width: 33px;
	right: 0;
	height: 3px;
	background-color: #000;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.menu span::before, .menu span::after {
	position: absolute;
	content: "";
}
.menu span::before {
	top: -9px;
	width :33px;
}
.menu span::after {
	top: 9px;width: 33px;

}
.menu.clicked span {
	background-color: transparent;
}
.menu.clicked span::before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);    width: 33px;
}
.menu.clicked span::after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.menu.clicked span:before, .menu.clicked span:after {
	background-color: #000;
}
.menu:hover {
	cursor: pointer;
}
/*  NAV
========================================== */

#nav {
	/*background: #211316;*/
	background-color:rgba(33, 19, 22,0.6);
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 250px;
	width: 100%;
	padding: 100px 40px 60px 40px;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav.show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#nav.show ul.main li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.menu.clicked {
    position: fixed;
    z-index: 99;
}
#nav.show ul.main li:nth-child(1) {
	transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
	transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
	transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
	transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
	transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
	transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
	transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
	transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
	transition-delay: 1.35s;
}
#nav.show .about, #nav.show .social, #nav.show ul.sub {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	transition-delay: .85s;
}

@media (min-width: 667px) {
#nav {
	padding: 120px 30px 70px 20px;
	/*padding: 90px 30px 70px 20px;*/
}
}
#nav ul.main {
	list-style-type: none;
}
#nav ul.main li {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: none;
	/*list-style: circle;
    color: #fff*/
}
#nav ul.main li:last-of-type {
	margin-bottom: 0px;
}
#nav ul.main li a {
	color: #ffffff;
	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
	display: block;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul.main li a span {
	color: #b7ac7f;
}
#nav ul.main li a:hover {
	color: #b7ac7f;
}
#nav ul.sub {
	list-style-type: none;
	margin-top: 40px;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav ul.sub li {
	margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
	margin-bottom: 0px;
}
#nav ul.sub li a {
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
	color: #b7ac7f;
}
.menu:hover span{}

/*  OVERLAY
========================================== */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #603e82;
	opacity: 0;
	visibility: hidden;
}
.overlay.show {
	opacity: 0.8;
	visibility: visible;
}


/*Estilos responsivs del logo*/
@media only screen and (max-width: 1920px) {
	.ubiclogo {
	margin-left: 24.5em;
	}

	.menu {
		right: 21.5%;
	}	
}

@media only screen and (max-width: 1800px) {
	.ubiclogo {
		margin-left: 19.5em;
	}

	.menu {
		right: 20.5%;
	}
}

@media only screen and (max-width: 1700px) {
	.ubiclogo {
	margin-left: 17.5em;
	}

	.menu {
		right: 16.5%;
	}	
}

@media only screen and (max-width: 1600px) {
	.ubiclogo {
	margin-left: 14em;
	}
	
	.menu {
	right: 15.5%;
	}	
}

@media only screen and (max-width: 1500px) {
	.ubiclogo {
	margin-left: 11.5em;
	}

	.menu {
	right: 9%;
	}	
}

@media only screen and (max-width: 1400px) {
	.ubiclogo {
		width: 17.5%;
		height: auto;
	  margin-left: 8.5em;
	}

	.menu {
	right: 8%;
	}	
}

@media only screen and (max-width: 1366px) {
	.ubiclogo {
		width: 17.5%;
		height: auto;
		margin-left: 6.5em;
	}

	.menu {
	right: 7.5%;
	}
}


@media only screen and (max-width: 1280px) {
	.ubiclogo {
	
		margin-left: 4.5em;
		width: 15%;
		height: auto;
		padding: 2px 11px 8px 11px;
		border-radius: 0px 0px 13px 13px;
		-moz-border-radius: 0px 0px 13px 13px;
		-webkit-border-radius: 0px 0px 20px 20px;
	}

	.menu {
	right: 3.5%;
	}	
}


@media only screen and (max-width: 1024px) {
	.ubiclogo {
		margin-left: 2.5em;
		width: 15%;
		height: auto;
		padding: 2px 11px 8px 11px;
		border-radius: 0px 0px 13px 13px;
		-moz-border-radius: 0px 0px 13px 13px;
		-webkit-border-radius: 0px 0px 20px 20px;
	}

	.menu {
	right: 2%;
	}	
}

@media only screen and (max-width: 991px) {
	.ubiclogo {
		margin-left: 8.5em;
		width: 15%;
		height: auto;
		padding: 2px 11px 5px 11px;
		border-radius: 0px 0px 13px 13px;
		-moz-border-radius: 0px 0px 13px 13px;
		-webkit-border-radius: 0px 0px 13px 13px;
	}

	.menu {
	right: 11%;
	}	
}

@media only screen and (max-width:910px) {
	.ubiclogo {
		width:15%;
		height: auto;
		margin-left: 4.4em;
		padding: 2px 11px 5px 11px;
		border-radius: 0px 0px 13px 13px;
		-moz-border-radius: 0px 0px 13px 13px;
		-webkit-border-radius: 0px 0px 13px 13px;
	}
	
	.menu {
	right: 9.5%;
	}
}

@media only screen and (max-width:870px) {
	.ubiclogo {
		width: 15%;
		height: auto;
		margin-left: 4.9em;
		padding: 2px 11px 5px 11px;
		border-radius: 0px 0px 13px 13px;
		-moz-border-radius: 0px 0px 13px 13px;
		-webkit-border-radius: 0px 0px 13px 13px;
	}
	
	.menu {
	right: 7.5%;
	}	
}

@media only screen and (max-width: 800px) {
	.ubiclogo {
		width: 15%;
		height: auto;
		margin-left: 3.5em;
		padding: 2px 11px 5px 11px;
		border-radius: 0px 0px 13px 13px;
		-moz-border-radius: 0px 0px 13px 13px;
		-webkit-border-radius: 0px 0px 13px 13px;
	}

	.menu {
	right: 3.5%;
	}	
}

@media only screen and (max-width: 767px) {
	.ubiclogo {
		width: 15%;
		height: auto;
		margin-left: 5.2em;
		padding: 2px 11px 5px 11px;
		border-radius: 0px 0px 13px 13px;
		-moz-border-radius: 0px 0px 13px 13px;
		-webkit-border-radius: 0px 0px 13px 13px;
	}

	.menu {
	right: 10%;
	}	
}

@media only screen and (max-width:700px) {
	.ubiclogo {
		width: 15%;
		height: auto;
		margin-left: 4.7em;
		padding: 2px 11px 5px 11px;
		border-radius: 0px 0px 13px 13px;
		-moz-border-radius: 0px 0px 13px 13px;
		-webkit-border-radius: 0px 0px 13px 13px;
	}
	
	.menu {
	right: 8%;
	}
}





@media only screen and (max-width:640px) {
	.ubiclogo {
		margin-left: 2.4em;
		padding: 1px 10px 3px 10px;
		border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 12px 12px;
		
	}

	.menu {
	right: 8%;
	}	
}



@media only screen and (max-width:590px) {
	.ubiclogo {
		margin-left: 2.1em;
		padding: 1px 10px 3px 10px;
		border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 12px 12px;
	}
	
	.menu {
	right: 3%;
	}
}


@media only screen and (max-width:575px) {
	.ubiclogo {
		width: 28%;
		height: auto;
		margin-left: 1em;
		padding: 1px 10px 3px 10px;
		border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
	}

	.menu {
	 right: 1.5%;
	}
}

@media only screen and (max-width:360px) {
	.galery {
		cursor: pointer;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 30px;
		right: 0;
		height: 100%;
		max-width: 300px;
		opacity: 0;
		transition: .5s ease;
		background-color: rgba(0,0,0,0.8);
	}
}

@media only screen and (min-width:414px and max-width:360px) {
	.galery {
		cursor: pointer;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 56px;
		right: 0;
		height: 100%;
		max-width: 300px;
		opacity: 0;
		transition: .5s ease;
		background-color: rgba(0,0,0,0.8);
	}
}

/******Resoluciones*****/
@media only screen and (max-width: 1920px) {
	.carousel-indicators {
		right: 117px;
	}
	
	.franjagris img {
		margin-left: 24.5em;
	}
}

@media only screen and (max-width: 1800px) {
	.carousel-indicators {
		right: 78px;
	}
	
	.franjagris img {
		margin-left: 20.5em;
	}
}


@media only screen and (max-width: 1700px) {
	.carousel-indicators {
		right: 43px;
	}
	
	.franjagris img {
		margin-left: 18.5em;
	}
}

@media only screen and (max-width: 1600px) {
	.carousel-indicators {
		right: 10px;
	}
	
	.franjagris img {
		margin-left: 14.5em;
	}
}

@media only screen and (max-width: 1500px) {
	.carousel-indicators {
		right: -23px;
	}
	
	.franjagris img {
		margin-left: 12.5em;
	}
}


@media only screen and (max-width: 1400px) {
	.carousel-indicators {
		right: -62px;
	}
	
	.franjagris img {
		margin-left: 8.5em;
	}
}

@media only screen and (max-width: 1360px) {
	.carousel-indicators {
		right: -62px;
	}
	
	.franjagris img {
		margin-left: 8.5em;
	}
}



@media only screen and (max-width: 1280px) {
	.carousel-indicators {
		right: -102px;
	}
	
	.franjagris img {
		margin-left: 4.5em;
	}
}


@media only screen and (max-width: 1100px) {
	.carousel-indicators {
		right: -80px;
	}
	
	.franjagris img {
		margin-left: 4.5em;
	}
}


@media only screen and (max-width: 1024px) {
	.carousel-indicators {
		right: -103px;
	}
	
	.franjagris img {
		margin-left: 2.5em;
	}
}

@media only screen and (max-width: 991px) {
	.carousel-indicators {
		right: 0px;
	}
	
	.franjagris img {
		    margin-left: 8.5em;
    width: 25%;
    height: auto;
    margin-top: 0.2em;
	}
}


@media only screen and (max-width: 800px) {
	.carousel-indicators {
		right: -65px;
	}
	
	.franjagris img {
		        margin-left: 2.5em;
    width:none;
    height: none;
    margin-top: none;
	}
}

@media only screen and (max-width: 768px) {
	.carousel-indicators {
		right: -75px;
	}
	
	.franjagris img {
		        margin-left: 2.5em;
    width:none;
    height: none;
    margin-top: none;
	}
}


@media only screen and (max-width: 736px) {
	.carousel-indicators {
		right:0px;
	}
	
	.franjagris img {
		margin-left: 6.5em;
		width: 34%;
		height: auto;
		margin-top: 0.2em;
	}
}

@media only screen and (max-width: 684px) {
	.carousel-indicators {
		right:-13px;
	}
	
	.franjagris img {
		margin-left: 4.5em;
		width: 34%;
		height: auto;
		margin-top: 0.2em;
	}
}

@media only screen and (max-width: 640px) {
	.carousel-indicators {
		right:-32px;
	}
	
	.franjagris img {
		    margin-left: 3.5em;
    width: 34%;
    height: auto;
    margin-top: 0.4em;
	}
}

@media only screen and (max-width: 575px) {
	.carousel-indicators {
		right:-72px;
	}
	
	.franjagris img {
		       margin-left: 0.5em;
    width: 45%;
    height: auto;
    margin-top: 0.4em;
	}
}

@media only screen and (max-width: 500px) {
	.carousel-indicators {
		right:-55px;
	}
	
	.franjagris img {
		       margin-left: 0.5em;
    width: 45%;
    height: auto;
    margin-top: 0.4em;
	}
}

@media only screen and (max-width: 425px) {
	.carousel-indicators {
		right:-46px;
	}
	
	.franjagris img {
		margin-left: 0.5em;
    width: 55%;
    height: auto;
    margin-top: 0.4em;
	}

  .mg-resp{
    /*margin: 0px 50px;*/
    margin-bottom: 5px;
  }

  .p-resp{
    padding: 0px 3px;
  }

  .m-t-r-10{
    margin-bottom: 0px;
  }

  .p-t-r-10{
    padding-top: 10px;
  }

  .title-r{
    font-size: 35px;
    line-height: 35px;
  }

  .title-r-p{
    font-size: 35px;
    line-height: 35px;
  }

  .p-cont-resp{
    padding: 20px 40px;
  }

  .card-text{
    font-size: 8px !important;
    line-height: 9px !important;
  }

  .tamgallterr{
    height: 90px !important;
  }

  .txt-rep{
    font-size: 13px !important;
    line-height: 15px !important;
  }

  .w-a-content p{
    font-size: 13px !important;
  }

  .hide-mobile{
    display: none !important;
  }

  .show-mobile{
    display: block !important;
  }

  .header-mobile{
    height: 150px;
    width: 100%;
  }

  .ubiclogo{
    margin-left: calc(50% - 115px) !important;
    margin-top: 15px !important;
  }

  .text-center-rep{
    text-align: center;
  }

  .text-center-rep img{
    width: 150px;
  }

  .text-right-resp{
    text-align: left !important;
  }

  .filter-button{
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }

  .carousel-content-pr{
    padding-left: 0px;
    padding-right: 0px;
  }

  .conModalAqui{
    border-bottom: unset !important;
  }

  .title-2{
    font-size: 25px !important;
  }

  .espacio{
    height: 0px !important;
  }

  .contact-content input,button,select{
    font-size: 13px !important;
  }

  .conModalTer p,a{
    font-size: 13px !important;
  }

  .conModalTer .link{
    font-size: 12px !important;
  }

  .conModalTer a i{
    margin-left: 5px !important;
  }

  .salir i{
    font-size: 21px !important;
  }

  .gallery-title{
    margin-bottom: 10px !important;
  }

  #nav{
    max-width: 200px !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu{
    width: 35px !important;
    height: 32px !important;
  }
}

@media only screen and (min-width: 426px){
  .m-t-r-10{
    margin-bottom: 10px;
  }

  .p-t-r-10{
    padding-top: 0px;
  }

  .show-mobile{
    display: none !important;    
  }

  .text-right-resp{
    text-align: right !important;
  }
}

.m-b-10{
  margin-bottom: 10px !important;
}

.carousel-content-pr{
  padding-left: 0px;
}

.title-2{
  font-family: "AauxPro-Black";
  font-size: 35px;
}

.f-d-r{
  font-family: "DINNextLTPro-Regular" !important;
}

@media screen and (max-width: 766px) and (min-width: 576px) {

	.card-body {
		height: auto;
	   
	}
}

.tamgallterr{
    height: 300px;
   
}

@media screen and (max-width: 991px) and (min-width: 576px) {

	.tamgallterr{
		height: auto;
   
	}
}

/*.imagenproyectoresi{
  height: 400px;
  width: 95%;
}*/

.imagenproyectoresi{
  height: 328px;
  width: 100%;
}

@media screen and (max-width: 737px){

	.imagenproyectoresi{
		height: auto;
	   
	}
}

@media screen and (max-width: 737px) and (min-width: 576px) {

	.card-body2 {
		height: auto;
	   
	}
}

/*@media only screen and (max-width: 414px) {

	div.text-center.texto{
	 margin-bottom: 2em;
	}

}*/

@media only screen and (max-width: 1024px) {

	div.overlay2.sizeoverlay{
		    width: 91%;
    height: 100%;
	}
	
}

@media only screen and (max-width: 800px) {

	div.overlay2.sizeoverlay{
		    width: 88%;
    height: 100%;
	}
	
}

@media only screen and (max-width: 736px) {

	div.overlay2.sizeoverlay{
		width: 84%;
		height: 85%; 
	}
	
}

@media only screen and (max-width: 575px) {

	div.overlay2.sizeoverlay{
		width: 95%;
    height: 100%;
    max-width: none;
	}
	
}

@media only screen and (max-width: 414px) {

	div.overlay2.sizeoverlay{
		width: 93%;
    height: 100%;
    max-width: none;
	}
	
}

.iframesize {
	width: 100%;
    height: 300px;
}

.classiframe {
    height: 355px;
}

@media screen and (max-width: 991px) and (min-width: 576px) {

	.classiframe {
		height: 100%;
	}
}

.imgsupmodal{
		padding-bottom: 5px;
}

.imgsupmodal-aqui{
		padding-bottom: 5px;
}
	

@media screen and (max-width: 768px) {
	.imgsupmodal{
		width:100%;
		height:auto;
		padding-bottom: 5px;
		    margin-left: 10%;
	}
	
	.imgsupmodal-aqui{
		width: 90%;
		height: auto;
		padding-bottom: 5px;
		margin-left: 10%;
	}
	
	.img-modal{
		width: 100%;
		height: auto;
	}
	
	.img-modal-aqui{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.conModalTer a {
		border-radius: 20px;
		background: rgba(0,0,0,.6);
		color: #EBEBEB;
		padding: 3px 4px;
	}
	
	.conModalAqui a {
		border-radius: 20px;
		background: rgba(0,0,0,.6);
		color: #EBEBEB;
		padding: 3px 4px!important;
	}
}
	
@media screen and (max-width: 575px) {
	.imgsupmodal{
		width:70%;
		height:auto;
		padding-bottom: 5px;
	}
	
	.imgsupmodal-aqui{
		width:90%;
		height:auto;
		padding-bottom: 5px;
	}
}
	
@media screen and (max-width: 414px) {
	.imgsupmodal{
		width:100%;
		height:auto;
		padding-bottom: 5px;
	}
	
	.imgsupmodal-aqui{
		width:90%;
		height:auto;
		padding-bottom: 5px;
	}
}

.img-modal img{
	width: 100%;
	height: auto;
  
}


.titModalaqui{
  background: transparent;
  color: #EBEBEB;
  margin: 0;
  border-bottom: dotted 1px;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 22px;
}

.titModalaqui .modal-title{
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
}

.titModalaqui .icon-content{
  font-size: 50px;
  position: relative;
  float: right;
  height: 60px;
  top: -11px;
}

.conModalAqui{
  background: transparent;
  color: #EBEBEB;
  border-bottom: dotted 1px;
  /*margin-top: 0px;
  margin-bottom: 15px;*/
}

.conModalAqui a{
    border-radius: 20px;
    background: rgba(0,0,0,.6);
    color: #EBEBEB;
    padding: 7px 15px;
}

.conModalAqui a i{
  font-size:16px;
  margin-left: 15px;
}
/*********************************************************************************************************************/
/*Estilos de noticias*/

/*CATEGORIES BADGE*/
.badge {
	font-weight: 600;
	font-size: 13px;
	color: white;
	background-color: #289dcc;
}
/*FEATURED*/
.mg-2, .mg-4{
	margin-left:-20px;
}
.linkfeat{
	background: rgba(76,76,76,0);
	background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(49%, rgba(48,48,48,0)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

/**************************************************************************************************************/
/*Estilos cards*/
/**************************************************************************************************************/
.card-noti {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block-noti {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top-noti {
    display: block;
    width: 100%;
    height: auto;
}

.card-title-noti {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text-noti {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer-noti {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}


.card-title-noti {
    display: inline-block;
    /*margin-left: 4px;*/
    vertical-align: top;
    margin: 0px auto;
    padding: 0px 4px;
}

.meta-noti {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta-noti a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta-noti a:hover {
    color: rgba(0, 0, 0, .87);
}

.img-fluid {
    height: 402px!important;
}

.eederecha{
	padding-right: 1px;
    padding-left: 1px;
		
}

.eeizquierda{
	padding-right: 1px;
    padding-left: 1px;
		
}

.elimespacio{
	padding-right: 0px;
    padding-left: 0px;
		
}

.minheightnoticia{
	height:380px;
		
}
.cambiocolobackground{
	background-color:white;
	color:#706f6f !important;
		
}

.letratitulo{
	color:#706f6f !important;
	    font-size: 1.1rem !important;
    line-height: 110% !important;
		
}

.mvp-feat1-info {
    background-color: #575756;
    padding: 10px;
	padding-right:20px;
	font-size: 0.5em;
    color: white;
	font-weight:bold;
	width:95px;
}

h4.card-title-noti.letratitulo:hover{

color: #ff3c36 !important;
}



.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
  position: relative;
    min-height: 45px;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    max-width: 452px
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: -10px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}
.fondomorado{
    background-color: #8A00D3!important;
    width: 15%;
    Color: white;
    padding: 10px !important;
    margin: 1em;
    margin-left: 1.7em;
    font-size: 12px !important;
}


div.lib-row.lib-desc.letratitulo{
   font-weight:bold;
}

div.lib-row.lib-desc.letratitulo  a:hover{
   color: #ff3c36 !important;

}

@media (max-width: 767px) {

.lib-panel .lib-row.lib-desc {
    
    height: 90px;
}


}

div.row.box-shadow{
    
       max-width: 1140px;
	   margin-left: 0em;
}


.margen{
	
    margin-left: auto;
    margin-right: auto;
}

/******************************estilos de equipamientos**********************************************/

.lib-panel {
	width: 100%;
    margin-bottom: 20px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}

.descripcionEquip{
	font-size: 13px;
	text-align: justify;
}

.fondo_gris{
	
	background-color: #f6f6f6;
}

.sin_borde{
	border: none;
	border-radius: 0rem;
}

.cuadros{
	padding-left:0px;
	padding-right:0px;
}

.boton_contacto{
	padding: .175rem .75rem;
	font-size: 12px;
	color: #fff !important;
}

.nomPost{
	line-height: 19px;
	text-align:left; 
	text-transform:uppercase;
	font-size: 19px;
    font-weight: 800;
}

.construcora{
	text-align:left;
	font-size:17px; 
	font-weight: 450;
}

.precio{
	text-align:left;
	font-size:20px;
	line-height: 0.5;
}

.disponibilidad{
	text-align:left;
	font-size:15px;
	font-weight:200;
	margin-bottom:10px;
}

.separacion{
	line-height: 0.95;
}

.separacion1{
	padding-bottom:10px;
}

.pro-content p{
  font-size: 15px !important;
}
