.bg-container-index {
    width: 100vw;
    padding: 20px 0px;
    position: relative;
    background-color: #103444;
}

/************************************************************************************************
*
* Styles for new Index
*
************************************************************************************************/

@supports ((-webkit-hyphens:auto) or (hyphens:auto)) {
	.text-justify-justify {
		text-align: justify;
		-webkit-hyphens: auto; /* A día de hoy aún es necesario el prefijo para soportar a Safari */
		hyphens: auto;
	}
}

@media (min-width: 7600px) and (max-width: 8000px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 90px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 390px; font-size: 99px; font-weight: bold; text-align: center; margin-top: 10px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 1050px; font-size: 85px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 600px; font-size: 85px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 850px; font-size: 85px;
    }

    .memoria-tomo-1{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 350px; font-size: 85px;
    }
  
    .blocks-text-header{
      text-align: center; 
      color: #103444; 
      font-weight: bold;
      font-size: 110px;
      margin-left: 5%; 
      margin-right: 5%;
      margin-bottom: 100px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 7400px) and (max-width: 7599px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 90px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 390px; font-size: 93px; font-weight: bold; text-align: center; margin-top: 10px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 1000px; font-size: 85px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 540px; font-size: 85px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 800px; font-size: 85px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 7309px) and (max-width: 7399px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 90px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 390px; font-size: 93px; font-weight: bold; text-align: center; margin-top: 10px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 940px; font-size: 85px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 490px; font-size: 85px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 750px; font-size: 85px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 7099px) and (max-width: 7308px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 90px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 390px; font-size: 93px; font-weight: bold; text-align: center; margin-top: 10px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 850px; font-size: 85px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 480px; font-size: 85px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 740px; font-size: 85px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 6900px) and (max-width: 7098px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 90px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 330px; font-size: 89px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 800px; font-size: 85px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 330px; font-size: 85px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 700px; font-size: 85px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 6753px) and (max-width: 6899px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 90px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 330px; font-size: 89px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 750px; font-size: 85px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 280px; font-size: 85px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 650px; font-size: 85px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 6682px) and (max-width: 6752px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 90px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 330px; font-size: 83px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 750px; font-size: 80px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 400px; font-size: 80px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 650px; font-size: 80px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 6450px) and (max-width: 6681px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 80px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 330px; font-size: 83px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 740px; font-size: 80px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 300px; font-size: 80px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 640px; font-size: 80px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 6356px) and (max-width: 6449px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 80px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 330px; font-size: 80px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 700px; font-size: 80px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 260px; font-size: 80px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 600px; font-size: 80px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 6100px) and (max-width: 6355px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 80px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 330px; font-size: 80px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 660px; font-size: 80px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 230px; font-size: 80px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 490px; font-size: 80px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 5959px) and (max-width: 6099px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 70px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 280px; font-size: 76px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 660px; font-size: 75px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 250px; font-size: 75px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 550px; font-size: 75px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 5750px) and (max-width: 5958px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 70px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 280px; font-size: 74px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 610px; font-size: 75px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 200px; font-size: 75px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 450px; font-size: 75px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 5559px) and (max-width: 5749px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 70px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 230px; font-size: 72px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 580px; font-size: 75px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 75px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 400px; font-size: 75px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 5400px) and (max-width: 5558px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 70px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 230px; font-size: 70px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 580px; font-size: 70px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 200px; font-size: 70px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 400px; font-size: 70px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 5200px) and (max-width: 5399px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 65px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 230px; font-size: 68px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 530px; font-size: 70px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 150px; font-size: 70px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 380px; font-size: 70px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 5164px) and (max-width: 5199px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 60px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 230px; font-size: 68px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 530px; font-size: 65px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 65px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 450px; font-size: 65px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 5000px) and (max-width: 5163px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 60px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 230px; font-size: 62px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 530px; font-size: 65px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 65px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 380px; font-size: 65px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 4818px) and (max-width: 4999px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 60px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 210px; font-size: 62px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 480px; font-size: 65px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 65px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 320px; font-size: 65px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 150px;
        width: 150px;
      }
    
    .btn-prev {
      left: 150px;
    }
    
    .btn-next {
      right: 150px;
    }
  }

  @media (min-width: 4767px) and (max-width: 4817px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 55px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 210px; font-size: 60px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 480px; font-size: 60px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 150px; font-size: 60px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 400px; font-size: 60px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 130px;
        width: 130px;
      }
    
    .btn-prev {
      left: 130px;
    }
    
    .btn-next {
      right: 130px;
    }
  }

  @media (min-width: 4600px) and (max-width: 4766px){
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 55px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 210px; font-size: 60px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 470px; font-size: 60px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 60px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 330px; font-size: 60px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 130px;
        width: 130px;
      }
    
    .btn-prev {
      left: 130px;
    }
    
    .btn-next {
      right: 130px;
    }
  }

  @media (min-width: 4448px) and (max-width: 4599px){  /* Continuar con el responsive*/
    .background-new-color{
      background-color: #EDECEB;
    }
    
    .no-mobile{
      display: block;
    }
  
    .no-desktop{
      display: none;
    }
    
    .bg-image-title-index {
      width: 100vw;
      height: 40vh;
      position: relative;
      background-size: cover;
      -webkit-background-size: cover;
    }
    
    .button-ver-mas-index{
      background-color: #B75734; 
      color: #fff; 
      border-color: #B75734; 
      width: 30%; 
      height: 150px; 
      border-radius: 30px;
      border: 0;
      margin-top: 20px;
      font-size: 55px;
    }
    .button-ver-mas-index:hover{
      background-color: #103444;
      border-color: #103444;
    }

    .convocatoria{
        text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 210px; font-size: 58px; font-weight: bold; text-align: center; margin-top: 60px;
    }
    
    .container-blocks-index{
      width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
    }
    
    .container-blocks-index-img{
      display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
    }
    
    .block-index-img{
      width: 90%; margin-bottom: 18px; margin-left: 10%
    }
    
    .container-blocks-index-text{
      display: inline-block; width: 59%;
    }
    
    .perfil-urbano{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 430px; font-size: 60px;
    }
  
    .red-geodesica{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 60px;
    }
  
    .aplicaciones-uso-suelo{
      text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 280px; font-size: 60px;
    }
  
    .contenedor-slider {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider {
      display: flex;
      width: 300%;
      height: auto;
    }
    
    .slider__section {
      width: 100%;
      height: auto;
    }
    
    .slider__img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    .btn-prev, .btn-next {
      width: 80px;
      height: 80px;
      /*background: rgba(255, 255, 255, 0.7);*/
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 80px;
      font-size: 70px;
      font-weight: bold;
      text-align: center;
      border-radius: 50%;
      font-family: monospace;
      cursor: pointer;
    }
    
    .btn-prev:hover, .btn-next:hover {
      /*background: white;*/
      color: white;
      fill: #e26d42;
      transition-duration: 0.5s;
    }
    
    .arrow-slider{
        height: 130px;
        width: 130px;
      }
    
    .btn-prev {
      left: 130px;
    }
    
    .btn-next {
      right: 130px;
    }
  }

@media (min-width: 3800px) and (max-width: 3840px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 210px; font-size: 49px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 420px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 230px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 380px; font-size: 45px;
  }

  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3759px) and (max-width: 3799px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: none;
  }

  .no-desktop{
    display: block;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 200px; font-size: 47px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%; 
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 420px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 210px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 340px; font-size: 45px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3750px) and (max-width: 3758px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 200px; font-size: 47px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 30px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%; 
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 420px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 190px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 340px; font-size: 45px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3650px) and (max-width: 3749px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 190px; font-size: 45px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 20px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 410px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 160px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 330px; font-size: 45px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3600px) and (max-width: 3649px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 190px; font-size: 45px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 380px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 310px; font-size: 45px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3576px) and (max-width: 3599px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 190px; font-size: 44px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 380px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 310px; font-size: 45px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3490px) and (max-width: 3575px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 190px; font-size: 42px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 380px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 270px; font-size: 45px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3475px) and (max-width: 3499px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 190px; font-size: 42px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 40px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 350px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 110px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 250px; font-size: 45px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3408px) and (max-width: 3474px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 170px; font-size: 42px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 350px; font-size: 45px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 45px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 250px; font-size: 45px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3341px) and (max-width: 3407px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 150px; font-size: 40px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 360px; font-size: 40px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 40px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 300px; font-size: 40px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }

  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3300px) and (max-width: 3340px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 150px; font-size: 40px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 350px; font-size: 40px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 40px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 300px; font-size: 40px;
  }

  /*Slider*/
.contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3178px) and (max-width: 3299px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 150px; font-size: 40px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 340px; font-size: 40px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 40px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 280px; font-size: 40px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3100px) and (max-width: 3177px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 150px; font-size: 40px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 330px; font-size: 40px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 40px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 250px; font-size: 40px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 3090px) and (max-width: 3099px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 150px; font-size: 37px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 320px; font-size: 37px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 150px; font-size: 37px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 270px; font-size: 37px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2940px) and (max-width: 3089px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 150px; font-size: 36px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 320px; font-size: 37px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 37px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 270px; font-size: 37px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2900px) and (max-width: 2939px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 150px; font-size: 36px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 300px; font-size: 37px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 37px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 210px; font-size: 37px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2781px) and (max-width: 2899px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 35px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 300px; font-size: 35px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 35px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 240px; font-size: 35px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2750px) and (max-width: 2780px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 30px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 35px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 270px; font-size: 35px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 35px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 35px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2622px) and (max-width: 2749px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 34px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 260px; font-size: 33px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 33px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 220px; font-size: 33px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2600px) and (max-width: 2621px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 34px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 250px; font-size: 33px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 33px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 33px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2580px) and (max-width: 2599px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 33px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 290px; font-size: 30px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 130px; font-size: 30px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 220px; font-size: 30px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2506px) and (max-width: 2579px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 32px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 250px; font-size: 30px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 30px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 210px; font-size: 30px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2400px) and (max-width: 2505px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 31px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 240px; font-size: 30px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 30px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 210px; font-size: 30px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2384px) and (max-width: 2399px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 31px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 220px; font-size: 30px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 30px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 30px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2317px) and (max-width: 2383px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 30px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 220px; font-size: 30px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 30px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 150px; font-size: 30px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 80px;
    height: 80px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 80px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2225px) and (max-width: 2316px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 29px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 210px; font-size: 28px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 28px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 28px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 60px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 50px;
    width: 50px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2200px) and (max-width: 2224px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 29px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 200px; font-size: 28px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 28px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 28px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 60px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2150px) and (max-width: 2199px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 29px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 230px; font-size: 25px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 25px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 25px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 60px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2088px) and (max-width: 2149px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 27px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 190px; font-size: 25px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 25px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 160px; font-size: 25px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 60px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 2050px) and (max-width: 2087px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 80px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 25px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 27px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 190px; font-size: 25px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 25px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 160px; font-size: 25px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 60px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 1987px) and (max-width: 2050px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 60px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 25px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 200px; font-size: 25px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 25px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 25px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 60px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 1950px) and (max-width: 1986px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 60px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 25px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 190px; font-size: 25px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 25px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 130px; font-size: 25px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 60px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 1921px) and (max-width: 1949px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 60px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 25px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%;
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 25px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 25px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 25px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 60px;
    height: 60px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 50px;
  }
  
  .btn-next {
    right: 50px;
  }
}

