@media screen and (max-width: 480px){

  .reglacabeza
  {
    width: 100%;
  }

  .nombrecabeza, .nombrecabeza2
  {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 10px;
    text-align: center;
  }

  figure{
    width: 100%;
  }

  figure img{
    width: 100%;
    height: 200px;
  }

  header{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5%;
  }

  p.texto {
      font-size: 25px;
      padding-top: 5px;
  }

  header div.contenedor
  {
    width: 100%;
    height: 200px;
  }

  header div.contenedor:hover
  {
    height: 200px;
  }

  header div.contenedor:hover p.texto
  {
    padding-top: 0px;
  }

  div.contenedor:hover .icon {
      -webkit-box-shadow: none;
  }

  footer
  {
    height: 100%;
    padding: 10px;
  }

  footer .pie{
    width: 100%;
    margin: 0px;
  }

  footer .pie p{
    font-size: 14px;
    text-align: center;
  }


  /*********Inicia Quienessomos*****************/

  .header
  {
    overflow: hidden;
    height: 100%;
  }

  .header nav{
    width: 100%;
  }

  .header nav ul li{
    width: 100%;
  }

  .contacto, .porque
  {
    font-size: 18px;
    /*border: 2px solid red;*/
  }

  .textonos .textonoss
  {
    width: 100%;
    text-align: justify;
    font-size: 18px;
  }

  .puntosmv
  {
    /*border: 2px solid red;*/
    height: 100%;
  }

  .puntosmv .puntos
  {
    margin: 0px;
    width: 100%;
    padding: 15px;
  }

  .mv
  {
    width: 100%;
    margin-top: 10%;
  }


  .pi-responsive-sm ul li a
  {
    /*border: 2px solid red;*/
    font-size: 18px;
    text-align: center;
  }

  .pi-tabs-content
  {
    border: 2px solid green;
  }

  .pi-tab-pane
  {
    text-align: justify;
    padding: 15px;
    font-size: 18px;
  }

  .pi-tab-pane h3
  {
    font-size: 25px;
    text-align: center;
  }

  .valores
  {
    /*border: 2px solid red;*/
  }

  .valores .contvaloresespecificos
  {
    /*border: 2px solid green;*/
  }

  .valores .contvaloresespecificos article
  {
    width: 100%;
    margin: 0px;
    padding:15px;
    font-size: 18px;
  }


  /******************Inicia Servicios*******************/
  .contacto
  {
    /*border: 2px solid red;*/
    font-size: 25px;
    margin: 5% 0%;
  }

  .textoconta
  {
    /*border: 2px solid red;*/
    width: 100%;
    padding: 5%;
    font-size: 18px;
    text-align: justify;
  }

  .contentextoser
  {
    /*border: 2px solid red;*/
    height:100%;
    padding-bottom: 1%;
  }

  .contentextoser p
  {
    text-align: justify;
    width: 100%;
    font-size: 18px;
  }

  .contservicios
  {
    /*border: 2px solid red;*/
  }

  .contservicios .contservicioss
  {
    /*border: 2px solid green;*/
    width: 100%;
  }

  .contservicioss .text_serv, .contservicioss figure
  {
    width: 100%;
    margin: 0px;
    padding: 5%;
  }

  .contservicios figure img
  {
    border-radius: 10px;
  }

  .text_serv .text_servenca
  {
    font-size: 25px;
    margin: 5% 0%;
  }

  .boton
  {
    /*border: 2px solid red;*/
  }

  .boton a{
    /*border: 2px solid green;*/
    font-size: 20px;
    /*padding: 10px;*/
  }

  /********************Inicia contacto******************/
  #contacto{
    width: 100%;
    padding: 4%;
  }

  .ema
  {
    font-size: 20px;
  }

  .emai
  {
    font-size: 16px;
    width: 100%;
  }

  #cote
  {
    /*border: 2px solid red;*/
  }

  .izq, .der
  {
    width: 100%;
  }

  .der
  {
    margin-top: 15px;
    padding: 0px;
  }

  .datos .direc, .datos .tel, .datos .hor, .datos .cor
  {
    width: 100%;
    /*border: 2px solid red;*/
    border-top: .5px solid rgb(16, 117, 190);
    margin: 0px;
    padding: 8% 0%;
  }

  .text_datos
  {
    font-size: 18px;
    padding: 10px;
    color: #000;
  }

}

