@media only screen and (max-width: 1366px) {
  .segundo {
    display: none;
  }

  .servicios-mobile {
    display: flex;
    height: 1400px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }

  .vertical-line-self {
    height: 65%;
  }

  .line-c {
    height: 100%;
  }

  .servicio-imagen {
    width: 50%;
  }
  .servicio-secccion {
    margin: 20px 0 20px 0;
  }

  .servicio-ofrecidos-description {
    font-size: 16px;
    width: 80%;
  }

  .servicios-foto-mobile {
    margin: 10px auto;
    text-align: center;
    transition: 0.5s;
    width: 70%;
  }

  .servicios-foto-mobile:hover {
    transform: scale(1.05);
  }

  .servicios-foto-mobile img {
    width: 100%;
  }

  .servicios-flex {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  body,
  html {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    z-index: 909;
    width: 100%;
  }

  .noticias-imagen {
    max-width: 70%;
  }

  .line-c {
    display: none;
  }

  .twitter-publicaciones {
    display: none;
  }

  .ultima-publicaciones-seccion {
    width: 90%;
    color: rgb(124, 163, 197);
    font-weight: bold;
  }

  .contactenos {
    width: 100% !important;
  }

  .thumbnail-news {
    font-size: 1.2vh;
  }

  .news-title {
    font-size: 2vh;
    text-align: justify;
  }

  .publicaciones-menu {
    width: 100%;
    margin: 0 auto;
    border: none;
    text-decoration: underline;
    font-size: 16px !important;
    color: rgb(124, 163, 197);
    font-weight: bold;
  }

  .publicaciones-titulo-mobile {
    width: 100%;
    text-align: center;
    display: block;
  }
  .publicaciones-contenido {
    display: none;
  }
  .publicaciones-contenido-noticias {
    width: 90%;
  }
  .contenido-contenido {
    font-size: 13px;
  }

  .vertical-line-self {
    display: none;
  }

  .ultima-publicaciones-img {
    max-width: 150px;
    margin-left: 10px;
  }

  .nosotros-titulo {
    font-size: 3vh;
  }

  .ultima-publicaciones-titulo {
    position: absolute;
    top: -30px;
    font-size: 3vh;
    margin-top: 30px;
  }

  .segundo {
    display: none;
  }

  .ultima-publicaciones-data {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  .ultima-publicaciones-data-titulo {
    width: 70%;
    text-align: justify;
    padding-left: 10px;
    font-size: 1.5vh;
    text-decoration: underline;
  }

  .sobre-nosotros {
    width: 90%;
    margin: 10px auto;
    font-size: 13px;
  }

  .header-logo {
    top: 30px;
    left: 10px;
    min-width: 130px;
    width: 130px;
  }

  .header-logo img {
    min-width: 130px;
    width: 130px;
  }

  .jumbotron {
    position: relative;
    width: 100%;
    background: white url('../images/container_pic.jpg');
    background-size: cover;
    height: 350px;
    background-position: center;
  }

  .header-menu .navbar {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
  }

  #menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    text-align: center;
    width: 50px;
  }

  #menu-button:hover {
    cursor: pointer;
  }

  .bio-bio {
    margin: 0 auto;
    width: 90%;
  }

  .bio-mobile-pic {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .bio-name {
    margin-top: 25px;
  }

  .biopic {
    /* width: 70% !important; */
  }

  .biopic-image {
    display: none;
  }

  .jumbotron .jumbotron-buttons-container {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 30px;
  }

  .jumbotron-buttons {
    font-size: 20px;
  }

  .socio-nombre {
    text-align: center;
  }

  .socio-buttons {
    font-size: 11px;
  }

  .biopic-image-mobile {
    display: block;
  }

  .bio-mobile-pic img {
    width: 50%;
  }

  .bio-pic {
    display: none;
  }

  .bio-text {
    font-size: 13px;
  }
  .bio-text .left {
    text-align: center;
  }

  .bio-section {
    display: flex;
    flex-direction: column;
  }

  .header-social {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    /* padding-left: 90px; */
  }

  .header-social ul {
    margin: 0;
    padding: 0;
  }

  .header-social li {
    margin: 0;
    padding: 0;
  }

  .navbar .links {
    display: none;
  }

  #menu-mobile {
    left: 0;
    top: 50px;
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.589);
    color: black;
  }

  #menu-mobile ul,
  #menu-mobile a {
    display: block;
    padding: 0;
    margin: 0;
  }

  #menu-mobile a {
    width: 100%;
    height: 50px;
    background-color: rgb(107, 204, 219);
    line-height: 45px;
    color: white;
    box-sizing: border-box;
  }

  #menu-mobile a:hover {
    background-color: rgb(40, 63, 126);
    border-bottom: 4px solid orange;
    color: orange;
  }

  .servicios {
    min-height: 380px;
  }

  .servicios-list {
    display: none;
  }

  .servicios-container {
    display: block;
  }

  .servicios-foto-mobile {
    margin: 10px auto;
    text-align: center;
    transition: 0.5s;
  }

  .servicios-foto-mobile:hover {
    transform: scale(1.05);
  }

  .servicios-foto-mobile img {
    width: 90%;
  }

  .como-llegar {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    color: rgb(124, 163, 197);
    margin-bottom: 5px;
  }

  .servicios-mobile {
    display: block;
    height: 360px;
  }

  .servicios-ofrecidos-servicios {
    margin: 10px 0;
    width: 100%;
  }

  .servicio-ofrecidos-description {
    font-size: 13px;
  }
  .servicio-ofrecidos-title,
  .servicio-ofrecidos-description {
    width: 100%;
  }

  .contactos {
    display: flex;
    flex-direction: column;
  }

  .contactos .contacto-texto {
    width: 100%;
  }

  .input-field input,
  .contact-select {
    width: 100%;
  }

  .contactos-fields {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px;
  }

  .mobile-map {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    display: block;
  }

  .servicio-ofrecidos-title {
    font-size: 15px;
  }
  .servicio-secccion {
    font-size: 13px;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .servicio-imagen {
    display: none;
  }

  .servicio-imagen-mobile {
    display: block;
    text-align: center;
    margin: 5px auto;
    width: 90%;
  }

  .servicio-imagen-mobile img {
    width: 90%;
  }

  .servicio-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    font-size: 2.2vw;
  }

  .servicio-ofrecidos-description ul {
    list-style-type: none;
    padding: 0;
  }

  .servicio-ofrecidos-description ul li {
    list-style-type: none;
    margin: 10px;
  }

  .servicios-section {
    display: flex;
    flex-direction: row;
  }

  .avatar-servicio {
    width: 30%;
  }

  .avatar-info {
    width: 70%;
  }

  .avatar-title {
    font-weight: bold;
  }
  .avatar-description,
  .avatar-title {
    text-align: left;
  }

  .self-container {
    /* display: none; */
    height: 550px;
  }

  .localizanos {
    display: none;
  }
  .self {
    display: flex;
    flex-direction: column;
  }

  .self-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin-bottom: 60px;
  }

  .nosotros-card {
    margin-top: 10px;
    width: 95%;
    font-size: 13px;
  }

  .certifications {
    display: flex;
    flex-direction: column;
    gap: 50px;
    min-height: 300px;
  }

  .certifications > div {
    text-align: center;
  }

  .certifications > div > img {
    width: 50%;
    margin: 0 auto;
  }

  footer {
    /* display: none; */
  }

  .footer-network {
    display: none;
  }

  .vl {
    display: none;
  }

  .footer-split {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .footer-flex {
    display: block;
    flex-direction: row;
  }

  .footer-servicio-list {
    width: 100%;
  }

  .footer-contact {
    display: flex;
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0;
  }

  .coorporativo {
    width: 100%;
    font-size: 1vw;
    margin-left: 0;
    left: 20px;
    margin-bottom: 25px;
  }

  .footer-plugin {
    margin: 0 auto;
    width: 84%;
    height: 350px;
  }

  .coorp-title {
    font-size: 5vw;
    padding-bottom: 15px;
  }

  .coorp-item {
    margin-bottom: 10px;
  }
  .coorp-info {
    font-size: 3vw;
  }

  .footer-section {
    display: none;
  }

  .footer-section-mobile {
    display: block;
  }

  .footer-servicios {
    width: 100%;
    text-align: center;
  }

  .footer-servicios ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 2px 0;
    padding: 0;
  }

  .footer-servicios ul li {
    display: inline-block;
    padding: 5px;
    font-size: 3vw;
  }

  .footer-servicio-list-title {
    font-size: 5vw;
    padding-left: 25px;
  }

  .coorpoativo-1 {
    padding-left: 25px;
  }

  .copyright {
    font-size: 2.2vw;
  }

  .fecha-publicacion {
    font-size: 1.2vh;
    color: rgb(124, 163, 197);
    float: right;
    font-weight: bold;
    margin: 5px 0;
  }

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    overflow: hidden;
  }

  /* Modal Content/Box */
  .modal-content {
    z-index: 999;
    position: relative;
    background-color: #fefefe;
    margin: 35% auto; /* 15% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 60%;
    color: rgb(124, 163, 197);
    text-align: justify;
    overflow-y: scroll;
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .certificacion {
    box-sizing: border-box;
    transition: 1s;
  }
}
