/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, E:/xampp/htdocs/ocu/sass/reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 16, E:/xampp/htdocs/ocu/sass/reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, E:/xampp/htdocs/ocu/sass/reset.scss */
body {
  line-height: 1;
}

/* line 22, E:/xampp/htdocs/ocu/sass/reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, E:/xampp/htdocs/ocu/sass/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, E:/xampp/htdocs/ocu/sass/reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, E:/xampp/htdocs/ocu/sass/reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, E:/xampp/htdocs/ocu/sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*vars*/
@smartphones : ~"only screen and (max-width: 479px)";
@tablet : ~"only screen and (max-width: 768px)";
@font-face {
  font-family: 'Roboto-Thin';
  src: url("fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Thin.woff") format("woff"), url("fonts/Roboto-Thin.ttf") format("truetype"), url("fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 1, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header {
  display: block;
  width: 100%;
  max-width: 1920px;
  text-align: center;
  position: fixed;
  z-index: 5;
  background: #FFF;
  margin: 0px auto;
}

/* line 10, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: left;
  width: 100%;
  vertical-align: top;
  max-width: 92%;
}

/* line 20, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content .content_logos {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 20%;
  text-align: left;
}

/* line 28, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content .content_logos h1 {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 29, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content .content_logos img {
  max-width: 80%;
}

/* line 31, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content .menu {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 79%;
  text-align: left;
}

/* line 38, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content .menu div {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}

/* line 45, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content .menu div a {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid #FFF;
}

/* line 54, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content .menu div a i {
  font-size: 30px;
  padding: 5px;
}

/* line 56, E:/xampp/htdocs/ocu/sass/_header.scss */
#main-header .content .menu div .menactive {
  color: #0171a1;
  border-bottom: 2px solid #0171a1;
}

/* line 1, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors {
  display: block;
  width: 100%;
  padding: 0px 0 35px 0;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
}

/* line 8, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 12, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulos {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 90%;
}

/* line 18, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo1 {
  padding-top: 10%;
  background: transparent url("../img/cabeceraoscura.jpg") no-repeat top center;
  background-size: cover;
  min-height: 60vh;
  padding-bottom: 20px;
  text-align: center;
  max-width: 100%;
}

/* line 26, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo1 .contenido {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 90%;
}

/* line 31, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo1 .contenido .title {
  float: left;
  text-align: left;
  width: 100%;
}

/* line 35, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo1 .contenido .title h1 {
  font-size: 48px;
  line-height: 60px;
  font-family: "Roboto-Regular";
  color: #FFF;
  font-weight: bold;
  max-width: 600px;
}

/* line 43, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo1 .contenido .title p {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  max-width: 600px;
}

/* line 50, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo1 .contenido a {
  margin-top: 40px;
}

/* line 53, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo2 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: left;
  margin-top: 75px;
  margin-bottom: 75px;
  width: 100%;
}

/* line 63, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo2 .bloque {
  width: 50%;
}

/* line 65, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo2 .bloque h2 {
  color: #000;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
}

/* line 71, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo2 .bloque h3 {
  color: #0171a1;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  max-width: 590px;
  margin-top: 35px;
  margin-bottom: 35px;
}

/* line 81, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo2 .bloque ul li {
  margin-bottom: 25px;
  font-size: 20px;
}

/* line 84, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo2 .bloque ul li i {
  color: #0171a1;
  font-size: 20px;
  margin-right: 35px;
}

/* line 89, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo3 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: left;
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
}

/* line 99, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo3 .bloque {
  position: relative;
  width: 50%;
}

/* line 102, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo3 .bloque h2 {
  color: #000;
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
}

/* line 108, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo3 .bloque h3 {
  color: #0171a1;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  max-width: 590px;
  margin-top: 35px;
  margin-bottom: 35px;
}

/* line 118, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo3 .bloque ul li {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 20px;
}

/* line 124, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo3 .bloque ul li i {
  color: #0171a1;
  font-size: 20px;
  margin-right: 35px;
}

/* line 127, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo3 .bloque img {
  max-width: 700px;
  position: absolute;
  top: -350px;
}

/* line 134, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo4 {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
  max-width: 1024px;
}

/* line 139, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo4 .logazo {
  display: inline-block;
  max-width: 50%;
}

/* line 143, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo4 .trescol {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

/* line 149, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo4 .trescol img {
  max-width: 320px;
}

/* line 150, E:/xampp/htdocs/ocu/sass/_home.scss */
.main-sectors .content .modulo4 .trescol .btn {
  margin-right: 20px;
  margin-left: 20px;
}