@media screen and (max-width: 599px) and (min-width: 481px) {

  .reglacabeza
  {
    width: 100%;
  }

  .nombrecabeza, .nombrecabeza2
  {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 10px;
    text-align: center;
  }

  figure{
    width: 100%;
  }

  figure img{
    width: 100%;
    height: 200px;
  }

  header{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5%;
  }

  p.texto {
      font-size: 25px;
      padding-top: 5px;
  }

  header div.contenedor
  {
    width: 50%;
    height: 200px;
  }

  header div.contenedor:hover
  {
    height: 200px;
  }

  header div.contenedor:hover p.texto
  {
    padding-top: 0px;
  }

  div.contenedor:hover .icon {
      -webkit-box-shadow: none;
  }

  footer
  {
    height: 100%;
    padding: 10px;
  }

  footer .pie{
    width: 100%;
    margin: 0px;
  }

  footer .pie p{
    font-size: 18px;
    text-align: center;
  }

  /*********Inicia Quienessomos*****************/

  .header
  {
    overflow: hidden;
    height: 100%;
  }

  .header nav{
    width: 100%;
  }

  .header nav ul li{
    width: 100%;
  }

  .contacto, .porque
  {
    font-size: 18px;
    /*border: 2px solid red;*/
  }

  .textonos .textonoss
  {
    width: 100%;
    text-align: justify;
    font-size: 18px;
  }

  .puntosmv
  {
    /*border: 2px solid red;*/
    height: 100%;
  }

  .puntosmv .puntos
  {
    margin: 0px;
    width: 100%;
    padding: 15px;
  }

  .mv
  {
    width: 100%;
    margin-top: 10%;
  }


  .pi-responsive-sm ul li a
  {
    /*border: 2px solid red;*/
    font-size: 18px;
    text-align: center;
  }

  .pi-tabs-content
  {
    border: 2px solid green;
  }

  .pi-tab-pane
  {
    text-align: justify;
    padding: 15px;
    font-size: 18px;
  }

  .pi-tab-pane h3
  {
    font-size: 25px;
    text-align: center;
  }

  .valores
  {
    /*border: 2px solid red;*/
  }

  .valores .contvaloresespecificos
  {
    /*border: 2px solid green;*/
  }

  .valores .contvaloresespecificos article
  {
    width: 100%;
    margin: 0px;
    padding:15px 0px 15px 30px;
    font-size: 18px;
    /*border: 2px solid red;*/
  }

  /******************Inicia Servicios*******************/
  .contacto
  {
    /*border: 2px solid red;*/
    font-size: 25px;
    margin: 5% 0%;
  }

  .textoconta
  {
    /*border: 2px solid red;*/
    width: 100%;
    padding: 5%;
    font-size: 18px;
    text-align: justify;
  }

  .contentextoser
  {
    /*border: 2px solid red;*/
    height:100%;
    padding-bottom: 1%;
  }

  .contentextoser p
  {
    text-align: justify;
    width: 100%;
    font-size: 18px;
  }

  .contservicios
  {
    /*border: 2px solid red;*/
  }

  .contservicios .contservicioss
  {
    /*border: 2px solid green;*/
    width: 100%;
  }

  .contservicioss .text_serv, .contservicioss figure
  {
    width: 100%;
    margin: 0px;
    padding: 5%;
  }

  .contservicios figure img
  {
    border-radius: 10px;
  }

  .text_serv .text_servenca
  {
    font-size: 25px;
    margin: 5% 0%;
  }

  .boton
  {
    /*border: 2px solid red;*/
  }

  .boton a{
    /*border: 2px solid green;*/
    font-size: 20px;
    /*padding: 10px;*/
  }

  /********************Inicia contacto******************/
  #contacto{
    width: 100%;
    padding: 4%;
  }

  .ema
  {
    font-size: 20px;
  }

  .emai
  {
    font-size: 16px;
    width: 100%;
  }

  #cote
  {
    /*border: 2px solid red;*/
  }

  .izq, .der
  {
    width: 100%;
  }

  .der
  {
    margin-top: 15px;
    padding: 0px;
  }

  .datos .direc, .datos .tel, .datos .hor, .datos .cor
  {
    width: 100%;
    /*border: 2px solid red;*/
    border-top: .5px solid rgb(16, 117, 190);
    margin: 0px;
    padding: 8% 0%;
  }

  .text_datos
  {
    font-size: 18px;
    padding: 10px;
    color: #000;
  }
}

