img {
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
}

.azul {
  background-color: #202B6D;
}

.verde {
  background-color: #8CC63F;
}

.clear {
  clear: both;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.btn-center {
  width: 100%;
  max-width: 280px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  background: none;
  border: solid 2px #8CC63F;
  color: #2341b0;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
  .btn-center:hover {
    color: #8CC63F;
    text-decoration: none;
  }

header {
  position: relative;
  z-index: 10000001;
}

.header {
  width: 100%;
  min-height: 100px;
  padding: 0px 50px;
  border-bottom: 1px #999 solid;
}

.logo {
  float: left;
  display: block;
  width: 391px;
  height: 80px;
}

.logo img {
  height: 80px;
  width:  auto;
}

.menu-home {
  display: none;
}

.menu, .menu-home {
  float: right;
  box-sizing: border-box;
  margin: 0px;
  margin-top: 45px;
  padding: 0px;
  transition: all ease 0.5s;
  moz-transition: all ease 0.5s;
  webkit-transition: all ease 0.5s;
  o-transition: all ease 0.5s;
  ms-transition: all ease 0.5s;
}

.menu li, .menu-home li {
  display: inline-block;
  padding: 5px;
}

.menu li, .menu-home li {
  font-size: 18px;
  line-height: 20px;
  padding: 40px 5px;
  position: relative;
}

.menu li a {
  text-decoration: none;
  color: #fff;
  background-color: #8CC63F;
  font-weight: normal;
  padding: 7px 28px;
  border-radius: 5px;
}

.menu li:last-child a {
  background-color: #202B6D !important;
  color: #fff;
}

.active {
  color: #8CC63F !important;
}

.menu-home li a {
  text-decoration: none;
  color: #202B6D;
  font-weight: normal;
  padding: 7px 5px;
  border-radius: 5px;
}

.menu-home .active {
  color: #8CC63F !important;
  border: solid 2px #8CC63F !important;
}

.menu-home li ul {
  position: absolute;
  padding: 0px;
  background-color: #fff;
  top: 70px;
  display: none;
  padding-top: 15px;
  width: 200px;
}
.menu li ul {
  position: absolute;
  padding: 0px;
  background-color: #fff;
  top: 70px;
  display: none;
  padding-top: 15px;
  width: 200px;
}
.menu-home ul li, .menu ul li {
  display: block;
  padding: 10px 5px;
  border-bottom: solid 1px #dedede;
}
.menu ul li a, .menu ul li:last-child a {
  background-color: transparent !important;
  color: #202B6D;
  padding: 7px;
}
.menu-home img, .menu img {
  width: 10px;
  height: 10px;
}
.desp:hover ul {
  display: block;
}

.lista-subtitulo {
  background-color: #202B6D;
  color: #ffffff;
}

/* Contacto */

  .contacto {
    display: block;
    background: url(../imagenes/contacto/fondo.jpg) no-repeat;
    background-size: cover;
  }
  .contacto .row {
    max-width: 1270px;
    margin: 0 auto;
  }
  .contacto h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 120px 0px 50px 0px;
  }
  .contacto .subtitulo {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 50px;
  }
  .contacto img {
    width: 100%;
    height: auto;
  }
  .contacto h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
  }
  .contacto p {
    font-size: 18px;
    color: #fff;
    text-align: justify;
    font-weight: normal;
    margin-top: 30px;
    line-height: 30px;
  }
  .contacto form{
    height: auto;
    padding-bottom: 30px;
  }
  .contacto input {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: none;
    margin-top: 30px;
    font-size: 20px;
  }
  .contacto textarea {
    width: 100%;
    height: 250px;
    resize: none;
    border: none;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0px;
    font-size: 20px;
  }

  .contacto .enviando {
    width: 200px;
    padding: 5px 20px;
    border-radius: 10px;
    border: solid 2px #8CC63F;
    font-size: 30px;
    background: none;
    color: #fff;
    margin-bottom: 20px;
  }

  #respuesta {
    color: #fff;
    font-size: 18px;
    line-height: 106.4px;
  }