/* line 1, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer {
  display: block;
  width: 100%;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}

/* line 11, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer .pie {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  color: #0171a1;
  max-width: 1920px;
}

/* line 20, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer .pie .bloque {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 50%;
}

/* line 25, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer .pie .bloque h3 {
  font-size: 30px;
}

/* line 26, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer .pie .bloque a {
  text-decoration: none;
}

/* line 28, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer .pie .bloque ul li {
  cursor: pointer;
  margin-top: 30px;
}

/* line 31, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer .pie .bloque ul li a {
  color: #0171a1;
}

/* line 35, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer .pie .bloque .redes a {
  display: inline-block;
  margin-right: 5px;
}

/* line 40, E:/xampp/htdocs/ocu/sass/_footer.scss */
footer .pie .bloque .redes a i {
  color: #0171a1;
  font-size: 40px;
}

@media screen and (max-width: 1100px) {
  /* line 2, E:/xampp/htdocs/ocu/sass/tablet/_header.scss */
  #main-header {
    max-width: 213.33333vw;
    background: #FFF;
  }
  /* line 5, E:/xampp/htdocs/ocu/sass/tablet/_header.scss */
  #main-header .content {
    width: 100%;
    max-width: 92%;
  }
  /* line 8, E:/xampp/htdocs/ocu/sass/tablet/_header.scss */
  #main-header .content .content_logos {
    width: 20%;
  }
  /* line 10, E:/xampp/htdocs/ocu/sass/tablet/_header.scss */
  #main-header .content .content_logos h1 {
    margin-top: 0.55556vw;
    margin-bottom: 0.55556vw;
  }
  /* line 12, E:/xampp/htdocs/ocu/sass/tablet/_header.scss */
  #main-header .content .menu {
    width: 79%;
  }
  /* line 14, E:/xampp/htdocs/ocu/sass/tablet/_header.scss */
  #main-header .content .menu div {
    width: 100%;
  }
  /* line 17, E:/xampp/htdocs/ocu/sass/tablet/_header.scss */
  #main-header .content .menu div a i {
    font-size: 30px;
    padding: 5px;
  }
}

