#bar-header { background: black;color: white;font-weight: bold; }
#bar-header h2 { font-weight: bold; font-size: 1em;margin: 0px; }
#bar-header .head-left{ padding: 5px; }
#bar-header .head-right{ padding: 5px;text-align: right; color: yellow; }
#carousel { position: relative; background: white;color: white;font-weight: bold;height:150px; }
#pos-logo { position: absolute;top: 10px;left: 0px;width: 100%;text-align: center; }
.logo { width: 330px; height: 130px; }
.navbar { background-color: #F3F3F3;border-top: 1px solid #000000;border-bottom: 6px solid #000000; }
.navbar-brand-img{ width: 130px; height: 50px; }
.nav-link {color: black !important;}
.nav-link:hover {color: #014C0F !important; font-weight: bold;}

#footer_header { color: white; }
#footer_header .footer-img-logo{ width: 178px; height: 70px; }
#footer_header .img-contacto-tel{ width: 202px; height: 70px; }
#footer_header h3 { font-size: 2em;font-weight: bold;color:yellow; }
#footer_header .copyby{ font-size: 0.8em; }
#footer_header .copy_by{ font-size: 0.6em;color: silver; }

h1{ font-size: 2.5em;color: black;font-weight: bold; }

#form_registro{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

#form_registro h1{}
#form_registro h2{ color: #FF0101;font-weight: bold; }
#form_registro h3{ font-size: 1.3em; color: #055D01;font-weight: bold; }
#form_registro .error{ font-size: 1.2em; font-weight: bold; text-align: center;color: red;border: 2px solid black; background: #F7FF01;padding: 15px;margin: 10px; }
#form_registro .row{
    margin-top: 30px;
}

#form_registro .card{padding:5px; box-shadow: 1px 3px 10px 0 #000000; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px; }

#form_registro .card-header{
    padding: 8px;
    background:#03376E;color: white;
}
#form_registro .card-body{
    text-align: left;background: #FFFEDE;
}
#form_registro .card-body p{ text-align: center;margin-top: 10px;font-size: 1.2em; }
#form_registro .nospam{ text-align: center;margin-top: 10px;font-size: 0.8em; }