body {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.fullrow {
	width: 100%;
}
.minimizador {
  float: right;
  height: 54px;
  position: relative;
  z-index: 100;	
  border: 0;
  margin-right: 10px;	
  background-color: transparent;  

}
.icon-bar {
  background-color: #FFFFFF;
  width: 20px;
  height: 4px;
  border-radius: 2.5px;
  margin-top: 5px;
  display: block;  
}  
.first {
	margin-top: -0px;
}
nav.navbar {
  border: 0;
  height: 100px;
  background-color: white;
  background-image: url("../img/menu_bg.png");
  background-position-y: center;
  background-position-x: calc(100% - 200px);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  z-index: 100;
  margin-bottom: 0px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  nav.navbar {
    background-image: url("../img/menu_bg@2x.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 3) {
  nav.navbar {
    background-image: url("../img/menu_bg@3x.png");
  }
}
.navbar-header {
    width: 100%;
    height: 54px;
  }
.navbar-menu {
  float: right;	
}

.navbar-brand {
  margin-left: 50px;
  padding-top: 26px;
}
.navbar-brand img {
  height: 45px;
}
  
.menu-sup {
	margin-right: 0px;
	margin-top: -54px;
}  

.menu-sup a{
  text-decoration: none;
  color: black;
  /* font-size: 24px;
  line-height: 1;  */
}  

.menu-sup li{
	float: left;
	padding: 30px 15px;
	list-style: none;
}

.menu-sup-item img {
	height: 18px;
	margin-top: 8px;
	margin-left: 10px;
	padding-right: 24px; 
	float: right;
	border-right: 3px solid #00a19a;
}

.menu-sup .menu-sup-item.last img {
  border-right: 0;
}


.menu-inf-item {
  color: white;
  text-align: center;
  background-color: transparent;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  border-right: 4px solid #ea5b0c;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

.menu-petit-sup a{
  text-decoration: none;
	color: #00a19a;
}  
.menu-inf-icon {
  height: 30px;
  position: relative;
  top: -4px;
  margin-right: 20px;
}

.menu-inf .menu-inf-item.last {
  border-right: 0;
}

.menu-inf ul {
  width: 100%;
  display: table;
  table-layout: collapse;
  border-collapse: collapse;
}

.menu-inf li {
  display: table-cell;
  text-align: center;
  background-color: #00a19a;
  padding-top: 15px;
  padding-bottom: 15px;
}

.espacio-personal {
  background-color: #00a19a;
  height: 100px;
  text-align: center;
  padding: 5px 25px !important;
}

.espacio-personal li {
	margin: 1px !important; 
}

.espacio-personal a{
  background-color: #00a19a;
  height: 100px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 28px;
}
.espacio-personal img {
  height: 24px;
}

.menu-petit-sup a{
  color: #00a19a;
  text-decoration: none;
}

.menu-petit-sup {
  border-bottom: 1px solid #00a19a;
  background-color: #E7E7E7;
  width: 100%;
  color: #00a19a;
  padding: 15px 75px;
}


.menu-petit-inf {
  background-color: #00a19a;
  color: white;
  width: 100%;
  padding: 15px 75px;
}

.menu-petit-inf img{
	height: 30px;
	margin-top: -4px;
	margin-right: 20px; 
}

.menu-petit-inf a{
  text-decoration: none;
  color:white;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  width:100%;
}

.dropdown-content {
  position: absolute;
  background-color: #00a19a;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 9px;
}

.dropdown-content a {
  display: block;
  
	text-align: left;
	  color: white;
	  border-bottom: 2px solid white;  
	  padding: 12px 36px;
	  text-decoration: none;
}

.dropdown-content img {
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 30px;
top: -8px;
}

.dropdown-content a:hover{  
  background-color: #008882;
  color: white;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

  
@media (max-width: 768px) {
	
  nav.navbar .navbar-brand img {
    height: 18px;

  }
  nav.navbar .navbar-brand {
    padding-top: 15px;
	  margin-left: 15px;
  }  
  
  nav.navbar .navbar-header {
	  height: 54px;
  }

  
  nav.navbar .navbar-menu {
	float: none !important;	
  }
  
  .icon-bar {
	  background-color: #00a19a;
  }
  
  nav.navbar {
	  border-bottom: 3px solid #00a19a;
	  height: 54px;
	  background-image: none;	  
  }  

}

.pr-0 {
  padding-right: 0;
}

.bg-white {
  background-color: white;
}

.text-blue {
  color: #3c5da8;
}

.text-orange {
  color: #ea5b0c;
}

.text-green {
  color: #00a19a;
}

footer .top-footer {
  background-color: #E7E7E7;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .top-footer #top-footer-logo {
  height: 45px;
  margin-left: 90px;
}
footer .top-footer .trial-text {
  padding-right: 90px;
  font-size: 18px;
  color: #3c5da8;
}
footer .top-footer .trial-button {
  background-color: #ea5b0c;
  color: white;
  border: 0;
  width: 45px;
  height: 45px;
  margin-left: 15px;
}
footer .top-footer .trial-button img {
  height: 30px;
  width: 30px;
}
@media (max-width: 992px) {
  footer .top-footer #footer-logo-container {
    text-align: center;
  }
  footer .top-footer #footer-logo-container img {
    margin-left: 0 !important;
    max-width: 60%;
  }
}
footer .bottom-footer {
  color: white;
  background-color: #00a19a;
}
footer .bottom-footer .footer-links {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  padding-left: 90px;
  padding-top: 15px;
}
footer .bottom-footer .footer-links.first {
  padding-top: 30px;
}
footer .bottom-footer .footer-links.last {
  padding-bottom: 30px;
}
footer .bottom-footer .footer-links p {
  margin-top: 0px;
  margin-bottom: 0px;
}
footer .bottom-footer .footer-links a {
  color: white;
  font-size: 30px;
  text-decoration: none;
}
footer .bottom-footer .legal-text {
  color: white;
  font-size: 18px;
  text-align: right;
  padding-right: 90px;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 28px;
}
footer .bottom-footer .legal-text .footer-spacer {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  footer .bottom-footer .legal-text {
    font-size: 12px;
    padding-top: 38px !important;
  }
}
@media (max-width: 991px) {
  footer .bottom-footer .legal-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    font-size: 18px;
  }
}
@media (max-width: 710px) {
  footer .bottom-footer .legal-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  footer .bottom-footer .legal-text {
    font-size: 10px;
  }
}

#main-banner {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  padding-right: 0;
}
@media (max-width: 768px) {
  #main-banner {
    height: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #main-banner {
    height: 60vh;
  }
}
#main-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#main-banner .row {
  position: relative;
  z-index: 2;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-banner .row #motodb-banner-title {
  text-align: right;
  color: white;
  border-bottom: 4px solid #00a19a;
  padding-right: 120px;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 48px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #main-banner .row #motodb-banner-title {
    padding-right: 15px;
    font-size: 24px;
    border-bottom: 2px solid #00a19a;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #main-banner .row #motodb-banner-title {
    padding-right: 60px;
  }
}
#main-banner .row #motodb-banner-subtitle {
  color: white;
  padding-right: 120px;
  text-align: right;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #main-banner .row #motodb-banner-subtitle {
    padding-right: 15px;
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #main-banner .row #motodb-banner-subtitle {
    padding-right: 60px;
  }
}
#main-banner .row #motodb-banner-text {
  color: white;
  padding-right: 120px;
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 480px) {
  #main-banner .row #motodb-banner-text {
    padding-right: 15px;
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #main-banner .row #motodb-banner-text {
    padding-right: 60px;
  }
}
#main-banner .row #request-trial-wrapper {
  text-align: right;
  padding-right: 135px;
  margin-top: 75px;
}
@media (max-width: 768px) {
  #main-banner .row #request-trial-wrapper {
    padding-right: 75px;
  }
}
#main-banner .row #request-trial-wrapper #request-trial {
  border: 0;
  background-color: #ea5b0c;
  color: white;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  padding: 15px 20px;
}
#main-banner .row #request-trial-wrapper #request-trial:hover {
  background-color: #d2520b;
}
#main-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-repeat: no-repeat;
}
#main-banner .overlay.left {
  background-position: center left;
  background-image: url("../img/bg_dots_left.png");
}
#main-banner .overlay.right {
  background-position: center right;
  background-image: url("../img/bg_dots_right.png");
}