@media screen and (max-width: 799px) and (min-width: 600px) {
  .reglacabeza
  {
    width: 100%;
  }

  .nombrecabeza2
  {
    margin-left: 30%;
  }

  figure{
    width: 100%;
  }

  figure img{
    width: 100%;
    height: 200px;
  }

  header{
    width: 90%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5%;
  }

  p.texto {
      font-size: 25px;
      padding-top: 5px;
  }

  header div.contenedor
  {
    width: 50%;
    height: 200px;
  }

  header div.contenedor:hover
  {
    height: 200px;
  }

  header div.contenedor:hover p.texto
  {
    padding-top: 0px;
  }

  div.contenedor:hover .icon {
      -webkit-box-shadow: none;
  }

  footer
  {
    height: 100%;
    padding: 10px;
  }

  footer .pie{
    width: 100%;
    margin: 0px;
  }

  footer .pie p{
    font-size: 20px;
    text-align: center;
  }

  /*********Inicia Quienessomos*****************/

  .header
  {
    overflow: hidden;
    height: 100%;
  }

  .header nav{
    width: 100%;
  }

  .header nav ul li{
    width: 100%;
  }

  .contacto, .porque
  {
    font-size: 18px;
    /*border: 2px solid red;*/
  }

  .textonos .textonoss
  {
    width: 100%;
    text-align: justify;
    font-size: 18px;
  }

  .puntosmv
  {
    /*border: 2px solid red;*/
    height: 100%;
  }

  .puntosmv .puntos
  {
    margin: 0px;
    width: 100%;
    padding: 15px;
  }

  .mv
  {
    width: 100%;
    margin-top: 10%;
  }


  .pi-responsive-sm ul li a
  {
    /*border: 2px solid red;*/
    font-size: 18px;
    text-align: center;
  }

  .pi-tabs-content
  {
    border: 2px solid green;
  }

  .pi-tab-pane
  {
    text-align: justify;
    padding: 15px;
    font-size: 18px;
  }

  .pi-tab-pane h3
  {
    font-size: 25px;
    text-align: center;
  }

  .valores
  {
    /*border: 2px solid red;*/
  }

  .valores .contvaloresespecificos
  {
    /*border: 2px solid green;*/
  }

  .valores .contvaloresespecificos article
  {
    width: 100%;
    margin: 0px;
    padding:15px 0px 15px 30px;
    font-size: 18px;
    /*border: 2px solid red;*/
  }

  /******************Inicia Servicios*******************/
  .contacto
  {
    /*border: 2px solid red;*/
    font-size: 25px;
    margin: 5% 0%;
  }

  .textoconta
  {
    /*border: 2px solid red;*/
    width: 100%;
    padding: 5%;
    font-size: 18px;
    text-align: justify;
  }

  .contentextoser
  {
    /*border: 2px solid red;*/
    height:100%;
    padding-bottom: 1%;
  }

  .contentextoser p
  {
    text-align: justify;
    width: 100%;
    font-size: 18px;
  }

  .contservicios
  {
    /*border: 2px solid red;*/
  }

  .contservicios .contservicioss
  {
    /*border: 2px solid green;*/
    width: 100%;
  }

  .contservicioss .text_serv, .contservicioss figure
  {
    width: 100%;
    margin: 0px;
    padding: 5%;
  }

  .contservicios figure img
  {
    border-radius: 10px;
  }

  .text_serv .text_servenca
  {
    font-size: 25px;
    margin: 5% 0%;
  }

  .boton
  {
    /*border: 2px solid red;*/
  }

  .boton a{
    /*border: 2px solid green;*/
    font-size: 20px;
    /*padding: 10px;*/
  }

  /********************Inicia contacto******************/
  #contacto{
    width: 100%;
    padding: 4%;
  }

  .ema
  {
    font-size: 20px;
  }

  .emai
  {
    font-size: 16px;
    width: 100%;
  }

  #cote
  {
    /*border: 2px solid red;*/
  }

  .izq, .der
  {
    width: 100%;
  }

  .der
  {
    margin-top: 15px;
    padding: 0px;
  }

  .datos .direc, .datos .tel, .datos .hor, .datos .cor
  {
    width: 100%;
    /*border: 2px solid red;*/
    border-top: .5px solid rgb(16, 117, 190);
    margin: 0px;
    padding: 8% 0%;
  }

  .text_datos
  {
    font-size: 18px;
    padding: 10px;
    color: #000;
  }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
  .reglacabeza
  {
    width: 100%;
  }

  .nombrecabeza2
  {
    margin-left: 35%;
  }

  header{
    width: 90%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5%;
  }

  p.texto {
      font-size: 25px;
      padding-top: 5px;
  }

  header div.contenedor
  {
    width: 50%;
    height: 200px;
  }

  header div.contenedor:hover
  {
    height: 200px;
  }

  header div.contenedor:hover p.texto
  {
    padding-top: 0px;
  }

  div.contenedor:hover .icon {
      -webkit-box-shadow: none;
  }

  footer
  {
    height: 100%;
    padding: 10px;
  }

  footer .pie{
    width: 100%;
    margin: 0px;
  }

  footer .pie p{
    font-size: 20px;
    text-align: center;
  }

  /*********Inicia Quienessomos*****************/

  .header
  {
    overflow: hidden;
    height: 100%;
  }

  .header nav{
    width: 100%;
  }

  .header nav ul li{
    width: 100%;
  }

  .contacto, .porque
  {
    font-size: 18px;
    /*border: 2px solid red;*/
  }

  .textonos .textonoss
  {
    width: 100%;
    text-align: justify;
    font-size: 18px;
  }

  .puntosmv
  {
    height: 100%;
  }

  /******************Inicia Servicios*******************/
  .contacto
  {
    /*border: 2px solid red;*/
    font-size: 25px;
    /*margin: 5% 0%;*/
  }

  .textoconta
  {
    /*border: 2px solid red;*/
    width: 100%;
    padding: 3%;
    font-size: 18px;
    text-align: justify;
  }

  .contentextoser
  {
    /*border: 2px solid red;*/
    height:100%;
    padding-bottom: 1%;
  }

  .contentextoser p
  {
    text-align: justify;
    width: 100%;
    font-size: 18px;
  }

  .contservicios .contservicioss
  {
    width: 100%;
    padding: 3%;
  }

  .contservicios figure img
  {
    border-radius: 10px;
  }

  #contacto{
    width: 100%;
    padding: 4%;
  }

  .ema
  {
    font-size: 20px;
  }

  .emai
  {
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {      /* mac*/

  header{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5%;
    text-align: center;
    padding-left: 18%;
  }

  header div.contenedor
  {
    text-align: center;
  }


  footer
  {
    height: 100%;
    padding: 10px;
  }

  footer .pie{
    width: 100%;
    margin: 0px;
  }

  footer .pie p{
    font-size: 22px;
    text-align: center;
  }

  .header
  {
    overflow: hidden;
    height: 100%;
  }

  .header nav{
    width: 100%;
  }
}


@media screen and (max-width: 1366px) and (min-width: 1024px) {
  header{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5%;
    text-align: center;
    padding-left: 20%;
  }
}

@media screen and (min-width: 1367px) { }
