/*Comienza css del html*/
html {
  font-size: 13px; }

/*Termina css del html*/
/*-------------------------------------------------------------------------*/
/*Comienza css del body*/
body {
  margin: 0;
  padding: 0;
  background-color: #C9C4C4; }

/*Termina css del body*/
/*-------------------------------------------------------------------------*/
/*Comienza css del container del nav*/
#cont1 {
  margin: 0;
  padding: 0;
  width: 100%; }

/*Termina css del container del nav

/*-------------------------------------------------------------------------*/
/*Comienza css background negro al nav menu*/
.navbar {
  background-color: #000;
  margin: 0;
  width: 100%; }

/*Termina css background negro al nav menu*/
/*Comienza css del logo*/
.navbar-brand {
  background-color: #fff;
  border-radius: 5px;
  margin-left: 50px; }

/*Termina css del logo*/
/*-------------------------------------------------------------------------*/
/*Comienza css de link del menu*/
.nav-link {
  font-size: 1.1rem;
  color: #fff !important;
  font-weight: bold;
  margin: 5px;
  text-align: center; }

.nav-link:hover {
  background-color: blue;
  border-radius: 5px; }

.nav-link:active {
  background-color: #f00;
  border-radius: 5px; }

#Tel {
  background-color: blue;
  border-radius: 5px; }

#Tel:hover {
  background-color: #f00; }

#Tel:active {
  background-color: green; }

/*Termina css hover de link del menu*/
/*-------------------------------------------------------------------------*/
/*Comienza css de borde del buttom 3 rayas del menmu mobile*/
.navbar-toggler {
  width: 47px;
  height: 34px;
  border: none; }

.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 4px;
  background-color: #fff;
  margin-bottom: 5px; }

/*Termina css de borde del buttom 3 rayas del menmu mobile*/
/*-------------------------------------------------------------------------*/
/*Comienza css margin top a el carousel*/
#bd-example {
  margin-top: 69px; }

/*Termina css margin top del carousel*/
/*-------------------------------------------------------------------------*/
/*Comienza css btn top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: blue;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold; }

#myBtn:hover {
  background-color: #f00; }

#myBtn:active {
  background-color: #f00; }

/*Termina css btn top*/
/*-------------------------------------------------------------------------*/
/*Comienza css de form contact*/
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical; }

input[type=submit] {
  background-color: blue;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer; }

input[type=submit]:hover {
  background-color: #f00; }

input[type=submit]:active {
  background-color: #f00; }

form label {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold; }

#labelcontact {
  color: #000;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px; }

/*Termina css del form contact*/
/*-------------------------------------------------------------------------*/
#derechos {
  color: #fff;
  padding: 5px; }

/*# sourceMappingURL=mystyle.css.map */