@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.centered {
  margin: 0 auto;
  display: block;
}

.btnclick {
  cursor: pointer;
}

.padd-0 {
  padding: 0 !important;
}

body {
    font-family: Roboto, sans-serif;
    line-height: 20px;
    font-size: 16px;
}

/*-------------- Header ------------------ */

.container-header {
    
    
    padding-bottom: 17px;
    padding-left: 0px;
    color: #fff;
}
.container-header ul {
  float: right;
  color: #fff;
}
.container-header ul a{
  color: #fff;
}
.btn-acceder-new {
    background: #844dff;
    border-radius: 8px;
    color: #fff;
    margin-top: 7px;
    margin-right: 11px;
}
.submenu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    white-space: nowrap;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
    color: #f29c38;
}

.text-purple {
    color: #88336a;
}

.text-green {
    color: #1a8257;
}

.text-gray {
    color: #666666 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

/*----- Footer -----*/

#footer {
    background-color: #061551;
}

.top-footer {
    padding: 20px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
}

.info-sec a{
    color: #fff;
}
.no-padding {
    padding: 0 !important;
}
.social-icon {
    margin: 0 auto;
    display: block;
    text-align: center;
}
ul.social-icon a {
    font-size: 18px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media screen and (max-width: 420px) {
    .flipdown {
    overflow: visible;
    width: 82% !important;
    height: 110px;
    margin: 0 auto;
  }
}