@media (min-width: 1892px) and (max-width: 1920px){
  /*.background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 50px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%; vertical-align: top; height: 400px; margin-top: 20px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; /*margin-bottom: 220px;*/ /*font-size: 22px; 
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 22px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 22px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 32px;
    margin-left: 5%; 
    margin-right: 5%;
  }


  
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .slider:hover ~ .btn-prev{
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    transition:all .3s ease;
  }
  .slider:hover ~ .btn-next{
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    transition:all .3s ease;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next{
    width: 40px;
    height: 40px;
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    
    color: white;
    fill: #e26d42;
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 20px;
    transform:translateX(-50px);
    visibility: hidden;
    transition:all .3s ease;
  }
  
  .btn-next {
    right: 20px;
    transform:translateX(50px);
    visibility: hidden;
    transition:all .3s ease;
  }*/
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 50px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%; vertical-align: top; height: 400px; margin-top: 20px;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 24px; font-weight: bold; text-align: center; margin-top: 100px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 220px; font-size: 22px; 
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 22px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 22px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 32px;
    margin-left: 5%; 
    margin-right: 5%;
  }


  
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .slider:hover ~ .btn-prev{
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    transition:all .3s ease;
  }
  .slider:hover ~ .btn-next{
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    transition:all .3s ease;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next{
    width: 40px;
    height: 40px;
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    
    color: white;
    fill: #e26d42;
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 20px;
    transform:translateX(-50px);
    visibility: hidden;
    transition:all .3s ease;
  }
  
  .btn-next {
    right: 20px;
    transform:translateX(50px);
    visibility: hidden;
    transition:all .3s ease;
  }
}

