/* CSS Document */
/*estilo centro global para la mujer*/
/*
	fuentes
	color
	mixin
	margenes
	estilos globales
	header
	menu principal
	footer
	estilos particulares
	plug
  estilos calculadora
*/
/* fuentes */
@font-face {
  font-family: 'Gill_sans_mt_normal';
  src: url("../fonts/Gill_sans_mt_normal/Gill_sans_mt_normal.eot");
  src: url("../fonts/Gill_sans_mt_normal/Gill_sans_mt_normal.eot?#iefix") format("embedded-opentype"), url("../fonts/Gill_sans_mt_normal/Gill_sans_mt_normal.woff") format("woff"), url("../fonts/Gill_sans_mt_normal/Gill_sans_mt_normal.ttf") format("truetype"), url("../fonts/Gill_sans_mt_normal/Gill_sans_mt_normal.svg#Gill_sans_mt_normal") format("svg");
  unicode-range: U+0020-25CA; }
@font-face {
  font-family: 'seravek_bold';
  src: url("../fonts/seravek_bold/seravek_bold.eot");
  src: url("../fonts/seravek_bold/seravek_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/seravek_bold/seravek_bold.woff") format("woff"), url("../fonts/seravek_bold/seravek_bold.ttf") format("truetype"), url("../fonts/seravek_bold/seravek_bold.svg#seravek_bold") format("svg");
  unicode-range: U+0020-25CA; }
@font-face {
  font-family: 'seravek_light';
  src: url("../fonts/seravek_light/seravek_light.eot");
  src: url("../fonts/seravek_light/seravek_light.eot?#iefix") format("embedded-opentype"), url("../fonts/seravek_light/seravek_light.woff") format("woff"), url("../fonts/seravek_light/seravek_light.ttf") format("truetype"), url("../fonts/seravek_light/seravek_light.svg#seravek_light") format("svg");
  unicode-range: U+0020-25CA; }
/************************/
/* margenes */
/************************/
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important; }

@media (min-width: 768px) {
  .container {
    width: 1000px !important; } }
/************************/
/* estilos globales */
/************************/
html {
  font-size: 45%; }

@media (min-width: 768px) {
  html {
    font-size: 62.5%; } }
/**/
h1 {
  font-family: "seravek_bold", arial, sans-serif;
  font-size: 4.2rem; }

h2 {
  font-family: "seravek_bold", arial, sans-serif;
  font-size: 4.2rem; }

h3 {
  font-family: "seravek_light", arial, sans-serif;
  font-size: 2rem; }

h4 {
  font-family: "seravek_light", arial, sans-serif;
  font-size: 1.8rem; }

h5 {
  font-family: "seravek_light", arial, sans-serif;
  font-size: 4.2rem; }

h6 {
  font-family: "seravek_light", arial, sans-serif;
  font-size: 1.4rem;
  margin: 0; }

h1, h2, h3, h4, h5 {
  color: black;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 1.2em; }

p {
  font-family: "seravek_light", arial, sans-serif;
  font-size: 1.8rem;
  text-align: justify;
  color: black;
  line-height: 1.8em;
  margin-bottom: 1.8em; }
  p b {
    font-family: "seravek_bold", arial, sans-serif;
    font-weight: normal; }

.right-text {
  width: 70%;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.listpg {
  margin-left: 2rem;
  margin-bottom: 4rem; }
  .listpg li {
    position: relative;
    font-family: "seravek_light", arial, sans-serif;
    font-size: 1.8rem;
    color: black;
    margin-bottom: .6em; }
    .listpg li:before {
      content: "";
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      margin-top: 8px;
      margin-left: -2rem;
      border-radius: 100%;
      background-color: #e6cec4; }

/************************/
/* header */
/************************/

.bxcitas{
  position: absolute;
  right: 10px;
  top:150px;
  height: 30px; 
  background-color: #00c3a5;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  border-radius: 20px;
}

.bxcitas a span{
  font-weight: 700;
  color:#fff;
  font-size: 1.2em;
  padding-top:5px;
  vertical-align: top;
}
.bxcitas a:hover{
  text-decoration: none;
}

.bxcitas a img{
  width: 100px;
}

#btn_float {
  z-index: 100000;
  position: fixed;
  left: auto;
  right: -7.6em;
  top: 50%;
  background-color: #939393;
  width: auto;
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Safari 3-8 */
  transform: rotate(270deg);
  border: 3px solid #000;
}

#calculadoraa #btn_float {
  height: 60px;
}

