
img.img-responsive
        {
          width: 100%;
          position: relative;
        }
        div#cont-img-inicio.col-md-12
        {
          width: 100%;
          padding: 0%;

        }
        section#inicio
        {
          width: 100%;
        }
        hr
        {
           color: #717170;
           border-color: rgba(0,0,0,0.13);
        }
        p#texto
        {
            font-size: 130%;
            margin-top: 2%;
            margin-bottom: 4%;
        }
        section#primera
        {
           margin-top: 4%;
        }
        .tamanio
        {
          font-size: 130%;
          font-weight: 100;
        }
        img#disenio.img-responsive
        {
          margin-top: 14%;
        }
        .espacio
        {
          margin-top: 5%;
        }
        img#imagen.img-responsive
        {
          max-width: 100%;
          width: 100%;
          
        }
        div#esp1
        {
          margin-left: -3%;
          width: 20%;
        }
        div#esp2
        {
          width: 20%;
        }
        div#esp3
        {
          width: 20%;
        }
        div#esp4
        {
          width: 21%;
        }
        div#esp5
        {
          width: 21%;
        }
         section#segunda
        {
          margin-top: 2%;
        }
        font#solicita
        {
          color: #3f3f3f;
          font-size: 300%;
        }
        section#tercera
        {
          margin-top: 5%;
          margin-bottom: 5%;
        }
        button.btn.btn-primary
        {
          background-color: #569abd;
          color: white;
          font-weight: bold;
          padding: 1%;
          width: 8%;
          border-color: #569abd; 
          margin-top: 2%;
        }
        label#avion.tamanio{
          margin-top: -5%;
        }
        label#corazon.tamanio{
          margin-top: -5%;
        }

        label#disenio
        {
          position: absolute;
          left: 34%;
          top: 30%;
          color: white;
          font-size: 600%;
        }
        @media only screen and (max-width: 1200px) {
          
          label#disenio
          {
            position: absolute;
            left: 30%;
            top: 26%;
            color: white;
            font-size: 500%;
          }

        }
        @media only screen and (max-width: 992px) {
          
          label#disenio
          {
            position: absolute;
            left: 26%;
            top: 18%;
            color: white;
            font-size: 500%;
          }
          div#esp1.col-md-2.text-center
          {
            margin:0 auto;
            width: 30%;
          }
          div#esp2.col-md-2.text-center
          {
            margin:0 auto;
            width: 30%;
          }
          div#esp3.col-md-2.text-center
          {
            margin:0 auto;
            width: 30%;
          }
          div#esp4.col-md-2.text-center
          {
            margin:0 auto;
            width: 30%;
          }
          div#esp5.col-md-2.text-center
          {
            margin:0 auto;
            width: 30%;
          }

        }
        @media only screen and (max-width: 768px) {
          
          label#disenio
          {
            position: absolute;
            left: 23%;
            top: 20%;
            color: white;
            font-size: 400%;
          }
          div#esp1.col-md-2.text-center
          {
            width: 37%;
          }
          div#esp2.col-md-2.text-center
          {
            width: 37%;
          }
          div#esp3.col-md-2.text-center
          {
            width: 37%;
          }
          div#esp4.col-md-2.text-center
          {
            width: 37%;
          }
          div#esp5.col-md-2.text-center
          {
            width: 37%;
          }

        }
         @media only screen and (max-width: 600px) {
          
          label#disenio
          {
            position: absolute;
            left: 22%;
            top: 19%;
            color: white;
            font-size: 320%;
          }
          button.btn.btn-primary
          {
            width: 16%;
          }
          div#esp1.col-md-2.text-center
          {
            width: 48%;
          }
          div#esp2.col-md-2.text-center
          {
            width: 48%;
          }
          div#esp3.col-md-2.text-center
          {
            width: 48%;
          }
          div#esp4.col-md-2.text-center
          {
            width: 48%;
          }
          div#esp5.col-md-2.text-center
          {
            width: 48%;
          }

        }
        @media only screen and (max-width: 476px) {
          
          label#disenio
          {
             position: absolute;
            left: 21%;
            top: 15%;
            color: white;
            font-size: 275%;
          }
          div#esp1.col-md-2.text-center
          {
            width: 56%;
          }
          div#esp2.col-md-2.text-center
          {
            width: 56%;
          }
          div#esp3.col-md-2.text-center
          {
            width: 56%;
          }
          div#esp4.col-md-2.text-center
          {
            width: 56%;
          }
          div#esp5.col-md-2.text-center
          {
            width: 56%;
          }

        }