@media (min-width: 1860px) and (max-width: 1891px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px; font-weight: bold; text-align: center; margin-top: 90px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 200px; font-size: 22px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 22px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 22px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 32px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1850px) and (max-width: 1859px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px; font-weight: bold; text-align: center; margin-top: 90px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 200px; font-size: 22px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 22px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 22px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 22px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 32px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1838px) and (max-width: 1849px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px; font-weight: bold; text-align: center; margin-top: 90px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 200px; font-size: 22px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 22px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 160px; font-size: 22px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 22px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 32px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1825px) and (max-width: 1837px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px; font-weight: bold; text-align: center; margin-top: 90px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 200px; font-size: 22px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 22px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 22px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 22px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 32px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1776px) and (max-width: 1824px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 190px; font-size: 22px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 22px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 160px; font-size: 22px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 22px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 30px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1755px) and (max-width: 1775px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 30px; margin-bottom: 10px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 22px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 22px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 160px; font-size: 22px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 22px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 30px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1742px) and (max-width: 1754px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 22px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 210px; font-size: 20px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 20px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 160px; font-size: 20px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 20px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 29px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1720px) and (max-width: 1741px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 21px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 210px; font-size: 20px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 20px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 160px; font-size: 20px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 20px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 29px;
    margin-left: 5%; 
    margin-right: 5%;
  }
  

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1700px) and (max-width: 1719px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 21px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 20px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 20px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 150px; font-size: 20px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 20px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 29px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 45px;
    width: 45px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1691px) and (max-width: 1699px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 21px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 20px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 20px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 150px; font-size: 20px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 20px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 28px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 40px;
    width: 40px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1671px) and (max-width: 1690px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 21px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 50px; margin-bottom: 50px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 180px; font-size: 20px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 20px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 150px; font-size: 20px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 20px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 28px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 40px;
    width: 40px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1589px) and (max-width: 1670px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 20px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 40px; margin-bottom: 40px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 170px; font-size: 20px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 20px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 20px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 5px; font-size: 20px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 27px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 40px;
    width: 40px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1500px) and (max-width: 1588px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 15px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 70px; font-size: 19px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 35px; margin-bottom: 35px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 150px; font-size: 20px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 20px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 110px; font-size: 20px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 18px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 25px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 40px;
    width: 40px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1430px) and (max-width: 1499px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 15px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 60px; font-size: 18px; font-weight: bold; text-align: center; margin-top: 80px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 18px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 18px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 110px; font-size: 18px;
  }
  
  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 18px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 22px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 40px;
    width: 40px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1380px) and (max-width: 1429px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 12px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 60px; font-size: 18px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 130px; font-size: 18px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 18px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 18px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 17px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 20px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-left: 5%; 
    margin-right: 5%;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 40px;
    width: 40px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1335px) and (max-width: 1379px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 12px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 18px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 18px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 18px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 17px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 18px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 40px;
    width: 40px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1290px) and (max-width: 1334px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 12px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 17px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 17px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 17px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 16px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 17px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 40px;
    width: 40px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1253px) and (max-width: 1289px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 12px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 110px; font-size: 16px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 16px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 16px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 15px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 17px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 35px;
    width: 35px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1252px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 12px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 110px; font-size: 15px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 15px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 15px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 14.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 16px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 35px;
    width: 35px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1192px) and (max-width: 1199px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 20px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 18px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 15px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 15px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 15px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 14.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 16px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 35px;
    width: 35px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1118px) and (max-width: 1191px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 13px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 13px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 13px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 13px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 16px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 35px;
    width: 35px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1086px) and (max-width: 1117px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: 00px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 60px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 13px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 13px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 13px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 12.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 14px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 35px;
    width: 35px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1032px) and (max-width: 1085px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 40px; font-size: 16px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 12px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 12px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 12px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 12px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 14px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 30px;
    width: 30px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 1003px) and (max-width: 1031px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: -05px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 40px; font-size: 16px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 12px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 12px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 12px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 11.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 14px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 30px;
    width: 30px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 950px) and (max-width: 1002px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: -50px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 20px; font-size: 15px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 11px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 11px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 11px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 10.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 12px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 30px;
    width: 30px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 946px) and (max-width: 949px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 15px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 11px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 11px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 11px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 10.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 12px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 28px;
    width: 28px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 919px) and (max-width: 945px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: -5px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 14px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 11px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 11px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 11px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: -3px; font-size: 10.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 28px;
    width: 28px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 887px) and (max-width: 918px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: -5px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }
  
  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 14px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 85px; font-size: 11px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 25px; font-size: 11px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 11px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 10.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 28px;
    width: 28px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 874px) and (max-width: 887px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 14px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 85px; font-size: 11px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 25px; font-size: 11px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 11px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 10.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 28px;
    width: 28px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 860px) and (max-width: 873px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 13px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 10px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 10px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 10px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 10px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 28px;
    width: 28px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}


