@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/raleway/raleway-300n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/raleway/raleway-400n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/raleway/raleway-500n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/raleway/raleway-600n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/raleway/raleway-700n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/raleway/raleway-800n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/raleway/raleway-900n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/quicksand/quicksand-300n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/quicksand/quicksand-400n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/quicksand/quicksand-500n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/quicksand/quicksand-700n.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex.fw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fw-nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex .flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex .flex-35p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

.flex .flex-40p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.flex .flex-45p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}

.flex .flex-50p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.flex .flex-60p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.flex .flex-64p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 64%;
  flex: 0 1 64%;
}

.flex .flex-65p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}

.flex .flex-100p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.flex .flex-400 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

/*********************/
/***  BREAKPOINTS  ***/
/*********************/
body {
  background-color: #f2f2f5;
  font-size: 14px;
}

body .rainbow {
  background: -webkit-gradient(linear, left top, right top, from(#0078be), color-stop(25%, #33c540), color-stop(50%, #ff8519), color-stop(76%, #fbce00), to(#00c9c2));
  background: -webkit-linear-gradient(left, #0078be 0%, #33c540 25%, #ff8519 50%, #fbce00 76%, #00c9c2 100%);
  background: -o-linear-gradient(left, #0078be 0%, #33c540 25%, #ff8519 50%, #fbce00 76%, #00c9c2 100%);
  background: linear-gradient(to right, #0078be 0%, #33c540 25%, #ff8519 50%, #fbce00 76%, #00c9c2 100%);
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section .wrapper {
  width: 1100px;
  height: 100%;
}

@media (max-width: 699px) {
  section .wrapper {
    width: 280px;
  }
}

@media (min-width: 700px) {
  section .wrapper {
    width: 660px;
  }
}

@media (min-width: 1200px) {
  section .wrapper {
    width: 1100px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 900;
}

.loader-overlay.show {
  background-color: black;
  visibility: visible;
  opacity: .3;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.loader-spinner {
  margin: 0 auto;
  height: 20px;
  width: 20px;
  -webkit-animation: rotate 0.8s infinite linear;
  animation: rotate 0.8s infinite linear;
  border: 6px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 901;
  position: fixed;
  opacity: 0;
  left: 50%;
  top: 40%;
  margin-left: -10px;
  margin-top: -10px;
  visibility: hidden;
}

.loader-spinner.show {
  visibility: visible;
  opacity: 1;
}

.header {
  background-color: #5b5076;
  height: 450px;
  color: white;
  background-image: url("../img/bg-header.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 699px) {
  .header {
    height: auto;
    min-height: 450px;
    padding-bottom: 50px;
  }
}

@media (min-width: 700px) {
  .header {
    height: auto;
    min-height: 450px;
    padding-bottom: 50px;
  }
}

.header .top {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-top: 50px;*/
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width: 699px) {
  .header .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header .top .logo {
  width: 250px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-image: url("../img/logo.png");
}

@media (max-width: 699px) {
  .header .top .logo {
    width: 220px;
    height: 80px;
    background-size: 100%;
  }
}

.header .top .menu {
  list-style: none;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 699px) {
  .header .top .menu {
    display: none;
  }
}

@media (min-width: 700px) {
  .header .top .menu {
    font-size: .9em;
  }
}

.header .top .menu > li {
  margin-left: 24px;
}

.header .top .menu > li > a {
  display: block;
  text-decoration: none;
  color: white;
  /*color: #3b3b3b;*/
  padding: 0 2px;
  height: 20px;
}

.header .top .menu > li > a.selected {
  font-weight: 600;
  border-bottom: 3px solid #55dc99;
}

@media (max-width: 699px) {
  .header .mid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 700px) {
  .header .mid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .header .mid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.header .mid .title {
  margin-top: 50px;
}

.header .mid b {
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  border-bottom: 3px solid #55dc99;
}

@media (max-width: 699px) {
  .header .mid b {
    font-size: 1em;
  }
}

.header .mid h1 {
  margin: 0;
  font-size: 3.3em;
  line-height: 1em;
  width: 80%;
}

@media (max-width: 699px) {
  .header .mid h1 {
    width: 98%;
    font-size: 1.9em;
    text-align: center;
  }
}

.header .mid p {
  margin: 0;
  width: 80%;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  margin-top: 10px;
}

@media (max-width: 699px) {
  .header .mid p {
    width: 98%;
    font-size: 1.1em;
    text-align: center;
  }
}

.header .mid .ate {
  margin-top: 50px;
}

.list {
  background-color: #f2f2f5;
  height: auto;
  margin: 0;
  padding: 64px 0;
}

@media (max-width: 699px) {
  .list {
    padding: 50px 0;
  }
}

.list p {
  margin: 0;
  padding: 0;
  font-size: 2.2em;
  font-weight: bold;
  color: #4d465e;
  text-align: center;
}

@media (max-width: 699px) {
  .list p {
    font-size: 2em;
  }
}

.list .line {
  height: 5px;
  width: 80px;
  background-color: #55dc99;
  margin: 6px auto 50px auto;
}

@media (max-width: 699px) {
  .list .line {
    margin: 6px auto 30px auto;
  }
}

@media (max-width: 699px) {
  .list .about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.list .picture {
  background-color: white;
  width: 44%;
  margin-right: 6%;
  padding: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 699px) {
  .list .picture {
    width: 100%;
    margin-right: 0;
  }
}

.list .picture img {
  width: 100%;
}

.list .points {
  width: 44%;
  font-size: 1.7em;
  font-weight: 300;
}

@media (max-width: 699px) {
  .list .points {
    width: 100%;
    font-size: 1.2em;
  }
}

.list .points ul {
  margin: 0;
  padding: 0;
  margin-left: 28px;
  list-style: none;
  font-family: "Raleway", sans-serif;
  color: #4d465e;
}

@media (max-width: 699px) {
  .list .points ul {
    margin-left: 20px;
    margin-top: 20px;
  }
}

.list .points ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

@media (max-width: 699px) {
  .list .points ul li {
    height: 40px;
  }
}

.list .points ul li i {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: black;
  margin-right: 15px;
}

.list .points ul li i.dot1 {
  background-color: #b65dcf;
}

.list .points ul li i.dot2 {
  background-color: #fc9653;
}

.list .points ul li i.dot3 {
  background-color: #4878cf;
}

.list .points ul li i.dot4 {
  background-color: #f7d44f;
}

.list .points ul li i.dot5 {
  background-color: #55dc99;
}

.vision {
  background-color: white;
  padding: 100px 0 110px 0;
  min-height: 100px;
  color: #4d465e;
}

@media (max-width: 699px) {
  .vision {
    padding: 50px 0;
  }
}

@media (max-width: 699px) {
  .vision .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vision .flex img {
    width: 44px;
    height: 44px;
  }
}

.vision .half-mision {
  width: 46%;
}

@media (max-width: 699px) {
  .vision .half-mision {
    width: 100%;
  }
}

.vision .half-mision .title {
  margin-top: 0px;
}

.vision .half-vision {
  width: 42%;
}

@media (max-width: 699px) {
  .vision .half-vision {
    width: 100%;
  }
}

.vision .half-vision .title {
  margin-top: 0px;
}

.vision .line {
  height: 8px;
  width: 60px;
  background-color: #55dc99;
  margin-left: 22px;
}

.vision b {
  font-weight: bold;
  font-size: 2.6em;
  margin-left: 20px;
}

@media (max-width: 699px) {
  .vision b {
    font-size: 2em;
  }
}

.vision p {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  margin-top: 30px;
  line-height: 1.4em;
}

@media (max-width: 699px) {
  .vision p {
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}

.courses {
  background-color: #f2f2f5;
  padding: 50px 0 0 0;
}

@media (max-width: 699px) {
  .courses {
    padding: 30px 0 0 0;
  }
}

.courses .head {
  color: #4d465e;
  margin-bottom: 50px;
}

.courses .head b {
  margin: 0;
  padding: 0;
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 699px) {
  .courses .head b {
    font-size: 1.8em;
  }
}

.courses .head small {
  font-size: 1.4em;
}

.courses .box {
  width: 340px;
  height: 430px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  margin: 10px 12px 40px 12px;
}

.courses .box .picture {
  height: 220px;
  background-color: #4d465e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.courses .box .title {
  height: 90px;
  text-align: center;
  color: #4d465e;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 26px 0 26px;
}

.courses .box .acceso {
  height: 60px;
}

.courses .box .btn-curso {
  height: 40px;
  line-height: 42px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #568ce5;
  border-radius: 20px;
  width: 220px;
  text-align: center;
  text-decoration: none;
  margin-top: 2px;
}

.courses .box .btn-curso:hover {
  background-color: #6395e7;
}

.courses .box .btn-curso:active {
  background-color: #4983e3;
}

.courses .box .fecha {
  height: 50px;
  background-color: #f2f2f5;
  font-family: "Raleway", sans-serif;
  color: #4d465e;
}

.courses .box .fecha b {
  font-family: "Quicksand", sans-serif;
  margin-left: 6px;
}

.diplomas {
  background-color: #f2f2f5;
  padding: 30px 0 70px 0;
}

.diplomas .head {
  color: #4d465e;
  margin-bottom: 40px;
}

.diplomas .head b {
  margin: 0;
  padding: 0;
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 20px;
}

.diplomas .head small {
  font-size: 1.4em;
}

.diplomas .box {
  width: 340px;
  height: 430px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  margin: 10px 12px 40px 12px;
}

.diplomas .box .picture {
  height: 220px;
  background-color: #4d465e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.diplomas .box .title {
  height: 90px;
  text-align: center;
  color: #4d465e;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 26px 0 26px;
}

.diplomas .box .acceso {
  height: 60px;
}

.diplomas .box .btn-curso {
  height: 40px;
  line-height: 42px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #9a6ccc;
  border-radius: 20px;
  width: 220px;
  text-align: center;
  text-decoration: none;
  margin-top: 2px;
}

.diplomas .box .btn-curso:hover {
  background-color: #a277d0;
}

.diplomas .box .btn-curso:active {
  background-color: #9261c8;
}

.diplomas .box .fecha {
  height: 50px;
  background-color: #f2f2f5;
  font-family: "Raleway", sans-serif;
  color: #4d465e;
}

.diplomas .box .fecha b {
  font-family: "Quicksand", sans-serif;
  margin-left: 6px;
}

.contact {
  background-color: #675e71;
  padding: 60px 0;
  background-image: url("../img/bg-contacto.png");
  background-size: cover;
  background-position: 0 center;
}

.contact p.title {
  margin: 0;
  padding: 0;
  font-size: 2.4em;
  font-weight: bold;
  color: white;
  text-align: center;
}

.contact .line {
  height: 6px;
  width: 60px;
  background-color: #55dc99;
  margin: 6px auto 56px auto;
}

@media (max-width: 699px) {
  .contact .line {
    margin: 6px auto 30px auto;
  }
}

.contact .invitation {
  width: 50%;
  font-family: "Raleway", sans-serif;
  color: white;
  font-weight: 300;
  padding-top: 14px;
}

@media (max-width: 699px) {
  .contact .invitation {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.contact .invitation p {
  text-align: left;
  width: 86%;
  margin: 0;
  padding: 0;
  font-size: 1.18em;
  margin-bottom: 24px;
}

@media (max-width: 699px) {
  .contact .invitation p {
    font-size: 1em;
    width: 100%;
  }
}

.contact .invitation .btn-contacto {
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  color: white;
  width: 280px;
  border-radius: 25px;
  background-color: #4dad8c;
  background-image: -webkit-gradient(linear, left top, right top, from(#64d98e), to(#4dad8c));
  background-image: -webkit-linear-gradient(left, #64d98e, #4dad8c);
  background-image: -o-linear-gradient(left, #64d98e, #4dad8c);
  background-image: linear-gradient(to right, #64d98e, #4dad8c);
}

.contact .invitation .btn-contacto:hover {
  background-color: #56b493;
  background-image: -webkit-gradient(linear, left top, right top, from(#6cdb94), to(#52b291));
  background-image: -webkit-linear-gradient(left, #6cdb94, #52b291);
  background-image: -o-linear-gradient(left, #6cdb94, #52b291);
  background-image: linear-gradient(to right, #6cdb94, #52b291);
}

.contact .invitation .btn-contacto:active {
  background-color: #48a283;
  background-image: -webkit-gradient(linear, left top, right top, from(#58d685), to(#48a283));
  background-image: -webkit-linear-gradient(left, #58d685, #48a283);
  background-image: -o-linear-gradient(left, #58d685, #48a283);
  background-image: linear-gradient(to right, #58d685, #48a283);
}

.contact .form {
  width: 50%;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 699px) {
  .contact .form {
    display: none;
  }
}

.contact .form #form-contact {
  width: 400px;
  margin: 0;
  padding: 0;
}

.contact .form #form-contact input {
  margin: 0;
  padding: 0 10px;
  margin-bottom: 4px;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #d7d7d7;
  outline: none;
  height: 40px;
  line-height: 40px;
}

.contact .form #form-contact input:focus {
  background-color: #f3f3f3;
}

.contact .form #form-contact textarea {
  margin: 0;
  padding: 10px;
  height: 100px;
  border: none;
  border-radius: 3px;
  background-color: #d7d7d7;
  outline: none;
}

.contact .form #form-contact textarea:focus {
  background-color: #f3f3f3;
}

.contact .form #form-contact .btn-contacto {
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  color: white;
  width: 160px;
  border: none;
  border-radius: 3px;
  background-color: #4dad8c;
  margin-top: 4px;
  cursor: pointer;
  outline: none;
}

.contact .form #form-contact .btn-contacto:hover {
  background-color: #59b596;
}

.contact .form #form-contact .btn-contacto:active {
  background-color: #479f81;
}

.footer {
  background-color: #1e1f2f;
  min-height: 20px;
  padding: 46px 0;
  font-family: "Quicksand", sans-serif;
  color: #8f8f97;
}

@media (max-width: 699px) {
  .footer {
    display: none;
  }
}

.footer .box {
  margin-left: 40px;
  font-size: .9em;
  text-align: right;
}

.footer .box b {
  margin: 0;
  padding: 0;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.footer .box div {
  margin: 2px 0;
}

.footer .box a {
  margin: 2px 0;
  display: block;
  text-decoration: none;
  outline: none;
  color: inherit;
}

.footer .box a:hover {
  color: white;
}

.end {
  background-color: #181926;
  min-height: 10px;
  height: 48px;
  line-height: 48px;
  color: #6d737c;
  font-family: "Quicksand", sans-serif;
  font-size: .9em;
  font-weight: 400;
}

@media (max-width: 699px) {
  .end {
    line-height: 20px;
    text-align: center;
    padding: 18px 0;
  }
}

.end .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 699px) {
  .end .flex .copyright {
    width: 182px;
  }
}

@media (max-width: 699px) {
  .end .flex .location {
    display: none;
  }
}

.social-bar {
  position: fixed;
  right: 0;
  top: 35%;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}

.icon {
  color: white;
  text-decoration: none;
  padding: .7rem;
  display: flex;
  transition: all .5s;
}

.icon-facebook {
  background: #2E406E;
}

.icon-instagram {
  background: #F09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.icon:first-child {
  border-radius: 1rem 0 0 0;
}

.icon:last-child {
  border-radius: 0 0 0 1rem;
}

.icon:hover {
  padding-right: 3rem;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}
