
 img#imagen-principal
     {
        width: 100%;
        position: relative;
     }
     div#cont-img-inicio.col-md-12
     {
        padding: 0px;
     }
     section#seccion1
     {
       margin-top: 4%;
     }
     section#seccion2
     {
       margin-top: 2%;
     }
     h1#titulo
     {
       color: #5040ae;
       font-size: 350%;
       font-weight: 100;
     }
     p#campo_ob
     {
       color: #717170;
       font-size: 130%;
     }
     h2#titulo
     {
       color: #5040ae;
     }
     sup#simbolo
     {
       color: red;
     }
     input#apellido
     {
       margin-top: 9%;
       border-right: 0;
       border-left: 0;
       border-top: 0;
     }
     input#tel
     {
       border-right: 0;
       border-left: 0;
       border-top: 0;
     }
     input#email
     {
       border-right: 0;
       border-left: 0;
       border-top: 0;
       width: 90%;
     }
     input#nombre
     {
       border-right: 0;
       border-left: 0;
       border-top: 0;
     }
     label#telefono
     {
        margin-top: 13%;
     }
     label#email
     {
       margin-top: 11.5%;
     }
     label#nombre
     {
       font-weight: 100;
       font-size: 130%;
     }
     label#telefono
     {
       font-weight: 100;
       font-size: 130%;
     }
     label#email
     {
       font-weight: 100;
       font-size: 130%;
     }
     sup#simbolo
     {
       font-family: italic;
       font-size: 80%;
     }
     div#formulario.row
     {
       margin-top: 5%;
     }
     p#nosotros
     {
       font-size: 120%;
     }
     p#saber
     {
       font-size: 120%;
     }
     p#comentario
     {
       font-size: 120%;
     }
     input.circulo
     {
      
    width: 20px;
    height: 20px;
    
     }
     textarea
     {
       border: 1px solid #e5e5e5;
       background-color: white;
     }
     label#input
     {
      position: absolute;
      margin-left: 2%;
      margin-top: 1%;
      font-weight: 100;
     }
     input#chec
     {
       border: 1px solid #e5e5e5;
       background-color: white;
     }
     p#comentario
     {
       margin-bottom: 0%;
     }
     input.btn.btn-primary
     {
         width: 10%;
         margin-left: 90%;
         color: white;
         font-weight: 700;
         background-color: #569abd;
         border: #569abd;
         padding: 1%;
     }
     input#chec
     {
       width: 20px;
       height: 20px;
     }
     section#mapa
     {
       margin-top: 4%;
       margin-bottom: 5%;
     }
     p#parrafo
     {
       font-weight: 100;
     }
     div.col-md-7
     {
       padding: 2%;
     }
     @media only screen and (max-width: 690px) {
      
      input.btn.btn-primary
      {
        width: 14%;
        margin-left: 86%;
      }
     }

     @media only screen and (max-width: 480px) {
      
      input.btn.btn-primary
      {
        width: 16%;
    margin-left: 82%;
      }
     }

     @media only screen and (max-width: 412px) {
      
      input.btn.btn-primary
      {
            width: 18%;
    margin-left: 76%;
      }
     }