@media (min-width: 846px) and (max-width: 859px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 28px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 13px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 10px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 10px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 10px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 10px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 26px;
    width: 26px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 836px) and (max-width: 845px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 27px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px !important;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 13px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 10px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 10px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 10px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 10px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 26px;
    width: 26px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 803px) and (max-width: 835px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 10px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 10px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 55px; font-size: 10px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 9.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 26px;
    width: 26px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 774px) and (max-width: 802px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }

  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 9px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 26px;
    width: 26px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 761px) and (max-width: 773px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 20px; font-size: 12px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 9px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 10px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 26px;
    width: 26px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 752px) and (max-width: 760px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
  
  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 20px; font-size: 12px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 15px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 9px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 10px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 26px;
    width: 26px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 715px) and (max-width: 751px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 20px; font-size: 11px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 8.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 9px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 26px;
    width: 26px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 700px) and (max-width: 714px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 10px; font-size: 11px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 8.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 9px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 26px;
    width: 26px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 688px) and (max-width: 699px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 7px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 10px; font-size: 11px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 8px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 8px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 55px; font-size: 8px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 8px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 9px;
    margin-left: 5%; 
    margin-right: 5%;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 25px;
    width: 25px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 677px) and (max-width: 687px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 20px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 7px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 10px; font-size: 11px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 8px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 8px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 55px; font-size: 8px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 8px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 9px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 25px;
    width: 25px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 669px) and (max-width: 676px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 20px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 7px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 10px; font-size: 10px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 44%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 8px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 8px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 55px; font-size: 8px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 8px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 9px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 25px;
    width: 25px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 640px) and (max-width: 668px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 20px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 10px; font-size: 20px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 140px; font-size: 15px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 50px; font-size: 15px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 15px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 15px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 20px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 25px;
    width: 25px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 631px) and (max-width: 639px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 15px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 10px; font-size: 20px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 125px; font-size: 15px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 15px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 85px; font-size: 15px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 15px; font-size: 15px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 20px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 25px;
    width: 25px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 620px) and (max-width: 630px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 10px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 10px; font-size: 20px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 110px; font-size: 15px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 15px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 85px; font-size: 15px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 15px; font-size: 15px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 20px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 25px;
    width: 25px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 613px) and (max-width: 619px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 10px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 20px; font-size: 20px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 110px; font-size: 15px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 15px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 85px; font-size: 15px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 15px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 20px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 25px;
    width: 25px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 583px) and (max-width: 612px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 20px; font-size: 19px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 15px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 15px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 15px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 15px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 18px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 25px;
    width: 25px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}