#contact-banner {
  position: relative;
  background-color: black;
  height: 50vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  #contact-banner {
    height: 40vh;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #contact-banner {
    height: 40vh;
  }
}
#contact-banner .row {
  position: relative;
  z-index: 2;
  text-align: center;
}
#contact-banner .row h1 {
  color: white;
  font-size: 50px;
  font-weight: bold;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #contact-banner .row h1 {
    font-size: 30px;
    margin-top: 30px;
  }
}
#contact-banner .row p {
  color: white;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #contact-banner .row p {
    font-size: 20px;
    margin-top: 10px;
  }
}
#contact-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#contact-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-repeat: no-repeat;
}
#contact-banner .overlay.left {
  background-position: center left;
  background-image: url("../img/bg_dots_left.png");
}
#contact-banner .overlay.right {
  background-position: center right;
  background-image: url("../img/bg_dots_right.png");
}

#visualize-banner {
  position: relative;
  background-color: black;
  height: 60vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  #visualize-banner {
    height: 40vh;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #visualize-banner {
    height: 40vh;
  }
}
#visualize-banner .row {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#visualize-banner .row img {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 767px) {
  #visualize-banner .row img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  #visualize-banner .row h2 {
    font-size: 24px;
  }
}
#visualize-banner .row p {
  color: #a0b3dd;
  text-align: left;
  font-size: 20px;
}
@media (max-width: 767px) {
  #visualize-banner .row p {
    font-size: 18px;
  }
}
#visualize-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#visualize-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-repeat: no-repeat;
}
#visualize-banner .overlay.left {
  background-position: center left;
  background-image: url("../img/bg_dots_left.png");
}
#visualize-banner .overlay.right {
  background-position: center right;
  background-image: url("../img/bg_dots_right.png");
}