.barra_abajo {
  top: 10%;
}

@media (min-width: 768px) {
  #btn_float { display: block; }
}

#calculadoraa {
  margin: 0 auto;
  display: table;
}

#calculadoraa:hover, #calculadoraa:active, #calculadoraa:focus {
  text-decoration: none;
}

#btn_float p {
    margin: 0px auto;
    color: white;
    padding: 8px;
    font-weight: bold;
    font-size: 23px;
}

.espa1 {
  margin-top: 10px;
  max-width: 90%;
}

.btn-grupo { padding: 5px 0px; }

.header {
  z-index: 30;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white; }
  .header .bxlogo {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .header .bxlogo img {
      display: block;
      width: 230px; }
    .header .bxlogo h1 {
      text-indent: -9999px;
      width: 0;
      height: 0;
      padding: 0;
      margin: 0; }

@media (min-width: 768px) {
  .header {
    position: absolute;
    width: 1000px;
    border-bottom: 0px; }
    .header .bxlogo img {
      width: auto;
      margin-left: auto;
      margin-right: auto; } }
@media (min-width: 1000px) {
  .header {
    width: 100%; } }
/************************/
/* menu principal*/
/************************/
/**/
.btcolapse {
  z-index: 20;
  display: block; }

.bxcolapse {
  z-index: 20;
  width: 100%; }

@media (min-width: 768px) {
  .btcolapse {
    display: none; }

  .bxcolapse {
    display: block;
    position: relative;
    width: auto; } }
/**/
.btcolapse {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); }
  .btcolapse span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 6px;
    border-radius: 2px;
    background-color: transparent;
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    .btcolapse span:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 6px;
      border-radius: 2px;
      background-color: #e6cec4;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .btcolapse span:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 6px;
      border-radius: 2px;
      background-color: #e6cec4;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
  .btcolapse.collapsed span {
    background-color: #e6cec4; }
    .btcolapse.collapsed span:before {
      margin-top: -11px;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      -o-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg); }
    .btcolapse.collapsed span:after {
      margin-top: 11px;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -moz-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      -o-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg); }
  .btcolapse.op2 span:before {
    background-color: white; }
  .btcolapse.op2 span:after {
    background-color: white; }
  .btcolapse.op2.collapsed span {
    background-color: white; }

