.gm-style .gm-style-mtc label,
.gm-style .gm-style-mtc div {
  font-weight: 400;
}

.gm-style .gm-style-cc span,
.gm-style .gm-style-cc a,
.gm-style .gm-style-mtc div {
  font-size: 10px;
}

@media print {
  .gm-style .gmnoprint,
  .gmnoprint {
    display: none;
  }
}
@media screen {
  .gm-style .gmnoscreen,
  .gmnoscreen {
    display: none;
  }
}

.gm-style-pbc {
  transition: opacity ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.gm-style-pbt {
  font-size: 22px;
  color: white;
  font-family: Roboto, Arial, sans-serif;
  position: relative;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body {
  font: 400 15px/1.8 Lato, sans-serif;
  color: #263d92;
}
h3,
h4 {
  margin: 10px 0 30px 0;
  letter-spacing: 10px;
  font-size: 20px;
  color: #111;
}
.container {
  padding: 80px 120px;
}

#ayuda .container {
  width: 90%;
}

#contact.container {
  width: 100% !important;
}

.person {
  cursor: pointer;
  margin-bottom: 25px;
  width: 80%;
  height: 80%;
}
.person:hover {
  box-shadow: 0px 0px 50px #000;
}
.carousel-inner img {
  width: 100%;
  margin: auto;
}
.carousel-caption h3 {
  color: #fff !important;
}
@media (max-width: 600px) {
  .carousel-caption {
    display: none;
  }
}

.bg-0 h1.titulo_ac {
  color: #578939;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail p {
  margin-top: 15px;
  color: #555;
}
.btn {
  padding: 10px 20px;
  background-color: #263d92;
  color: #f1f1f1;
  border-radius: 0;
  transition: 0.2s;
}
.btn:hover,
.btn:focus {
  border: 1px solid #333;
  background-color: #263d92;
  color: #000;
}
.modal-header,
h4,
.close {
  background-color: #263d92;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
}
.modal-header,
.modal-body {
  padding: 40px 50px;
}
.nav-tabs li a {
  color: #777;
}
#googleMap {
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.navbar {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  font-size: 15px !important;
  letter-spacing: 4px;
}
.navbar li a,
.navbar .navbar-brand {
  color: #263d92 !important;
}
.navbar-nav li a:hover {
  color: #263d92 !important;
}
.navbar-nav li.active a {
  color: #fff !important;
  background-color: #263d92 !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.open .dropdown-toggle {
  color: #fff;
  background-color: #555 !important;
}
.dropdown-menu li a {
  color: #000 !important;
}
.dropdown-menu li a:hover {
  background-color: red !important;
}
footer {
  background-color: #578939;
  color: #f5f5f5;
  padding: 32px;
}
footer a {
  color: #f5f5f5;
}
footer a:hover {
  color: #777;
  text-decoration: none;
}
.form-control {
  border-radius: 0;
}
textarea {
  resize: none;
}

.gm-style {
  font: 400 11px Roboto, Arial, sans-serif;
  text-decoration: none;
}
.gm-style img {
  max-width: none;
}

/**** mis cambios   */

.navbar-nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #263d92;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#googleMap {
  position: relative;
  overflow: hidden;
}

#googleMap div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(229, 227, 223);
}

#googleMap div iframe {
  height: 100%;
  width: 100%;
}

.up-arrow {
  cursor: pointer;
}

#logo_img {
  margin-left: 15%;
  max-width: 75%;
}

#img_logo {
  padding-left: 2%;
  padding-top: 1%;
}

.navbar-nav > li > a {
  padding-top: 26px;
  padding-bottom: 26px;
}

#info_modal .modal-body .secciones {
  display: none;
}

#info_modal .close {
  opacity: 0.7;
}

#info_modal .modal-md {
  width: 50%;
}

#info_modal .modal-body {
  font-size: 20px;
}

#info_modal ul {
  list-style: none;
  padding: 3px;
}

#info_modal li {
  padding-left: 1.3em;
}