.dots-bg {
  background-image: url("../img/background_dots.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.main-content {
  padding-right: 0;
  min-height: 500px;
}
.main-content .orange-left-text-block {
  padding-top: 55px;
  padding-left: 70px;
}
@media (max-width: 763px) {
  .main-content .orange-left-text-block {
    padding-left: 15px;
  }
}
.main-content .orange-left-text-block.about {
  margin-top: 75px;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .main-content .orange-left-text-block.about {
    margin-top: 0;
  }
}
.main-content .orange-left-text-block p {
  font-size: 22px;
  padding-right: 30px;
}
.main-content .orange-left-text-block h3 {
  font-weight: bold;
  border-bottom: 3px solid #ea5b0c;
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 25px;
}
.main-content .orange-left-text-block h3 img {
  height: 55px;
  vertical-align: middle;
  margin-right: 30px;
}
.main-content .orange-left-text-block h3 img.about-orange {
  height: 40px;
  margin-bottom: 4px;
}
.main-content .home-map-wrapper {
  padding-top: 55px;
  text-align: right;
  padding-right: 55px;
}
@media (max-width: 768px) {
  .main-content .home-map-wrapper {
    text-align: center;
  }
}
.main-content .home-map-wrapper img {
  width: 75%;
}
.main-content .full-width-text-block {
  border-bottom: 3px solid #00a19a;
  margin-left: 70px;
  margin-top: 50px;
  text-align: right;
  width: calc(100% - 70px);
}
@media (max-width: 767px) {
  .main-content .full-width-text-block {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-left: 0;
  }
}
.main-content .full-width-text-block p {
  text-align: center;
  font-size: 28px;
}
.main-content .full-width-text-block p.light-header {
  font-weight: normal;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .main-content .full-width-text-block p.light-header {
    padding-right: 0;
    padding-left: 0;
  }
}
.main-content .full-width-text-block p.bold-description {
  font-weight: bold;
  padding-left: 250px;
  padding-right: 320px;
  margin-bottom: -20px;
}
@media (max-width: 1200px) {
  .main-content .full-width-text-block p.bold-description {
    padding-right: 120px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .main-content .full-width-text-block p.bold-description {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main-content .full-width-text-block img {
  width: 140px;
  margin-bottom: -2px;
  margin-right: 70px;
  top: -10px;
}
@media (max-width: 767px) {
  .main-content .full-width-text-block img {
    margin-top: 30px;
  }
}
.main-content .stats-block {
  padding-left: 70px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .main-content .stats-block {
    padding-right: 70px;
  }
}
.main-content .stats-block img {
  width: 100%;
}
.main-content .stats-description {
  margin-top: 75px;
  padding-left: 70px;
  padding-right: 55px;
}
.main-content .stats-description h3 {
  margin-top: 0;
  font-weight: bold;
  font-size: 28px;
}
.main-content .stats-description p {
  font-size: 20px;
  margin-bottom: 0;
}
.main-content .stats-description p.first {
  margin-top: 40px;
}
.main-content .stats-description p svg {
  vertical-align: bottom;
}
.main-content .about-graph-wrapper {
  margin-top: 100px;
  padding-bottom: 40px;
}
.main-content .about-graph-wrapper #about-graph {
  width: 70%;
}
@media (max-width: 768px) {
  .main-content .about-graph-wrapper {
    margin-top: 0px;
  }
}

#contact-form {
  padding-top: 70px;
}
#contact-form label {
  color: #3c5da8;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 0;
}
#contact-form label:not(:first-child) {
  margin-top: 25px;
}
#contact-form input {
  width: 100%;
  background-color: #E7E7E7;
  border: 2px solid #00a19a;
  border-radius: 5px;
  font-size: 24px;
  padding: 5px 15px 5px 15px;
  color: #3c5da8;
}
#contact-form input:focus {
  outline: none;
}
#contact-form button {
  float: right;
  border: 0;
  background-color: #ea5b0c;
  color: white;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 28px;
  margin: 30px 0px;
  padding: 10px 30px;
  padding-right: 60px;
  margin-bottom: 140px;
  background-image: url("../img/enviar.svg");
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 35px;
}
#contact-form button:hover {
  background-color: #d2520b;
}

.arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 22px;
  background-color: white;
  z-index: 10;
}

.arrow:before, .arrow:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 50%;
  padding-bottom: inherit;
  background-color: inherit;
}

.arrow:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.arrow:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.visualize-main-content {
  padding-bottom: 45px;
  border-bottom: 3px solid #00a19a;
}
.visualize-main-content .row p.top-text {
  color: #00a19a;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
}
.visualize-main-content .row p.top-text:not(:first-child) {
  margin-top: 25px;
}
.visualize-main-content .row p.top-text img {
  height: 55px;
  vertical-align: sub;
  margin-right: 24px;
}
.visualize-main-content .row p.top-text img.marca {
  padding-left: 8px;
  margin-right: 16px;
}
.visualize-main-content .row p.top-text img.click {
  height: 44px;
}

.welcome-content {
  text-align: center;
}
.welcome-content img.w-logo {
  width: 520px;
  max-width: 100%;
  margin-top: 180px;
}
.welcome-content h1 {
  text-align: center;
  color: #3c5da8;
}
.welcome-content .welcome-grid-wrapper {
  margin-top: 20px;
}
.welcome-content .welcome-grid-wrapper .welcome-grid-item {
  color: #3c5da8;
}
.welcome-content .welcome-grid-wrapper .welcome-grid-item h3 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  text-align: left;
  padding-left: 20px;
}
.welcome-content .welcome-grid-wrapper .welcome-grid-item h3 img {
  width: 60px;
  margin-right: 10px;
}
.welcome-content .welcome-grid-wrapper .welcome-grid-item h3 img.otros-informes {
  width: 30px;
  margin-right: 36px;
}
.welcome-content .welcome-grid-wrapper .welcome-grid-item h3 img.veh-usado {
  width: 55px;
}
.welcome-content .welcome-grid-wrapper .welcome-grid-item p {
  font-size: 24px;
  text-align: left;
  padding-left: 80px;
}
.welcome-content .welcome-grid-wrapper .welcome-grid-item p svg {
  vertical-align: bottom;
}

.help-button-wrapper {
  text-align: right;
}
.help-button-wrapper button.help-button {
  background-color: rgba(234, 91, 12, 0.6);
  color: white;
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: -10px;
}
.help-button-wrapper button.help-button:focus, .help-button-wrapper button.help-button:hover {
  outline: none;
}
.help-button-wrapper button.help-button:hover {
  background-color: rgba(210, 82, 11, 0.6);
}
.help-button-wrapper button.help-button img {
  height: 40px;
  vertical-align: bottom;
  margin-right: 15px;
}

#cargando {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}

#cargando_img {
  width: 250px;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 2px solid cadetblue;
}

.ventanaMsg {
  width: 33%; 
  position: fixed;
  z-index: 999999;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 2px dotted;
}

.ventanaMsg button{
  border: 0px;
  background: none;
  font-size: 25px;
  vertical-align: middle;
}

.ventanaMsg strong {
  vertical-align: middle;
}

.ventanaMsg .ventanaHead {
  width: 100%;
  padding: 10px 0px 10px 15px;
  border-bottom: 2px dotted;
  font-size: 25px;

}

.ventanaMsg .ventanaBody  {
  padding: 40px 50px; 
}

.badge1 {
  position:relative;
}
.badge1[data-badge]:after {
  content:attr(data-badge);
  position:absolute;
  top:-3px;
  right:-14px;
  font-size:.7em;
  background:rgb(175, 49, 49);
  color:white;
  width:20px;height:20px;
  text-align:center;
  line-height:18px;
  border-radius:50%;
  box-shadow:0 0 1px rgb(75, 33, 33);
}

.form-control {
  border: 1px solid #00a1996e !important;
}

.form-control:focus {
    border-color: #00a19a !important;
    box-shadow: 0 0 0 0.3rem rgba(40, 167, 156, 0.25);
} 
