@media only screen and (max-width:768px){
	.iconos_home_calido .cntb-507090-0-0-imagen{
		max-width:75%;
	}
   .iconos_home_calido .cntb-507090-0-0-imagen-picture{
   	text-align:center;
   }
   .iconos_home_calido .cntb-507090-0-icono-element{
   	margin-bottom:20px;
   }
}@media only screen and (min-width:768px) and (max-width:992px){
  .h1_cabecera h1.h1_fondo {
		text-align:center!important;
      margin:0 auto!important;   
      font-size:50px!important;
      line-height:50px!important;
      margin-bottom:15px!important;
  }
  .h1_cabecera h2 {
  		text-align:center!important;
  }
  .page_container.h1_cabecera.h1_centrado {
        text-align:center!important;
    }
    .page_container.h1_cabecera.h1_centrado a.btn-primary {
        margin-top:20px!important;
    }
}
@media only screen and (min-width:576px) and (max-width:768px){
	.h1_cabecera h1.h1_fondo {
		text-align:center!important;
      margin:0 auto!important;   
      font-size:35px!important;
      line-height:35px!important;
      margin-bottom:15px!important;
  }
  .back_image_reserve_container .h1_cabecera h2 {
  		text-align:center!important;
      font-size:30px!important;
  }
  .page_container.h1_cabecera.h1_centrado {
        text-align:center!important;
    }
    .page_container.h1_cabecera.h1_centrado a.btn-primary {
        margin-top:20px!important;
    }
}@keyframes slideUpFadeIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
} 
.cntb-507091-0-proyecto-row>div {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0s ease, transform 0s ease; 
}
.cntb-507091-0-proyecto-row.active>div{
  opacity: 0; 
  transform: translateY(50px); 
  animation: slideUpFadeIn .4s ease forwards; 
}
.cntb-507091-0-proyecto-row>div:nth-child(1) {
  animation-delay: 0s;
}

.cntb-507091-0-proyecto-row>div:nth-child(2) {
  animation-delay: 0.25s;
}

.cntb-507091-0-proyecto-row>div:nth-child(3) {
  animation-delay: .5s;
}

.cntb-507091-0-proyecto-row>div:nth-child(4) {
  animation-delay: .75s;
}

.cntb-507091-0-proyecto-row>div:nth-child(5) {
  animation-delay: 1s;
}

.cntb-507092-0-noticia-row>div {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0s ease, transform 0s ease; 
}
.cntb-507092-0-noticia-row.active>div{
  opacity:1; 
  transform: translateY(50px); 
  animation: slideUpFadeIn .4s ease forwards; 
}
.cntb-507092-0-noticia-row>div:nth-child(1) {
  animation-delay: 0s;
}

.cntb-507092-0-noticia-row>div:nth-child(2) {
  animation-delay: 0.25s;
}

.cntb-507092-0-noticia-row>div:nth-child(3) {
  animation-delay: .5s;
}

.cntb-507092-0-noticia-row>div:nth-child(4) {
  animation-delay: .75s;
}

.cntb-507092-0-noticia-row>div:nth-child(5) {
  animation-delay: 1s;
}

@media (max-width:992px) {
.cntb-507092-0-noticia-row>div {opacity:1; transform:none;}
}.cntb-507092-0-noticia-row>div {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0s ease, transform 0s ease; 
}
.cntb-507092-0-noticia-row.active>div{
  opacity:1; 
  transform: translateY(50px); 
  animation: slideUpFadeIn .4s ease forwards; 
}
.cntb-507092-0-noticia-row>div:nth-child(1) {
  animation-delay: 0s;
}

.cntb-507092-0-noticia-row>div:nth-child(2) {
  animation-delay: 0.25s;
}

.cntb-507092-0-noticia-row>div:nth-child(3) {
  animation-delay: .5s;
}

.cntb-507092-0-noticia-row>div:nth-child(4) {
  animation-delay: .75s;
}

.cntb-507092-0-noticia-row>div:nth-child(5) {
  animation-delay: 1s;
}

@media (max-width:992px) {
.cntb-507092-0-noticia-row>div {opacity:1; transform:none;}
}