.list-info p {
  line-height: 1.5;
  font-size: .8em;
}
.logoanime {
  animation: myAnim 2s ease 0s 1 normal forwards;
}
.logoanime img {
  padding: 0 0 20px 0;
  margin: 0 auto;
}
.backanime {
  animation: myAnim2 5s ease 0s 1 normal forwards;
}
.logosanime {
  animation: myAnim3 5s ease 0s 1 normal forwards;
}
.textoanime {
  animation: myAnim4 1s ease 0s 1 normal forwards;
}
@keyframes myAnim {
  0% {
    transform: scale(0);
    transform-origin: 50% 0%;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes myAnim2 {
  0% {
    background-position: top bottom;
    background-size: 100%;
  }

  100% {
    background-position: top bottom;
    background-size: 130%;
  }
}
@keyframes myAnim3 {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes myAnim4 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
} 

.backhome {
  background-image: url(images/backConstruccion.jpg);
  background-repeat: no-repeat;
  height: auto;
  display: block;
  color: #691c32;
}
.logoConstruyesHome {
  width: 70%;
  margin: 0 auto;
  display: block;
  padding: 40px 20px 20px 20px;
}
.text-home {
  padding: 0 50px;
  text-align: center;
}
.text-home h2 {
  font-size: 1.6em;
}
.text-home p {
  font-size: 1.2em;
}
.DescripcionConstruyesHome {
  margin: 0 auto;
  width: 55%;
  display: block;
  padding: 60px 0 30px 0;
  text-align: center;
}
.DescripcionConstruyesHome h2 {
  text-align: center;
  font-size: 1.6em;
}
.DescripcionConstruyesHome p {
  font-size: 1.2em;
}
.division {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(221,201,163,1) 30%, rgba(221,201,163,1) 50%, rgba(221,201,163,1) 70%, rgba(255,255,255,0) 100%);
  height: 3px;
  margin-top: 240px;
  margin-bottom: 50px;;
}
.DivisionTop {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(221,201,163,1) 30%, rgba(221,201,163,1) 50%, rgba(221,201,163,1) 70%, rgba(255,255,255,0) 100%);
  height: 8px;
  margin-bottom: 60px;
  margin-top: 0px;
}
.DivTop {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(221,201,163,1) 30%, rgba(221,201,163,1) 50%, rgba(221,201,163,1) 70%, rgba(255,255,255,0) 100%);
  height: 8px;
  margin-bottom: 30px;
  margin-top: 0px;  
}
.DivisionBottom {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(221,201,163,1) 30%, rgba(221,201,163,1) 50%, rgba(221,201,163,1) 70%, rgba(255,255,255,0) 100%);
  height: 8px;
  margin-bottom: 0px;
  margin-top: 100px;
}
.division3 {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(221,201,163,1) 30%, rgba(221,201,163,1) 50%, rgba(221,201,163,1) 70%, rgba(255,255,255,0) 100%);
  height: 3px;
  margin-top: 100px;
  margin-bottom: 100px;;
}
.division4 {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(221,201,163,1) 30%, rgba(221,201,163,1) 50%, rgba(221,201,163,1) 70%, rgba(255,255,255,0) 100%);
  height: 3px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.medio {
  background: rgb(105,28,50);
  background: linear-gradient(90deg, rgba(105,28,50,0) 0%, rgba(221,201,163,1) 30%, rgba(221,201,163,1) 50%, rgba(221,201,163,1) 70%, rgba(105,28,50,0) 100%);
  height: 3px;
  margin-bottom: 70px;
  margin-top: 70px;
}
.headline {
  background: rgb(105,28,50);
  background: linear-gradient(90deg, rgba(105,28,50,0) 0%, rgba(221,201,163,1) 30%, rgba(221,201,163,1) 50%, rgba(221,201,163,1) 70%, rgba(105,28,50,0) 100%);
  height: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.BackVerde {
  background: rgba(16,49,43,1);
  background: -moz-linear-gradient(top, rgba(16,49,43,1) 0%, rgba(35,91,78,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,49,43,1)), color-stop(100%, rgba(35,91,78,1)));
  background: -webkit-linear-gradient(top, rgba(16,49,43,1) 0%, rgba(35,91,78,1) 100%);
  background: -o-linear-gradient(top, rgba(16,49,43,1) 0%, rgba(35,91,78,1) 100%);
  background: -ms-linear-gradient(top, rgba(16,49,43,1) 0%, rgba(35,91,78,1) 100%);
  background: linear-gradient(to bottom, rgba(16,49,43,1) 0%, rgba(35,91,78,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10312b', endColorstr='#235b4e', GradientType=0 );
  border-top: 0;
  border-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0 30px;
}
.BackVerde h2, .BackMarron h2 {
  color: #ddc9a3;
}
.BackVerde h2 {
  padding: 0 60px;
}
.BackVerde p, .BackMarron p {
  font-size: 1.2em;
}
.BackVerde ul {
  text-align: left;
  color: #decaa3;
  font-weight: 600;
  font-size: 1.3em;
}
.img25 {
  /*width: 25%;*/
  padding: 10px;
}
.img50 {
  width: 50%;
  padding: 10px;
}
.BackMarron {
  background: rgb(59,16,28);
  background: linear-gradient(180deg, rgba(59,16,28,1) 0%, rgba(96,26,46,1) 50%, rgba(105,28,50,1) 100%);
  color: #ffffff;
  text-align: center;
}
.column {
  margin: 0 auto;
  width: 80%;
  display: block;
  padding: 10px 0 30px 0;
  padding-top: 30px;
}
.strong1 {
  font-size: 1.1em!important;
  font-weight: 600;
}
.strong2 {
  font-size: 1.2em!important;
  font-weight: 600;
}
.strong3 {
  font-size: 1.3em!important;
  font-weight: 600;
}
.strong4 {
  font-size: 1.4em!important;
  font-weight: 600;
  padding: 0 20px;
}
.prototipo {
  background-color: #eee;
  padding: 40px;
  border-radius: 20px;
  border: #aeaeae 4px solid;
  margin: 25px;
}
.prototipo h3 {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #691c32;
  text-align: center;
}
.prototipo p {
  margin: 0 0 8px;
  font-size: 1.1em;
}
.prototipo img {
  border-radius: 20px;
}
.modal-content {
  background-color: #eee;
  padding: 5px;
  border-radius: 20px;
  border: #aeaeae 4px solid;
}
.modal-content img {
  border-radius: 20px;
}
.carousel-control.left {
  border-radius: 20px;
}
.carousel-control.right {
  border-radius: 20px;
}
.carousel-inner img {
  width: 100%;
}
.infoprototipo {
  text-align: center;
}
.infoprototipo h3 {
  color: #691c32;
  text-align: center;
  font-size: 1.2em;
}
.span01 {
  font-size: .8em;
  display: block;
  margin: -5px;
}
.span02 {
  font-size: 1em;
  margin-bottom: 10px;
  display: block;
}
.caracteristicas {
  font-size: 0.7em;
  margin-top: 30px;
  text-align: center;
}
.descripcionVivienda {
  font-size: 0.8em;
  display: inline-block;
  padding: 10px;
  text-align: center;
}
.modal-footer p {
  font-size: .7em;
  text-align: center;
}
.modal-footer {
  border-top: #aeaeae 2px solid;
}

.documentos h2 {
  color: #ddc9a3;
}
/*hr {
  margin-top: 45px;
  margin-bottom: 45px;
  border: 1px solid #ddc9a3;
}*/
.top-buffer-texto {
  margin-top: 32px;
}
.bottom-buffer-texto {
  margin-bottom: 32px;
}
.jumbotron {
  margin-bottom: 0px;
}
.padding {
  padding: 45px 0;
}
.cerrado {
  background: #a11a40;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  margin-top: -10px;
  font-size: .8em;
}
.programa {
  text-align: center;
}
.programa p {
  height: 160px;
  padding: 20px;
}
.hrdiv {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed #989898;
}


h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.4em;
}
.headinicio {
  /*background-image: url(images/ok/imgConstruyes.png);
  color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;*/
  background: rgb(105,28,50);
  background: linear-gradient(90deg, rgba(105,28,50,1) 0%, rgba(155,34,64,1) 30%, rgba(159,34,65,1) 50%, rgba(155,34,64,1) 70%, rgba(105,28,50,1) 100%);
  height: 70vh;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.head {
  background-image: url(images/back.jpg);
  color: #fff;
  min-height: 220px; 
  background-size: 100%;
  border-bottom: 12px solid #d5c29d;
}
.headviv {
  background-image: url(images/backviv.jpg);
  color: #fff;
  min-height: 220px; 
  background-size: 100%;
  border-bottom: 12px solid #d5c29d;
}
.columna ol {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.fase {
  min-height: 84px;
  margin-top: 5px;
}
.fase {
  width: 90%;
}
.linea span {
  font-size: 1.2em;
  font-weight: 600;
}
.descripcion span {
  line-height: 1.5;
  font-size: 14px;
}
.perfil {
  height: 180px;
}
.mapa img {
  padding: 35px 0;
}
p {
  line-height: 1.5;
}
.padd20 {
  padding-top: 20px;
}
.main-footer .list-info a:focus {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}
.Modal-Prototipo {
  padding: 0 80px 0 80px;
}
.table-striped {
  font-size: .8em;
}
/*.BackMarron img {
  padding: 20px;
}*/
.text-footer {
  text-align: center;
}
.text-footer p {
  font-size: 1.5em;
}
.text-footer span {
  font-size: 1.6em;
  display: block;
}
.flex-center {
  display: flex;
  align-items: center;
  margin: 20px;
}
.alert-info {
  color: #065074;
  background-color: #d9edf7;
  border-color: #8dc2cc;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #684A18;
}
.parrafo {
  font-size: 1.2em;
}
.verde {
  color: #10312b;
}

@media (max-width: 991px) {
  .head {
    background-image: url(images/back2.jpg);
  }
  .headinicio {
    background-image: url(images/backConstruccion2.jpg);
    min-height: 200px;
  }
  /*.logoConstruyesHome {
    width: 100%;
  }*/
  .linea {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
  }
  .linea img {
    width: 30%;
  }
  .linea span {
    font-size: 1.6em;
    font-weight: 600;
  }
  .linea P {
    line-height: 1.5;
    font-size: 18px;
    padding-bottom: 30px;
    border-bottom: 4px solid #d5c29d;
  }
  .fase {
    width: 100%;
    margin-bottom: 40px;
  }
  .btn-group-sm>.btn, .btn-sm {
    padding: 10px 15px;
    font-size: 26px;
  }
  .modal-body {
    padding: 20px 20px 20px;
  }
  .carousel-indicators {
    top: 100%;
  }
  /*.carousel-control.left, .carousel-control.right {
    top: 27px;
  }*/
  .carousel-indicators li {
    border: 1px solid #040404;
  }
  .carousel-indicators .active {
    background-color: #000;
  }
  .DescripcionConstruyesHome h2 {
    font-size: 1.2em;
  }
  .infoprototipo h3 {
    font-size: 1.6em;
    margin-top: 40px;
  }
  .span01 {
    font-size: 1em;
  }
  .span02 {
    font-size: 1.4em;
  }
  .descripcionVivienda {
    font-size: 1em;
  }
  .caracteristicas {
    font-size: 1em;
  }
  .btn-group-sm>.btn, .btn-sm {
    font-size: 1em;
  }
  .modal-footer p {
    font-size: .9em;
  }
  .Modal-Prototipo {
    padding: 0;
  }
  .modal-body > .close {
    display: none;
  }
  .division {
    margin-top: 20px;
  }
  .img-responsive {
    margin: 0 auto;
  }
  .BackMarron img {
    width: 25%;
    padding: 10px;
  }
  .text-footer img {
    width: 45%;
    padding: 10px;
  }
  .text-footer p {
    font-size: 1.2em;
  }
  .text-footer span {
    font-size: 1.4em;
    display: block;
  }
  .flex-center {
    display: block;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .columna ol {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .linea img {
    width: 40%;
  }
  .backhome {
    background-image: url(images/backConstruccion2.jpg);
  }
  .column {
    width: 100%;
  }
  .logoConstruyesHome {
    width: 100%;
  }
  .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .BackMarron img {
    width: 45%;
    padding: 10px;
  }
  .text-home {
    padding: 0px;
  }
  .text-home p {
    font-size: 1em;
  }
  .BackVerde p, .BackMarron p {
    font-size: 1em;
  }
  .img25 {
    width: 50%;
  }
  .text-footer img {
    width: 65%;
    padding: 10px;
  }
  .text-footer p {
    font-size: 1em;
  }
  .text-footer span {
    font-size: 1.2em;
    display: block;
  }
}