/* Footer */

  footer {
    height: 100px;
    background-color: #071a4b;
  }
  footer p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 14px;
    padding: 43px 0px !important;
    margin: auto;
  }
  footer a {
    color: #fff;
    font-weight: bold;
  }
  footer a:hover {
    text-decoration: none;
    color: #8CC63F;
  }
  footer .para_subir {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 100%;
    right: 50px;
    transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  footer .para_subir img {
    width: 60px;
    height: 60px;
  }

/* Menu */

.menu-fixed {
	position:fixed;
	z-index:2147483647;
	top:0;
  background: #fff;
  width: 100%;
}
.menu-fixed .logo {
  padding: 20px 0px;
  height: 60px;
}
.menu-fixed .logo img {
  height: 60px;
  width: auto;
}
.menu-fixed .menu, .menu-fixed .menu-home {
  margin-top:  0px;
}
.menu-fixed .lado-izquierdo {
  padding: 0px;
}
.menu-fixed .desplegar {
  margin-top: 30px;
}
.boton-arriba {
  position: fixed !important;
  margin-top: -100px;
}
.grupo1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.grupo2 {
  display: none;
}

.desplegar {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  cursor: pointer;
  float: left;
}

.logo2 {
  float: left;
  display: block;
  height: 100px;
  padding: 22.5px 0px;
  padding-left: 20px;
}
.logo2 img {
  height: 55px !important;
  width: auto !important;
}

/* Menu Desplegable */

.menu-desp{
  position: fixed;
  display: none;
  width: 400px;
  height: auto;
  background-color: #fff;
  top: 101px;
  border: 1px solid #2341b0;
  left: 0;
  z-index: 10000000;
}

  .menu-desp > ul {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .menu-desp ul li {
    border-bottom: solid 1px #2341b0;
    min-height: 40px;
    width: 100%;
  }
  .ultimo-menu, .ultimo-menu a{
    border-bottom: none;
    background-color: #2341b0;
    color: #8CC63F;
  }
  .menu-desp ul li a {
    text-decoration: none !important;
    padding: 10px 0px;
    padding-left: 40px;
    display: block;
    width: 100%;
    min-height: 40px;
    line-height: 20px;
  }
  .menu-desp ul li a:hover {
    background-color: #bdbfcc;
  }
  .ultimo-menu a:hover {
    background-color: #2341b0 !important;
  }
  .menu-desp ul li > ul {
    padding-left: 0px;
  }
  .sub-menu {
    border-bottom: none !important;
  }
  .sub-menu ul {
    display: none;
  }
  .sub-menu:hover ul {
    display: block;
  }
  .sub-menu ul li {
    list-style-type: none;
  }
  .sub-menu ul li a {
    padding-left: 60px;
  }
  .sub-menu > a {
    border-bottom: solid 1px #2341b0;
  }
  .menu-desp-fixed {
    top: 101px!important;
  }

.lado-izquierdo {
  width: 450px;
  float: left;
  padding: 50px 0px 20px 0px;
}

input:focus, input.form-control:focus {
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.whatsapp_button {
  width: 300px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: block;
  cursor: pointer;
}

.whatsapp_chat {
  width: 320px;
  height: 240px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: none;
  background-color: #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
}
.whatsapp_header {
  width: 100%;
  height: 70px;
  background-color: #202B6D;
  display: block;
  margin-bottom: 20px;
}
.whatsapp_header button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #202B6D;
  border: none;
}
.whatsapp_message {
  box-sizing: border-box;
  width: 280px;
  height: 60px;
  padding: 10px 10px;
  line-height: 20px;
  font-size: 16px;
  margin: 0px 20px;
  border-radius: 32px;
  background: #fff;
  color: #4a4a4a;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  transform: translateZ(0);
}
.whatsapp_click {
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #202B6D;
  color: #fff;
  line-height: 50px;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
}
.whatsapp_click:hover {
  text-decoration: none;
  color: #fff;
}
.whatsapp_click img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 10px;
}
