.encabezadoIndex {
      background-color: #EC1B2B;
      position: fixed;
      width: 100%;
      top: 0px;
      left: 0px;
      z-index: 1000;

      box-shadow: -1px 5px 10px -3px rgba(0, 0, 0, 0.74);
      -webkit-box-shadow: -1px 5px 10px -3px rgba(0, 0, 0, 0.74);
      -moz-box-shadow: -1px 5px 10px -3px rgba(0, 0, 0, 0.74);
    }

    #sidebarCollapse,
    .encabezadoIndex .logoEncabezadoPalmex {
      transition: all 0.5s;
    }

    .encabezadoIndex .logoEncabezadoPalmex.encabezadoIndex_large {
      width: 100%;
    }

    .encabezadoIndex .logoEncabezadoPalmex.encabezadoIndex_small {
      width: 60%;
    }

    .content {
      margin-top: 80px;
    }

    .redesSociales .btn-circle {
      width: 35px;
      height: 35px;
      padding: 6px 10px;
      border-radius: 80px;
      font-size: 15px;
      text-align: center;
      border: 1px solid #FFF;
      color: #FFF;
      margin-right: 5px;
    }

    .redesSociales .btn-circle:hover {
      background-color: #FFF;
      color: #EC262B;
    }

    .footer {
      background-color: #464B4C;
      color: #FFF;
    }

    .ligasPie {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      margin-left: 30px;
      border-right: 1px solid #FFF;
      margin-right: 30px;
    }

    .ligasPie li {
      margin-bottom: 2px;
    }

    .ligasPie li a {
      font-size: 13px;
      color: #FFF;
      transition: all 0.5s;
    }

    .ligasPie li a:hover {
      color: #EC1B2B;
    }

    .tableContacto {
      font-size: 13px;
    }

    .tableContacto i {
      font-size: 30px;
    }

    .anchoContactoIcono {
      width: 15%;
    }

    .anchoContactoInfo {
      width: 85%;
    }

    #contactoArea {
      padding: 0px 100px;
    }

    #contactoForma input,
    #contactoForma textarea,
    #contactoFormaFooter input,
    #contactoFormaFooter textarea
     {
      font-size: 15px;
      display: block;
      width: 100%;
      height: 100%;
      padding: 5px 20px;
      background: none;
      background-image: none;
      border: 1px solid #ffffff;
      color: #ffffff;
      border-radius: 0;
      transition: border-color 0.25s ease, box-shadow 0.25s ease;
      border-radius: .25rem;
    }

    #contactoForma input:focus,
    #contactoForma textarea:focus,
    #contactoFormaFooter input:focus,
    #contactoFormaFooter textarea:focus {
      outline: 0;
      border-color: #EC1B2B;
    }

    #contactoForma .btn-outline-primary,
    #contactoFormaFooter .btn-outline-primary {
      color: #ffffff;
      border-color: #ffffff;
    }

    #contactoForma .btn,
    #contactoFormaFooter .btn {
      padding: 0.375rem 4rem;
    }

    #contactoForma .btn-outline-primary:hover,
    #contactoFormaFooter .btn-outline-primary:hover {
      color: #fff;
      background-color: #EC1B2B;
      border-color: #EC1B2B;
    }

    #contactoFormaFooter ::placeholder{
        color:#FFF;
        opacity:0.3;
    }


    @media (max-width: 768px) {
      .ligasPie {
        margin-left: 0px;
        margin-right: 0px;
      }

      .anchoContactoIcono {
        width: 0%;
      }

      .anchoContactoInfo {
        width: 100%;
      }

      #contactoArea {
        width: 90%;
        padding: 0;
      }

      .logoEncabezadoPalmex.logoPie {
        width: 70%
      }

      .content {
        margin-top: 80px;
      }
    }
