table, td, td {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  color: #222944;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a {
  transition: 1s;
  color: #0091B3 !important;
  text-decoration: none !important;
}
a:hover {
  opacity: 0.7;
}

p {
  font-weight: 200;
  font-size: 17px;
}

strong {
  font-weight: 700;
}

h1 {
  font-weight: 200;
  font-size: 30px;
}

h2, h3 {
  font-weight: 900;
}

small {
  font-weight: 700;
}

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

nav {
  transition: all 0.5s;
  padding: 40px;
  right: -600px;
  position: fixed;
  background: #222944;
  height: 100vh;
  z-index: 999;
  width: auto;
}
nav ul {
  padding: 0px;
  margin: 0px;
}
nav ul li {
  list-style-type: none;
}
nav ul li a {
  color: #fff !important;
  display: block;
  margin: 40px 0px;
}
nav ul li.cerrar {
  color: #0091B3;
  cursor: pointer;
  font-weight: 700;
  font-size: 2em;
}
nav ul .goback {
  font-size: 20px;
  color: #0091B3;
  font-weight: 700;
}
nav.open {
  right: 0%;
}

@keyframes ws {
  0% {
    background: #222944;
  }
  75% {
    background: #222944;
  }
  80% {
    background: #D7CFCD;
  }
  85% {
    background: #222944;
  }
  90% {
    background: #0091B3;
  }
  95% {
    background: #222944;
  }
}
#wsbox {
  position: fixed;
  display: inline-block;
  background: #222944;
  color: #fff !important;
  z-index: 99999999999;
  padding: 10px 20px;
  padding-bottom: 12px;
  bottom: 15px;
  right: 15px;
  border-radius: 0px 0px 15px 0px;
  animation: ws 4s infinite;
  font-size: 20px;
}

body {
  background: #eae7e5;
  position: relative;
}
body .bk1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  top: 300px;
}
body .bk2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: auto;
  top: 1400px;
}

main {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 9;
}

section {
  padding: 80px 130px;
}

.nopadding {
  padding: 0px;
}

.p30 {
  padding: 30px;
}

img {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

ul {
  margin-left: 0px;
  padding-left: 20px;
}
ul li {
  list-style-type: square;
}

.caja {
  background: #fff;
}

.boton {
  display: inline-block;
  background: #0091B3;
  color: #fff !important;
  padding: 5px 20px;
  text-decoration: none !important;
}
.boton:hover {
  opacity: 0.7;
}

.bkceleste {
  background: #0091B3;
}

.bkazul {
  background: #222944;
}

.bkgris {
  background: #D7CFCD;
}

.texto {
  padding: 40px;
}

header {
  transition: all 1s;
  position: fixed;
  margin-top: 60px;
  opacity: 0;
}
header ul {
  padding: 0px;
  margin: 0px;
  width: 130px;
}
header ul li {
  list-style-type: none;
  margin: 20px 0;
}
header.teveo {
  opacity: 1;
}

#home img[name=logo] {
  max-width: 350px;
}
#home h1 {
  font-size: 25px;
}
#home h4 {
  font-size: 18px;
  margin-top: 40px;
}
#home h4 img {
  vertical-align: top;
}

#about .qs {
  max-width: 32.33%;
}
#about .qs:nth-child(2) {
  margin: 0px 1.5%;
}
#about .caja {
  border-radius: 0px 0px 50px 0px;
  min-height: 450px;
}
#about .titulo {
  padding: 30px;
}
#about .titulo img {
  height: 2.5em;
}
#about .titulo h3 {
  color: #fff;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
}

#rrc img[name=logo] {
  height: 50px !important;
  margin: 50px 0px;
  margin-top: 0px;
}
#reap .caja {
  padding: 50px;
}
#reap .virtual, #reap .presencial {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 5px;
  border: solid thin #0091B3;
  color: #0091B3;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-left: 5px;
}
#reap .presencial {
  color: #222944;
  border: solid thin #222944;
}
#reap .goTable {
  overflow-y: auto;
}
#reap table {
  text-align: center;
}
#reap table button {
  display: inline-block;
  background-color: #0091B3;
  text-transform: uppercase;
  padding: 1px 15px;
  color: #fff !important;
  border-radius: 10px;
}
#reap table button[disabled] {
  opacity: 0.2;
}

