@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../recursos/Montserrat-Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../recursos/Montserrat-Black.ttf') format('opentype');
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../recursos/Montserrat-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../recursos/Montserrat-SemiBold.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../recursos/Montserrat-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../recursos/Montserrat-Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-MediumItalic';
  src: url('../recursos/Montserrat-MediumItalic.ttf') format('opentype');
}

#footer3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 300px;
}

#Footer3Stl {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

#Footer3Img {
  width: 30%;
  height: 100%;
  background-color: #E0E1E6;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Footer3Descrip {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

#Footer3DPES {
  background-image: url('../recursos/footer2Fondo2.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  max-height: 8vh;
}

#Footer3IMGES {
  height: 40px;
  width: auto;
}

#TXT3DPES {
  color: grey;
  font-family: 'Montserrat-Regular';
}

#Contenedor_C {
  display: flex;
  height: 100%;
  width: 50%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

#Contenedor_R {
  display: flex;
  gap: 15px;
  height: 100%;
  width: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

#imagen_empatica {
  height: 40px;
  width: auto;
}

/* Teléfonos móviles pequeños */
@media (max-width: 320px) {

  #Footer3DPES {
    background-image: url(../recursos/footer2Fondo2.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    /* max-height: 30%; */
    height: 0%;
  }

  #TXT3DPES {
    color: grey;
    font-family: 'Montserrat-Regular';
    width: 72%;
  }

  #imagen_empatica {
    height: auto;
    width: 100px;
    margin-left: -62%;
  }

}

/*Teléfonos móviles medianos*/
@media (min-width: 321px) and (max-width: 375px) {

  #footer3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 530px;
  }

  #Footer3Stl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  #Footer3Img {
    width: 100%;
    height: 40%;
    background-color: #E0E1E6;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #Footer3Descrip {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  #Footer3IMGES {
    height: 70%;
    width: auto;
  }

  #Footer3DPES {
    background-image: url(../recursos/footer2Fondo2.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    /* max-height: 30%; */
    height: 0%;
  }

  #TXT3DPES {
    color: grey;
    font-family: 'Montserrat-Regular';
    width: 72%;
  }

  #Contenedor_C {
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 14%;
  }

  #Contenedor_R {
    display: flex;
    /* gap: 15px; */
    height: 100%;
    /* width: 50%; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-left: 12%;
  }

  #imagen_empatica {
    height: auto;
    width: 100px;
    margin-left: -62%;
  }

}

/*Teléfonos móviles grnandes*/
@media (min-width: 376px) and (max-width: 425px) {

  #footer3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 570px;
  }

  #Footer3Stl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  #Footer3Img {
    width: 100%;
    height: 40%;
    background-color: #E0E1E6;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #Footer3Descrip {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  #Footer3IMGES {
    height: 70%;
    width: auto;
  }

  #Footer3DPES {
    background-image: url(../recursos/footer2Fondo2.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    /* max-height: 30%; */
    height: 0%;
  }

  #TXT3DPES {
    color: grey;
    font-family: 'Montserrat-Regular';
    width: 72%;
  }

  #Contenedor_C {
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 14%;
  }

  #Contenedor_R {
    display: flex;
    /* gap: 15px; */
    height: 100%;
    /* width: 50%; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-left: 12%;
  }

  #imagen_empatica {
    height: auto;
    width: 100px;
    margin-left: -54%;
  }

}

/* Tabletas en modo retrato */
@media (min-width: 426px) and (max-width: 768px) {

  #footer3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 570px;
  }

  #Footer3Stl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  #Footer3Img {
    width: 100%;
    height: 40%;
    background-color: #E0E1E6;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #Footer3Descrip {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  #Footer3IMGES {
    height: 70%;
    width: auto;
  }

  #Footer3DPES {
    background-image: url(../recursos/footer2Fondo2.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    /* max-height: 30%; */
    height: 0%;
  }

  #TXT3DPES {
    color: grey;
    font-family: 'Montserrat-Regular';
    width: 72%;
    margin-left: -4%;
  }

  #Contenedor_C {
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 14%;
  }

  #Contenedor_R {
    display: flex;
    /* gap: 15px; */
    height: 100%;
    /* width: 50%; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-left: 12%;
  }

  #imagen_empatica {
    height: auto;
    width: 100px;
    margin-left: -54%;
  }


}

/* Tabletas en modo paisaje */
@media (min-width: 769px) and (max-width: 1024px) {

  #Footer3IMGES {
    height: 30px;
    width: auto;
  }

  #Contenedor_C {
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 14%;
  }

  #Contenedor_R {
    display: flex;
    /* gap: 15px; */
    height: 100%;
    /* width: 50%; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-left: 12%;
  }

}

/* Ordenadores portátiles pequeños */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* Monitores de PC de escritorio */
@media (min-width: 1281px) and (max-width: 1600px) {}

/* Monitores de PC de escritorio grandes */
@media (min-width: 1601px) and (max-width: 1920px) {}

/* Televisores y proyectores HD */
@media (min-width: 1921px) and (max-width: 2560px) {}

/* Televisores y proyectores 4K */
@media (min-width: 2561px) {}