/**/
.menuprincipal {
  z-index: 30;
  position: absolute;
  width: 100%;
  background-color: #e6cec4; }
  .menuprincipal ul {
    margin-bottom: 0; }
    .menuprincipal ul li {
      display: block; }
      .menuprincipal ul li a {
        display: block;
        font-family: "seravek_light", arial, sans-serif;
        color: #6b6b6b;
        font-size: 18px;
        text-transform: uppercase;
        padding: 8px 15px;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
        .menuprincipal ul li a:hover {
          text-decoration: none;
          background-color: #adadad;
          color: #fff; }
      .menuprincipal ul li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .menuprincipal ul li.active a {
        background-color: #adadad;
        color: #fff; }

@media (min-width: 768px) {
  .menuprincipal {
    width: 1000px;
    position: relative;
    text-align: center; }
    .menuprincipal ul {
      display: inline-block;
      text-align: center; }
      .menuprincipal ul li {
        display: inline-block; }
        .menuprincipal ul li a {
          font-size: 18px;
          padding: 12px 10px; }
        .menuprincipal ul li + li {
          border-top: 0; } }
@media (min-width: 1000px) {
  .menuprincipal {
    width: 100%; } }
/************************/
/* footer */
/************************/
.footer {
  position: relative;
  width: 100%; }

@media (min-width: 768px) {
  .footer {
    width: 1000px; } }
@media (min-width: 1000px) {
  .footer {
    width: 100%; } }
/**/
.topfooter {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url(../imagenes/fondo-footer.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .topfooter h5 {
    color: white;
    text-align: center;
    text-transform: uppercase; }
  .topfooter p {
    font-size: 1.6rem;
    color: white;
    text-align: center; }
  .topfooter .redes {
    text-align: center;
    margin-bottom: 3em; }
    .topfooter .redes a {
      opacity: .7;
      display: inline-block;
      position: relative;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
      .topfooter .redes a:hover {
        opacity: 1; }
      .topfooter .redes a + a {
        margin-left: .8rem; }

@media (min-width: 768px) {
  .topfooter h5 {
    text-align: left; }
  .topfooter p {
    text-align: left; }
  .topfooter .redes {
    text-align: left; } }
/**/
.bottomfooter {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6b6b6b; }
  .bottomfooter h6 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0; }

/************************/
/* estilos particulares */
/************************/
.bodi {
  width: 100%;
  padding-top: 86px; }

@media (min-width: 768px) {
  .bodi {
    width: 1000px;
    padding-top: 201px; }
    .bodi.op2 {
      padding-top: 0; } }
@media (min-width: 1000px) {
  .bodi {
    width: 100%; } }
/**/
.pg {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .pg h1 {
    color: #994169;
    text-align: center; }
  .pg h2 {
    color: #6b6b6b;
    text-align: center; }
  .pg .bt {
    display: block;
    position: relative;
    text-align: center; }
    .pg .bt a {
      overflow: hidden;
      display: inline-block;
      position: relative;
      font-family: "seravek_light", arial, sans-serif;
      font-size: 20px;
      color: #6b6b6b;
      padding: 1rem 4rem;
      background-color: #e6cec4; }
      .pg .bt a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 100%;
        background-color: #6b6b6b;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        -ms-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s; }
      .pg .bt a span {
        z-index: 5;
        position: relative; }
      .pg .bt a:hover, .pg .bt a:focus {
        text-decoration: none;
        color: #fff; }
        .pg .bt a:hover:before, .pg .bt a:focus:before {
          width: 30rem;
          height: 30rem; }

.slogan {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e6cec4; }
  .slogan h2 {
    font-family: "seravek_light", arial, sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #6b6b6b;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .slogan h2 {
    font-size: 3.5rem; } }
/**/
.nosotros {
  z-index: 5; }
  .nosotros:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6.5rem;
    height: 3.3rem;
    margin-bottom: -3.29rem;
    background-image: url(../imagenes/flecha.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0); }
  .nosotros h2 {
    position: relative;
    padding-bottom: 3rem; }
    .nosotros h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 44.5rem;
      height: 1.2rem;
      background-image: url(../imagenes/pleca.png);
      background-repeat: no-repeat;
      background-size: cover;
      transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }
  .nosotros p {
    text-align: center; }

/**/
.mision_vision {
  padding-top: 10rem;
  background-image: url(../imagenes/fondo-mision-vision-valores.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .mision_vision h2 {
    position: relative;
    color: #6b6b6b;
    padding-bottom: 3rem; }
    .mision_vision h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 26.6rem;
      height: 1.2rem;
      background-image: url(../imagenes/pleca-blanca.png);
      background-repeat: no-repeat;
      background-size: cover;
      transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }
  .mision_vision p {
    color: #6b6b6b;
    text-align: center; }

  .mision_vision img {
    width: 40%;
    height: auto;
    margin: 0px auto;
  }

@media (min-width: 768px) {
  .mision_vision .bxinfo .bxctn {
    width: 33.33%; } }
/**/
.servicios .bxinfo {
  display: block;
  position: relative;
  height: 330px;
  margin-bottom: 3rem;
  margin-left: -15px;
  margin-right: -15px; }
  .servicios .bxinfo .bxctn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 375px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
    .servicios .bxinfo .bxctn img {
      display: block;
      width: 100%;
      max-width: 345px; }
    .servicios .bxinfo .bxctn h3 {
      overflow: hidden;
      display: block;
      position: relative;
      height: 7rem;
      margin-bottom: 0;
      background-color: #e6cec4;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
      .servicios .bxinfo .bxctn h3 span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #6b6b6b;
        text-align: center;
        text-transform: uppercase;
        width: 80%;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
    .servicios .bxinfo .bxctn:hover h3 {
      background-color: #6b6b6b; }

      .servicios .bxinfo .bxctn:hover h3 span {
        color: #fff; }

@media (min-width: 768px) {
  .servicios .bxinfo {
    height: 290px; } }
/* int */
.int {
  padding-top: 0; }
  .int .bxtitulo {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-size: cover; }
    .int .bxtitulo.quienessomos {
      background-position: right;
      background-image: url(../imagenes/fondo-nosotros.png); }
    .int .bxtitulo.servicios {
      background-position: right;
      background-image: url(../imagenes/fondo-servicios.png); }
    .int .bxtitulo.contacto {
      background-position: right;
      background-image: url(../imagenes/fondo-contacto.png); }
    .int .bxtitulo.cuerpo {
      background-position: left;
      background-image: url(../imagenes/fondo-cuerpo.png); }
    .int .bxtitulo.articulos {
      background-position: left;
      background-image: url(../imagenes/fondo-articulos.png); }
    .int .bxtitulo.promociones {
      background-position: left;
      background-image: url(../imagenes/fondo-promociones.png); }
    .int .bxtitulo.galeriaf {
      background-position: center;
      background-image: url(../imagenes/fondo-galeria.png); }
    .int .bxtitulo h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      color: white;
      width: 100%;
      padding-bottom: 2rem;
      margin-bottom: 0;
      transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
      .int .bxtitulo h1:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 26.6rem;
        height: 1.2rem;
        background-image: url(../imagenes/pleca-blanca.png);
        background-repeat: no-repeat;
        background-size: cover;
        transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0); }

@media (min-width: 768px) {
  .int {
    min-height: 800px; }
    .int .bxtitulo {
      height: 210px;
      margin-bottom: 7rem; } }
/**/
.int .bxsubmenu {
  display: block;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #ebebeb; }
  .int .bxsubmenu img {
    position: relative;
    display: block;
    width: 100%;
    background-color: white; }
  .int .bxsubmenu h2 {
    position: relative;
    text-align: center;
    color: #6b6b6b;
    padding: 1.5rem;
    margin-bottom: 0;
    background-color: #e6cec4; }
  .int .bxsubmenu ul {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .int .bxsubmenu ul li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .int .bxsubmenu ul li a {
      display: block;
      position: relative;
      font-family: "seravek_light", arial, sans-serif;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.8);
      text-transform: uppercase;
      padding: 15px;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
      .int .bxsubmenu ul li a:before {
        opacity: 0;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 12px;
        margin-top: 19px;
        margin-left: 0;
        background-image: url(../imagenes/carret.png);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .int .bxsubmenu ul li a:hover {
        color: white;
        text-decoration: none;
        padding-left: 35px;
        background-color: #6b6b6b; }
        .int .bxsubmenu ul li a:hover:before {
          opacity: 1;
          margin-left: 15px; }
    .int .bxsubmenu ul li.active a {
      color: white;
      text-decoration: none;
      padding-left: 35px;
      background-color: #6b6b6b; }
      .int .bxsubmenu ul li.active a:before {
        opacity: 1;
        margin-left: 15px; }

@media (min-width: 768px) {
  .int .bxsubmenu {
    margin: 0;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
    .int .bxsubmenu ul {
      border-bottom: 0; }
    .int .bxsubmenu img {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-bottom: 0; }
    .int .bxsubmenu ul {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-top: 0; } }
/**/
.int h2 {
  padding-top: 6rem;
  text-align: left; }
.int h3 {
  color: #6b6b6b;
  font-family: "seravek_bold", arial, sans-serif; }
.int p b {
  color: #6b6b6b; }
.int .bximg {
  position: relative;
  width: 100%;
  margin-bottom: 3rem; }
  .int .bximg:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 300px;
    height: 3rem;
    margin-bottom: -1.5rem;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0); }
  .int .bximg img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.2); }
.int p.op2 {
  padding: 2rem 4rem;
  text-align: center;
  background-color: #ebebeb;
  border: 1px solid rgba(0, 0, 0, 0.2); }
.int .bxinfo {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ebebeb;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
  .int .bxinfo h3 {
    color: white;
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    background-color: #994169; }
  .int .bxinfo p {
    font-size: 1.6rem;
    padding: 20px; }
    .int .bxinfo p:last-child {
      margin-bottom: 0; }
  .int .bxinfo ul {
    padding: 20px;
    margin-bottom: 0; }
  .int .bxinfo.op2 {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 transparent;
    -moz-box-shadow: 0 5px 5px 0 transparent;
    -ms-box-shadow: 0 5px 5px 0 transparent;
    -o-box-shadow: 0 5px 5px 0 transparent;
    box-shadow: 0 5px 5px 0 transparent; }
    .int .bxinfo.op2 h2 {
      color: #6b6b6b;
      text-align: center;
      padding: 2.5rem;
      margin: 0;
      background-color: #e6cec4; }
    .int .bxinfo.op2 h3 {
      color: #6b6b6b;
      text-align: left;
      padding: 0 20px;
      margin-bottom: 0;
      background-color: transparent; }
    .int .bxinfo.op2 p {
      margin: 0; }
    .int .bxinfo.op2 .redes {
      padding: 20px; }
      .int .bxinfo.op2 .redes a + a {
        margin-left: .8rem; }
.int .bxinfo2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
.int .bxenlaces {
  display: block;
  position: relative;
  width: 100%;
  height: 150px; }
  .int .bxenlaces span {
    display: block;
    position: relative; }
    .int .bxenlaces span:before {
      z-index: 5;
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; }
    .int .bxenlaces span a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      .int .bxenlaces span a img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
  .int .bxenlaces .rsActiveSlide span:before {
    z-index: 0; }
  .int .bxenlaces .rsActiveSlide span a img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1); }

@media (min-width: 768px) {
  .int h2 {
    padding-top: 1.8rem; }
  .int .bximg.op2 img {
    max-width: inherit; }
  .int .bxinfo {
    margin-top: 4rem;
    margin-bottom: 4rem; }
    .int .bxinfo.op2 {
      margin: 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); } }
/**/
.int .panel-group .panel {
  border-radius: 0; }
.int .panel-group .panel-default {
  border: 0; }
.int .panel-group .panel-heading {
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .int .panel-group .panel-heading .panel-title {
    font-size: 2rem; }
    .int .panel-group .panel-heading .panel-title a:focus, .int .panel-group .panel-heading .panel-title a:hover {
      text-decoration: none; }
.int .panel-group .panel-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border: 0 !important; }

/**/
.bxmap h2 {
  color: #6b6b6b;
  text-align: center; }
.bxmap #map {
  width: 100%;
  height: 45rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

/**/
.int .galeria {
  position: relative;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0; }
  .int .galeria .col-xs-6 {
    display: block;
    position: relative;
    padding-left: 5px;
    padding-right: 5px; }
    .int .galeria .col-xs-6 a {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      .int .galeria .col-xs-6 a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
      .int .galeria .col-xs-6 a:hover:after {
        background-color: transparent; }
      .int .galeria .col-xs-6 a img {
        position: relative;
        width: 100%; }

@media (min-width: 768px) {
  .int .galeria {
    margin-top: 0; }
    .int .galeria .col-xs-6 {
      padding-left: 15px;
      padding-right: 15px; }
      .int .galeria .col-xs-6 a {
        margin-bottom: 30px; } }
/************************/
/* plug */
/************************/
/* slide */
.slide {
  z-index: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 400px; }
  .slide .blk {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
    .slide .blk:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .slide .slide1:before {
    background-position: right;
    background-image: url(../imagenes/slide/slide1.png); }
  .slide .slide2:before {
    background-position: right;
    background-image: url(../imagenes/slide/slide2.png); }
  .slide .slide3:before {
    background-position: left;
    background-image: url(../imagenes/slide/slide3.png); }

@media (min-width: 768px) {
  .slide {
    height: 100vh;
    padding-top: 201px; }
    .slide .blk:before {
      height: 100%; }
    .slide .slide1:before {
      background-position: center; } }
/**/
.slide .bxinfo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(153, 65, 105, 0.95); }
  .slide .bxinfo h2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "seravek_light", arial, sans-serif;
    font-size: 2.8rem;
    color: white;
    text-align: center;
    width: 100%;
    padding: 1.5rem .5rem;
    margin-bottom: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    .slide .bxinfo h2 b {
      font-family: "seravek_bold", arial, sans-serif;
      font-weight: normal;
      color: #c7cbce; }

@media (max-width: 767px) {

  .header{
    height: 200px;
  }

  .bxcitas {
    text-align: center;
    left: 10px;
    /*right: unset;*/
  }

  .slide .bxinfo {
    background-color: #e6cec4;
    top: 50%;
    height: 120px;
  }

  .slide .bxinfo h2 b { color: #6b6b6b; }

}

@media (min-width: 768px) {
  .slide .bxinfo {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: inherit; }
    .slide .bxinfo h2 {
      position: relative;
      top: inherit;
      left: inherit;
      color: black;
      font-size: 4.2rem;
      text-align: left;
      margin-top: 10rem;
      background-color: transparent;
      transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -webkit-transform: translate(0, 0); }
      .slide .bxinfo h2 b {
        color: #6b6b6b; }
    .slide .bxinfo.op2 h2 {
      text-align: right; }

  /**/
  .slide .bxinfo h2 {
    opacity: 0;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0); }
  .slide .bxinfo.op2 h2 {
    transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0); }
  .slide .rsActiveSlide .bxinfo h2 {
    opacity: 1;
    transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0); } }
/* arrow */
.servicios .rsArrow {
  display: none !important;
  opacity: 1 !important;
  visibility: inherit !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 1px;
  margin-top: 6rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .servicios .rsArrow .rsArrowIcn {
    opacity: .4;
    visibility: inherit !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    width: 7.7rem;
    height: 15rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto auto;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .servicios .rsArrow:hover .rsArrowIcn {
    opacity: .6; }
.servicios .rsArrowLeft .rsArrowIcn {
  left: 0;
  background-image: url(../imagenes/slide/btn-left.png); }
.servicios .rsArrowRight .rsArrowIcn {
  right: 0;
  background-image: url(../imagenes/slide/btn-right.png); }

@media (min-width: 1200px) {
  .servicios .rsArrow {
    display: block !important; } }
/* nav */
.servicios .rsNav {
  z-index: 10;
  display: block !important;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%; }
.servicios .rsBullet {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: rgba(153, 65, 105, 0.3);
  cursor: pointer; }
.servicios .rsBullet + .rsBullet {
  margin-left: .6rem; }
.servicios .rsBullet.rsNavSelected {
  background-color: #994169; }

@media (min-width: 768px) {
  .servicios .rsNav {
    display: none !important; } }
/* bxform */
.bxform .bxgroup {
  margin-bottom: 2rem; }
.bxform label,
.bxform input,
.bxform textarea {
  display: block;
  font-family: "seravek_light", arial, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  width: 100%;
  border: 0; }
.bxform label {
  color: white;
  text-transform: uppercase; }
.bxform input {
  color: black;
  height: 3rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.4); }
.bxform textarea {
  color: black;
  width: 100%;
  height: 15rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.4); }
.bxform button {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-family: "seravek_light", arial, sans-serif;
  font-size: 18px;
  color: #6b6b6b;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 1rem 7rem;
  border: 0;
  background-color: #e6cec4; }
  .bxform button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: #6b6b6b;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }
  .bxform button span {
    z-index: 5;
    position: relative; }
    .bxform button:hover span {
      color: #fff; }
  .bxform button:hover:before {
    width: 300px;
    height: 300px;; }
.bxform.op2 label {
  font-family: "seravek_bold", arial, sans-serif;
  color: #6b6b6b; }
.bxform.op2 input {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1); }
.bxform.op2 textarea {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .bxform button {
    width: auto; } }
/* galeria pop */
.image-source-link {
  color: #98C3D1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-title a {
  display: none; }

/**/
.bxinfo5 {
  display: block;
  position: relative;
  margin-bottom: 5rem; }

.bxinfo5 h6 {
  color: #6b6b6b;
  text-align: center;
  height: 90px;
  padding: 20px;
  margin-bottom: 0;
  background-color: #e6cec4;
  font-family: "seravek_light", arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px; }

.bxinfo5 h6:hover {
  background-color: #6b6b6b;
  color: #fff; }

.bxinfo5 a:link {
  text-decoration: none; }

.thumbnail_gall img {
  position: relative;
  left: 50%;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%); }

.tama {
  height: 250px;
  width: 100%;
  display: table;
  margin: 0 auto 0 auto; }

.separador {
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

#navegacion {
  margin-top: 30px;
  text-align: center; }


@media (max-height: 799px) {
  .galeria img {
    max-height: 135.750px;
  }
}


/* Estilos de la calculadora de embarazo */

#calculadora { padding-top: 300px; }

.escondido { display: none; }

#calculadora h1 { color: #6b6b6b; }

#calculadora label { color: #6b6b6b }

#calculadora .btn-default { background-color: #b4b9bd; color: #fff; }

#calculadora .btn-default:hover { background-color: #6b6b6b; color: #fff; }

#calculadora .calculado { padding-top: 50px; }

#calculadora .calculado #fecha, #edad, #aproximado, #aviso, .titulo, #fecha1, #fecha2, #fecha3, #fecha4 { color: #838383; }

#calculadora .calculado #fecha span, #edad span, #aproximado span {color: #fff;}

#fecha1 span, #fecha2 span, #fecha3 span, #fecha4 span { color: #6b6b6b; }

#calculadora .calculado .banda { background-color: #e6cec4; }

#calculadora .calculado .banda h2 { color: #6b6b6b; }

#calculadora .calculado .tabla { z-index: 0; padding-bottom: 70px; }

#calculadora .calculado .tabla img {
  width: 100%;
}

@media (max-width: 767px) {

  #calculadora .calculado .tabla {
    overflow-x: scroll;
    z-index: 0;
  }

  #calculadora .calculado .tabla img {
    width: 970px;
    height: 152px;
  }
}

#calculadora .calculado .tabla .selectorr {
  position: absolute;
  z-index: 1;
  min-width: 17px;
  min-height: 13px;
  left: 28px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 10px solid #ff0000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.triangulo-2 {

}

#calculadora .calculado .uno, .dos, .tres, .cuatro {
  padding-bottom: 40px;
}

#calculadora .calculado .uno .titulo, .dos .titulo, .tres .titulo, .cuatro .titulo {
  text-decoration: underline;
}

#calculadora .calculado #fecha, #edad, #aproximado {
  color: #fff !important;
  background-color: #6b6b6b;
}

@media (max-width: 767px) {

  #calculadora { padding-top: 125px; }

}

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



.btn-whats{
      display:block;
       width:70px;
       height:70px;
       color:#fff;
       position: fixed;
       right:20px;
       bottom:20px;
       border-radius:50%;
       line-height:80px;
       text-align:center;
       z-index:999;
}

@media (max-width: 767px) {
  .btn-whats img{ width: 70px; }
  .btn-whats{
        display:block;
         width:70px;
         height:70px;
         color:#fff;
         position: fixed;
         right:10px;
         bottom:10px;
         border-radius:50%;
         line-height:80px;
         text-align:center;
         z-index:999;
  }

  /**estilos de calculadora**/
  #calculadora h1{ font-size: 4rem; margin: 10px 0; }
  .no-padding{ padding: 0 !important; }
  #calculadora .etapa{ padding: 15px 0 !important; border-top: 1px solid #cacaca; }
  #calculadora .etapa .titulo{ font-size: 1.2em; margin-bottom:1em; }
  #calculadora .etapa #fecha1, #calculadora .etapa #fecha2, #calculadora .etapa #fecha3, #calculadora .etapa #fecha4 { text-align: left; line-height: 1.3em; font-size: 1.05em; }
  #calculadora #aviso{ font-size: 1.03em; }
  #calculadora #fecha , #calculadora #edad, #calculadora #aproximado{ font-size: 1.2em; }
  .header .bxlogo { padding-top: 2rem; padding-bottom: 2rem; }

}
