* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background-color: #DEEFFF;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  min-width: 992px !important;
}

.seccionPublicacion {
  margin: auto;
  padding: 0;
}

.img-fluid {
  width: 65%;
}

.publicaciones {
  background-image: url('resources/images/DEF-backg-publicaciones.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  width: 80%; 
  margin: 0 auto;
  padding: 50px;
}

.cont_title {
  margin: 30px auto 0 auto;
  width: 100%;
  padding: 45px 15px 0 25px;
  text-align: center;
}

.title_1 {
  color: #004B9D;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 70px;
}

.title_2 {
  color: #004B9D;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 60px;
}


.cont_date {
  margin: 10px auto 30px auto;
  width: 100%;
  padding: 15px 30px 30px 50px;
  text-align: center;
}

.date {
  color: #004B9D;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 27px;
}


.especializados {
  background-image: url('resources/images/ESPEC-backg-publicaciones.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding: 50px;
  width: 80%;
  margin: 0 auto;
  display: flex; 
  flex-direction: column;
  align-items: center; 
}

.cont_first_image_set{
  display:flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
}

.cont_second_image_set {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont_third_image_set {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont_img_guia_definitiva {
  width: 60%;
}

.cont_fourth_image_set {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.cont_fifth_image_set {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 90%;
}

.img_3d_especializados {
  width: 80%;
}

@media screen and (max-width: 710px) {
  .img-fluid {
    width: 80%;
  }

  .publicaciones {
    width: 100%;
    padding: 30px 30px 10px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size:auto;
  }

  .especializados {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 30px 30px  15px;
    display: flex;
    flex-direction: column;
    background-size: auto;
  }
  .cont_third_image_set  {
    display: flex;
    flex-direction: column;
    align-items:center;
  }
  .cont_general {
    width: 100%;
  }
  .cont_title {
    
  }
  .title_2 {
    font-size: 32px;
  }

  .date {
    font-size: 24px;
  }
}