/* ajustes para el index */
.navbar,
.navbar .col-md-8 {
  padding: 20px 0px;
}

.navbar img {
  max-width: 110px;
  padding: 0px;
}
.navbar h1 {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 5%;
  position: relative
}

.navbar h1:before {
  width:1px;
  height: 50px;
  display:block;
  background: #939393;
  content:"";
  position:absolute;
  left: 2.5%;
  top: -15px;
}

.hero {
  background-image: url(../img/hero.jpg);
  height: 567px; 
  z-index: 1;
}

.hero p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.hero p b {
  font-weight: 700 !important;
}

.hero h3 {
  font-size: 16px;
  font-weight: 600;
  color:#cbf99c;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner,
  .bootstrap-select .dropdown-toggle.bs-placeholder {
    text-transform: inherit;
}

.hero .submit {
    background-color: #94cf58;
  cursor: pointer;
}

.hero .submit:hover {
  background:#666666;
}

footer .container {
  position:relative;
  padding: 0 0;
}

footer .container img {
  background:#ffffff;
  padding: 10px 20px;
  z-index:-1;
  display:Block;
  position:relative;
}
footer .container:after {
  width:100%;
  height:1px;
  content:"";
  background:#282828;
  display:block;
  position:absolute;
  top:50%;
  z-index:-2;
}

/* RESULTADOS */
.title h2 {
    color: #282828; 
}

#dropdownMenuLink { 
 
  text-align:right;
}

.courses .row .course_container > .col-12 {
  padding: 30px 20px;
  position:relative;
  display:block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ecebeb;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.course {
  display:table;
  width:100%;
  border: 0px;
  height: auto;
  min-height: auto;
  margin-bottom: 0rem;
}

.course .avatar,
.course .course-content,
.course .course-overlay,
.course:hover .course-overlay{
  display:table-cell !important;
  vertical-align: middle;
  position: relative;
    z-index: 2;
    background: none;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
 
}

.course .avatar {
  width: 15%;
  padding: 2%;
  border-right:1px solid #c9c9c9;
}

.course .avatar img{ 
  width: auto;
  max-width: 95%;
  height:auto;
  margin: 0 auto;
}

.course  .course-content {
  width: 50%;
  padding: 2%;
  border-right:1px solid #c9c9c9;
  text-align:left;
}

.summary {
  width: 48%;
  margin-left: 17%;
}

.course  .course-content .col-12 {
  padding: 0px;
}

.course  .course-content h3 {
  text-align: left;
  font-weight: 700;
  color:#2b4b76;
  font-size: 19px;
  margin: 0;
}

.course  .course-content ul {
  margin: 5px 0;
  padding: 0px;
}

.course  .course-content ul li {
  display: inline-block;
  padding: 0 5px 0 5px; 
  border-right: 1px solid #4d4c4c;
  font-weight: 400;
  font-size: 13px;
  color: #4d4c4c;
  line-height: 15px;
  margin:0px;
}

.course  .course-content ul li:last-child {
  border-right: 0px;
}

.course  .course-content ul li:first-child {
  padding-left: 0px;
}

.course .course-content p.discount {
  font-size: 14px;
  font-weight: 600;
}

.course .course-content p.discount span {
  color:#04a4d3;
}

.course  .course-overlay{
  width: 35%;
}

.ver-mas {
  background:transparent;
  border:0px;
  color:#2b4b76;
  font-size:14px;
  font-weight: 600;
  padding:0px 0 0 20px;
  position:Relative;
  cursor: pointer;
  background: transparent;
  z-index:1;
  background: url(../img/ver-mas.png)  left 7px no-repeat;
}

.ver-mas.collapsed {
  background: url(../img/ver-menos.png)  left 7px no-repeat;
}

.course-overlay .btn {
  border-radius: 4rem;
  text-transform: inherit;

}

.course-overlay .btn.btn-info {
  background: #2b4b76;
    border:#2b4b76;
} 

.course-overlay .btn.btn-info {
  background: #2b4b76;
    border:#2b4b76;
}

.course-overlay .btn.btn-success {
  background: #94cf58;
    border:#94cf58;
}

.modal .close {
  position:absolute;
  top: 40px;
  right:30px;
  background: url(../img/btn_cerrar_modal.png) center center no-repeat;
  color:transparent;
  min-width:37px;
  min-height: 37px;
}

.modal form {
  width:100%;
  text-align: center;
  margin: 0 auto;
  float:none;
}

.modal .modal-header {
  text-align:Center;
  padding: 50px 0 20px;
  width:100%;
  border-bottom: 0px;
}

.modal .row {
  width:100% !important;
  padding: 0px !important;
  margin: 0 auto;
}

.modal h4 {
  color:#94cf58;
  font-size: 25px;
}

.modal h4.blue {
  color:#2b4b76;
  font-size: 25px;
}

.modal .col-sm-6 {
  float:left;
}

.modal .form-control {
  border: 0px;
  border-bottom: 1px solid #282828; 
  color: #282828; 
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
}

.modal .bootstrap-select.show > .modal .btn-light.dropdown-toggle,
.modal .bootstrap-select {
  width:100% !important;
  min-width:100% !important;
  border-bottom: 1px solid #282828; 
    padding: 0px
}

.modal .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.modal   .bootstrap-select .dropdown-toggle.bs-placeholder {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    font-style: italic; 
  min-width: 100%; 
    padding-bottom: 8px !important
}

.modal .bootstrap-select .btn-light {
    min-width: 100%; 
}

.modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282828;
}
.modal ::-moz-placeholder { /* Firefox 19+ */
  color: #282828;
}
.modal :-ms-input-placeholder { /* IE 10+ */
  color: #282828;
}
.modal :-moz-placeholder { /* Firefox 18- */
  color: #282828;
}