#info_modal li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 3.3em; /* same as padding-left set on li */
}

#info_modal .modal-header h4 {
  margin: 10px 0 10px 0;
}

#nosotros {
  background: url(../img/fondo1.png) no-repeat center center;
  background-size: cover;
}

#ayuda {
  background: url(../img/fondo2.png) no-repeat center center;
  background-size: cover;
}

#contact {
  background: url(../img/fondo_contacto.png) no-repeat center center;
  background-size: cover;
}

#contact h1 {
  margin-top: 0;
  margin-bottom: 25px;
}

#contact .informacion {
  display: inline-flex;
  width: auto;
  margin-bottom: 3%;
}

#contact .informacion .columna1 {
  width: 200px;
}

#contact .informacion .columna2 {
  width: 85%;
}

#contact .informacion p {
  line-height: 30px;
  margin: 0;
}

#contact .informacion p img {
  display: initial;
  max-width: 40%;
}

.seccion_eventos .row {
  margin: 0;
  padding: 0;
}

.seccion_eventos .container {
  padding: 0px 120px 80px;
}

#eventos.panel-group {
  width: 80%;
  margin-left: 10%;
}

#eventos .panel-default > .panel-heading {
  background-color: #e0e0e0;
}

#eventos.panel-group h4.panel-title {
  background-color: transparent;
  color: #263d92 !important;
}

#eventos .row.galeria img {
  margin-top: 5%;
  margin-bottom: 5%;
}

/********************     POPUP INICIAL   ***************************/
div#boxes button.close {
  color: white;
  font-size: 75px;
  padding: 60px;
  z-index: 1032;
  position: absolute;
  opacity: 0.5;
  right: 0;
}

div#boxes #mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1031;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  width: 100%;
  height: 100%;
}

div#boxes .window {
  position: absolute;
  z-index: 1032;
  border-radius: 15px;
  text-align: center;
}

div#boxes #dialog {
  width: 48%;
  height: auto;
  padding: 10px;
  background-color: transparent;
  top: 6%;
  left: 26%;
  display: none;
}

div#boxes #popupfoot {
  /*position: absolute;
    bottom: 0px;*/
}

div#boxes #popupfoot img {
  max-width: 69%;
  display: initial;
}

@media screen and (max-width: 991px) {
  #logo_img {
    max-width: 60px;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container {
    padding: 40px !important;
  }

  #contact.container {
    padding: 20px;
  }

  #info_modal .modal-body {
    font-size: 14px;
  }

  .modal-header,
  .modal-body {
    padding: 15px;
  }

  #info_modal .modal-md {
    width: auto;
  }
}

@media screen and (max-width: 650px) {
  #logo_img {
    max-width: 60px;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container {
    padding: 40px !important;
  }

  #contact.container {
    padding: 20px;
  }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media (-webkit-min-device-pixel-ratio: 2) {
  #logo_img {
    max-width: 60px;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container {
    padding: 40px !important;
  }

  #contact.container {
    padding: 20px;
  }

  #info_modal .modal-body {
    font-size: 14px;
  }

  .modal-header,
  .modal-body {
    padding: 15px;
  }

  #info_modal .modal-md {
    width: auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

.cursos-container h2 {
  font-size: 26px;
  margin: 0 0 1.5rem 0;
  color: #263d92 !important;
}

.cursos-container h3 {
  font-size: 20px;
  margin: 3rem 0 1rem 0;
  letter-spacing: normal;
  color: #263d92 !important;
}

.cursos-container h4 {
  font-size: 20px;
  margin: 3rem 0 1rem 0;
  letter-spacing: normal;
  background-color: unset;
  text-align: left;
  color: #263d92 !important;
}

.cursos-container h5 {
  font-size: 18px;
  margin: 3rem 0 1rem 0;
  color: #263d92 !important;
}

.cursos-container p,
.cursos-container li {
  font-size: 16px;
  margin: 0 0 1rem 0;
  color: #202020;
}
