
/* Footer responsive fausto */
.txt-custom
{
  margin-top:5%;
    color: #1D3C76;
  font-size: 18px;
}
.colorFooter
{
  background-color: rgb(205, 211, 211) !important;
}

/* Footer responsive fausto */
.left-rigth-zero
{
margin-left: 0!important;
margin-right: 0!important;
}
.txt-custom
{
margin-top:5%;
  color: #1D3C76;
font-size: 20px;
text-align: justify;

}
.margin-top-20px
{
margin-top: 20px;
}
.colorFooter
{
background-color: rgb(205, 211, 211) !important;
}

.img-logo-itebio-footer
{
width: 45%;
margin-top: 35px;
}
.text-center-footer
{
margin-left:25%; margin-right:25%;
}

.subtitles-center-footer
{
text-align:center;
}

.remove
{
filter: brightness(1.1);
mix-blend-mode: multiply;
}

.colorFooter
{
background-color: rgba(229, 229, 229);
}

.sizeIcon
{
width: 4%;
}

.spaceIcon
{
margin-left: 5%;
}

/* responsive footer */


/* Escritorio extra grande */
@media only screen and (min-width: 1200px)
{

}
/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
.text-center-footer
{
  margin-left: 5%;
  margin-right: 5%;
}
.txt-custom
{
  text-align: center;
}
.subtitles-center-footer
{
  margin-top: 35px;
}
}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px)
{
.text-center-footer
{
  margin-left: 1%;
  margin-right: 1%;
}
.txt-custom
{
  text-align: center;
}
.subtitles-center-footer
{
  margin-top: 35px;
  font-size: 18px;
}
}


/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px)
{
.text-center-footer
{
  margin-left: 1%;
  margin-right: 1%;
}
.txt-custom
{
  text-align: center;
}
}

/* telefonos */
@media only screen and (max-width: 575px)
{
.text-center-footer
{
  margin-left: 1%;
  margin-right: 1%;
}
.txt-custom
{
  text-align: center;
  font-size: 16px;
}
}

/* telefonos mas chicos */
@media only screen and (max-width: 270px)
{

}
