/*  Theme Name: megawisp
    Author: megawisp
    Version: 2.0.0
*/


.text-primary,.read-btn,
.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active,
.play-btn,.blog-title:hover,.social-icon:hover i{
    color: #3FA7D6 !important;
}

.navbar-custom.navbar-white .navbar-nav li a.active{
    color: #3FA7D6 !important;
}

.section-title-border, .bg-primary, .btn-primary,.features-item-list li:before,.process-left-icon-1 i,
.process-left-icon-2 i, .account-card .form-check-input:checked {
    background-color: #3FA7D6 !important;
}

.btn-primary,.play-btn,.account-card .form-check-input:checked {
    border-color:#3FA7D6 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary{
	background-color: #3f9dc7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary{
	border-color: #3f9dc7;
}
.codigoerror {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 0px;
  margin-top: 73px;
  opacity: 0.83;
}

.codigoexito {
  padding: 20px;
  background-color: #04AA6D; /* Red */
  color: white;
  margin-bottom: 0px;
  margin-top: 73px;
  opacity: 0.83;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}









