body {
    padding: 0;
    margin: 0;
    
}
.navbar {
    background:#e79722;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 16px;
    font-weight: 600;
    
}
.nav-link,
.navbar-brand {
    color: #000;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #fff;
}
.navbar-collapse {
    justify-content: flex-end;
}



.banner-container {
    
    background-image: url("images/banner1.jpg");
    background-size: cover;
  }

.banner-title {
    color: black;
    padding: 30px 0px;
    font-weight: 600;
}

.sub-banner {
    font-size: 28px;
    font-weight: 500;
    
}

.parrafos {
    text-align: justify;
}

.section {
    padding: 60px 0px;
}

.calltoaction {
    background-color: #e79722;
    color: black;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
}

.btn-primary {
    background-color: #e79722 !important;
    border: none;
    color: black;
    font-size: 19px;
    font-weight: 600;
    padding: 15px;
}

.btn-primary:hover {
    background-color: orange !important;
}

.secciongris {
    background-color: #F4F4F4;
}

.seccionnaranja {
    background-color: #e79722;
    font-weight: 500;
    font-size: 19px;
}


h2 {
    color: #e79722;
}

a {
    color: #e79722;
}

a:hover{
    color: #744b06;
}

strong {
    color: #744b06;
}

form {
    display: inline-block;
    background-color: #e79722;
    padding: 30px;
    border-radius: 20px;
    color: white;
    
    
}

label {
    
    margin-bottom: -1px;
    margin-top: 5px;
    
}

input,
textarea {
  /* To make sure that all text fields have the same font settings
     By default, textareas have a monospace font */
  font: 1em sans-serif;
  /* Uniform text field size */
  width: 100%;
  box-sizing: border-box;
  /* Match form field borders */
  border: 1px solid #999;
  border-radius: 10px;
  height: 40px;
}

input:focus,
textarea:focus {
  /* Additional highlight for focused elements */
  border-color: #000;
}

textarea {
  /* Align multiline text fields with their labels */
  vertical-align: top;
  /* Provide space to type some text */
  height: 8em;
}

.button {
  /* Align buttons with the text fields */
  padding-left: 90px; /* same size as the label elements */
  
}

button {
  /* This extra margin represent roughly the same space as the space
     between the labels and their text fields */
  margin-left: 0.5em;
  background-color: gray;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  width: 30%;
  height: 40px;
}

button:hover {
    background-color: orange;
}

.titulogrande {
    font-size:18px;
    font-weight: 600;
}

.msjdestacado {
    font-size:18px;
    background-color: #e79722;
    color: black;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10 10 10;
}

.calltoaction1 {
    font-size:20px;
    background-color: #666666;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}