#cursos .caja {
  padding: 50px;
}
#cursos h2 {
  font-size: 20px;
  margin-top: 100px;
}
#cursos h2.firsth2 {
  margin-top: 0px;
}
#cursos form input, #cursos form textarea {
  background: #D7CFCD;
  color: #222944;
  margin-bottom: 10px;
  border: none;
  outline: none;
  padding: 5px;
}
#cursos form input {
  width: 49%;
}
#cursos form input:nth-child(1) {
  margin-right: 5px;
}
#cursos form textarea {
  width: 100%;
  height: 100px;
}
#cursos form button {
  border: none;
}
#cursos form input[type=submit] {
  background: #0091B3;
  width: 200px;
  margin: 10px auto;
}

#especialistas h2 {
  color: #222944;
  font-size: 2.7em;
  margin-bottom: 40px;
}
#especialistas button {
  background: transparent;
  color: #0091B3;
  border: none;
  outline: none !important;
  padding-left: 0px;
  margin-right: 20px;
  margin-bottom: 5px;
}
#especialistas .relative {
  position: relative;
  width: 100%;
}
#especialistas #mapa {
  width: 100%;
  height: 350px;
  border: solid 20px #fff;
  background-color: #fff;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center;
  background-image: url(../img/provincias/0.jpg);
}
#especialistas #mapa.buenosaires {
  background-image: url(../img/provincias/gba.jpg);
}
#especialistas #mapa.cordoba {
  background-image: url(../img/provincias/cordoba.jpg);
}
#especialistas #mapa.caba {
  background-image: url(../img/provincias/caba.jpg);
}
#especialistas #mapa.mendoza {
  background-image: url(../img/provincias/mendoza.jpg);
}
#especialistas #mapa.santafe {
  background-image: url(../img/provincias/santafe.jpg);
}
#especialistas #mapa.tucuman {
  background-image: url(../img/provincias/tucuman.jpg);
}
#especialistas #mapa.neuquen {
  background-image: url(../img/provincias/neuquen.jpg);
}
#especialistas #mapa.misiones {
  background-image: url(../img/provincias/misiones.jpg);
}
#especialistas #mapa.exterior {
  background-image: url(../img/provincias/exterior.jpg);
}
#especialistas #mapa.corrientes {
  background-image: url(../img/provincias/corrientes.jpg);
}
#especialistas #mapa.rionegro {
  background-image: url(../img/provincias/rionegro.jpg);
}
#especialistas #mapa.jujuy {
  background-image: url(../img/provincias/jujuy.jpg);
}
#especialistas #mapa.catamarca {
  background-image: url(../img/provincias/catamarca.jpg);
}
#especialistas #mapa.chaco {
  background-image: url(../img/provincias/chaco.jpg);
}
#especialistas #mapa.chubut {
  background-image: url(../img/provincias/chubut.jpg);
}
#especialistas #mapa.entrerios {
  background-image: url(../img/provincias/entrerios.jpg);
}
#especialistas #mapa.formosa {
  background-image: url(../img/provincias/formosa.jpg);
}
#especialistas #mapa.lapampa {
  background-image: url(../img/provincias/lapampa.jpg);
}
#especialistas #mapa.larioja {
  background-image: url(../img/provincias/larioja.jpg);
}
#especialistas #mapa.salta {
  background-image: url(../img/provincias/salta.jpg);
}
#especialistas #mapa.sanjuan {
  background-image: url(../img/provincias/sanjuan.jpg);
}
#especialistas #mapa.sanluis {
  background-image: url(../img/provincias/sanluis.jpg);
}
#especialistas #mapa.santacruz {
  background-image: url(../img/provincias/santacruz.jpg);
}
#especialistas #mapa.santiagodelestero {
  background-image: url(../img/provincias/santiagodelestero.jpg);
}
#especialistas #mapa.tierradelfuego {
  background-image: url(../img/provincias/tierradelfuego.jpg);
}
#especialistas .buscador {
  position: absolute;
  margin: 10px;
  top: 0px;
}
#especialistas .buscador .buscagentes {
  background: #D7CFCD;
  border: none;
}
#especialistas ul.grid {
  position: relative;
  width: 100%;
}
#especialistas ul.grid li {
  display: inline-block;
  margin: 5px;
  list-style-type: none;
  width: 24%;
  background: #fff;
  padding: 1%;
  height: 95px;
  vertical-align: top;
}
#especialistas ul.grid li h5 {
  font-size: 14px;
  margin-bottom: 0px;
}
#especialistas ul.grid li p {
  font-size: 12px;
  margin-bottom: 0px;
}
#especialistas ul.grid li h6 {
  display: none;
}