@media (min-width: 579px) and (max-width: 582px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 40px; font-size: 19px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 14px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 14px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 14px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 14px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 18px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 24px;
    width: 24px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 572px) and (max-width: 578px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 40px; font-size: 18px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 120px; font-size: 14px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 14px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 100px; font-size: 14px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 14px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 18px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 24px;
    width: 24px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 544px) and (max-width: 571px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 40px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 115px; font-size: 14px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 14px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 95px; font-size: 14px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 14px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 16px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 24px;
    width: 24px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}


@media (min-width: 530px) and (max-width: 543px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 17px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 105px; font-size: 14px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 25px; font-size: 14px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 14px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 5px; font-size: 14px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 16px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 24px;
    width: 24px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 505px) and (max-width: 529px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 16px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 110px; font-size: 12px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 12px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 12px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 12px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 16px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 24px;
    width: 24px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 496px) and (max-width: 504px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 16px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 12px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 12px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 12px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 10px; font-size: 12px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 15px;
    margin-left: 5%; 
    margin-right: 5%;
    /*margin-bottom: -10px;*/
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 24px;
    width: 24px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 490px) and (max-width: 495px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 35px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 16px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 90px; font-size: 12px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 35px; font-size: 12px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 12px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 12px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 14px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -5px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 24px;
    width: 24px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 467px) and (max-width: 489px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 15px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 95px; font-size: 12px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 12px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 12px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 12px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 14px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -5px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 440px) and (max-width: 466px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12.5px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 85px; font-size: 12px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 12px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 12px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 11.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 13px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 428px) and (max-width: 439px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12.5px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 11px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 11px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 11px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 11.5px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 12px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 420px) and (max-width: 427px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12.5px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 80px; font-size: 11px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 11px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 55px; font-size: 11px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 5px; font-size: 11px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 12px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 414px) and (max-width: 419px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
    .slider__img_one{
        content: url("/assets/images/carousel/implan_slider_web.jpg");
    }
    .slider__img_two{
      content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
    }
    .slider__img_three{
        content: url("/assets/images/carousel/identidad_implan_web.jpg");
    }

    .slider__img_four{
      content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
    }
    .slider__img_five{
      content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
    }

    
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
        content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
      }

      .slider__img_seven{
        content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
      }

      .slider__img_eight{
        content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
      }

      .slider__img_ccm{
        content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
      }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12.5px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 10px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 30px; font-size: 10px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 10px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 5px; font-size: 10px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 12px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 409px) and (max-width: 413px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }
    .slider__img_one{
        content: url("/assets/images/carousel/implan_slider_web.jpg");
    }
    .slider__img_two{
      content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
    }
    .slider__img_three{
        content: url("/assets/images/carousel/identidad_implan_web.jpg");
    }

    .slider__img_four{
      content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
    }
    .slider__img_five{
      content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
    }

    
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
        content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
      }

      .slider__img_seven{
        content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
      }

      .slider__img_eight{
        content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
      }

      .slider__img_ccm{
        content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
      }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 30px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12.5px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 85px; font-size: 10px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 40px; font-size: 10px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 10px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 10px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 12px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 390px) and (max-width: 408px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 10px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12.5px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 75px; font-size: 10px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 10px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 10px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 10px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 12px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 379px) and (max-width: 389px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 48px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 9px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 368px) and (max-width: 378px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: -10px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 30px; font-size: 12px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 25px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 58px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 9px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 350px) and (max-width: 367px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 25px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 20px; font-size: 11px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 70px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 20px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 60px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 9px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 11px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}