.modal .btn.btn-default {
  border-radius: 4rem;
  text-transform: inherit;
	background: #94cf58;
    border:#94cf58;
  color:#ffffff;
  margin-bottom: 50px;
}

.modal .btn.btn-info {
  border-radius: 4rem;
  text-transform: inherit;
	background: #2b4b76;
    border:#2b4b76;
  color:#ffffff;
  margin-bottom: 50px;
}

p.gracias {
  text-align: center;
  padding:60px 20% 150px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

/* - - Paginacion - - */
.paginator {
  width:100%;
  text-align: center;
}
.pagination {
  text-align:center !important;
  margin: 20px auto 50px;
  width:auto;
  float:none;
  display:block;
  position:relative;
}

.pagination li {
  border-radius: 4px !important;
  text-align: center;
    vertical-align: top;
    height: 40px;
   min-width:40px;
  display: inline-block;
}


.pagination li.active {
  border-radius: 4px !important;
    background-color: #94cf58;
  
}


.pagination li.active span,
.pagination li.active span:hover {
    background-color: #e44561;
  width:100%;
  height:100%;
  line-height: 40px;
  border-radius: 4px !important;
  padding: 0px;
  color:#ffffff;
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size:14px;
  font-weight:400;
  background:none;
  color:#282828;

    padding: 0 10px;
    line-height: 40px;
width:100%;
  height:100%;

}

.pagination li a,
.pagination li a:hover {
  color:#282828;
}
.pagination li a.disabled,
.pagination li a:hover.disabled{
  opacity:0.2;
  cursor: default;
  color: #444;
  background: transparent;
}

.pagination li.active a,
.pagination li.active a:hover {
  text-decoration: none;
  color:#ffffff;
  border-radius: 4px !important;
  cursor: default;
}

.hero:after
{
	display: none;
}

.pr-4.text-right:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 35px;
	height: 50px;
	width: 1px;
	background-color: #fff;
}

/* RESPONSIVE */
@media (min-width: 1024px) {
  .hero:after {
    left: 46%;
    margin-top:-25px;
  } 
}

@media (min-width: 768px) {
  .hero:after {
    left: 45%;
    margin-top:-25px;
  } 
}

@media (max-width: 1024px) {
  .navbar,
  .navbar .col-md-8 {
    padding: 15px 0px;
  }
  
  .hero br {
    display: none;
  }

  .course  .course-content {
    width: 45%;
  }
  
  .summary {
    width: 41%;
  }


  .course  .course-overlay{
    width: 40%;
  }
}

@media (max-width: 992px) {
  .navbar,
  .navbar .col-md-8 {
    padding: 10px 0px;
  }
  
 .hero p {
    font-size: 16px;
  }
  
  .course .avatar {
  width: 20%;
}

.course  .course-content {
  width: 40%;
}
  
  .summary {
    width: 38%;
    margin-left: 24%;
    font-size:12px;
  }


  .course  .course-overlay{
    width: 30%;
  }
  
  .course  .course-overlay .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
 
  .hero {
    text-align:center;
    height: auto;
  }
  
  .hero .row {
    margin-right: 0px;
    margin-left: 0px; 
  }
  
 .hero p {
    font-size: 15px;
   text-align:center;
  }

  .hero h3 {
    text-align:center;
    font-size: 14px;
  }
  
  .hero .col-md-5,
  .hero .col-md-7{
    width:100%;

    margin: 0px;
    padding: 0px;
    display:Block;
    max-width: 100%;
  }
  
  .hero .col-md-5 .pr-4 {
    padding-right: 0px !important;
  }
  
  .hero form,
  .hero form .input,
  .hero form .input .bootstrap-select{
    width:100%;
    width:auto;
    margin: 0 auto;
    display:block;
    float:none;
  }
  
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
       width: 100%;
  }
  
  .hero .submit {
    margin: 20px 0 40px !important; 
  }
  
  .course {
    display:block;
  }
  
  .course .avatar,
  .course .course-content,
  .course .course-overlay,
  .course:hover .course-overlay{
    display:block !important;
    width:100%;
    clear:Both;
    text-align:center;
    position: relative;
      z-index: 2;
      border:0px;
    padding: 0 2% 10px;
  }
  
  .course .avatar img {
    margin-bottom: 4px;
  }
  
  .course .course-content h3 {
    text-align: center;
  }
  
  .summary {
    width: 100%;
    margin-left: 0%;
    font-size:12px;
  }
  
  .pr-4.text-right:after {
	display: none;
  }
}

@media (max-width: 480px) {
  .navbar,
  .navbar .col-md-8 {
    padding: 5px 0px;
  }
  .navbar .navbar-brand {
    width:20%;
  }
  
  .navbar .navbar-brand img {
    width:100%;
  }
  
  .navbar h1 {
    font-size: 12px;
    padding-left: 3%;
  }

  .navbar h1:before {
    height: 40px;
    left: 0%;
    top: -13px;
  }
}

@media (max-width: 400px) {
  .navbar .navbar-brand {
    width:30%;
    margin-left: 35%;
  }
  .navbar h1 {
    display:none;
  }
}
