 

 .colorPrincipal {
            background-color: #3a5da3;
         }

         @media (max-width: 1024px) {
           #textoInicial h5 {
               letter-spacing: 1px !important;
               word-wrap: normal !important;
            }
         }

         .linea {
            height: 3px;
            width: 30px;
         }
#textoInicial hr{
   margin-top: -30px !important;
}
        #textoInicial h5 {
            color: #ffffff;
            text-shadow: 0 0px 1px rgba(155, 155, 155, 0.7);
            padding: 0;
            letter-spacing: 15px;
            font-weight: 700;
            margin: 0 0 17px;
            text-transform: uppercase;
            line-height: 1.6;
         }

         @media (max-width: 1024px) {
           #textoInicial h1 {
               word-wrap: normal !important;
            }
            #textoInicial {
               flex: 0 0 75%;
            }
         }

         @media (max-width: 680px) {
            #textoInicial {
               margin-top: 10px !important;
            }
            #textoInicial p{
               font-size: 1rem !important;
            }
         }

         @media (max-width: 360px) {
            #textoInicial {
               flex: 0 0 75%;
               margin-top: 10px !important;
            }
            #textoInicial p{
               line-height: 1.4 !important;
            }
             #textoInicial h1{
               line-height: 1.0 !important;
            }
         }

         @media (max-width: 780px) {
            #logotipo {
               height: 40px !important;
            }
            #textoInicial h1 {
               font-size: 2.438rem !important;
            }
         }

         .linkFooter a{
            text-decoration: none;color:#6c757d;
         }

         .linkFooter a:hover{
            color:#acbac6;
         }

        #textoInicial h1 {
            color: #ffffff;
            text-shadow: 0 0px 1px rgba(155, 155, 155, 0.7);
            padding: 0;
            letter-spacing: 0px;
            font-size: 3.438rem;
            line-height: 1.3;
            font-weight: 700;
            margin: 0 0 47px;
         }

         body {
            font-family: "Open Sans", Helvetica, Arial, sans-serif;
         }

         #textoInicial p {
            line-height: 1.7;
            text-shadow: 0 0px 1px rgba(155, 155, 155, 0.7);
            font-size: 1.150rem;
            margin: 0 0 40px;
         }

     .ir-arriba {
         display:none;
         padding:10px;
         width:80px !important;
         height:80px !important;
         height: auto !important;
         font-size:20px;
         color:#fff;
         cursor:pointer;
         position: fixed;
         bottom:20px;
         right:20px;
         z-index: 99;
         }
         .ir-arriba:hover {
         transition: 1s;
         -moz-border-radius: 20px 20px 20px 20px;   
         -webkit-border-radius: 180px 180px 180px 180px;
         border: 1px solid #3a5da3;     
         background-color: #3a5da3;    
         }