.color {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.blanco {
  color: #fff; }

.negro {
  color: #000; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none; }

body {
  background: #fff;
  font-family: "NotoSans-Regular";
  overflow-x: hidden; }

button {
  outline: none;
  cursor: pointer; }

a {
  text-decoration: none; }

input[type="submit"],
button,
textarea,
select,
option,
input,
label {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

button {
  outline: none;
  cursor: pointer; }

body,
html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none; }

header .barra-superior .idiomas-menu {
  position: relative;
  z-index: 3; }
  header .barra-superior .idiomas-menu li:hover ul {
    z-index: 4;
    display: flex;
    opacity: 1; }
  header .barra-superior .idiomas-menu li .box-idioma {
    background-color: #fff;
    color: #686868;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: 0;
    font-family: "NotoSans-Medium";
    cursor: pointer;
    transition: all 0.5s ease; }
  header .barra-superior .idiomas-menu li .desplegar-idiomas {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease;
    display: none;
    position: relative;
    opacity: 0; }
    header .barra-superior .idiomas-menu li .desplegar-idiomas li {
      background-color: white;
      color: #686868;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      border: 0;
      font-family: "NotoSans-Medium";
      cursor: pointer;
      transition: all 0.5s ease; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas li:nth-last-child(1) {
        margin-bottom: 0; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas li:hover {
        background-color: rgba(255, 255, 255, 0.7); }
  header .barra-superior .idiomas-menu:hover li .box-idioma {
    background: #0b5d93;
    color: #fff; }
header .contenido {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  header .contenido .fondo {
    position: relative; }
  header .contenido .texto h1 {
    color: #0b5d93;
    font-family: "NotoSans-SemiBold"; }
    header .contenido .texto h1 span.verde {
      color: #00962b; }

@media screen and (min-width: 1600px) {
  header .logo.movil {
    display: none; }
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .btn-abrir-movil,
    header .barra-superior .btn-cerrar-movil {
      display: none; }
    header .barra-superior .logo {
      height: 210px;
      margin-top: 15px;
      margin-left: 15px; }
      header .barra-superior .logo img {
        height: 100%; }
    header .barra-superior .btn-acceder {
      margin-top: -25px;
      margin-top: 0px;
      margin-right: 10px;
      position: relative;
      z-index: 9; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 3px 7px 5px 17px;
        font-size: 14px; }
    header .barra-superior .idiomas-menu {
      margin-top: -25px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu a {
        min-width: 75%;
        margin-bottom: 6px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 5px 10px 5px 13px;
        border-radius: 30px;
        font-size: 15px;
        line-height: 15px; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 26px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 7px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 7px 10px;
          border-radius: 30px;
          font-size: 13px;
          line-height: 13px;
          margin-bottom: 4px; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 7px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 13px;
              margin-bottom: -2px; }
    header .barra-superior .aliados-idiomas-box {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 40px;
      margin-right: 40px; }
    header .barra-superior nav {
      width: 100%;
      top: 0;
      lft: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 18px;
          line-height: 18px;
          padding: 40px 30px 20px 30px; }
      header .barra-superior nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        header .barra-superior nav ul li {
          font-size: 22px;
          line-height: 22px;
          margin-right: 20px;
          transition: all 0.5s ease;
          padding: 50px 25px 20px 25px;
          position: relative; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 1;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0cb13b",GradientType=1);
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            widt: 100%;
            display: block;
            height: 5px;
            border-radius: 550px;
            margin-top: 9px;
            transition: all 0.5s ease; }
  header .contenido {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    header .contenido .fondo .escritorio {
      height: 800px;
      display: flex; }
      header .contenido .fondo .escritorio img {
        height: 100%;
        width: auto; }
    header .contenido .fondo .movil,
    header .contenido .fondo .tablet {
      display: none; }
    header .contenido .texto {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      header .contenido .texto .contenedor-centrado2 {
        width: 1550px;
        max-width: 90%;
        margin: 60px auto 0 auto;
        position: relative; }
      header .contenido .texto h1 {
        font-size: 76px;
        line-height: 80px;
        text-align: left;
        margin: 20px 0px 30px 0px; } }
@media screen and (max-width: 1599px) {
  header .logo.movil {
    display: none; }
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .btn-abrir-movil,
    header .barra-superior .btn-cerrar-movil {
      display: none; }
    header .barra-superior .logo {
      height: 187px;
      margin-top: 15px;
      margin-left: 15px; }
      header .barra-superior .logo img {
        height: 100%; }
    header .barra-superior .btn-acceder {
      margin-top: 0px;
      margin-right: 10px;
      position: relative;
      z-index: 9; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 3px 7px 5px 17px;
        font-size: 14px; }
    header .barra-superior .idiomas-menu {
      margin-top: -35px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu a {
        min-width: 75%;
        margin-bottom: 6px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 5px 10px 5px 13px;
        border-radius: 30px;
        font-size: 15px;
        line-height: 15px; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 26px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 7px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 7px 10px;
          border-radius: 30px;
          font-size: 13px;
          line-height: 13px;
          margin-bottom: 4px; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 7px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 13px;
              margin-bottom: -2px; }
    header .barra-superior .aliados-idiomas-box {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 30px;
      margin-right: 30px; }
    header .barra-superior nav {
      width: 100%;
      top: 0;
      lft: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 16px;
          line-height: 16px;
          padding: 30px 20px 10px 20px; }
      header .barra-superior nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        header .barra-superior nav ul li {
          font-size: 18px;
          line-height: 18px;
          margin-right: 10px;
          transition: all 0.5s ease;
          padding: 40px 22px 20px 22px;
          position: relative; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 1;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0cb13b",GradientType=1);
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            widt: 100%;
            display: block;
            height: 4px;
            border-radius: 550px;
            margin-top: 9px;
            transition: all 0.5s ease; }
  header .contenido {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    header .contenido .fondo .escritorio {
      height: 680px;
      display: flex; }
      header .contenido .fondo .escritorio img {
        height: 100%;
        width: auto; }
    header .contenido .fondo .movil,
    header .contenido .fondo .tablet {
      display: none; }
    header .contenido .texto {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      header .contenido .texto .contenedor-centrado2 {
        width: 90%;
        max-width: 90%;
        margin: 107px auto 0 auto;
        position: relative; }
      header .contenido .texto h1 {
        font-size: 65px;
        line-height: 70px;
        text-align: left;
        margin: 20px 0px 30px 0px; } }
@media screen and (max-width: 1440px) {
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .logo {
      height: 188px;
      margin-top: 15px;
      margin-left: 15px; }
      header .barra-superior .logo img {
        height: 100%; }
    header .barra-superior .btn-acceder {
      margin-top: 0px;
      margin-right: 10px;
      position: relative;
      z-index: 9; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 5px 4px 6px 11px;
        font-size: 13px;
        margin-top: -2px; }
    header .barra-superior .idiomas-menu {
      margin-top: -25px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 4px 6px 3px 10px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 13px; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 22px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 4px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 5px 10px;
          border-radius: 30px;
          font-size: 12px;
          line-height: 12px;
          margin-bottom: 4px; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 4px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 11px;
              margin-bottom: -2px; }
    header .barra-superior .aliados-idiomas-box {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 30px;
      margin-right: 30px; }
    header .barra-superior nav {
      width: 100%;
      top: 0;
      lft: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 16px;
          line-height: 16px;
          padding: 30px 20px 10px 20px; }
      header .barra-superior nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        header .barra-superior nav ul li {
          font-size: 17px;
          line-height: 17px;
          margin-right: 10px;
          transition: all 0.5s ease;
          padding: 40px 22px 20px 22px;
          position: relative; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 1;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0cb13b",GradientType=1);
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            widt: 100%;
            display: block;
            height: 4px;
            border-radius: 550px;
            margin-top: 9px;
            transition: all 0.5s ease; }
  header .contenido {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    header .contenido .fondo .escritorio {
      height: 640px; }
      header .contenido .fondo .escritorio img {
        height: 100%;
        width: auto; }
    header .contenido .texto {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      header .contenido .texto .contenedor-centrado2 {
        width: 90%;
        max-width: 90%;
        margin: 107px auto 0 auto;
        position: relative; }
      header .contenido .texto h1 {
        font-size: 60px;
        line-height: 65px;
        text-align: left;
        margin: 20px 0px 30px 0px; } }
@media screen and (max-width: 1366px) {
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .logo {
      height: 154px;
      margin-top: 13px;
      margin-left: 13px; }
      header .barra-superior .logo img {
        height: 100%; }
    header .barra-superior .btn-acceder {
      margin-top: 0px;
      margin-right: 10px;
      position: relative;
      z-index: 9; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 5px 4px 6px 11px;
        font-size: 13px;
        margin-top: -2px; }
    header .barra-superior .idiomas-menu {
      margin-top: -25px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 4px 6px 3px 10px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 13px; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 22px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 4px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 5px 10px;
          border-radius: 30px;
          font-size: 12px;
          line-height: 12px;
          margin-bottom: 4px; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 4px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 11px;
              margin-bottom: -2px; }
    header .barra-superior nav {
      width: 100%;
      top: 0;
      lft: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 16px;
          line-height: 16px;
          padding: 30px 20px 10px 20px; }
      header .barra-superior nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        header .barra-superior nav ul li {
          font-size: 17px;
          line-height: 17px;
          margin-right: 10px;
          transition: all 0.5s ease;
          padding: 40px 22px 20px 22px;
          position: relative; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 1;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0cb13b",GradientType=1);
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            widt: 100%;
            display: block;
            height: 4px;
            border-radius: 550px;
            margin-top: 9px;
            transition: all 0.5s ease; }
  header .contenido {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    header .contenido .fondo .escritorio {
      height: 550px; }
      header .contenido .fondo .escritorio img {
        height: 100%;
        width: auto; }
    header .contenido .texto {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      header .contenido .texto .contenedor-centrado2 {
        width: 86%;
        max-width: 90%;
        margin: 91px auto 0 auto;
        position: relative; }
      header .contenido .texto h1 {
        font-size: 60px;
        line-height: 65px;
        text-align: left;
        margin: 20px 0px 30px 0px; } }
@media screen and (max-width: 1280px) {
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .logo {
      height: 140px;
      margin-top: 15px;
      margin-left: 15px; }
      header .barra-superior .logo img {
        height: 100%; }
    header .barra-superior .btn-acceder {
      margin-top: 0px;
      margin-right: 10px;
      position: relative;
      z-index: 9; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 5px 4px 6px 11px;
        font-size: 13px;
        margin-top: -2px; }
    header .barra-superior .idiomas-menu {
      margin-top: -25px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 4px 6px 3px 10px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 13px; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 22px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 4px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 5px 10px;
          border-radius: 30px;
          font-size: 12px;
          line-height: 12px;
          margin-bottom: 4px; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 4px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 11px;
              margin-bottom: -2px; }
    header .barra-superior .aliados-idiomas-box {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 20px;
      margin-right: 20px; }
    header .barra-superior nav {
      width: 100%;
      top: 0;
      lft: 0;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 14px;
          line-height: 14px;
          padding: 25px 15px 15px 14px; }
      header .barra-superior nav ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        header .barra-superior nav ul li {
          font-size: 16px;
          line-height: 16px;
          margin-right: 10px;
          transition: all 0.5s ease;
          padding: 33px 18px 20px 18px;
          position: relative; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 1;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgba(12, 177, 59, 0.5298494398) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0cb13b",GradientType=1);
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            widt: 100%;
            display: block;
            height: 4px;
            border-radius: 550px;
            margin-top: 9px;
            transition: all 0.5s ease; }
  header .contenido {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    header .contenido .fondo .escritorio {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      header .contenido .fondo .escritorio img {
        height: auto;
        width: 110%;
        margin-right: -5%; }
    header .contenido .texto {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      header .contenido .texto .contenedor-centrado2 {
        width: 86%;
        max-width: 86%;
        margin: 75px auto 0 auto;
        position: relative; }
      header .contenido .texto h1 {
        font-size: 55px;
        line-height: 55px;
        text-align: left;
        margin: 20px 0px 30px 0px; } }
@media screen and (max-width: 1080px) {
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .btn-cerrar-movil {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 4;
      display: flex;
      cursor: pointer;
      width: 43px;
      height: 43px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 2px solid #79c48f;
      border-radius: 100%;
      transition: all 0.5s ease; }
      header .barra-superior .btn-cerrar-movil:hover {
        border: 2px solid #1b7aba; }
        header .barra-superior .btn-cerrar-movil:hover .material-icons {
          color: #1b7aba; }
      header .barra-superior .btn-cerrar-movil .material-icons {
        color: #017924;
        font-size: 28px;
        margin-top: -1px;
        transition: all 0.5s ease; }
    header .barra-superior .btn-abrir-movil {
      display: flex;
      position: absolute;
      top: 30px;
      right: 30px;
      background: rgba(0, 150, 43, 0.3);
      width: 55px;
      height: 55px;
      border-radius: 100%;
      color: #017924;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.4s ease; }
      header .barra-superior .btn-abrir-movil:hover {
        background: rgba(27, 122, 186, 0.2);
        color: #1b7aba; }
      header .barra-superior .btn-abrir-movil .material-icons {
        font-size: 26px; }
    header .barra-superior .logo {
      height: 190px;
      margin-top: 16px;
      margin-left: 16px; }
      header .barra-superior .logo img {
        height: 100%; }
    header .barra-superior .btn-acceder {
      margin-top: 0px;
      margin-right: 13px;
      position: relative;
      z-index: 9; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 4px 4px 6px 11px;
        font-size: 13px;
        margin-top: 0px;
        box-shadow: none;
        border: 0; }
    header .barra-superior .idiomas-menu {
      margin-top: -25px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 4px 6px 3px 10px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 13px;
        background: #dfe9ef; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 22px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 7px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 9px 10px;
          border-radius: 30px;
          font-size: 12px;
          line-height: 12px;
          margin-bottom: 4px;
          border: 2px solid #d0d0d0; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li:hover {
            background-color: #e2e2e2; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 4px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 11px;
              margin-bottom: -2px; }
    header .barra-superior .aliados-idiomas-box {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 40px;
      margin-right: 110px; }
    header .barra-superior nav {
      width: 300px;
      height: 100vh;
      top: 0;
      left: -350px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease;
      background: #fff;
      -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
      header .barra-superior nav.active-movil {
        left: 0; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 16px;
          line-height: 16px;
          padding: 0px; }
      header .barra-superior nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        header .barra-superior nav ul li {
          width: 100%;
          font-size: 16px;
          line-height: 16px;
          margin-right: 0px;
          transition: all 0.5s ease;
          padding: 0px;
          position: relative;
          text-align: center; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 0.2;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            width: 100%;
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
            padding: 24px 20px 24px 20px;
            display: block; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0cb13b;
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            width: 5px;
            display: block;
            height: 100%;
            top: 0;
            right: 0;
            border-radius: 0px;
            margin-top: 0px;
            transition: all 0.5s ease;
            position: absolute; }
  header .contenido {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 80px; }
    header .contenido .fondo {
      width: 100%;
      order: 2;
      z-index: 1; }
      header .contenido .fondo .escritorio,
      header .contenido .fondo .movil {
        display: none; }
      header .contenido .fondo .tablet {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden; }
        header .contenido .fondo .tablet img {
          width: 100%; }
    header .contenido .texto {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      order: 1;
      padding-bottom: 30px;
      margin-bottom: -40px;
      z-index: 2; }
      header .contenido .texto .contenedor-centrado2 {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center; }
      header .contenido .texto h1 {
        font-size: 65px;
        line-height: 69px;
        text-align: center;
        margin: 110px 0px 30px 0px; } }
@media screen and (max-width: 900px) {
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .btn-cerrar-movil {
      position: absolute;
      top: 8px;
      left: 12px;
      z-index: 4;
      display: flex;
      cursor: pointer;
      width: 36px;
      height: 36px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 2px solid #79c48f;
      border-radius: 100%;
      transition: all 0.5s ease; }
      header .barra-superior .btn-cerrar-movil:hover {
        border: 2px solid #1b7aba; }
        header .barra-superior .btn-cerrar-movil:hover .material-icons {
          color: #1b7aba; }
      header .barra-superior .btn-cerrar-movil .material-icons {
        color: #017924;
        font-size: 23px;
        margin-top: -1px;
        transition: all 0.5s ease; }
    header .barra-superior .btn-abrir-movil {
      display: flex;
      position: absolute;
      top: 30px;
      right: 30px;
      background: rgba(0, 150, 43, 0.3);
      width: 55px;
      height: 55px;
      border-radius: 100%;
      color: #017924;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.4s ease; }
      header .barra-superior .btn-abrir-movil:hover {
        background: rgba(27, 122, 186, 0.2);
        color: #1b7aba; }
      header .barra-superior .btn-abrir-movil .material-icons {
        font-size: 26px; }
    header .barra-superior .logo {
      height: 166px;
      margin-top: 13px;
      margin-left: 13px; }
      header .barra-superior .logo img {
        height: 100%; }
    header .barra-superior .btn-acceder {
      margin-top: 0px;
      margin-right: 9px;
      position: relative;
      z-index: 9; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 5px 5px 7px 11px;
        font-size: 13px;
        margin-top: 0px;
        box-shadow: none;
        border: 0; }
    header .barra-superior .idiomas-menu {
      margin-top: -25px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 3px 6px 2px 10px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 13px;
        background: #dfe9ef; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 22px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 7px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 4px 7px;
          border-radius: 30px;
          font-size: 12px;
          line-height: 12px;
          margin-bottom: 4px;
          border: 1px solid #d0d0d0; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li:hover {
            background-color: #e2e2e2; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 4px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 11px;
              margin-bottom: -2px; }
    header .barra-superior .aliados-idiomas-box {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 40px;
      margin-right: 110px; }
    header .barra-superior nav {
      width: 250px;
      height: 100vh;
      top: 0;
      left: -280px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease;
      background: #fff;
      -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
      header .barra-superior nav.active-movil {
        left: 0; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 16px;
          line-height: 16px;
          padding: 0px; }
      header .barra-superior nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        header .barra-superior nav ul li {
          width: 100%;
          font-size: 16px;
          line-height: 16px;
          margin-right: 0px;
          transition: all 0.5s ease;
          padding: 0px;
          position: relative;
          text-align: center; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 0.2;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            width: 100%;
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
            padding: 18px 20px 18px 20px;
            display: block; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0cb13b;
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            width: 5px;
            display: block;
            height: 100%;
            top: 0;
            right: 0;
            border-radius: 0px;
            margin-top: 0px;
            transition: all 0.5s ease;
            position: absolute; }
  header .contenido {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px; }
    header .contenido .fondo {
      width: 100%;
      order: 2;
      z-index: 1; }
      header .contenido .fondo .escritorio,
      header .contenido .fondo .movil {
        display: none; }
      header .contenido .fondo .tablet {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden; }
        header .contenido .fondo .tablet img {
          width: 100%; }
    header .contenido .texto {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      order: 1;
      padding-bottom: 30px;
      margin-bottom: -40px;
      z-index: 2; }
      header .contenido .texto .contenedor-centrado2 {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center; }
      header .contenido .texto h1 {
        font-size: 55px;
        line-height: 59px;
        text-align: center;
        margin: 155px 0px 30px 0px; } }
@media screen and (max-width: 720px) {
  header .logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: auto;
    margin-top: 100px;
    margin-left: 0px;
    position: relative; }
    header .logo.movil {
      display: flex; }
      header .logo.movil img {
        width: 300px; }
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .btn-cerrar-movil {
      position: absolute;
      top: 8px;
      left: 12px;
      z-index: 4;
      display: flex;
      cursor: pointer;
      width: 36px;
      height: 36px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 2px solid #79c48f;
      border-radius: 100%;
      transition: all 0.5s ease; }
      header .barra-superior .btn-cerrar-movil:hover {
        border: 2px solid #1b7aba; }
        header .barra-superior .btn-cerrar-movil:hover .material-icons {
          color: #1b7aba; }
      header .barra-superior .btn-cerrar-movil .material-icons {
        color: #017924;
        font-size: 23px;
        margin-top: -1px;
        transition: all 0.5s ease; }
    header .barra-superior .btn-abrir-movil {
      display: flex;
      position: absolute;
      top: 20px;
      right: 25px;
      background: rgba(0, 150, 43, 0.3);
      width: 46px;
      height: 46px;
      border-radius: 100%;
      color: #017924;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.4s ease; }
      header .barra-superior .btn-abrir-movil:hover {
        background: rgba(27, 122, 186, 0.2);
        color: #1b7aba; }
      header .barra-superior .btn-abrir-movil .material-icons {
        font-size: 22px; }
    header .barra-superior .logo.escritorio {
      display: none; }
    header .barra-superior .btn-acceder {
      margin-top: 0px;
      margin-right: 7px;
      margin-left: 30px;
      position: relative;
      z-index: 2; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 5px 5px 7px 11px;
        font-size: 13px;
        margin-top: 0px;
        box-shadow: none;
        border: 0; }
    header .barra-superior .idiomas-menu {
      margin-top: -25px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 3px 6px 2px 10px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 13px;
        background: #dfe9ef; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 22px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 7px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 4px 7px;
          border-radius: 30px;
          font-size: 12px;
          line-height: 12px;
          margin-bottom: 4px;
          border: 1px solid #d0d0d0; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li:hover {
            background-color: #e2e2e2; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 4px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 11px;
              margin-bottom: -2px; }
    header .barra-superior .aliados-idiomas-box {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 28px;
      margin-right: 0px; }
    header .barra-superior nav {
      width: 250px;
      height: 100vh;
      top: 0;
      left: -280px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease;
      background: #fff;
      -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      z-index: 9; }
      header .barra-superior nav.active-movil {
        left: 0; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 16px;
          line-height: 16px;
          padding: 0px; }
      header .barra-superior nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        header .barra-superior nav ul li {
          width: 100%;
          font-size: 16px;
          line-height: 16px;
          margin-right: 0px;
          transition: all 0.5s ease;
          padding: 0px;
          position: relative;
          text-align: center; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 0.2;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            width: 100%;
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
            padding: 18px 20px 18px 20px;
            display: block; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0cb13b;
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            width: 5px;
            display: block;
            height: 100%;
            top: 0;
            right: 0;
            border-radius: 0px;
            margin-top: 0px;
            transition: all 0.5s ease;
            position: absolute; }
  header .contenido {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    header .contenido .fondo {
      width: 100%;
      order: 2;
      z-index: 1; }
      header .contenido .fondo .escritorio,
      header .contenido .fondo .tablet {
        display: none; }
      header .contenido .fondo .movil {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
        margin-top: 20px; }
        header .contenido .fondo .movil img {
          width: 100%; }
    header .contenido .texto {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      order: 1;
      padding-bottom: 30px;
      margin-bottom: -40px;
      z-index: 2; }
      header .contenido .texto .contenedor-centrado2 {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center; }
      header .contenido .texto h1 {
        font-size: 45px;
        line-height: 49px;
        text-align: center;
        margin: 50px 0px 30px 0px; } }
@media screen and (max-width: 550px) {
  header .logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: auto;
    margin-top: 100px;
    margin-left: 0px;
    position: relative; }
    header .logo.movil {
      display: flex; }
      header .logo.movil img {
        width: 56%; }
  header .barra-superior {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    z-index: 9; }
    header .barra-superior .btn-cerrar-movil {
      position: absolute;
      top: 8px;
      left: 12px;
      z-index: 4;
      display: flex;
      cursor: pointer;
      width: 36px;
      height: 36px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 2px solid #79c48f;
      border-radius: 100%;
      transition: all 0.5s ease; }
      header .barra-superior .btn-cerrar-movil:hover {
        border: 2px solid #1b7aba; }
        header .barra-superior .btn-cerrar-movil:hover .material-icons {
          color: #1b7aba; }
      header .barra-superior .btn-cerrar-movil .material-icons {
        color: #017924;
        font-size: 23px;
        margin-top: -1px;
        transition: all 0.5s ease; }
    header .barra-superior .btn-abrir-movil {
      display: flex;
      position: absolute;
      top: 26px;
      right: 20px;
      background: rgba(0, 150, 43, 0.3);
      width: 44px;
      height: 44px;
      border-radius: 100%;
      color: #017924;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.4s ease; }
      header .barra-superior .btn-abrir-movil:hover {
        background: rgba(27, 122, 186, 0.2);
        color: #1b7aba; }
      header .barra-superior .btn-abrir-movil .material-icons {
        font-size: 20px; }
    header .barra-superior .logo.escritorio {
      display: none; }
    header .barra-superior .btn-acceder {
      margin-top: 0px;
      margin-right: 7px;
      margin-left: 30px;
      position: relative;
      z-index: 2; }
      header .barra-superior .btn-acceder button {
        border-radius: 28px;
        padding: 5px 5px 7px 11px;
        font-size: 13px;
        margin-top: 0px;
        box-shadow: none;
        border: 0; }
    header .barra-superior .idiomas-menu {
      margin-top: -25px;
      margin-top: 0px; }
      header .barra-superior .idiomas-menu li .box-idioma {
        padding: 3px 6px 2px 10px;
        border-radius: 30px;
        font-size: 13px;
        line-height: 13px;
        background: #dfe9ef; }
        header .barra-superior .idiomas-menu li .box-idioma .icono {
          margin-right: 7px; }
          header .barra-superior .idiomas-menu li .box-idioma .icono .material-icons {
            font-size: 20px; }
        header .barra-superior .idiomas-menu li .box-idioma .flecha {
          margin-left: 2px; }
          header .barra-superior .idiomas-menu li .box-idioma .flecha .material-icons {
            font-size: 22px; }
      header .barra-superior .idiomas-menu li .desplegar-idiomas {
        margin-top: 7px; }
        header .barra-superior .idiomas-menu li .desplegar-idiomas li {
          min-width: 75%;
          padding: 4px 7px;
          border-radius: 30px;
          font-size: 12px;
          line-height: 12px;
          margin-bottom: 4px;
          border: 1px solid #d0d0d0; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li:hover {
            background-color: #e2e2e2; }
          header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera {
            margin-right: 4px; }
            header .barra-superior .idiomas-menu li .desplegar-idiomas li .bandera img {
              height: 11px;
              margin-bottom: -2px; }
    header .barra-superior .aliados-idiomas-box {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 30px;
      margin-right: 0px; }
    header .barra-superior nav {
      width: 300px;
      height: 100vh;
      top: 0;
      left: -350px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: fixed;
      transition: all 0.5s ease;
      background: #fff;
      -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
      z-index: 9; }
      header .barra-superior nav.active-movil {
        left: 0; }
      header .barra-superior nav.active-nav {
        background: #fff;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        -moz-box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33);
        box-shadow: 0px 0px 24px 0px rgba(8, 31, 48, 0.33); }
        header .barra-superior nav.active-nav ul li {
          font-size: 16px;
          line-height: 16px;
          padding: 0px; }
      header .barra-superior nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        header .barra-superior nav ul li {
          width: 100%;
          font-size: 16px;
          line-height: 16px;
          margin-right: 0px;
          transition: all 0.5s ease;
          padding: 0px;
          position: relative;
          text-align: center; }
          header .barra-superior nav ul li:nth-last-child(1) {
            margin-right: 0px; }
          header .barra-superior nav ul li.active a {
            font-family: "NotoSans-SemiBold"; }
          header .barra-superior nav ul li.active .fondo {
            opacity: 0.2;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li.active .barra {
            background: #00962b; }
          header .barra-superior nav ul li a {
            width: 100%;
            color: #0f3a5c;
            font-family: "NotoSans-Medium";
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
            padding: 18px 20px 18px 20px;
            display: block; }
          header .barra-superior nav ul li .fondo {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0cb13b;
            opacity: 0;
            transition: all 0.5s ease; }
          header .barra-superior nav ul li .barra {
            width: 5px;
            display: block;
            height: 100%;
            top: 0;
            right: 0;
            border-radius: 0px;
            margin-top: 0px;
            transition: all 0.5s ease;
            position: absolute; }
  header .contenido {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    header .contenido .fondo {
      width: 100%;
      order: 2;
      z-index: 1; }
      header .contenido .fondo .escritorio,
      header .contenido .fondo .tablet {
        display: none; }
      header .contenido .fondo .movil {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
        margin-top: 20px; }
        header .contenido .fondo .movil img {
          width: 100%; }
    header .contenido .texto {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      order: 1;
      padding-bottom: 30px;
      margin-bottom: -40px;
      z-index: 2; }
      header .contenido .texto .contenedor-centrado2 {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center; }
      header .contenido .texto h1 {
        font-size: 40px;
        line-height: 43px;
        text-align: center;
        margin: 56px 0px 30px 0px; } }
.seccion-nosotros {
  background-color: #fff;
  background-repeat: no-repeat; }

@media screen and (min-width: 1600px) {
  .seccion-nosotros {
    background-image: url("../img/bg-mapa.jpg");
    background-position: right bottom;
    background-size: 60%; }
    .seccion-nosotros .mapa-seccion .s2 {
      font-size: 65px;
      line-height: 70px; }
    .seccion-nosotros .mapa-seccion .imagen-mapa {
      width: 631px;
      margin-left: -50px; }
      .seccion-nosotros .mapa-seccion .imagen-mapa img {
        width: 100%; }

  .seccion-nosotros {
    margin-bottom: -50px; }
    .seccion-nosotros .contenedor-centrado {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .seccion-nosotros .contenedor-centrado .columna1 {
        width: 50%;
        position: relative;
        z-index: 1; }
        .seccion-nosotros .contenedor-centrado .columna1 img {
          width: 105%; }
      .seccion-nosotros .contenedor-centrado .columna2 {
        width: 50%;
        position: relative;
        z-index: 2; }
        .seccion-nosotros .contenedor-centrado .columna2 .titulo-secction {
          margin-top: -44px; }
        .seccion-nosotros .contenedor-centrado .columna2 .parrafo-estandar {
          margin-top: 30px; } }
@media screen and (max-width: 1599px) {
  .seccion-nosotros {
    background-image: url("../img/bg-mapa.jpg");
    background-position: right bottom;
    background-size: 60%; }
    .seccion-nosotros .mapa-seccion .s2 {
      font-size: 55px;
      line-height: 60px; }
    .seccion-nosotros .mapa-seccion .imagen-mapa {
      width: 500px;
      margin-left: -50px; }
      .seccion-nosotros .mapa-seccion .imagen-mapa img {
        width: 100%; }

  .seccion-nosotros {
    margin-bottom: -50px; }
    .seccion-nosotros .contenedor-centrado {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .seccion-nosotros .contenedor-centrado .columna1 {
        width: 50%;
        position: relative;
        z-index: 1; }
        .seccion-nosotros .contenedor-centrado .columna1 img {
          width: 105%; }
      .seccion-nosotros .contenedor-centrado .columna2 {
        width: 50%;
        position: relative;
        z-index: 2; }
        .seccion-nosotros .contenedor-centrado .columna2 .titulo-secction {
          margin-top: -44px; }
        .seccion-nosotros .contenedor-centrado .columna2 .parrafo-estandar {
          margin-top: 30px; } }
@media screen and (max-width: 1440px) {
  .seccion-nosotros {
    background-image: url("../img/bg-mapa.jpg");
    background-position: right bottom;
    background-size: 60%; }
    .seccion-nosotros .mapa-seccion .s2 {
      font-size: 44px;
      line-height: 52px; }
    .seccion-nosotros .mapa-seccion .imagen-mapa {
      width: 400px;
      margin-left: -30px; }
      .seccion-nosotros .mapa-seccion .imagen-mapa img {
        width: 100%; } }
@media screen and (max-width: 1080px) {
  .seccion-nosotros {
    background-image: url("../img/bg-mapa.jpg");
    background-position: right bottom;
    background-size: 80%; }
    .seccion-nosotros .mapa-seccion {
      margin-top: 40px; }
      .seccion-nosotros .mapa-seccion .s2 {
        font-size: 44px;
        line-height: 52px; }
      .seccion-nosotros .mapa-seccion .imagen-mapa {
        width: 400px;
        margin-left: -30px; }
        .seccion-nosotros .mapa-seccion .imagen-mapa img {
          width: 100%; }

  .seccion-nosotros {
    margin-bottom: -50px; }
    .seccion-nosotros .contenedor-centrado {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .seccion-nosotros .contenedor-centrado .columna1 {
        width: 50%;
        position: relative;
        z-index: 1; }
        .seccion-nosotros .contenedor-centrado .columna1 img {
          width: 105%; }
      .seccion-nosotros .contenedor-centrado .columna2 {
        width: 50%;
        position: relative;
        z-index: 2; }
        .seccion-nosotros .contenedor-centrado .columna2 .titulo-secction {
          margin-top: -44px; }
        .seccion-nosotros .contenedor-centrado .columna2 .parrafo-estandar {
          margin-top: 20px; } }
@media screen and (max-width: 900px) {
  .seccion-nosotros {
    background-image: url("../img/bg-mapa.jpg");
    background-position: right bottom;
    background-size: 80%; }
    .seccion-nosotros .mapa-seccion {
      margin-top: 40px; }
      .seccion-nosotros .mapa-seccion .s2 {
        font-size: 34px;
        line-height: 38px;
        text-align: center; }
      .seccion-nosotros .mapa-seccion .imagen-mapa {
        width: 400px;
        margin-left: 0px;
        margin-top: 20px; }
        .seccion-nosotros .mapa-seccion .imagen-mapa img {
          width: 100%; }

  .seccion-nosotros {
    margin-bottom: -50px; }
    .seccion-nosotros .contenedor-centrado {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .seccion-nosotros .contenedor-centrado .columna1 {
        width: 500px;
        position: relative;
        z-index: 1; }
        .seccion-nosotros .contenedor-centrado .columna1 img {
          width: 105%; }
      .seccion-nosotros .contenedor-centrado .columna2 {
        width: 100%;
        position: relative;
        z-index: 2;
        margin-top: 30px; }
        .seccion-nosotros .contenedor-centrado .columna2 .titulo-secction {
          margin-top: -44px;
          text-align: center; }
        .seccion-nosotros .contenedor-centrado .columna2 .parrafo-estandar {
          margin-top: 20px;
          text-align: center; } }
@media screen and (max-width: 720px) {
  .seccion-nosotros {
    background-image: url("../img/bg-mapa.jpg");
    background-position: right bottom;
    background-size: 130%; }
    .seccion-nosotros .mapa-seccion {
      margin-top: 40px; }
      .seccion-nosotros .mapa-seccion .s2 {
        font-size: 34px;
        line-height: 38px;
        text-align: center; }
      .seccion-nosotros .mapa-seccion .imagen-mapa {
        width: 80%;
        margin-left: 0px;
        margin-top: 20px; }
        .seccion-nosotros .mapa-seccion .imagen-mapa img {
          width: 100%; }

  .seccion-nosotros {
    margin-bottom: -10px; }
    .seccion-nosotros .contenedor-centrado {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .seccion-nosotros .contenedor-centrado .columna1 {
        width: 90%;
        position: relative;
        z-index: 1; }
        .seccion-nosotros .contenedor-centrado .columna1 img {
          width: 105%; }
      .seccion-nosotros .contenedor-centrado .columna2 {
        width: 100%;
        position: relative;
        z-index: 2;
        margin-top: 50px; }
        .seccion-nosotros .contenedor-centrado .columna2 .titulo-secction {
          margin-top: -44px;
          text-align: center; }
        .seccion-nosotros .contenedor-centrado .columna2 .parrafo-estandar {
          margin-top: 20px;
          text-align: center; } }
@media screen and (min-width: 1600px) {
  .seccion-servicios {
    width: 100%; }
    .seccion-servicios .servicios-box {
      width: 100%;
      display: flex;
      flex-direction: row; }
      .seccion-servicios .servicios-box .servicio {
        width: 20%;
        position: relative; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .fondo {
          top: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .items .item {
          opacity: 1; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .fondo {
          background: rgba(10, 65, 107, 0.8); }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .icono-flecha .btn .material-icons-outlined {
          color: #0b5d93; }
        .seccion-servicios .servicios-box .servicio .contenido {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          overflow: hidden; }
          .seccion-servicios .servicios-box .servicio .contenido .fondo {
            width: 100%;
            height: 100%;
            position: absolute;
            z-idex: 0;
            top: 70%;
            left: 0;
            background: rgba(12, 130, 40, 0.8);
            transition: all 0.7s ease; }
            .seccion-servicios .servicios-box .servicio .contenido .fondo:hover {
              top: 0; }
          .seccion-servicios .servicios-box .servicio .contenido .items {
            width: 100%;
            height: 80%;
            padding: 30px;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            z-index: 2; }
            .seccion-servicios .servicios-box .servicio .contenido .items .item {
              color: #fff;
              text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 13px;
              transition: all 2s ease;
              opacity: 0; }
              .seccion-servicios .servicios-box .servicio .contenido .items .item .material-icons-outlined {
                font-size: 21px;
                margin-right: 5px; }
          .seccion-servicios .servicios-box .servicio .contenido .titulo {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 30%;
            z-index: 2;
            font-size: 34px;
            color: #fff;
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            font-family: "NotoSans-Medium";
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding-bottom: 17px; }
        .seccion-servicios .servicios-box .servicio .icono-flecha {
          width: 100%;
          position: absolute;
          bottom: -20px;
          lefT: 0;
          z-index: 6;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .seccion-servicios .servicios-box .servicio .icono-flecha .btn {
            width: 70px;
            height: 50px;
            background: #fff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            border-radius: 20px 20px 0px 0px;
            padding-top: 14px;
            cursor: pointer;
            transition: all 0.5s ease; }
            .seccion-servicios .servicios-box .servicio .icono-flecha .btn .material-icons-outlined {
              color: #1f963b;
              font-size: 35px; }
        .seccion-servicios .servicios-box .servicio .imagen {
          width: 100%;
          position: relative;
          z-index: 1; }
          .seccion-servicios .servicios-box .servicio .imagen img {
            width: 100%;
            margin-bottom: -5px; } }
@media screen and (max-width: 1599px) {
  .seccion-servicios {
    width: 100%; }
    .seccion-servicios .servicios-box {
      width: 100%;
      display: flex;
      flex-direction: row; }
      .seccion-servicios .servicios-box .servicio {
        width: 20%;
        position: relative; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .fondo {
          top: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .items .item {
          opacity: 1; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .fondo {
          background: rgba(10, 65, 107, 0.8); }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .icono-flecha .btn .material-icons-outlined {
          color: #0b5d93; }
        .seccion-servicios .servicios-box .servicio .contenido {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          overflow: hidden; }
          .seccion-servicios .servicios-box .servicio .contenido .fondo {
            width: 100%;
            height: 100%;
            position: absolute;
            z-idex: 0;
            top: 76%;
            left: 0;
            background: rgba(12, 130, 40, 0.8);
            transition: all 0.7s ease; }
            .seccion-servicios .servicios-box .servicio .contenido .fondo:hover {
              top: 0; }
          .seccion-servicios .servicios-box .servicio .contenido .items {
            width: 100%;
            height: 80%;
            padding: 40px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            z-index: 2; }
            .seccion-servicios .servicios-box .servicio .contenido .items .item {
              color: #fff;
              text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 13px;
              transition: all 2s ease;
              opacity: 0;
              font-size: 13px;
              list-height: 16px; }
              .seccion-servicios .servicios-box .servicio .contenido .items .item .material-icons-outlined {
                font-size: 18px;
                margin-right: 5px; }
          .seccion-servicios .servicios-box .servicio .contenido .titulo {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 24%;
            z-index: 2;
            font-size: 23px;
            color: #fff;
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            font-family: "NotoSans-Medium";
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding-bottom: 19px; }
        .seccion-servicios .servicios-box .servicio .icono-flecha {
          width: 100%;
          position: absolute;
          bottom: -24px;
          lefT: 0;
          z-index: 6;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .seccion-servicios .servicios-box .servicio .icono-flecha .btn {
            width: 55px;
            height: 50px;
            background: #fff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            border-radius: 14px 14px 0px 0px;
            padding-top: 13px;
            cursor: pointer;
            transition: all 0.5s ease; }
            .seccion-servicios .servicios-box .servicio .icono-flecha .btn .material-icons-outlined {
              color: #1f963b;
              font-size: 26px; }
        .seccion-servicios .servicios-box .servicio .imagen {
          width: 100%;
          position: relative;
          z-index: 1;
          display: flex;
          flex-direction: row;
          justify-content: center;
          overflow: hidden; }
          .seccion-servicios .servicios-box .servicio .imagen img {
            width: auto;
            height: 430px;
            margin-bottom: -5px; } }
@media screen and (max-width: 1440px) {
  .seccion-servicios {
    width: 100%; }
    .seccion-servicios .servicios-box {
      width: 100%;
      display: flex;
      flex-direction: row; }
      .seccion-servicios .servicios-box .servicio {
        width: 20%;
        position: relative; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .fondo {
          top: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .items .item {
          opacity: 1; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .fondo {
          background: rgba(10, 65, 107, 0.8); }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .icono-flecha .btn .material-icons-outlined {
          color: #0b5d93; }
        .seccion-servicios .servicios-box .servicio .contenido {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          overflow: hidden; }
          .seccion-servicios .servicios-box .servicio .contenido .fondo {
            width: 100%;
            height: 100%;
            position: absolute;
            z-idex: 0;
            top: 80%;
            left: 0;
            background: rgba(12, 130, 40, 0.8);
            transition: all 0.7s ease; }
            .seccion-servicios .servicios-box .servicio .contenido .fondo:hover {
              top: 0; }
          .seccion-servicios .servicios-box .servicio .contenido .items {
            width: 100%;
            height: 80%;
            padding: 40px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            z-index: 2; }
            .seccion-servicios .servicios-box .servicio .contenido .items .item {
              color: #fff;
              text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 13px;
              transition: all 2s ease;
              opacity: 0;
              font-size: 12px;
              list-height: 15px; }
              .seccion-servicios .servicios-box .servicio .contenido .items .item .material-icons-outlined {
                font-size: 16px;
                margin-right: 5px; }
          .seccion-servicios .servicios-box .servicio .contenido .titulo {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 21%;
            z-index: 2;
            font-size: 20px;
            color: #fff;
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            font-family: "NotoSans-Medium";
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding-bottom: 19px; }
        .seccion-servicios .servicios-box .servicio .icono-flecha {
          width: 100%;
          position: absolute;
          bottom: -24px;
          lefT: 0;
          z-index: 6;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .seccion-servicios .servicios-box .servicio .icono-flecha .btn {
            width: 48px;
            height: 44px;
            background: #fff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            border-radius: 12px 12px 0px 0px;
            padding-top: 11px;
            cursor: pointer;
            transition: all 0.5s ease; }
            .seccion-servicios .servicios-box .servicio .icono-flecha .btn .material-icons-outlined {
              color: #1f963b;
              font-size: 23px; }
        .seccion-servicios .servicios-box .servicio .imagen {
          width: 100%;
          position: relative;
          z-index: 1;
          display: flex;
          flex-direction: row;
          justify-content: center;
          overflow: hidden; }
          .seccion-servicios .servicios-box .servicio .imagen img {
            width: auto;
            height: 430px;
            margin-bottom: -5px; } }
@media screen and (max-width: 1280px) {
  .seccion-servicios {
    width: 100%; }
    .seccion-servicios .servicios-box {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .seccion-servicios .servicios-box .servicio {
        width: 27%;
        position: relative;
        margin-right: 3%;
        margin-bottom: 30px; }
        .seccion-servicios .servicios-box .servicio:nth-child(3n) {
          margin-right: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .fondo {
          top: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .items .item {
          opacity: 1; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .fondo {
          background: rgba(10, 65, 107, 0.8); }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .icono-flecha .btn .material-icons-outlined {
          color: #0b5d93; }
        .seccion-servicios .servicios-box .servicio .contenido {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          overflow: hidden;
          border-radius: 15px; }
          .seccion-servicios .servicios-box .servicio .contenido .fondo {
            width: 100%;
            height: 100%;
            position: absolute;
            z-idex: 0;
            top: 80%;
            left: 0;
            background: rgba(12, 130, 40, 0.8);
            transition: all 0.7s ease; }
            .seccion-servicios .servicios-box .servicio .contenido .fondo:hover {
              top: 0; }
          .seccion-servicios .servicios-box .servicio .contenido .items {
            width: 100%;
            height: 80%;
            padding: 40px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            z-index: 2; }
            .seccion-servicios .servicios-box .servicio .contenido .items .item {
              color: #fff;
              text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 13px;
              transition: all 2s ease;
              opacity: 0;
              font-size: 12px;
              list-height: 15px; }
              .seccion-servicios .servicios-box .servicio .contenido .items .item .material-icons-outlined {
                font-size: 16px;
                margin-right: 5px; }
          .seccion-servicios .servicios-box .servicio .contenido .titulo {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 21%;
            z-index: 2;
            font-size: 20px;
            color: #fff;
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            font-family: "NotoSans-Medium";
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding-bottom: 19px; }
        .seccion-servicios .servicios-box .servicio .icono-flecha {
          width: 100%;
          position: absolute;
          bottom: -24px;
          lefT: 0;
          z-index: 6;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .seccion-servicios .servicios-box .servicio .icono-flecha .btn {
            width: 48px;
            height: 44px;
            background: #fff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            border-radius: 12px 12px 0px 0px;
            padding-top: 11px;
            cursor: pointer;
            transition: all 0.5s ease; }
            .seccion-servicios .servicios-box .servicio .icono-flecha .btn .material-icons-outlined {
              color: #1f963b;
              font-size: 23px; }
        .seccion-servicios .servicios-box .servicio .imagen {
          width: 100%;
          position: relative;
          z-index: 1;
          display: flex;
          flex-direction: row;
          justify-content: center;
          overflow: hidden;
          border-radius: 15px; }
          .seccion-servicios .servicios-box .servicio .imagen img {
            width: 100%;
            height: auto;
            margin-bottom: -5px; } }
@media screen and (max-width: 1080px) {
  .seccion-servicios {
    width: 100%; }
    .seccion-servicios .servicios-box {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .seccion-servicios .servicios-box .servicio {
        width: 27%;
        position: relative;
        margin-right: 3%;
        margin-bottom: 30px; }
        .seccion-servicios .servicios-box .servicio:nth-child(3n) {
          margin-right: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .fondo {
          top: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .items .item {
          opacity: 1; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .fondo {
          background: rgba(10, 65, 107, 0.8); }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .icono-flecha .btn .material-icons-outlined {
          color: #0b5d93; }
        .seccion-servicios .servicios-box .servicio .contenido {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          overflow: hidden;
          border-radius: 12px; }
          .seccion-servicios .servicios-box .servicio .contenido .fondo {
            width: 100%;
            height: 100%;
            position: absolute;
            z-idex: 0;
            top: 80%;
            left: 0;
            background: rgba(12, 130, 40, 0.8);
            transition: all 0.7s ease; }
            .seccion-servicios .servicios-box .servicio .contenido .fondo:hover {
              top: 0; }
          .seccion-servicios .servicios-box .servicio .contenido .items {
            width: 100%;
            height: 80%;
            padding: 40px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            z-index: 2; }
            .seccion-servicios .servicios-box .servicio .contenido .items .item {
              color: #fff;
              text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 13px;
              transition: all 2s ease;
              opacity: 0;
              font-size: 12px;
              list-height: 15px; }
              .seccion-servicios .servicios-box .servicio .contenido .items .item .material-icons-outlined {
                font-size: 16px;
                margin-right: 5px; }
          .seccion-servicios .servicios-box .servicio .contenido .titulo {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 21%;
            z-index: 2;
            font-size: 17px;
            color: #fff;
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            font-family: "NotoSans-Medium";
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding-bottom: 19px; }
        .seccion-servicios .servicios-box .servicio .icono-flecha {
          width: 100%;
          position: absolute;
          bottom: -24px;
          lefT: 0;
          z-index: 6;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .seccion-servicios .servicios-box .servicio .icono-flecha .btn {
            width: 48px;
            height: 44px;
            background: #fff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            border-radius: 12px 12px 0px 0px;
            padding-top: 11px;
            cursor: pointer;
            transition: all 0.5s ease; }
            .seccion-servicios .servicios-box .servicio .icono-flecha .btn .material-icons-outlined {
              color: #1f963b;
              font-size: 23px; }
        .seccion-servicios .servicios-box .servicio .imagen {
          width: 100%;
          position: relative;
          z-index: 1;
          display: flex;
          flex-direction: row;
          justify-content: center;
          overflow: hidden;
          border-radius: 12px; }
          .seccion-servicios .servicios-box .servicio .imagen img {
            width: 125%;
            height: auto;
            margin-bottom: -5px; } }
@media screen and (max-width: 900px) {
  .seccion-servicios {
    width: 100%; }
    .seccion-servicios .servicios-box {
      width: 94%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto; }
      .seccion-servicios .servicios-box .servicio {
        width: 43%;
        position: relative;
        margin-right: 3%;
        margin-bottom: 30px; }
        .seccion-servicios .servicios-box .servicio:nth-child(3n) {
          margin-right: 3%; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) {
          margin-right: 0px; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .fondo {
          top: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .items .item {
          opacity: 1; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .fondo {
          background: rgba(10, 65, 107, 0.8); }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .icono-flecha .btn .material-icons-outlined {
          color: #0b5d93; }
        .seccion-servicios .servicios-box .servicio .contenido {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          overflow: hidden;
          border-radius: 12px; }
          .seccion-servicios .servicios-box .servicio .contenido .fondo {
            width: 100%;
            height: 100%;
            position: absolute;
            z-idex: 0;
            top: 80%;
            left: 0;
            background: rgba(12, 130, 40, 0.8);
            transition: all 0.7s ease; }
            .seccion-servicios .servicios-box .servicio .contenido .fondo:hover {
              top: 0; }
          .seccion-servicios .servicios-box .servicio .contenido .items {
            width: 100%;
            height: 80%;
            padding: 40px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            z-index: 2; }
            .seccion-servicios .servicios-box .servicio .contenido .items .item {
              color: #fff;
              text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 13px;
              transition: all 2s ease;
              opacity: 0;
              font-size: 12px;
              list-height: 15px; }
              .seccion-servicios .servicios-box .servicio .contenido .items .item .material-icons-outlined {
                font-size: 16px;
                margin-right: 5px; }
          .seccion-servicios .servicios-box .servicio .contenido .titulo {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 21%;
            z-index: 2;
            font-size: 17px;
            color: #fff;
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            font-family: "NotoSans-Medium";
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding-bottom: 19px; }
        .seccion-servicios .servicios-box .servicio .icono-flecha {
          width: 100%;
          position: absolute;
          bottom: -24px;
          lefT: 0;
          z-index: 6;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .seccion-servicios .servicios-box .servicio .icono-flecha .btn {
            width: 48px;
            height: 44px;
            background: #fff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            border-radius: 12px 12px 0px 0px;
            padding-top: 11px;
            cursor: pointer;
            transition: all 0.5s ease; }
            .seccion-servicios .servicios-box .servicio .icono-flecha .btn .material-icons-outlined {
              color: #1f963b;
              font-size: 23px; }
        .seccion-servicios .servicios-box .servicio .imagen {
          width: 100%;
          position: relative;
          z-index: 1;
          display: flex;
          flex-direction: row;
          justify-content: center;
          overflow: hidden;
          border-radius: 12px; }
          .seccion-servicios .servicios-box .servicio .imagen img {
            width: 100%;
            height: auto;
            margin-bottom: -5px; } }
@media screen and (max-width: 720px) {
  .seccion-servicios {
    width: 100%; }
    .seccion-servicios .servicios-box {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto; }
      .seccion-servicios .servicios-box .servicio {
        width: 43%;
        position: relative;
        margin-right: 3%;
        margin-bottom: 24px; }
        .seccion-servicios .servicios-box .servicio:nth-child(3n) {
          margin-right: 3%; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) {
          margin-right: 0px; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .fondo {
          top: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .items .item {
          opacity: 1; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .fondo {
          background: rgba(10, 65, 107, 0.8); }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .icono-flecha .btn .material-icons-outlined {
          color: #0b5d93; }
        .seccion-servicios .servicios-box .servicio .contenido {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          overflow: hidden;
          border-radius: 12px; }
          .seccion-servicios .servicios-box .servicio .contenido .fondo {
            width: 100%;
            height: 100%;
            position: absolute;
            z-idex: 0;
            top: 80%;
            left: 0;
            background: rgba(12, 130, 40, 0.8);
            transition: all 0.7s ease; }
            .seccion-servicios .servicios-box .servicio .contenido .fondo:hover {
              top: 0; }
          .seccion-servicios .servicios-box .servicio .contenido .items {
            width: 100%;
            height: 80%;
            padding: 40px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            z-index: 2; }
            .seccion-servicios .servicios-box .servicio .contenido .items .item {
              color: #fff;
              text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 13px;
              transition: all 2s ease;
              opacity: 0;
              font-size: 12px;
              list-height: 15px; }
              .seccion-servicios .servicios-box .servicio .contenido .items .item .material-icons-outlined {
                font-size: 16px;
                margin-right: 5px; }
          .seccion-servicios .servicios-box .servicio .contenido .titulo {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 21%;
            z-index: 2;
            font-size: 17px;
            color: #fff;
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            font-family: "NotoSans-Medium";
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding-bottom: 19px; }
        .seccion-servicios .servicios-box .servicio .icono-flecha {
          width: 100%;
          position: absolute;
          bottom: -24px;
          lefT: 0;
          z-index: 6;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .seccion-servicios .servicios-box .servicio .icono-flecha .btn {
            width: 48px;
            height: 44px;
            background: #fff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start;
            border-radius: 12px 12px 0px 0px;
            padding-top: 11px;
            cursor: pointer;
            transition: all 0.5s ease; }
            .seccion-servicios .servicios-box .servicio .icono-flecha .btn .material-icons-outlined {
              color: #1f963b;
              font-size: 23px; }
        .seccion-servicios .servicios-box .servicio .imagen {
          width: 100%;
          position: relative;
          z-index: 1;
          display: flex;
          flex-direction: row;
          justify-content: center;
          overflow: hidden;
          border-radius: 12px; }
          .seccion-servicios .servicios-box .servicio .imagen img {
            width: 125%;
            height: auto;
            margin-bottom: -5px; } }
@media screen and (max-width: 550px) {
  .seccion-servicios {
    width: 100%; }
    .seccion-servicios .servicios-box {
      width: 70%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto; }
      .seccion-servicios .servicios-box .servicio {
        width: 100%;
        position: relative;
        margin-right: 0px;
        margin-bottom: 24px;
        display: flex;
        flex-wrap: wrap; }
        .seccion-servicios .servicios-box .servicio:nth-child(3n) {
          margin-right: 0px; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) {
          margin-right: 0px; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .fondo {
          top: 0; }
        .seccion-servicios .servicios-box .servicio:hover .contenido .items .item {
          opacity: 1; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .fondo {
          background: rgba(10, 65, 107, 0.8); }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .contenido .titulo {
          color: #0b5d93;
          border-bottom: 4px solid #0b5d93; }
        .seccion-servicios .servicios-box .servicio:nth-child(2n) .icono-flecha .btn .material-icons-outlined {
          color: #0b5d93; }
        .seccion-servicios .servicios-box .servicio .contenido {
          width: 100%;
          height: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          z-index: 2;
          top: 0;
          left: 0;
          overflow: hidden;
          border-radius: 0px;
          order: 2; }
          .seccion-servicios .servicios-box .servicio .contenido .fondo {
            display: none;
            order: 3; }
            .seccion-servicios .servicios-box .servicio .contenido .fondo:hover {
              top: 0; }
          .seccion-servicios .servicios-box .servicio .contenido .items {
            width: 100%;
            height: 80%;
            padding: 20px 20px 20px 20px;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            z-index: 2;
            order: 2; }
            .seccion-servicios .servicios-box .servicio .contenido .items .item {
              color: #3d4954;
              text-shadow: none;
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 13px;
              transition: all 2s ease;
              opacity: 1;
              font-size: 13px;
              list-height: 17px; }
              .seccion-servicios .servicios-box .servicio .contenido .items .item .material-icons-outlined {
                font-size: 16px;
                margin-right: 5px; }
          .seccion-servicios .servicios-box .servicio .contenido .titulo {
            width: 100%;
            position: relative;
            bottom: 0;
            left: 0;
            height: auto;
            z-index: 2;
            font-size: 22px;
            color: #00962b;
            border-bottom: 4px solid #00962b;
            margin-bottom: 20px;
            text-shadow: none;
            font-family: "NotoSans-SemiBold";
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding-bottom: 14px;
            order: 1;
            margin-top: 20px; }
        .seccion-servicios .servicios-box .servicio .icono-flecha {
          display: none;
          order: 3; }
        .seccion-servicios .servicios-box .servicio .imagen {
          width: 100%;
          height: 300px;
          position: relative;
          z-index: 1;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          border-radius: 12px;
          order: 1; }
          .seccion-servicios .servicios-box .servicio .imagen img {
            width: 100%;
            height: auto;
            margin-bottom: -5px; } }
.seccion-contacto .contenedor-centrado .titulo-secction {
  width: 100%;
  text-align: center; }
.seccion-contacto .contenedor-centrado .subtitulo-estandar {
  width: 100%;
  text-align: center; }
.seccion-contacto .contenedor-centrado .form-container {
  width: 100%;
  background: #dce3e5;
  position: relative;
  display: flex;
  z-index: 5; }
  .seccion-contacto .contenedor-centrado .form-container .logo-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    z-index: 1; }
    .seccion-contacto .contenedor-centrado .form-container .logo-box .vector {
      position: relative;
      z-index: 1; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .vector img {
        height: 100%; }
    .seccion-contacto .contenedor-centrado .form-container .logo-box .logo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      alignt-items: flex-start;
      z-index: 2; }
  .seccion-contacto .contenedor-centrado .form-container .formulario-box {
    position: relative;
    z-index: 2; }
    .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar {
      width: 100%; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1 {
        width: 100%;
        display: flex;
        flex-direction: row; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1 .input-box {
          width: 100%; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1 .input-box input,
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1 .input-box textarea,
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1 .input-box .select-box {
            width: 100%; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1 .input-box select {
            width: 100%; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
        width: 100%;
        display: flex; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box {
          width: 100%;
          display: flex; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box select {
            width: 100%; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select {
        position: relative;
        overflow: hidden; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box {
          position: relative;
          overflow: hidden; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select {
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0; }
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select .icono .material-icons {
              color: #000;
              position: absolute; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box select {
            background: transparent;
            position: relative;
            z-index: 2; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar input,
      .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea,
      .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar select {
        background: #fff;
        color: #41494b;
        border: 0;
        outline: none;
        focus: none;
        font-family: "NotoSans-Medium"; }
  .seccion-contacto .contenedor-centrado .form-container .imagen {
    position: relative; }
    .seccion-contacto .contenedor-centrado .form-container .imagen img {
      position: relative;
      z-index: 2; }
.seccion-contacto .terminos-y-contacto-box {
  width: 100%; }
  .seccion-contacto .terminos-y-contacto-box .contenedor-centrado {
    display: flex; }
    .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul {
      display: flex; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li:nth-last-child(1) {
        margin-right: 0px; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a {
        color: #0b5d93;
        transition: all 0.5s ease; }
        .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a:hover {
          color: #00962b; }

@media screen and (min-width: 1600px) {
  .seccion-contacto {
    width: 100%; }
    .seccion-contacto .contenedor-centrado .subtitulo-estandar {
      margin: 30px 0px 30px 0px; }
    .seccion-contacto .contenedor-centrado .form-container {
      border-radius: 24px;
      margin-top: 80px;
      flex-direction: row;
      justify-content: space-between;
      padding-bottom: 85px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .vector {
        height: 137px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .logo img {
        height: 133%;
        margin-top: 30px; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box {
        width: 50%;
        padding: 80px 0px 0px 80px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          margin-bottom: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          flex-direction: row;
          justify-content: space-between; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box {
            flex-direction: row;
            justify-content: space-between; }
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box input,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box textarea,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box .select-box {
              width: 48.6%; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select {
          border-radius: 16px; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select .icono .material-icons {
            font-size: 25px;
            top: 22%;
            right: 14px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar input,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar select {
          padding: 16px;
          border-radius: 16px;
          font-size: 16px;
          line-height: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea {
          min-height: 140px; }
      .seccion-contacto .contenedor-centrado .form-container .imagen {
        width: 50%; }
        .seccion-contacto .contenedor-centrado .form-container .imagen img {
          width: 108%;
          top: 65px;
          right: -20px;
          margin-bottom: -20px; }
    .seccion-contacto .terminos-y-contacto-box {
      margin: 120px 0px 100px 0px; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul {
          flex-direction: row;
          align-items: center;
          justify-content: flex-end; }
          .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li {
            margin-right: 30px; }
            .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a {
              font-size: 30px; } }
@media screen and (max-width: 1599px) {
  .seccion-contacto {
    width: 100%; }
    .seccion-contacto .contenedor-centrado .subtitulo-estandar {
      margin: 30px 0px 30px 0px; }
    .seccion-contacto .contenedor-centrado .form-container {
      border-radius: 24px;
      margin-top: 80px;
      flex-direction: row;
      justify-content: space-between; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .vector {
        height: 110px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .logo img {
        height: 148%;
        margin-top: 30px; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box {
        width: 50%;
        padding: 70px 0px 62px 70px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          margin-bottom: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          flex-direction: row;
          justify-content: space-between; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box {
            flex-direction: row;
            justify-content: space-between; }
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box input,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box textarea,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box .select-box {
              width: 48.6%; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select {
          border-radius: 12px; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select .icono .material-icons {
            font-size: 25px;
            top: 22%;
            right: 14px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar input,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar select {
          padding: 16px;
          border-radius: 12px;
          font-size: 15px;
          line-height: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea {
          min-height: 110px; }
      .seccion-contacto .contenedor-centrado .form-container .imagen {
        width: 50%; }
        .seccion-contacto .contenedor-centrado .form-container .imagen img {
          width: 108%;
          top: 53px;
          right: -20px;
          margin-bottom: -20px; }
    .seccion-contacto .terminos-y-contacto-box {
      margin: 140px 0px 90px 0px; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul {
          flex-direction: row;
          align-items: center;
          justify-content: flex-end; }
          .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li {
            margin-right: 30px; }
            .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a {
              font-size: 30px; } }
@media screen and (max-width: 1440px) {
  .seccion-contacto {
    width: 100%; }
    .seccion-contacto .contenedor-centrado .subtitulo-estandar {
      margin: 30px 0px 30px 0px; }
    .seccion-contacto .contenedor-centrado .form-container {
      border-radius: 24px;
      margin-top: 80px;
      flex-direction: row;
      justify-content: space-between; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .vector {
        height: 100px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .logo img {
        height: 158%;
        margin-top: 30px; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box {
        width: 50%;
        padding: 60px 0px 56px 50px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          margin-bottom: 13px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          flex-direction: row;
          justify-content: space-between; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box {
            flex-direction: row;
            justify-content: space-between; }
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box input,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box textarea,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box .select-box {
              width: 48.6%; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select {
          border-radius: 12px; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select .icono .material-icons {
            font-size: 25px;
            top: 22%;
            right: 14px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar input,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar select {
          padding: 12px 13px;
          border-radius: 12px;
          font-size: 14px;
          line-height: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar button {
          padding: 13px 23px;
          border-radius: 14px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea {
          min-height: 100px; }
      .seccion-contacto .contenedor-centrado .form-container .imagen {
        width: 50%; }
        .seccion-contacto .contenedor-centrado .form-container .imagen img {
          width: 108%;
          top: 37px;
          right: -20px;
          margin-bottom: -20px; }
    .seccion-contacto .terminos-y-contacto-box {
      margin: 130px 0px 90px 0px; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul {
          flex-direction: row;
          align-items: center;
          justify-content: flex-end; }
          .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li {
            margin-right: 30px; }
            .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a {
              font-size: 30px; } }
@media screen and (max-width: 1280px) {
  .seccion-contacto {
    width: 100%;
    margin-top: -40px; }
    .seccion-contacto .contenedor-centrado .subtitulo-estandar {
      margin: 30px 0px 30px 0px; }
    .seccion-contacto .contenedor-centrado .form-container {
      border-radius: 24px;
      margin-top: 80px;
      flex-direction: row;
      justify-content: space-between;
      padding: 14px 0px 60px 0px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .vector {
        height: 100px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .logo img {
        height: 158%;
        margin-top: 30px; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box {
        width: 50%;
        padding: 50px 0px 0px 40px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          margin-bottom: 13px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          flex-direction: row;
          justify-content: space-between; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box {
            flex-direction: row;
            justify-content: space-between; }
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box input,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box textarea,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box .select-box {
              width: 48.6%; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select {
          border-radius: 12px; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select .icono .material-icons {
            font-size: 25px;
            top: 22%;
            right: 14px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar input,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar select {
          padding: 12px 13px;
          border-radius: 12px;
          font-size: 15px;
          line-height: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar button {
          padding: 13px 23px;
          border-radius: 14px; }
      .seccion-contacto .contenedor-centrado .form-container .imagen {
        width: 50%; }
        .seccion-contacto .contenedor-centrado .form-container .imagen img {
          width: 108%;
          top: 26px;
          right: -20px;
          margin-bottom: -10px; }
    .seccion-contacto .terminos-y-contacto-box {
      margin: 147px 0px 70px 0px; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul {
          flex-direction: row;
          align-items: center;
          justify-content: flex-end; }
          .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li {
            margin-right: 26px; }
            .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a {
              font-size: 26px; } }
@media screen and (max-width: 1080px) {
  .seccion-contacto {
    width: 100%;
    margin-top: -40px; }
    .seccion-contacto .contenedor-centrado .subtitulo-estandar {
      margin: 30px 0px 30px 0px; }
    .seccion-contacto .contenedor-centrado .form-container {
      border-radius: 24px;
      margin-top: 80px;
      flex-direction: row;
      justify-content: space-between;
      padding: 30px 0px 30px 0px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .vector {
        height: 80px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box .logo img {
        height: 172%;
        margin-top: 30px; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box {
        width: 50%;
        padding: 20px 0px 0px 40px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          margin-bottom: 13px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          flex-direction: row;
          justify-content: space-between; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box {
            flex-direction: row;
            justify-content: space-between; }
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box input,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box textarea,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box .select-box {
              width: 48.6%; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select {
          border-radius: 12px; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select .icono .material-icons {
            font-size: 25px;
            top: 22%;
            right: 14px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar input,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar select {
          padding: 12px 13px;
          border-radius: 12px;
          font-size: 15px;
          line-height: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar button {
          padding: 13px 23px;
          border-radius: 14px; }
      .seccion-contacto .contenedor-centrado .form-container .imagen {
        width: 50%; }
        .seccion-contacto .contenedor-centrado .form-container .imagen img {
          width: 108%;
          top: 10px;
          right: -20px;
          margin-bottom: -10px; }
    .seccion-contacto .terminos-y-contacto-box {
      margin: 140px 0px 70px 0px; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu {
          margin-top: 20px; }
          .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul {
            flex-direction: row;
            align-items: center;
            justify-content: flex-end; }
            .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li {
              margin-right: 26px; }
              .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a {
                font-size: 26px; } }
@media screen and (max-width: 900px) {
  .seccion-contacto {
    width: 100%;
    margin-top: -40px; }
    .seccion-contacto .contenedor-centrado .subtitulo-estandar {
      margin: 30px 0px 30px 0px; }
    .seccion-contacto .contenedor-centrado .form-container {
      border-radius: 24px;
      margin-top: 150px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 30px 0px 80px 0px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box {
        order: 3; }
        .seccion-contacto .contenedor-centrado .form-container .logo-box .vector {
          height: 80px; }
        .seccion-contacto .contenedor-centrado .form-container .logo-box .logo img {
          height: 169%;
          margin-top: 30px; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box {
        width: 100%;
        padding: 30px 40px;
        order: 2; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          margin-bottom: 13px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          flex-direction: row;
          justify-content: space-between; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box {
            flex-direction: row;
            justify-content: space-between; }
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box input,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box textarea,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box .select-box {
              width: 48.6%; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select {
          border-radius: 12px; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select .icono .material-icons {
            font-size: 25px;
            top: 22%;
            right: 14px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar input,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar select {
          padding: 12px 13px;
          border-radius: 12px;
          font-size: 15px;
          line-height: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar button {
          padding: 13px 23px;
          border-radius: 14px; }
      .seccion-contacto .contenedor-centrado .form-container .imagen {
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        .seccion-contacto .contenedor-centrado .form-container .imagen img {
          width: 540px;
          top: -98px;
          right: 0px;
          margin-bottom: -130px; }
    .seccion-contacto .terminos-y-contacto-box {
      margin: 120px 0px 70px 0px;
      text-align: center; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu {
          margin-top: 20px; }
          .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul {
            flex-direction: row;
            align-items: center;
            justify-content: flex-end; }
            .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li {
              margin-right: 26px; }
              .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a {
                font-size: 26px; } }
@media screen and (max-width: 550px) {
  .seccion-contacto {
    width: 100%;
    margin-top: -40px; }
    .seccion-contacto .contenedor-centrado .subtitulo-estandar {
      margin: 30px 0px 30px 0px; }
    .seccion-contacto .contenedor-centrado .form-container {
      border-radius: 22px;
      margin-top: 120px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 30px 0px 90px 0px; }
      .seccion-contacto .contenedor-centrado .form-container .logo-box {
        order: 3; }
        .seccion-contacto .contenedor-centrado .form-container .logo-box .vector {
          height: 90px; }
        .seccion-contacto .contenedor-centrado .form-container .logo-box .logo img {
          height: 158%;
          margin-top: 30px; }
      .seccion-contacto .contenedor-centrado .form-container .formulario-box {
        width: 100%;
        padding: 30px 40px;
        order: 2; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          margin-bottom: 0px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-1 {
          margin-bottom: 13px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 {
          flex-direction: row;
          justify-content: flex-start; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box {
            flex-direction: column;
            justify-content: flex-start; }
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box input,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box textarea,
            .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-container-2 .input-box .select-box {
              width: 100%;
              margin-bottom: 13px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select {
          border-radius: 12px; }
          .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar .input-box-select .select-box .fondo-select .icono .material-icons {
            font-size: 25px;
            top: 22%;
            right: 14px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar input,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar textarea,
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar select {
          padding: 12px 13px;
          border-radius: 12px;
          font-size: 15px;
          line-height: 20px; }
        .seccion-contacto .contenedor-centrado .form-container .formulario-box .form-estandar button {
          padding: 13px 23px;
          border-radius: 14px; }
      .seccion-contacto .contenedor-centrado .form-container .imagen {
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        .seccion-contacto .contenedor-centrado .form-container .imagen img {
          width: 390px;
          top: -98px;
          right: 0px;
          margin-bottom: -130px; }
    .seccion-contacto .terminos-y-contacto-box {
      margin: 130px 0px 70px 0px;
      text-align: center; }
      .seccion-contacto .terminos-y-contacto-box .contenedor-centrado {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu {
          margin-top: 20px; }
          .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul {
            flex-direction: row;
            align-items: center;
            justify-content: flex-end; }
            .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li {
              margin-right: 26px; }
              .seccion-contacto .terminos-y-contacto-box .contenedor-centrado .redes-menu ul li a {
                font-size: 26px; } }
.cortina-envio-box {
  width: 100%;
  background-image: url("../img/Bg-Enviado.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .cortina-envio-box.exito .contenedor-mensaje .circulo,
  .cortina-envio-box.exito .contenedor-mensaje .linea-separadora {
    background-color: #00962b; }
  .cortina-envio-box.exito .contenedor-mensaje .titulo {
    color: #0b5d93; }
  .cortina-envio-box.error .contenedor-mensaje .circulo,
  .cortina-envio-box.error .contenedor-mensaje .linea-separadora {
    background-color: #ef3030; }
  .cortina-envio-box.error .contenedor-mensaje .titulo {
    color: #ef3030; }
  .cortina-envio-box .contenedor-mensaje {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .cortina-envio-box .contenedor-mensaje .circulo {
      border-radius: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      color: #fff; }
    .cortina-envio-box .contenedor-mensaje .titulo {
      text-align: center;
      font-family: "NotoSans-SemiBold"; }
    .cortina-envio-box .contenedor-mensaje .descripcion {
      color: #3d4954;
      font-family: "NotoSans-Regular";
      text-align: center; }
    .cortina-envio-box .contenedor-mensaje .formb {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }

@media screen and (min-width: 1600px) {
  .cortina-envio-box {
    height: 100vh;
    background-image: url("../img/Bg-Enviado.jpg"); }
    .cortina-envio-box .logo {
      position: absolute;
      top: 36px;
      left: 36px; }
      .cortina-envio-box .logo img {
        height: 85px;
        margin-bottom: -3px; }
    .cortina-envio-box .contenedor-mensaje {
      width: 900px;
      max-width: 90%; }
      .cortina-envio-box .contenedor-mensaje .circulo {
        width: 100px;
        height: 100px; }
        .cortina-envio-box .contenedor-mensaje .circulo .material-icons {
          font-size: 65px;
          line-height: 50px;
          margin-top: 10px; }
      .cortina-envio-box .contenedor-mensaje .titulo {
        font-size: 38px;
        line-height: 40px;
        margin: 40px auto 26px auto; }
      .cortina-envio-box .contenedor-mensaje .linea-separadora {
        width: 164px;
        height: 4px;
        border-radius: 500px;
        margin-bottom: 26px; }
      .cortina-envio-box .contenedor-mensaje .descripcion {
        width: 580px;
        max-width: 90%;
        font-size: 18px;
        line-height: 25px; }
      .cortina-envio-box .contenedor-mensaje .formb {
        margin-top: 30px; }
        .cortina-envio-box .contenedor-mensaje .formb .icono {
          margin-left: 0px;
          margin-right: 10px; } }
@media screen and (max-width: 1599px) {
  .cortina-envio-box {
    height: 100vh;
    background-image: url("../img/Bg-Enviado.jpg"); }
    .cortina-envio-box .logo {
      position: absolute;
      top: 36px;
      left: 36px; }
      .cortina-envio-box .logo img {
        height: 85px;
        margin-bottom: -3px; }
    .cortina-envio-box .contenedor-mensaje {
      width: 900px;
      max-width: 90%; }
      .cortina-envio-box .contenedor-mensaje .circulo {
        width: 100px;
        height: 100px; }
        .cortina-envio-box .contenedor-mensaje .circulo .material-icons {
          font-size: 65px;
          line-height: 50px;
          margin-top: 10px; }
      .cortina-envio-box .contenedor-mensaje .titulo {
        font-size: 38px;
        line-height: 40px;
        margin: 40px auto 26px auto; }
      .cortina-envio-box .contenedor-mensaje .linea-separadora {
        width: 164px;
        height: 4px;
        border-radius: 500px;
        margin-bottom: 26px; }
      .cortina-envio-box .contenedor-mensaje .descripcion {
        width: 580px;
        max-width: 90%;
        font-size: 18px;
        line-height: 25px; }
      .cortina-envio-box .contenedor-mensaje .formb {
        margin-top: 30px; }
        .cortina-envio-box .contenedor-mensaje .formb .icono {
          margin-left: 0px;
          margin-right: 10px; } }
@media screen and (max-width: 1440px) {
  .cortina-envio-box {
    height: 100vh;
    background-image: url("../img/Bg-Enviado.jpg"); }
    .cortina-envio-box .logo {
      position: absolute;
      top: 30px;
      left: 30px; }
      .cortina-envio-box .logo img {
        height: 78px;
        margin-bottom: -3px; }
    .cortina-envio-box .contenedor-mensaje {
      width: 900px;
      max-width: 90%; }
      .cortina-envio-box .contenedor-mensaje .circulo {
        width: 80px;
        height: 80px; }
        .cortina-envio-box .contenedor-mensaje .circulo .material-icons {
          font-size: 50px;
          line-height: 40px;
          margin-top: 10px; }
      .cortina-envio-box .contenedor-mensaje .titulo {
        font-size: 31px;
        line-height: 36px;
        margin: 30px auto 22px auto; }
      .cortina-envio-box .contenedor-mensaje .linea-separadora {
        width: 150px;
        height: 4px;
        border-radius: 500px;
        margin-bottom: 22px; }
      .cortina-envio-box .contenedor-mensaje .descripcion {
        width: 520px;
        max-width: 90%;
        font-size: 16px;
        line-height: 24px; }
      .cortina-envio-box .contenedor-mensaje .formb {
        margin-top: 30px;
        font-size: 17px;
        line-height: 20px;
        padding: 10px 28px 10px 28px; }
        .cortina-envio-box .contenedor-mensaje .formb .icono {
          margin-left: 0px;
          margin-right: 10px; } }
@media screen and (max-width: 720px) {
  .cortina-envio-box {
    height: inherit;
    min-height: 100vh;
    background-image: url("../img/Bg-Enviado-movil.jpg"); }
    .cortina-envio-box .logo {
      width: 100%;
      display: flex;
      flex-irection: row;
      justify-content: center;
      position: absolute;
      top: 40px;
      left: 0px; }
      .cortina-envio-box .logo img {
        height: 80px;
        margin-bottom: -3px;
        margin-left: -20px; }
    .cortina-envio-box .contenedor-mensaje {
      width: 900px;
      max-width: 90%; }
      .cortina-envio-box .contenedor-mensaje .circulo {
        width: 80px;
        height: 80px; }
        .cortina-envio-box .contenedor-mensaje .circulo .material-icons {
          font-size: 50px;
          line-height: 40px;
          margin-top: 10px; }
      .cortina-envio-box .contenedor-mensaje .titulo {
        width: 90%;
        font-size: 30px;
        line-height: 35px;
        margin: 30px auto 22px auto; }
      .cortina-envio-box .contenedor-mensaje .linea-separadora {
        width: 150px;
        height: 4px;
        border-radius: 500px;
        margin-bottom: 22px; }
      .cortina-envio-box .contenedor-mensaje .descripcion {
        width: 520px;
        max-width: 90%;
        font-size: 16px;
        line-height: 24px; } }
@media screen and (max-width: 550px) {
  .cortina-envio-box {
    height: inherit;
    min-height: 100vh;
    background-image: url("../img/Bg-Enviado-movil.jpg"); }
    .cortina-envio-box .logo {
      width: 100%;
      display: flex;
      flex-irection: row;
      justify-content: center;
      position: absolute;
      top: 40px;
      left: 0px; }
      .cortina-envio-box .logo img {
        height: 80px;
        margin-bottom: -3px;
        margin-left: -20px; }
    .cortina-envio-box .contenedor-mensaje {
      width: 900px;
      max-width: 90%; }
      .cortina-envio-box .contenedor-mensaje .circulo {
        width: 70px;
        height: 70px; }
        .cortina-envio-box .contenedor-mensaje .circulo .material-icons {
          font-size: 44px;
          line-height: 40px;
          margin-top: 8px; }
      .cortina-envio-box .contenedor-mensaje .titulo {
        width: 320px;
        font-size: 25px;
        line-height: 30px;
        margin: 30px auto 22px auto; }
      .cortina-envio-box .contenedor-mensaje .linea-separadora {
        width: 150px;
        height: 4px;
        border-radius: 500px;
        margin-bottom: 22px; }
      .cortina-envio-box .contenedor-mensaje .descripcion {
        width: 80%;
        max-width: 80%;
        font-size: 15px;
        line-height: 22px; } }
.btn-whatsapp {
  display: flex; }

.datos-personales {
  width: 100%;
  color: #40484a;
  font-size: 12px;
  line-height: 20px;
  font-family: "NotoSans-Regular";
  margin-top: -5px;
  margin-bottom: 15px;
  text-align: justify; }
  .datos-personales a {
    color: #40484a;
    font-family: "NotoSans-Bold"; }

.identificadorResolucion {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999999999999999; }

.titulo-secction {
  color: #0b5d93;
  font-family: "NotoSans-SemiBold"; }

.subtitulo-estandar {
  color: #0b5d93;
  font-family: "NotoSans-Medium"; }

.parrafo-estandar {
  color: #3d4954;
  font-family: "NotoSans-Regular"; }
  .parrafo-estandar .bold {
    font-family: "NotoSans-Bold"; }
  .parrafo-estandar a {
    font-family: "NotoSans-Bold";
    color: #3d4954; }

button.m1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "NotoSans-Medium";
  transition: all 0.5s ease; }
  button.m1:hover {
    transform: scale(1.08); }
button.m2 {
  line-height: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "NotoSans-Medium";
  transition: all 0.5s ease; }
  button.m2:hover {
    transform: scale(1.08); }
button.btn-color1 {
  color: #fff;
  background: #048629;
  background: -moz-linear-gradient(90deg, #048629 0%, #27ae4d 100%);
  background: -webkit-linear-gradient(90deg, #048629 0%, #27ae4d 100%);
  background: linear-gradient(90deg, #048629 0%, #27ae4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#048629",endColorstr="#27ae4d",GradientType=1);
  border: 2px solid #caffd9; }
button.btn-color2 {
  color: #fff;
  background: #0f3c61;
  background: -moz-linear-gradient(90deg, #0f3c61 0%, #0d6eb0 100%);
  background: -webkit-linear-gradient(90deg, #0f3c61 0%, #0d6eb0 100%);
  background: linear-gradient(90deg, #0f3c61 0%, #0d6eb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f3c61",endColorstr="#0d6eb0",GradientType=1);
  border: 2px solid #b9ddf6; }

@media screen and (min-width: 1600px) {
  .identificadorResolucion {
    background: darkorange; }

  .contenedor-centrado {
    width: 1370px;
    max-width: 90%;
    margin: 0 auto;
    position: relative; }

  .margen1 {
    width: 100%;
    height: 190px; }

  .titulo-secction {
    font-size: 81px;
    line-height: 81px; }

  .subtitulo-estandar {
    font-size: 34px;
    line-height: 36px; }

  .parrafo-estandar {
    font-size: 17px;
    line-height: 34px; }

  button.m1 {
    border-radius: 28px;
    padding: 22px 60px 24px 60px;
    font-size: 23px;
    line-height: 23px; }
    button.m1 .icono {
      margin-right: 20px; }
      button.m1 .icono i {
        font-size: 40px; }
  button.m2 {
    border-radius: 28px;
    padding: 8px 15px 9px 23px;
    font-size: 17px; }
    button.m2 .icono {
      margin-left: 4px;
      margin-top: 2px; }
      button.m2 .icono .material-icons {
        font-size: 24px;
        line-height: 24px; }
    button.m2.formb {
      border-radius: 28px;
      padding: 15px 37px 15px 34px;
      font-size: 19px; }
      button.m2.formb .icono {
        margin-left: 12px;
        margin-top: 2px; }
  button.btn-color1 {
    -webkit-box-shadow: 20px 8px 42px 0px rgba(28, 162, 67, 0.58);
    -moz-box-shadow: 20px 8px 42px 0px rgba(28, 162, 67, 0.58);
    box-shadow: 20px 8px 42px 0px rgba(28, 162, 67, 0.58); }
  button.btn-color2 {
    -webkit-box-shadow: 14px 12px 20px 0px rgba(14, 96, 158, 0.42);
    -moz-box-shadow: 14px 12px 20px 0px rgba(14, 96, 158, 0.42);
    box-shadow: 14px 12px 20px 0px rgba(14, 96, 158, 0.42); } }
@media screen and (max-width: 1599px) {
  .identificadorResolucion {
    background: royalblue; }

  .contenedor-centrado {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    position: relative; }

  .margen1 {
    width: 100%;
    height: 150px; }

  .titulo-secction {
    font-size: 67px;
    line-height: 67px; }

  .subtitulo-estandar {
    font-size: 26px;
    line-height: 26px; }

  .parrafo-estandar {
    font-size: 15px;
    line-height: 30px; }

  button.m1 {
    border-radius: 24px;
    padding: 17px 35px 17px 35px;
    font-size: 20px;
    line-height: 20px; }
    button.m1 .icono {
      margin-right: 14px; }
      button.m1 .icono i {
        font-size: 35px; }
  button.m2 {
    border-radius: 28px;
    padding: 10px 23px 10px 26px;
    font-size: 16px; }
    button.m2.formb {
      border-radius: 28px;
      padding: 15px 33px 15px 34px;
      font-size: 19px; }
      button.m2.formb .icono {
        margin-left: 12px;
        margin-top: 2px; }
    button.m2 .icono {
      margin-left: 13px;
      margin-top: 2px; }
      button.m2 .icono .material-icons {
        font-size: 23px;
        line-height: 23px; }
  button.btn-color1 {
    -webkit-box-shadow: 15px 6px 32px 0px rgba(28, 162, 67, 0.58);
    -moz-box-shadow: 15px 6px 32px 0px rgba(28, 162, 67, 0.58);
    box-shadow: 15px 6px 32px 0px rgba(28, 162, 67, 0.58); }
  button.btn-color2 {
    -webkit-box-shadow: 12px 10px 15px 0px rgba(14, 96, 158, 0.42);
    -moz-box-shadow: 12px 10px 15px 0px rgba(14, 96, 158, 0.42);
    box-shadow: 12px 10px 15px 0px rgba(14, 96, 158, 0.42); } }
@media screen and (max-width: 1440px) {
  .identificadorResolucion {
    background: limegreen; }

  .contenedor-centrado {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
    position: relative; }

  .margen1 {
    width: 100%;
    height: 140px; }

  .titulo-secction {
    font-size: 55px;
    line-height: 55px; }

  .subtitulo-estandar {
    font-size: 23px;
    line-height: 23px; }

  .parrafo-estandar {
    font-size: 14px;
    line-height: 28px; }

  button.m1 {
    border-radius: 20px;
    padding: 15px 35px 18px 35px;
    font-size: 18px;
    line-height: 18px; }
    button.m1 .icono {
      margin-right: 12px; }
      button.m1 .icono i {
        font-size: 30px; }
  button.m2 {
    border-radius: 19px;
    padding: 8px 15px 10px 15px;
    font-size: 14px; }
    button.m2 .icono {
      margin-left: 10px;
      margin-top: 2px; }
      button.m2 .icono .material-icons {
        font-size: 16px;
        line-height: 16px; }
  button.btn-color1 {
    -webkit-box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58);
    -moz-box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58);
    box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58); }
  button.btn-color2 {
    -webkit-box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42);
    -moz-box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42);
    box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42); } }
@media screen and (max-width: 1366px) {
  .identificadorResolucion {
    background: deeppink; } }
@media screen and (max-width: 1280px) {
  .identificadorResolucion {
    background: brown; }

  .contenedor-centrado {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
    position: relative; }

  .margen1 {
    width: 100%;
    height: 130px; }

  .titulo-secction {
    font-size: 45px;
    line-height: 45px; }

  .subtitulo-estandar {
    font-size: 21px;
    line-height: 21px; }

  .parrafo-estandar {
    font-size: 14px;
    line-height: 28px; }

  button.m1 {
    border-radius: 20px;
    padding: 15px 35px 18px 35px;
    font-size: 18px;
    line-height: 18px; }
    button.m1 .icono {
      margin-right: 12px; }
      button.m1 .icono i {
        font-size: 30px; }
  button.m2 {
    border-radius: 19px;
    padding: 9px 15px 12px 15px;
    font-size: 15px; }
    button.m2 .icono {
      margin-left: 10px;
      margin-top: 2px; }
      button.m2 .icono .material-icons {
        font-size: 19px;
        line-height: 19px; }
  button.btn-color1 {
    -webkit-box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58);
    -moz-box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58);
    box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58); }
  button.btn-color2 {
    -webkit-box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42);
    -moz-box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42);
    box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42); } }
@media screen and (max-width: 1080px) {
  .identificadorResolucion {
    background: orange; } }
@media screen and (max-width: 900px) {
  .identificadorResolucion {
    background: lightsalmon; }

  .contenedor-centrado {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    position: relative; }

  .margen1 {
    width: 100%;
    height: 120px; }

  .titulo-secction {
    font-size: 40px;
    line-height: 40px; }

  .subtitulo-estandar {
    font-size: 19px;
    line-height: 24px; }

  .parrafo-estandar {
    font-size: 13px;
    line-height: 26px; }

  button.m1 {
    border-radius: 20px;
    padding: 15px 35px 18px 35px;
    font-size: 16px;
    line-height: 16px; }
    button.m1 .icono {
      margin-right: 12px; }
      button.m1 .icono i {
        font-size: 28px; }
  button.m2 {
    border-radius: 16px;
    padding: 11px 15px 12px 15px;
    font-size: 14px; }
    button.m2 .icono {
      margin-left: 10px;
      margin-top: 2px; }
      button.m2 .icono .material-icons {
        font-size: 15px;
        line-height: 15px; }
  button.btn-color1 {
    -webkit-box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58);
    -moz-box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58);
    box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58); }
  button.btn-color2 {
    -webkit-box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42);
    -moz-box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42);
    box-shadow: 10px 9px 14px 0px rgba(14, 96, 158, 0.42); } }
@media screen and (max-width: 720px) {
  .identificadorResolucion {
    background: green; } }
@media screen and (max-width: 550px) {
  .identificadorResolucion {
    background: red; }

  .contenedor-centrado {
    width: 82%;
    max-width: 82%;
    margin: 0 auto;
    position: relative; }

  .margen1 {
    width: 100%;
    height: 120px; }

  .titulo-secction {
    font-size: 40px;
    line-height: 40px; }

  .subtitulo-estandar {
    font-size: 19px;
    line-height: 25px; }

  .parrafo-estandar {
    font-size: 13px;
    line-height: 26px; }

  button.m1 {
    border-radius: 20px;
    padding: 15px 35px 18px 35px;
    font-size: 15px;
    line-height: 15px; }
    button.m1 .icono {
      margin-right: 12px; }
      button.m1 .icono i {
        font-size: 24px; }
  button.m2 {
    border-radius: 17px;
    padding: 8px 15px 10px 15px;
    font-size: 13px; }
    button.m2 .icono {
      margin-left: 10px;
      margin-top: 2px; }
      button.m2 .icono .material-icons {
        font-size: 17px;
        line-height: 15px; }
  button.btn-color1 {
    -webkit-box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58);
    -moz-box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58);
    box-shadow: 12px 6px 20px 0px rgba(28, 162, 67, 0.58); }
  button.btn-color2 {
    -webkit-box-shadow: 7px 7px 12px 0px rgba(14, 96, 158, 0.42);
    -moz-box-shadow: 7px 7px 12px 0px rgba(14, 96, 158, 0.42);
    box-shadow: 7px 7px 12px 0px rgba(14, 96, 158, 0.42); } }

/*# sourceMappingURL=estilos.css.map */