@media (min-width: 300px) and (max-width: 349px){
  .background-new-color{
    background-color: #EDECEB;
  }
  
  .no-mobile{
    display: block;
  }

  .no-desktop{
    display: none;
  }

  .slider__img_one{
      content: url("/assets/images/carousel/implan_slider_web.jpg");
  }
  .slider__img_two{
    content: url("/assets/images/carousel/foro_interconectado_ciudades_inteligentes_slider_web.jpg");
  }
  .slider__img_three{
      content: url("/assets/images/carousel/identidad_implan_web.jpg");
  }

  .slider__img_four{
    content: url("/assets/images/carousel/Banner Móvil POTZMI.png");
  }

  .slider__img_five{
    content: url("/assets/images/carousel/nueva_ubicacion_implan_2022_mobile.png");
  }

  
  .slider__img_loteria{
    content: url("/assets/images/carousel/loteria_mobile_frame.jpg");
  }

  .slider__img_six{
    content: url("/assets/images/carousel/respuestas_consulta_publica_movil.jpg");
  }

  .slider__img_seven{
    content: url("/assets/images/carousel/convocatoria_publica_mobile.jpg");
  }

  .slider__img_eight{
    content: url("/assets/images/carousel/convocatoria_licitacion_publica_movil.jpg");
  }

  .slider__img_ccm{
    content: url("/assets/images/carousel/convocatoria_consejo_consultivo_ciudadano_municipal_movile.jpg");
  }
  
  .bg-image-title-index {
    width: 100vw;
    height: 40vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .button-ver-mas-index{
    background-color: #B75734; 
    color: #fff; 
    border-color: #B75734; 
    width: 30%; 
    height: 20px; 
    border-radius: 10px;
    border: 0;
    margin-top: 0px;
    font-size: 8px;
  }
  .button-ver-mas-index:hover{
    background-color: #103444;
    border-color: #103444;
  }

  .convocatoria{
    text-align: justify; margin-left: 3%; margin-right: 3%; margin-bottom: 10px; font-size: 9.5px; font-weight: bold; text-align: center; margin-top: 0px;
  }
  
  .container-blocks-index{
    width: 90%; margin-left: 5%; display: inline-block; background-color: #fff; margin-top: 30px; margin-bottom: 30px; border-radius: 10px
  }
  
  .container-blocks-index-img{
    display: inline-block; width: 40%; margin-top: 10px; margin-bottom: 0px;
  }
  
  .block-index-img{
    width: 90%; margin-bottom: 10px; margin-left: 10%
  }
  
  .container-blocks-index-text{
    display: inline-block; width: 59%;
  }
  
  .perfil-urbano{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 65px; font-size: 9px;
  }

  .red-geodesica{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 15px; font-size: 9px;
  }

  .aplicaciones-uso-suelo{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 45px; font-size: 9px;
  }

  .memoria-tomo-1{
    text-align: justify; margin-left: 5%; margin-right: 5%; margin-bottom: 0px; font-size: 9px;
  }

  .blocks-text-header{
    text-align: center; 
    color: #103444; 
    font-weight: bold;
    font-size: 10px;
    margin-left: 5%; 
    margin-right: 5%;
    margin-bottom: -10px;
  }

  /*Slider*/
  .contenedor-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    width: 300%;
    height: auto;
  }
  
  .slider__section {
    width: 100%;
    height: auto;
  }
  
  .slider__img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
  
  .btn-prev:hover, .btn-next:hover {
    /*background: white;*/
    color: white;
    fill: #e26d42;
    transition-duration: 0.5s;
  }

  .arrow-slider{
    height: 22px;
    width: 22px;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }
}


