
.title
{
  color: #cc0000; 
}

.title-extra
{
  color: #cc0000;
  font-size: 1.3em; 
}

section {
  padding-top: 16px;
  padding-bottom: 16px;
}
 

.form-section{
  text-align: center;  
} 
 


.form-group-dropbox-from{
  margin-top: 16px;
}  

.form-group-text-from{
  margin-top: 16px;
}  

.form-group-dropbox-to{
  margin-top: 6px;
  margin-bottom: 10px;
}  

.form-group-texto-error{
  margin-top: 16px;
}  

.form-group-text-to{
  margin-top: 2px;
}  
 

.form-group-contact{
  margin-top: 6px;
  margin-bottom: 6px;
}  

.sitewidth {
  width: 75%;  
}

/* TEXTAREA */
textarea {
  font-size: 1.0em;
  color: #080808;
  height: 64px; 
}
#textarea {  
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  border: 1px solid gray;
  font-size: 1.0em; 
  height: 64px;
  overflow: auto;
  padding: 2px;
  resize: both;
  margin: auto; 
  text-align: left;
}


/* DROPDOWN */
.div-dropdown-language{ 
  padding-left: 8px;
}
.button-language{
  background-color: transparent;
  border-color: transparent;
  color: black;
}
.dropdown-language{
  background-color: white;
}

.dropdown-select-to{  
  margin-bottom: 8px;
  margin-right: 12px;
  padding-bottom:3px;
}


.btn-submit{
  color: white;
  background-color: #cc0000; 
} 

.btn-submit:hover {
  color: black; 
}

.btn-link{ 
  color: white;
  background-color: #cc0000; 
}   

.btn-link:hover {
color: black; 
}

  
.accordion-button:not(.collapsed) {
  color: white;
  background: #cc0000; 
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}


a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