.mientrastanto {
  max-width: 800px;
  margin: 0 auto;
  background-color: #eae7e5;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  color: #222944;
  font-size: 1em;
}
.mientrastanto a {
  background-color: #0091B3;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 20px;
}

/* 
@media screen and (max-width: 1400px){	
	body{
		background: lime;
	}

	section{
		padding: 
	}
} */
.xs {
  display: none;
}

@media screen and (max-width: 1400px) {
  body .bk1 {
    top: -50px;
  }
  body .bk2 {
    top: 1200px;
  }
  section {
    padding: 40px 100px;
  }
  header ul {
    width: 110px;
  }
  .texto {
    padding: 40px;
  }
  #home {
    min-height: 100vh;
    padding-top: 75px;
  }
  #about .caja {
    height: 470px;
  }
  #rrc img[name=rrc] {
    height: 350px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  body .bk2 {
    top: 1300px;
  }
  header ul {
    width: 110px;
  }
  #home {
    padding-top: 50px;
  }
  #home img[name=imgHome] {
    position: relative;
    min-height: 100%;
  }
  #about .caja {
    height: 500px;
  }
  #rrc img[name=rrc] {
    position: relative;
    height: 400px;
  }
  #cursos h2 {
    margin-top: 45px;
  }
  ul.grid li {
    width: 21%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  section {
    padding: 30px 50px;
  }
  header {
    z-index: 9999;
  }
  header ul {
    width: 60px;
    padding: 10px;
  }
  .xs {
    display: block;
  }
  .xs-hidden {
    display: none;
  }
  .texto {
    padding: 20px;
  }
  #home {
    padding: 30px;
    min-height: 0px;
  }
  #home img[name=imgHome] {
    width: 97%;
  }
  #about .col-sm-4 {
    max-width: 33.33%;
  }
  #about .col-sm-4:nth-child(2) {
    margin: 0px;
  }
  #rrc .texto {
    padding: 50px;
  }
  #rrc img[name=rrc] {
    height: 420px;
  }
  #cursos h2 {
    margin-top: 30px;
    font-size: 15px;
  }
  #cursos .texto {
    padding-right: 50px;
  }
  #cursos ul li {
    font-size: 12px;
  }
  #cursos form input {
    width: 48%;
  }
  #especialistas ul.grid li {
    width: 32%;
  }
}
@media screen and (max-width: 500px) {
  .xs-hidden {
    display: none;
  }
  .xs {
    display: block;
  }
  .nopadding {
    padding: 7.5px;
  }
  .boton {
    font-size: 15px;
  }
  body .bk1 {
    width: 200%;
  }
  header {
    margin-top: 0px;
    z-index: 100000000000000000;
  }
  header img[name=minilogo], header img[name=facebook] {
    display: none;
  }
  header #gomenu {
    top: 20px;
    right: -20px;
  }
  header ul {
    width: 50px;
  }
  section {
    padding: 0px;
  }
  #home {
    padding-top: 20px;
  }
  #home img[name=logo] {
    width: 100%;
    margin-bottom: 40px;
  }
  #about .caja {
    min-height: 0px;
  }
  #about .qs {
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }
  #reap .caja {
    padding: 50px 5px;
  }
  #reap h1 {
    font-size: 14px;
  }
  #reap h2 {
    font-size: 22px;
  }
  #cursos h2 {
    margin-top: 50px;
  }
  #cursos form input {
    width: 48%;
  }
  #cursos .caja {
    padding: 50px 5px;
  }
  * .virtual, #reap .presencial {
    font-size: 12px;
  }
  #especialistas {
    padding-bottom: 100px;
  }
  #especialistas h2 {
    color: #222944;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  #especialistas #botones {
    text-align: center;
    margin-bottom: 10px;
  }
  #especialistas #botones button {
    background: #0091B3;
    padding: 5px 10px;
    margin: 5px;
    font-size: 12px;
    color: #fff;
  }
  #especialistas ul.grid li {
    width: 100%;
    height: 70px;
    margin: 5px 0px;
  }
  #especialistas #mapa {
    height: 270px;
  }
  #especialistas .buscador .buscagentes {
    opacity: 0.5;
  }
  #wsbox {
    display: block;
    text-align: center;
    width: 100%;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
  }
  .caja {
    margin: 20px 0px;
  }
}/*# sourceMappingURL=main.css.map */