@media screen and (max-width: 1500px) {
  /* line 7, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo2 .bloque ul li {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 11, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo2 .bloque ul li i {
    margin-right: 0.55556vw;
  }
  /* line 19, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 .bloque ul li {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 23, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 .bloque ul li i {
    margin-right: 0.55556vw;
  }
  /* line 26, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 .bloque img {
    max-width: 90%;
    position: relative;
    top: 0px;
  }
}

@media screen and (max-width: 1100px) {
  /* line 38, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors {
    width: 100%;
    padding: 0vw 0 3.88889vw 0;
    max-width: 213.33333vw;
    margin: 0 auto;
  }
  /* line 43, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content {
    width: 100%;
  }
  /* line 45, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulos {
    width: 100%;
    max-width: 90%;
  }
  /* line 49, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo1 {
    padding-top: 10%;
    min-height: 60vh;
    padding-bottom: 2.22222vw;
    max-width: 100%;
  }
  /* line 54, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo1 .contenido {
    width: 100%;
    max-width: 90%;
  }
  /* line 57, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo1 .contenido .title {
    width: 100%;
  }
  /* line 59, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo1 .contenido .title h1 {
    font-size: 4.22222vw;
    line-height: 5.55556vw;
    max-width: 66.66667vw;
  }
  /* line 64, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo1 .contenido .title p {
    font-size: 2vw;
    line-height: 2.66667vw;
    max-width: 66.66667vw;
  }
  /* line 70, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo1 .contenido a {
    margin-top: 4.44444vw;
  }
  /* line 73, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo2 {
    margin-top: 8.33333vw;
    margin-bottom: 8.33333vw;
    width: 100%;
  }
  /* line 77, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo2 .bloque {
    width: 50%;
  }
  /* line 79, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo2 .bloque h2 {
    font-size: 2.77778vw;
    line-height: 2.77778vw;
  }
  /* line 83, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo2 .bloque h3 {
    font-size: 2.22222vw;
    line-height: 2.77778vw;
    max-width: 65.55556vw;
    margin-top: 2.77778vw;
    margin-bottom: 2.77778vw;
  }
  /* line 91, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo2 .bloque ul li {
    margin-bottom: 2.77778vw;
    font-size: 2vw;
  }
  /* line 94, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo2 .bloque ul li i {
    font-size: 2.22222vw;
    margin-right: 3.88889vw;
  }
  /* line 99, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 {
    padding-top: 2.77778vw;
    padding-bottom: 2.77778vw;
    width: 100%;
  }
  /* line 103, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 .bloque {
    font-size: 2.77778vw;
    line-height: 2.77778vw;
  }
  /* line 107, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 h3 {
    font-size: 2.22222vw;
    line-height: 2.77778vw;
    max-width: 65.55556vw;
    margin-top: 2.77778vw;
    margin-bottom: 2.77778vw;
  }
  /* line 115, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 ul li {
    margin-bottom: 2.77778vw;
    font-size: 2vw;
  }
  /* line 118, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 ul li i {
    font-size: 2.22222vw;
    margin-right: 0.55556vw;
  }
  /* line 121, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .content .modulo3 img {
    max-width: 90%;
    position: relative;
    top: 0px;
  }
  /* line 128, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .modulo4 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    max-width: 100% !important;
  }
  /* line 132, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .modulo4 .logazo {
    max-width: 50%;
  }
  /* line 136, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .modulo4 .trescol div {
    width: 100%;
    margin-top: 2.22222vw;
  }
  /* line 137, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .modulo4 .trescol img {
    max-width: 35.55556vw;
  }
  /* line 138, E:/xampp/htdocs/ocu/sass/tablet/_home.scss */
  .main-sectors .modulo4 .trescol .btn {
    margin-right: 2.22222vw;
    margin-left: 2.22222vw;
  }
}

