/*******************************GENERALES**************************************/
/*VariablesColores*/
/*BorderDeLetrasFondoAmarillo*/
/*Color Recuadro header*/
* {
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "Lobster-Regular";
  src: url("../fonts/Lobster-Regular.ttf"); }
body {
  background: url(../img/FondoPortales.png);
  font-family: "Lobster-Regular";
  font-size: 22px;
  color: #F0F8FF; }
  body .main .acerca-de .contenedor .foto {
    position: relative;
    z-index: 3; }

.contenedor {
  /*BordeContenedores*/
  margin: auto;
  overflow: hidden; }

footer .contacto .contenedor .mapa p {
  color: #F0F8FF;
  text-align: center; }

/*******************************TERMINA GENERALES**************************************/
/*******************************HEADER**************************************/
header {
  /*Fondo Header*/ }
  header .contenedor .vid {
    position: relative;
    height: 100vh;
    margin: 64px 0px 0px 0p; }
    header .contenedor .vid video {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(0%, -42%); }
  header .contenedor .menu {
    margin: -720px 0px 0px 450px;
    position: absolute;
    z-index: 4; }
  header .contenedor .contenedor-texto {
    margin: -646px 0px 0px 580px;
    position: absolute;
    z-index: 4; }
  header .menu {
    margin: 40px 0;
    text-align: right; }
    header .menu a {
      font-size: 30px;
      margin: 0 20px;
      color: #F0F8FF;
      text-shadow: 0 0 2px #00008B;
      padding-bottom: 9px;
      display: inline-block;
      text-decoration: none;
      border-bottom: 2px solid transparent; }
      header .menu a:hover {
        border-bottom: 2px solid #fff; }
  header .contenedor-texto {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 190px 0; }
    header .contenedor-texto .texto {
      border: 2px solid rgba(240, 248, 255, 0.5);
      /*Color Recuadro header*/
      border-radius: 3px;
      display: inline-block;
      text-align: center;
      padding: 20px 60px; }
      header .contenedor-texto .texto h1, header .contenedor-texto .texto h2 {
        color: #F0F8FF;
        font-weight: 300;
        margin: 0; }
      header .contenedor-texto .texto .nombre {
        margin-bottom: 10px;
        font-size: 50px;
        line-height: 50px; }
      header .contenedor-texto .texto .profesion {
        font-size: 25px;
        line-height: 50px; }

/*******************************TERMINA HEADER**************************************/
/*******************************MAIN**************************************/
.main .acerca-de {
  text-align: center; }
  .main .acerca-de .contenedor {
    /*Agregamos este por que la clase .contenedor de generales
    esconde los elementod debajo de el y con el visible sobreescribe y permite verlos
    */
    overflow: visible; }
    .main .acerca-de .contenedor .foto {
      margin-top: -60px; }
      .main .acerca-de .contenedor .foto img {
        vertical-align: top;
        border-radius: 50%;
        border: 5px solid rgba(240, 248, 255, 0.5); }
    .main .acerca-de .contenedor .texto {
      color: #F0F8FF;
      font-weight: 600;
      font-size: 25px;
      line-height: 30px;
      width: 80%;
      margin: 40px auto 60px auto; }
      .main .acerca-de .contenedor .texto .titulo {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 40px;
        font-weight: 300;
        color: #F0F8FF;
        text-align: center; }
.main .trabajos {
  /*Borde de Trabajos*/
  padding: 60px; }
  .main .trabajos .contenedor {
    overflow: hidden; }
    .main .trabajos .contenedor .titulo {
      font-size: 34px;
      line-height: 34px;
      margin-bottom: 40px;
      font-weight: 300;
      color: #F0F8FF;
      text-align: center; }
    .main .trabajos .contenedor .contenedor-trabajos {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .main .trabajos .contenedor .contenedor-trabajos .camisa {
        width: 23%;
        margin-bottom: 40px; }
        .main .trabajos .contenedor .contenedor-trabajos .camisa .thumb {
          width: 100%;
          margin-bottom: 10px; }
          .main .trabajos .contenedor .contenedor-trabajos .camisa .thumb img {
            width: 100%;
            vertical-align: top;
            border-radius: 10px; }
        .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion {
          text-align: center;
          color: #F0F8FF; }
          .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .nombre {
            font-weight: 700;
            margin-bottom: 10px; }
          .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
            font-size: 14px; }

/*******************************TERMINA MAIN**************************************/
/*******************************FOOTER**************************************/
footer .contacto {
  padding: 60px 0; }
  footer .contacto .titulo {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #aea400;
    text-align: center; }
  footer .contacto .formulario {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .contacto .formulario input[type="text"],
    footer .contacto .formulario input[type="text"],
    footer .contacto .formulario textarea {
      border: 2px solid #be0027;
      border-radius: 5px;
      padding: 15px 20px;
      font-size: 20px;
      color: #be0027; }
    footer .contacto .formulario input[type="text"],
    footer .contacto .formulario input[type="email"] {
      width: 49%;
      margin-bottom: 15px; }
    footer .contacto .formulario textarea {
      width: 100%;
      height: 100px;
      min-width: 100%;
      max-width: 100%;
      min-height: 100px;
      max-height: 300px;
      margin-bottom: 15px; }
    footer .contacto .formulario .boton {
      margin: auto;
      background: #be0027;
      color: #aea400;
      border: none;
      border-radius: 3px;
      padding: 15px 40px;
      cursor: pointer; }
      footer .contacto .formulario .boton:hover {
        background: #fdd666; }
footer .redes-sociales {
  background: #000000;
  opacity: 0.3;
  padding: 60px; }
  footer .redes-sociales a {
    text-align: center;
    width: 100px;
    display: block;
    padding: 15px 0;
    border-radius: 3px;
    font-size: 25px;
    margin: 0 20px;
    color: #F0F8FF;
    text-shadow: 2px 0px 8px #0000FC; }
  footer .redes-sociales .contenedor {
    display: flex;
    justify-content: center; }

/*******************************TERMINA FOOTER**************************************/
/**-----------------------------------------------1099px-----------------------*/
@media (max-width: 1025px) {
  body {
    text-shadow: 0 0 2px #00008B; }
    body header {
      background-repeat: no-repeat;
      background-size: 100%; }
      body header .contenedor .contenedor-texto .texto {
        padding: 1px 20px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 38px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 30px; }
    body .main {
      margin: -257px 0px 0px 0px; }
      body .main .trabajos .contenedor .contenedor-trabajos .camisa {
        width: 40%; } }
/********************************************************912******/
@media (max-width: 971px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -557px 0px 0px 263px; }
      body header .contenedor .menu a {
        font-size: 25px;
        margin: 0 5px;
        text-shadow: 0 0 2px #00008B; }
    body header .contenedor .contenedor-texto {
      margin: -510px 0px 0px 362px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 1px 24px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 25px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 20px; }
  body .main .acerca-de .contenedor .texto {
    font-size: 22px; }
  body .main .trabajos .contenedor .contenedor-trabajos .camisa {
    width: 40%; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion {
      font-size: 22px; }
      body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
        font-size: 20px; }
  body footer .contacto .contenedor .mapa p {
    font-size: 25px; } }
@media (max-width: 913px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -557px 0px 0px 263px; }
    body header .contenedor .contenedor-texto {
      margin: -1233px 0px 0px 359px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 1px 20px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 38px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 30px; }
  body .main {
    margin: -986px 0px 0px 0px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa {
      width: 40%; } }
/*******************************MEDIA QUERYS**************************************/
@media (max-width: 883px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -557px 0px 0px 263px; }
    body header .contenedor .contenedor-texto {
      margin: -521px 0px 0px 278px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 1px 24px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 34px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 25px; }
  body .main .acerca-de .contenedor .texto .titulo {
    font-size: 30px; }
  body .main .acerca-de .contenedor .texto p {
    font-size: 23px; }
  body .main .trabajos .contenedor .contenedor-trabajos .camisa {
    width: 40%; }
  body footer .contacto .contenedor .mapa p {
    font-size: 20px; } }
/**************************************************************853****/
@media (max-width: 854px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -514px 0px 0px 200px; }
    body header .contenedor .contenedor-texto {
      margin: -465px 0px 0px 263px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 1px 24px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 34px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 25px; }
  body .main {
    margin: -286px 0px 0px 0px; }
    body .main .acerca-de .contenedor .texto .titulo {
      font-size: 30px; }
    body .main .acerca-de .contenedor .texto p {
      font-size: 23px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa {
      width: 40%; }
  body footer .contacto .contenedor .mapa p {
    font-size: 20px; } }
/*******************************************820************/
@media (max-width: 821px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -557px 0px 0px 215px;
      font-size: 20px; }
    body header .contenedor .contenedor-texto {
      margin: -500px 0px 0px 269px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 1px 24px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 38px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 30px; }
  body .main .trabajos .contenedor .contenedor-trabajos .camisa {
    width: 46%; } }
@media (max-width: 804px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      font-size: 20px; }
    body header .contenedor .contenedor-texto {
      margin: -495px 0px 0px 269px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 1px 24px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 38px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 30px; }
  body .main .trabajos .contenedor .contenedor-trabajos .camisa {
    width: 46%; } }
/*******************************758px**************************************/
@media (max-width: 758px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu a {
      margin: 0 3px; }
    body header .contenedor .contenedor-texto .texto {
      padding: 0px 32px; }
      body header .contenedor .contenedor-texto .texto .nombre {
        font-size: 30px; }
      body header .contenedor .contenedor-texto .texto .profesion {
        font-size: 25px; }

  footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
/*************************************768*****/
@media (max-width: 769px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .vid video {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(0%, -39%); }
    body header .contenedor .contenedor-texto {
      margin: -879px 0px 0px 257px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 32px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 30px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 25px; }
  body .main {
    margin: -652px 0px 0px 0px; }

  footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
/*******************************682px**************************************/
@media (max-width: 700px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .contenedor-texto {
      margin: -505px 0px 0px 251px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 20px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 25px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 20px; }

  footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
/***************************************400px*******/
@media (max-width: 604px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .contenedor-texto {
      margin: -514px 0px 0px 187px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 43px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 20px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 15px; }
  body .main .acerca-de .contenedor .texto {
    font-size: 25px; }
    body .main .acerca-de .contenedor .texto p {
      font-size: 20px; }
  body .main .trabajos .contenedor .titulo {
    font-size: 25px; }
  body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .nombre {
    font-size: 20px; }
  body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
    font-size: 15px; }
  body footer .contacto .contenedor .mapa p {
    font-size: 18px; }
  body footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
/*******************************************************528*****/
@media (max-width: 529px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .contenedor-texto {
      margin: -511px 0px 0px 161px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 43px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 20px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 15px; }
  body .main {
    margin: -373px 0px 0px 0px; }
    body .main .acerca-de .contenedor .texto {
      font-size: 25px; }
      body .main .acerca-de .contenedor .texto p {
        font-size: 20px; }
    body .main .trabajos .contenedor .titulo {
      font-size: 25px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .nombre {
      font-size: 20px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
      font-size: 15px; }
  body footer .contacto .contenedor .mapa p {
    font-size: 18px; }
  body footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
/*******************412px  Medida para IPHONE PRO 16***************************/
@media (max-width: 509px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -780px 0px 0px 80px; }
      body header .contenedor .menu a {
        font-size: 17px;
        margin: 0px 4px; }
    body header .contenedor .contenedor-texto {
      margin: -728px 0px 0px 115px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 43px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 17px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 14px;
          margin: -30px 0px 0px 10px; }
  body .main {
    margin: -600px 0px 0px 0px; }
    body .main .acerca-de .contenedor .texto {
      font-size: 20px; }
      body .main .acerca-de .contenedor .texto p {
        font-size: 18px; }
    body .main .trabajos .contenedor .titulo {
      font-size: 20px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .nombre {
      font-size: 18px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
      font-size: 14px; }
  body footer .contacto .contenedor .mapa p {
    font-size: 18px; }
  body footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
/*Resolucion para Huawei*/
@media (max-width: 431px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -796px 0px 0px 96px; }
      body header .contenedor .menu a {
        margin: 0px 4px; }
    body header .contenedor .contenedor-texto {
      margin: -743px 0px 0px 137px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 25px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 17px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 14px;
          margin: -30px 0px 0px 10px; }
  body .main {
    margin: -485px 0px 0px 0px; }
    body .main .acerca-de .contenedor .texto .titulo {
      font-size: 27px; }
    body .main .acerca-de .contenedor .texto p {
      font-size: 16px; }
    body .main .trabajos .contenedor .titulo {
      font-size: 20px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .nombre {
      font-size: 18px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
      font-size: 14px; }
  body footer .contacto .contenedor .mapa p {
    font-size: 18px; }
  body footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
@media (max-width: 422px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -760px 0px 0px 54px; }
    body header .contenedor .contenedor-texto {
      margin: -720px 0px 0px 137px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 13px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 17px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 14px;
          margin: -41px 0px 0px -4px; }
  body .main {
    margin: -626px 0px 0px 0px; }
    body .main .acerca-de .contenedor .texto .titulo {
      font-size: 25px; }
    body .main .acerca-de .contenedor .texto p {
      font-size: 15px; }
    body .main .trabajos .contenedor .titulo {
      font-size: 18px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .nombre {
      font-size: 15px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
      font-size: 13px; }
  body footer .contacto .contenedor .mapa p {
    font-size: 15px; }
  body footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
@media (max-width: 415px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -720px 0px 0px 54px; }
    body header .contenedor .contenedor-texto {
      margin: -676px 0px 0px 114px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 13px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 17px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 14px;
          margin: -41px 0px 0px -4px; }
  body .main {
    margin: -541px 0px 0px 0px; }
    body .main .acerca-de .contenedor .texto .titulo {
      font-size: 25px; }
    body .main .acerca-de .contenedor .texto p {
      font-size: 15px; }
    body .main .trabajos .contenedor .titulo {
      font-size: 18px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .nombre {
      font-size: 15px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
      font-size: 13px; }
  body footer .contacto .contenedor .mapa p {
    font-size: 15px; }
  body footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
/*******************************390********IPHONE VIEJO*************/
@media (max-width: 391px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -725px 0px 0px 40px; }
    body header .contenedor .contenedor-texto {
      margin: -660px 0px 0px 120px; }
  body .main {
    margin: -580px 0px 0px 0px; }
    body .main .acerca-de .contenedor .foto {
      margin-top: 60px; } }
@media (max-width: 387px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -730px 0px 0px 40px; }
    body header .contenedor .contenedor-texto {
      margin: -670px 0px 0px 120px; }
  body .main {
    margin: -580px 0px 0px 0px; }
    body .main .acerca-de .contenedor .foto {
      margin-top: 60px; } }
@media (max-width: 376px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -720px 0px 0px 52px; }
      body header .contenedor .menu a {
        margin: 0px 2px; }
    body header .contenedor .contenedor-texto {
      margin: -715px 0px 0px 120px; }
  body .main .acerca-de .contenedor .foto {
    margin-top: 60px; } }
/*--------------------------------360-----------------------------*/
@media (max-width: 361px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -715px 0px 0px 54px; }
    body header .contenedor .contenedor-texto {
      margin: -620px 0px 0px 112px; }
      body header .contenedor .contenedor-texto .texto {
        padding: 0px 13px; }
        body header .contenedor .contenedor-texto .texto .nombre {
          font-size: 17px; }
        body header .contenedor .contenedor-texto .texto .profesion {
          font-size: 14px;
          margin: -41px 0px 0px -4px; }
  body .main {
    margin: -626px 0px 0px 0px; }
    body .main .acerca-de .contenedor .texto .titulo {
      font-size: 25px; }
    body .main .acerca-de .contenedor .texto p {
      font-size: 15px; }
    body .main .trabajos .contenedor .titulo {
      font-size: 18px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .nombre {
      font-size: 15px; }
    body .main .trabajos .contenedor .contenedor-trabajos .camisa .descripcion .Talla {
      font-size: 13px; }
  body footer .contacto .contenedor .mapa p {
    font-size: 15px; }
  body footer .redes-sociales .contenedor {
    flex-wrap: wrap;
    padding: 20px 0; } }
/*****************************************************344****/
@media (max-width: 345px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -680px 0px 0px 52px; }
      body header .contenedor .menu a {
        margin: 0px 2px; }
    body header .contenedor .contenedor-texto {
      margin: -670px 0px 0px 100px; }
  body .main .acerca-de .contenedor .foto {
    margin-top: 60px; } }
/*--------------------------------------------------320------------*/
@media (max-width: 320px) {
  body header {
    background-repeat: no-repeat;
    background-size: 100%; }
    body header .contenedor .menu {
      margin: -677px 0px 0px 25px; }
      body header .contenedor .menu a {
        margin: 0px 2px; }
    body header .contenedor .contenedor-texto {
      margin: -620px 0px 0px 93px; }
  body .main .acerca-de .contenedor .foto {
    margin-top: 60px; } }

/*# sourceMappingURL=estilos.css.map */