@media screen and (max-width: 1100px) {
  /* line 2, E:/xampp/htdocs/ocu/sass/tablet/_footer.scss */
  footer {
    max-width: 213.33333vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  /* line 8, E:/xampp/htdocs/ocu/sass/tablet/_footer.scss */
  footer .pie {
    max-width: 213.33333vw;
  }
  /* line 10, E:/xampp/htdocs/ocu/sass/tablet/_footer.scss */
  footer .pie .bloque {
    width: 100%;
    max-width: 50%;
  }
  /* line 13, E:/xampp/htdocs/ocu/sass/tablet/_footer.scss */
  footer .pie .bloque h3 {
    font-size: 3.33333vw;
  }
  /* line 16, E:/xampp/htdocs/ocu/sass/tablet/_footer.scss */
  footer .pie .bloque ul li {
    margin-top: 3.33333vw;
  }
  /* line 22, E:/xampp/htdocs/ocu/sass/tablet/_footer.scss */
  footer .pie .bloque .redes a {
    margin-right: 5px;
  }
  /* line 24, E:/xampp/htdocs/ocu/sass/tablet/_footer.scss */
  footer .pie .bloque .redes a i {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  /* line 2, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  #main-header {
    max-width: 457.14286vw;
    background: #FFF;
  }
  /* line 5, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  #main-header .content {
    width: 100%;
    max-width: 92%;
  }
  /* line 8, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  #main-header .content .content_logos {
    width: 100%;
  }
  /* line 10, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  #main-header .content .content_logos h1 {
    margin-top: 1.19048vw;
    margin-bottom: 1.19048vw;
  }
  /* line 11, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  #main-header .content .content_logos img {
    max-width: 100%;
  }
  /* line 13, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  #main-header .content .menu {
    width: 59%;
  }
  /* line 15, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  #main-header .content .menu div {
    width: 100%;
  }
  /* line 18, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  #main-header .content .menu div a i {
    font-size: 30px;
    padding: 5px;
  }
}

/* line 26, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
.menu_bar {
  display: none;
  color: #0171a1;
}

/* line 28, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
.menu_bar i {
  color: #0171a1;
}

/* line 30, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
.menumvl {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 35, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  header .menumvl {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    background: #fff;
    display: inline-block;
  }
  /* line 44, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  header nav ul {
    overflow: hidden;
    list-style: none;
    background: #fff;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 5px 5px 5px 0px #777777;
    -moz-box-shadow: 5px 5px 5px 0px #777777;
    box-shadow: 5px 5px 5px 0px #777777;
  }
  /* line 56, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  header .menumvl ul li {
    float: left;
  }
  /* line 60, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  header .menumvl ul li a {
    color: rgba(0, 0, 0, 0.6) !important;
    padding: 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
  }
  /* line 68, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  header .menumvl ul li span {
    margin-right: 10px;
  }
  /* line 72, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  header .menumvl ul li a:hover {
    background: #0171a1;
  }
  /* line 77, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  header .menumvl {
    width: 80%;
    height: 100%;
    left: -100%;
    margin: 0;
    position: absolute;
    z-index: 999;
    background: #fff;
  }
  /* line 87, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  header .menumvl ul li {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 92, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  .menu_bar {
    display: block;
    width: 100%;
    background: #fff;
  }
  /* line 98, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  .menu_bar .bt-menu {
    display: block;
    padding: 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 111, E:/xampp/htdocs/ocu/sass/mobile/_header.scss */
  .menu_bar span {
    float: right;
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 2, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors {
    width: 100%;
    padding: 0vw 0 8.33333vw 0;
    max-width: 457.14286vw;
    margin: 0 auto;
  }
  /* line 7, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content {
    width: 100%;
  }
  /* line 9, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulos {
    width: 100%;
    max-width: 90%;
  }
  /* line 13, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo1 {
    padding-top: 10%;
    min-height: 60vh;
    padding-bottom: 2.22222vw;
    max-width: 100%;
  }
  /* line 18, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo1 .contenido {
    width: 100%;
    max-width: 90%;
  }
  /* line 21, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo1 .contenido .title {
    width: 100%;
  }
  /* line 23, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo1 .contenido .title h1 {
    margin-top: 9.52381vw;
    font-size: 6.66667vw;
    line-height: 9.52381vw;
    max-width: 90%;
  }
  /* line 29, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo1 .contenido .title p {
    font-size: 3.80952vw;
    line-height: 5.71429vw;
    max-width: 76.19048vw;
  }
  /* line 35, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo1 .contenido a {
    margin-top: 5.95238vw;
  }
  /* line 38, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo2 {
    margin-top: 17.85714vw;
    margin-bottom: 17.85714vw;
    width: 100%;
  }
  /* line 42, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo2 .bloque {
    width: 100%;
  }
  /* line 44, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo2 .bloque h2 {
    font-size: 5.95238vw;
    line-height: 7.14286vw;
  }
  /* line 48, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo2 .bloque h3 {
    font-size: 4.7619vw;
    line-height: 5.95238vw;
    max-width: 140.47619vw;
    margin-top: 5.95238vw;
    margin-bottom: 5.95238vw;
  }
  /* line 56, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo2 .bloque ul li {
    margin-bottom: 5.95238vw;
    font-size: 4.28571vw;
    line-height: 5.95238vw;
  }
  /* line 60, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo2 .bloque ul li i {
    font-size: 4.7619vw;
    margin-right: 8.33333vw;
  }
  /* line 65, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo3 {
    padding-top: 5.95238vw;
    padding-bottom: 5.95238vw;
    font-size: 5.95238vw;
    line-height: 5.95238vw;
    width: 100%;
  }
  /* line 71, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo3 .bloque {
    width: 100%;
  }
  /* line 74, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo3 .bloque h2 {
    font-size: 5.95238vw;
    line-height: 7.14286vw;
  }
  /* line 78, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo3 .bloque h3 {
    font-size: 4.7619vw;
    line-height: 5.95238vw;
    max-width: 140.47619vw;
    margin-top: 5.95238vw;
    margin-bottom: 5.95238vw;
  }
  /* line 86, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo3 .bloque ul li {
    margin-bottom: 5.95238vw;
    font-size: 4.28571vw;
    line-height: 5.95238vw;
  }
  /* line 90, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo3 .bloque ul li i {
    font-size: 4.7619vw;
    margin-right: 1.19048vw;
  }
  /* line 94, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .content .modulo3 img {
    max-width: 90%;
    position: relative;
    top: 0px;
  }
  /* line 101, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .modulo4 {
    margin-top: 10.71429vw;
    margin-bottom: 10.71429vw;
    max-width: 100% !important;
  }
  /* line 105, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .modulo4 .logazo {
    max-width: 50%;
  }
  /* line 109, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .modulo4 .trescol div {
    width: 100%;
  }
  /* line 110, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .modulo4 .trescol img {
    max-width: 76.19048vw;
  }
  /* line 111, E:/xampp/htdocs/ocu/sass/mobile/_home.scss */
  .main-sectors .modulo4 .trescol .btn {
    margin-right: 4.7619vw;
    margin-left: 4.7619vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 2, E:/xampp/htdocs/ocu/sass/mobile/_footer.scss */
  footer {
    max-width: 213.33333vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  /* line 8, E:/xampp/htdocs/ocu/sass/mobile/_footer.scss */
  footer .pie {
    max-width: 213.33333vw;
  }
  /* line 10, E:/xampp/htdocs/ocu/sass/mobile/_footer.scss */
  footer .pie .bloque {
    width: 100%;
    max-width: 50%;
  }
  /* line 13, E:/xampp/htdocs/ocu/sass/mobile/_footer.scss */
  footer .pie .bloque h3 {
    font-size: 3.33333vw;
  }
  /* line 16, E:/xampp/htdocs/ocu/sass/mobile/_footer.scss */
  footer .pie .bloque ul li {
    margin-top: 3.33333vw;
  }
  /* line 22, E:/xampp/htdocs/ocu/sass/mobile/_footer.scss */
  footer .pie .bloque .redes a {
    margin-right: 5px;
  }
  /* line 24, E:/xampp/htdocs/ocu/sass/mobile/_footer.scss */
  footer .pie .bloque .redes a i {
    font-size: 40px;
  }
}

/* line 29, E:/xampp/htdocs/ocu/sass/style.scss */
body {
  background: white;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto-Regular";
  font-size: 17px;
  line-height: 19px;
}

/* line 36, E:/xampp/htdocs/ocu/sass/style.scss */
a {
  color: #000000;
}

/* line 37, E:/xampp/htdocs/ocu/sass/style.scss */
img {
  max-width: 100%;
}

/* line 38, E:/xampp/htdocs/ocu/sass/style.scss */
.clear {
  clear: both;
}

/* line 40, E:/xampp/htdocs/ocu/sass/style.scss */
.mvlon {
  display: none;
}

/* line 41, E:/xampp/htdocs/ocu/sass/style.scss */
.btn {
  background: #0171a1;
  border-radius: 5px;
  height: 60px;
  width: 300px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
}

/* line 58, E:/xampp/htdocs/ocu/sass/style.scss */
.btn:hover {
  -webkit-box-shadow: 5px 5px 5px 0px #777777;
  -moz-box-shadow: 5px 5px 5px 0px #777777;
  box-shadow: 5px 5px 5px 0px #777777;
}

/* line 64, E:/xampp/htdocs/ocu/sass/style.scss */
.fondogris {
  background: #f5f5f5;
}

@media screen and (max-width: 1000px) {
  /* line 66, E:/xampp/htdocs/ocu/sass/style.scss */
  .mvlOff {
    display: none !important;
  }
  /* line 67, E:/xampp/htdocs/ocu/sass/style.scss */
  .mvlon {
    display: inherit;
  }
  /* line 69, E:/xampp/htdocs/ocu/sass/style.scss */
  .btn {
    border-radius: 5px;
    height: 45px;
    width: 250px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}


.info-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    overflow: auto;
    max-height: calc(100% - 5rem);
    background: rgba(255,255,255,.95);
    display: none;
}

.info-banner>div {
    box-sizing: border-box;
    padding: 1.5rem 1rem;
}
.constrained {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 105rem;
}

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

.align-central>p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.btn--small {
    height: 40px;
    width: 100px;
}

/*# sourceMappingURL=../css/style.map */