
body {
    margin: 0px;
}
.gestograma {
  text-align: center;
}

.rueda {
  width: 300px;
  height: 300px;
  border-radius: 50%;

  position: relative;
}

.mes, .semana {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

input[type="date"] {
  margin-top: 20px;
}


.gestograma {
    background: url(RUEDA-EXTERNA.png);
    background-size: contain;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
	display: flex;
    align-items: center;
    justify-content: center;
	 margin-top: 24px !important;
}


.rueda {
    width: 700px;
    height: 700px;
    border-radius: 50%;

   
    position: absolute;
    background-size: cover;
	transition: transform 2s ease; /* Configura la duración y la función de interpolación de la animación */
}
	
.hero {
    background: url(imagenes/principal.png);
    background-size: cover;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
    align-items: center;
 
}
@media screen and (max-width: 2485px) and (min-width: 1025px) {
.allhero {
  padding-left: 10%;
}
}
.pprincipal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  
.info {
    position: absolute;
    background: #F5F5F5;
    width: 329px;
    padding-bottom: 15px;
   }





@font-face {
    font-family: 'BrandonGrotesque';
    src: url('fonts/HvDTrial_Brandon_Grotesque_regular-BF64a625c9311e1.otf') format('opentype');
    /* Agrega aquí otros formatos de archivo de fuente si los tienes */
    /* También puedes especificar la ubicación relativa o absoluta de los archivos de fuente */
}
@font-face {
    font-family: 'calibri-bold';
    src: url('fonts/calibri-bold.ttf') format('opentype');
    /* Agrega aquí otros formatos de archivo de fuente si los tienes */
    /* También puedes especificar la ubicación relativa o absoluta de los archivos de fuente */
}

@font-face {
    font-family: 'calibri-regular';
    src: url('fonts/calibri-regular.ttf') format('opentype');
    /* Agrega aquí otros formatos de archivo de fuente si los tienes */
    /* También puedes especificar la ubicación relativa o absoluta de los archivos de fuente */
}

@font-face {
  font-family: 'georgia';
      src: url('fonts/georgia.ttf') format('opentype');
    /* Agrega aquí otros formatos de archivo de fuente si los tienes */
    /* También puedes especificar la ubicación relativa o absoluta de los archivos de fuente */
}
.tite {
     font-family: 'calibri-regular';
    font-size: 16px;
    background: #772583;
    color: white;
    display: flex;
    padding: 4px 16px 4px 16px;
	border-radius: 4px 4px 0px 0px;
}

.info li {
      font-family: 'calibri-regular';
    font-size: 18px;
	line-height: 28px;
}

.info ul {
    list-style: none;
    padding-left: 16px;
    text-align: left;
}

.info span {
    font-weight: 700;
}

.info {
    position: absolute;
   background: #F5F5F5;
    border: 1px solid #ccc;
    display: none; /* Lo ocultamos inicialmente */
    z-index: 9999; /* Aseguramos que esté por encima de otros elementos */
	border-radius: 4px 4px 4px 4px;
}


img.flecha {
    position: absolute;
    left: 4%;
    width: 24px;
    top: 293px;
}

li.semanasEmbarazo.listas {
    text-align: left;
}

li.fechaestimada.listas.fer {
    text-align: left;
}

.bosi {
    text-align: center;
    font-size: 25px;
    height: 261px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.gestomobil li.listas {
    font-size: 18px;
}

.gestomobil li.fechaestimada.listas.fer {
    margin-top: 0px;
}

.info {
    box-shadow: 6px 5px 0px 0px rgba(150,150,150,0.47);
    -webkit-box-shadow: 6px 5px 0px 0px rgba(150,150,150,0.47);
    -moz-box-shadow: 6px 5px 0px 0px rgba(150, 150, 150, 0.47);
}


.container {
    width: 100% !important;

    max-width: 100% !important;
}

h1.gestoti {
    font-family: calibri-regular;
    COLOR: #009CDE;
    line-height: 0.78;
    font-weight: 700;
}
.textohe {
    font-family: 'calibri-regular';
    font-size: 18px;
    font-weight: 400;
}

.allhero {
    max-width: 552px;
}



.conju {
    margin-top: 43px;
}
.txtod {
 font-family: 'calibri-regular';
    font-size: 21px;
    font-weight: 600;
}


input#fecha {
    width: 552px;
    height: 48px;
   font-family: 'calibri-regular';
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
     font-family: 'calibri-regular';
}

.ui-widget {
    font-family: 'georgia'!important;
 
}

a.ui-state-default {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}




.ui-widget-content {
    border: 1px solid #dddddd;
    background: #F5F5F5;
    color: #000000!important;
    font-weight: bold;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
    padding-left: 4px;
    padding-bottom: 6px;
    border-radius: 46px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c500!important;
    background: #ffffff!important;
    font-weight: normal;
    color: #000000!important;
    border-radius: 6px;
    padding: 7px;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    font-family: 'BrandonGrotesque';
}


.ui-widget-content {
    border: 1px solid #dddddd;
    background: #F5F5F5!important;
    color: #333333;
}
.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
    color: #009CDE; /* Cambia el color según tus preferencias */
}

.ui-datepicker-current-day .ui-state-active {
    background: #000000; /* Change this color to your desired arrow color */
}


.ui-datepicker select.ui-datepicker-year option:checked,
.ui-datepicker select.ui-datepicker-month option:checked {
    color: #000000; /* Cambia el color del texto del elemento seleccionado a negro */
}



span.ui-icon.ui-icon-circle-triangle-e {
    background: url(imagenes/derecha.png);
    background-repeat: no-repeat;
    background-size: contain;
}

span.ui-icon.ui-icon-circle-triangle-w {
    background: url(imagenes/izquierda.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ui-widget-header {
    border: 1px solid #dddddd00!important;
    background: #e9e9e900!important;

}

select.ui-datepicker-month {
    border: none;
    border-radius: 6px;
    padding: 4px;
}

select.ui-datepicker-year {
	 border: none;
    border-radius: 6px;
    padding: 4px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

div#ui-datepicker-div {
    -webkit-box-shadow: 6px 5px 0px 0px rgba(150,150,150,0.47);
    -moz-box-shadow: 6px 5px 0px 0px rgba(150, 150, 150, 0.47);
}

.texttwo {
    font-family: 'georgia';
    font-size: 13px;
       margin: auto;
    font-weight: 400;
}

h2.titlem {
    font-family: 'calibri-regular';
    color: #772583;
    font-size: 48px;
    font-weight: 700;
}


section.onepart {
    max-width: 1128px;
    margin: auto;
}

.imagenone {
    background: url(imagenes/ealthPregnancy.png);
    height: 250px;
    width: 200px;
}

.imagenone {
    background: url(imagenes/ealthPregnancy.png);
    height: 128px;
    width: 128px;
    background-size: contain;
}

.imagenoned {
    background: url(imagenes/Fetus_Large.png);
    height: 128px;
    width: 128px;
    background-size: contain;
}

.imagenonet {
    background: url(imagenes/Profile_Large.png);
    height: 128px;
    width: 128px;
    background-size: contain;
}

.imagenoneh {
  background: url(imagenes/haston.png);
    background-size: auto;
  background-size: auto;
  height: 210px;

  background-size: cover;
  width: 100%;
}

section.onepart {
  display: flex;
  border-bottom-color: #AEB1B4;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 31px;
  column-gap: 25px;

}

.allthis {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.bar.one.cuadri {
    /*max-width: 482px;
     text-align: left; */
}

.bar.primer.one {
    align-items: start;
}

#translucencia {
  flex-direction: column;
  align-content: center;
  justify-content: center;
 /* align-items: center;*/
}

.imagenone {
    background: url(imagenes/ealthPregnancy.png);
    height: 128px;
    width: 128px;
    background-size: contain;
    margin: auto;
}

.bar {
    width: 58%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

p.textog {
 font-family: 'calibri-regular';
    font-size: 18px;
    font-weight: 400;
}

.bar.one {
    width: 100%;
}
.prefoot {
    max-width: 1128px;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
h2.refe {
    font-size: 36px;
    color: #772583;
    font-family: 'calibri-regular';
    max-width: 1128px;
}

input#fecha {
    width: 552px;
    height: 48px;
font-family: 'calibri-regular';
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
    background: url(imagenes/mdi_calendar-outline.png);
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 32px;
    background-position-x: 98%;
}

.boton {
    width: 291px;
    /* padding: 12px; */
    background: #009CDE;
    color: white;
    text-align: center;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 6px 5px 0px 0px rgba(150, 150, 150, 0.47);
    -moz-box-shadow: 6px 5px 0px 0px rgba(150, 150, 150, 0.47);
    margin-top: 21px;
    font-size: 18px;
    font-family: 'calibri-bold';
    /* font-weight: 700; */
    letter-spacing: 1px;
}

.boton:hover {
    cursor: pointer;
    background: #d787b5;
}

.allhero a {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}


.referenciaul li {
   font-family: 'calibri-regular';
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-left: 5px;
}

.listaso li{
	font-family: 'calibri-regular';
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-left: 5px;
	
	}
	
	footer.unicos {
    background: #009CDE;
    height: 250px;
}
footer.unicos {
    left: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    bottom: 100;
}

footer.unicos {
  left: 0;
  position: static;
  width: 100%;
  box-sizing: border-box;
  right: 0;
  bottom: 100;
  clear: both;
  display: flex;
  z-index: 9999999;
  justify-content: space-around;
  align-items: center;
  height: 200px;
  max-width: 100%;
  margin-bottom: -23px !important;
}



.loguino {
    background: url(imagenes/logoab.png);
    height: 48px;
    width: 192px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

ul.listafoter {
    display: flex;
    justify-content: space-between;
    column-gap: 38px;
}

ul.listafoter {
    display: flex;
    justify-content: space-between;
    column-gap: 131px;
font-family: 'calibri-regular';
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
}

.copyr {
font-family: 'calibri-regular';
    color: white;
    margin-top: 35px;
    font-size: 18px;
    font-weight: 400;
}

.menufotedt {
    display: flex;
    flex-direction: row;
    padding-top: 82px;
}

ul.listafoter a {
    color: white;
    font-family: 'georgia';
}




@media screen and (max-width: 833px) and (min-width: 220px) {
h2.titlem {
    font-size: 36px;
  }
p.textog {
   
    font-size: 18px;
 
}
p.textop.mobils {
    margin-bottom: 60px;
}
section.onepart {
    flex-direction: column;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
}

section.onepart {
    padding-top: 41px;
}

.texttwo {
  
    margin-bottom: -37px;
}

.gestograma {
    display: none;
}

input#fecha {
    width: 100%;
    
}

.hero {
   
    background-position: right;
  
}

.pprincipal {
 
    margin-bottom: 50px;
    
}

.semanasEmbarazo {
    text-align: center;
    font-size: 23px;
}

.listape li.semanasEmbarazo.listas {
    margin-bottom: 0px !important;
}

.fechaestimada {
    text-align: center;
    font-size: 22px;
}

.btn-container {
  perspective: 1000px;
  width: 90%;

}


.btn {
 
  width: 84%;
}

.semanasEmbarazo {
  text-align: left!important;
  font-size: 25px;
  width: 90%;
  margin: auto;
}

.fechaestimada {
  text-align: left!important;
  font-size: 25px;
  width: 90%;
  margin: auto;
    margin-top: auto;
  margin-top: 20px!important;
}
}

@media screen and (max-width: 3000px) and (min-width: 832px) {
.gestomobil {
    display: none;
}

}

@media screen and (max-width: 650px) and (min-width: 220px) {
.bar {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.bar.one {
    width: 100%;
}

    .imagenoneh {
        background: url(imagenes/haston.png);
        height: 209px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: -12px;
    }

footer.unicos {
  height: auto;
    flex-wrap: wrap;
}

.menufotedt {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
}

footer.unicos {
    padding-top: 25px;
}

ul.listafoter {
    display: flex;
    justify-content: space-between;
    column-gap: 1px;
    font-family: 'georgia';
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    flex-direction: column;
    list-style: none;
}


}

@media screen and (max-width: 400px) and (min-width: 220px) {
.boton {
    width: 235px;


}

}

@media screen and (max-width: 669px) and (min-width: 220px) {
.hero {
    background: url(imagenes/mujerdos.png);
        background-position: right;
        background-position-y: -3px;
        background-size: cover;
   
}
.wp-site-blocks {
  padding: 0px!important;

}
    .textohe {
        font-family: 'calibri-regular';
        font-size: 18px;
        font-weight: 400;
        color: black;
        width: 74%;
    }
    .allhero {
        max-width: 552px;
        width: 93%;
        padding-left: 6%;
    }
	}

.fechagr {
    color: #636363;
    font-family: 'georgia';
    font-size: 13px;
    /* margin-bottom: -18px; */
    margin-top: 2px;
}

div#todom {
    height: 350px;
    overflow-y: auto;
    margin-bottom: 50px;
    margin-top: 35px;
background-color: #f8f9fa;
}

a.ui-state-default.ui-state-active {
    color: white !important;
    background: #009cde !important;
}

.primero {
    font-family: 'georgia';
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.listape ul {
    list-style: none;
    padding-left: 0px;
    font-family: 'georgia';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: -1px;
    color: black;
    margin-left: 0px !important;
}

strong.fuerte {
    font-family: 'georgia';
    font-size: 18px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;	
}

input#fecha {
    border-color: #AEB1B4 !important;
    border-radius: 4px;
    border-width: 2px;
}

.todom::-webkit-scrollbar-thumb {
  background-color: #666!important; /* Color del thumb (el botón que se arrastra) */
}

.todom::-webkit-scrollbar-track {
  background-color: #ccc!important; /* Color del track */
}
.todom{
scrollbar-color: #333333 #eaeaea!important;
scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;

}

todom::-webkit-scrollbar-track-piece  {
background-color: #C2D2E4;
}
todom::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #0A4C95;
}

@media screen and (max-width: 525px) and (min-width: 220px) {
input#fecha {
    width: 88%;
}

li.nolist a {
    /* display: flex; */
    /* width: 200px; */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}
}


@media screen and (max-width: 850px) and (min-width: 570px) {
	
	footer.unicos {
    
    padding: 50px;
}
	
}

.gestomobil {
    /* padding: 20px; */
    max-width: 426px;
    margin: auto;
}

ol.referenciaul {
    padding-left: 0px;
    margin-left: 16px;
}

ul.listaso {
    padding-left: 0px;
    margin-left: 16px;
}
@media screen and (max-width: 530px) and (min-width: 220px) {
ul.listafoter {
    display: flex;
    justify-content: space-between;
    column-gap: 1px;
    font-family: 'georgia';
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    flex-direction: column;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
	text-align: center;
}


.loguino {
    background: url(imagenes/logoab.png);
    height: 48px;
    width: 192px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}


}

@media screen and (max-width: 650px) and (min-width: 220px) {
	.all {
  padding-left: 25px;
  padding-right: 25px;
}
}

.entry-content.wp-block-post-content.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    margin-top: -25px !important;
}

@media screen and (max-width: 2200px) and (min-width: 1025px) {

.wp-site-blocks {
    padding-top: 0px !important;
    padding: 0px!important;
}

}

@media screen and (max-width: 3000px) and (min-width: 600px) {
    .wp-site-blocks {
        padding-top: 0px !important;
        width: 100%!important;
    }
}


 .imagenoneh {

    /* Estilos adicionales para la clase imagenoneh */

    cursor: pointer; /* Cambiar cursor a mano al pasar sobre la imagen */
  }

 .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semi-transparente */
    display: none; /* Ocultar el popup inicialmente */
    justify-content: center;
    align-items: center;
   z-index: 9999999999999999999;
  }

.popup-img {
  max-width: 100%;
  max-height: 100%;
}

.popup-inner {
    display: flex; /* Usar Flexbox para centrar contenido */
    flex-direction: column; /* Alinear contenido en columna */
    max-width: 100%; /* Ancho máximo del contenido del popup */
    max-height: 90%; /* Alto máximo del contenido del popup */
    text-align: center; /* Centrar el contenido horizontalmente */
  }



.popup-close {
    /* position: absolute; */
    top: 27%;
    right: 10px;
    color: #fff;
    font-size: 39px;
    cursor: pointer;
    font-weight: 500;
    text-align: right;
    margin-bottom: 25px;
}


    .wp-site-blocks {
        padding-top: 0px !important;
        padding: 0px!important;
    }

.textop {
  width: 100%;
  max-width: 60%;
  margin: auto;
    margin-top: auto;
  margin-top: auto;
  margin-top: 26px;
font-family: 'georgia';
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 880px) and (min-width: 220px) {
.textop {
width: 100%;
    max-width: 82%;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: 15px;
    font-family: 'georgia';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -25px;
}

.gestomobil {
  padding: 20px;
  max-width: 426px;

  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}
#usargesto {
  padding-left: 25px;
  padding-right: 25px;
}

.fechaestimada {
    margin-top: 38px;
}
}

@media screen and (max-width: 1024px) and (min-width: 669px) {
	
	.allhero {
  max-width: 552px;
  padding-left: 10%;
}
}
@media screen and (max-width: 350px) and (min-width: 220px) {
.allhero {
    max-width: 552px;
    width: 93%;
    padding-left: 5%;
  }
	
}

@media screen and (max-width: 1151px) and (min-width: 834px) {
.all {
  padding-left: 9%;
  padding-right: 9%;
}	
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    max-width: 100% !important;
    overflow: hidden;
}

.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    padding: 0px;
}

.cuerpoimagen {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding-top: 25px;
}

i.fa-solid.fa-arrow-turn-down {
    font-size: 38px;
}

.descargarim {
    font-size: 29px;
    font-family: 'calibri-regular';
}
.fechaestimada {
    text-align: center;
    font-size: 25px;
	 font-family: 'calibri-regular';
}

.semanasEmbarazo {
    text-align: center;
    font-size: 25px;
    font-family: 'calibri-regular';
}
.info .fechaestimada {
    text-align: center;
    font-size: 18px;
}

.info .listas {
    list-style: none;
}



.info li.semanasEmbarazo.listas {
    padding-top: 10px;
}

.info ul {
    list-style: none;
    padding-left: 16px;
    text-align: left;
    margin-top: 13px;
}

.gestomobil .fechaestimada {
    text-align: left;
    font-size: 18px;
}

.gestomobil .sinf {
    list-style: none;
    padding-left: 0px;
   font-family: 'calibri-regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: -1px;
    color: black;
    margin-left: 0px !important;
}

.coci {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
	
}


.crl-h1 {
    color: #2c3e50;
  }
  .crl-button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  .crl-button:hover {
    background-color: #2980b9;
  }
  .crl-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }

.crl-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 84%;
    max-width: 744px;
    border-radius: 16px;
    height: 78%;
}


.crl-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  .crl-close:hover,
  .crl-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .crl-table {
    width: 100%;
    border-collapse: collapse;
  }
 .crl-th, .crl-td {
  border: 1px solid #ac383800;
  padding: 8px;
  text-align: center;
 }
  .crl-th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #2c3e50;
  }
  .crl-tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .crl-tr:hover {
    background-color: #e6f3ff;
  }
  .crl-footnote {
    font-size: 0.9em;
    margin-top: 20px;
    font-style: italic;
  }
  
  .crl-h2 {
  text-align: center;
  font-weight: inherit;
}

.crl-th {
    background-color: #F2E2F4;
    font-weight: bold;
    font-family: 'calibri-bold';
    color: #2c3e50;
}
@media screen and (max-width: 474px) and (min-width: 220px) {
.crl-th, .crl-td {
 
  font-size: 15px;
}

}

.crl-th.esquinauno {
  border-radius: 16px 0px 0px 16px;
}
.esquinados {
  border-radius: 0px 16px 16px 0px;
}

.crl-tr.cabezatable {
  height: 78px !important;
}

input.fechaec {
    width: 552px;
    height: 48px;
  font-family: 'calibri-regular';
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
    background: url(imagenes/mdi_calendar-outline.png);
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 32px;
    background-position-x: 98%;
	border-color: #AEB1B4 !important;
  border-radius: 4px;
  border-width: 2px;
}

.dboton {
  top: 109%;
  position: absolute;
  left: 4%;
}

#arteria {
  height: auto;
 max-height: 310px !important;
}

.imagenonehdotres {
  background: url(cuadrolamina2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  height: 534px;
  width: 646px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.imagenonehdo {
  background: url(imagenes/translucencia_nuc.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  height: 534px;
  width: 646px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

 .btn-container {
        perspective: 1000px;
    }
.btn {
    display: inline-block;
    padding: 8px 40px 8px 40px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'calibri-bold';
    letter-spacing: 1px;
    text-decoration: none;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-width: 200px;
    text-align: center;
    background-color: #009CDE;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 244px;
    margin: auto;
    margin-top: auto;
    margin-top: 43px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 6px 5px 0px 0px rgba(150, 150, 150, 0.47);
    -moz-box-shadow: 6px 5px 0px 0px rgba(150, 150, 150, 0.47);
}
	

  
    .btn:hover:before {
        left: 100%;
    }
    .btn:active {
        transform: translateY(0);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }
	
	a#openModal:hover {
    background-color: #0097e6;
}
	
	.cuadri {
  width: 58%;
  justify-content: start;
  align-items: start;
  display: flex;
  flex-direction: column;
}

.jes {
  font-family: 'calibri';
  color: #772583;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) and (min-width: 220px) {
#translucencia .bar.one.cuadri {
	order: 1;
}
	
	.bar.two {
  order: 2;
}
.xg7mP_container {

  flex-direction: column;
}

.f3tL_date {

  margin-left: 0px;

}

.cuerpoimagen {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding-top: 25px;
  width: 100%;
}


.imagenonehdo {
    height: 363px;
    width: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  
    .fechasw {

    row-gap: 20px;
	padding-bottom: 16px;
  }
  
    .diassemas {
  
    row-gap: 20px;
  }
  
  .btn-calcular {
 
  width: 100%!important;

}

input, select {
  margin-top: 13px;
}

.btn-calcular {

    margin-top: 0px!important;
   
}
}

#botonver img {
  width: 207px;
  top: 21%;
  position: relative;
  left: -20%;
  z-index: 99999;
}

.btn.rev {
    width: 90px;
    font-size: 12px;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'calibri-bold';
    margin-top: 37px;
}



#botonver {
  display: block;
  margin-top: 37px;
}


  
.f3tL_date {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin-left: 25px;
    padding-bottom: 7px;
    font-family: 'georgia';
}

	.xg7mP_container {
  display: flex;
  align-content: center;
  align-items: center;
  margin: auto;
    margin-top: auto;
  text-align: center;
  justify-content: center;
	}
.k9nR_title {
    color: #772583;
    margin-bottom: 20px;
    font-size: 23px;
    	font-family: 'georgia';
}
label {
  display: flex;
  flex-direction: column;
}

.fechasw {
  display: flex;
}

label {
  display: flex;
  flex-direction: column;
  
  font-family: 'BrandonGrotesque';
  font-size: 21px;
  font-weight: 600;
}

.fechasw {
  display: flex;
  column-gap: 28px;
}


.diassemas {
  display: flex;
  margin-top: 25px;
}

#semanas {

  background: white;
 
  height: 48px;
  padding-right: 54px;
  border-color: #AEB1B4 !important;
  border-radius: 4px;
   border-width: 2px;
}

#dias {
    background: white;
    height: 52px;
    padding-right: 54px;
    border-color: #AEB1B4 !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 2px;
}

label {
  display: flex;
  flex-direction: column;
font-family: 'calibri-regular';
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
  width: 500px !important;
}

.diassemas {
  display: flex;
  margin-top: 25px;
  column-gap: 28px;
}

.titucc {
  width: 100%;
}

input#fecha {
  width: 97%;
 
}

input.fechaec {
  width: 97%;

}

#semanas {
    background: white;
    height: 52px !important;
    padding-right: 54px;
    border-color: #AEB1B4 !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 400;
}

input.fechaec {
  padding-left: 0px !important;
  padding-left: 10px !important;
  padding-right: 0px;
}

input#fecha {

    padding-left: 0px;
  padding-left: 10px;
}

input#fecha {
  padding-left: 0px;
  padding-left: 10px;
  padding-right: 0px;
}
@media screen and (max-width: 1081px) and (min-width: 220px) {

.fechasw {
  display: flex;
  column-gap: 28px;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.diassemas {
  display: flex;
  margin-top: 4px;
  column-gap: 28px;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
}

@media screen and (max-width: 595px) and (min-width: 220px) {
label {
  display: flex;
  flex-direction: column;
font-family: 'calibri-regular';
  font-size: 16px;
  font-weight: 400;
  
  width: 100%!important;
}

#dias, #semanas {
        width: 101%;
		height: 48px !important;
    }
}

.btn-calcular {
    background-color: #009CDE;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 244px;
    margin: auto;
    margin-top: auto;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 6px 5px 0px 0px rgba(150, 150, 150, 0.47);
    -moz-box-shadow: 6px 5px 0px 0px rgba(150, 150, 150, 0.47);
	font-family: 'calibri-bold';
    /* font-weight: 700; */
    letter-spacing: 1px;
	}

.conju {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
}
  
	
	 .btn-calcular:hover {
    background-color: #0097e6;
}
    .btn-calcular i {
        font-size: 24px;
    }
	
	td.crl-td.percentil-25 {
    color: #8F001B;
}

td.crl-td.percentil-975 {
    color: #8F001B;
}

.crl-td.percentil-50 {
  color: #025C22;
}

.onepart.first {
  margin-top: 50px;
}

section.textomaterial {
   
 max-width: 1128px;
    margin: auto;
    padding-bottom: 31px;
    column-gap: 25px;
}


@media screen and (max-width: 632px) and (min-width: 220px) {
.k9nR_title {
  text-align: left;
  width: 90%;
}

.f3tL_date {
  font-size: 36px;
  font-weight: bold;
  color: #2c3e50;
  margin-left: 25px;
  padding-bottom: 10px;
  width: 94%;
  text-align: left;
}

}

.table-container {
    width: 100%;
    height: 90%; /* Ajusta la altura según sea necesario */
    overflow-y: scroll; /* Habilita el scroll vertical */
}

.crl-table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    position: sticky;
    top: 0;
   
    z-index: 1; /* Asegura que la cabecera quede encima del contenido */
}

.crl-th, .crl-td {
    padding: 8px;
    text-align: center;
    font-family: 'calibri-regular';
}

.crl-tr:nth-child(even) {
  
}
@media screen and (max-width: 450px) and (min-width: 220px) {

.crl-th, .crl-td {
  padding: 1px;
  text-align: center;
}

}

.centri {
  display: flex;
}



@media screen and (max-width: 650px) and (min-width: 220px) {
.centri {
  display: flex;
  flex-direction: column;
}
html, body {
    overflow-x: hidden; /* Oculta el desplazamiento horizontal */
 
}

}

/* Personaliza la barra de desplazamiento */
.table-container::-webkit-scrollbar {
    width: 12px; /* Ancho de la barra de scroll */
}

/* Color de la pista (fondo de la barra de scroll) */
.table-container::-webkit-scrollbar-track {
    background: #f2f2f2; /* Color de fondo de la pista */
}

/* Color de la barra de desplazamiento (scroll handle) */
.table-container::-webkit-scrollbar-thumb {
    background-color: #772583; /* Color rosado */
    border-radius: 10px; /* Redondea los bordes */
    border: 2px solid #f2f2f2; /* Borde alrededor de la barra de scroll */
}

/* Color de la barra de desplazamiento cuando está en hover */
.table-container::-webkit-scrollbar-thumb:hover {
    background-color: #ff1493; /* Un rosado más oscuro al pasar el mouse */
}

.bar.one.cuadri .textog {
    padding-bottom: 0px;
    padding-top: 0px;
}


#dias, #semanas {
	
	font-family: 'calibri-regular' !important;
	}


    input#fecha {
        width: 97%;
    }
	
	    input, select {
                border-style: solid!important;
		}
		
		
		@-moz-document url-prefix() {
  /* Estilos específicos para Firefox */
 
 
 
 .btn-calcular {

  margin-top: 51px;
}
}

.info li {
    font-family: calibri-regular;
    font-size: 18px;
    line-height: 28px;
	
}

.semanasEmbarazo {
    text-align: center;
    font-size: 25px;
    font-family: 'calibri-regular';
    color: #772583;
    margin-bottom: 20px;
    font-size: 23px;
    
font-family: 'georgia';
}

span.number {
    
	 font-family: 'calibri-bold';
}

.fechaestimada {

  margin-top: 0px !important;
}


.fechaestimada {
  margin-top: 0px !important;
  text-align: center;
  font-size: 25px;
  font-family: 'calibri-regular';
  color: #772583;
  margin-bottom: 12px;
  font-size: 23px;
    font-family: 'georgia';
}

.fechaparto {


font-family: 'calibri-bold';
}

.first .titlem {
  margin-top: 0px;
}

#arteria {
  max-height: 256px;
}

.imagenonehdotres {
  background: url(cuadrolamina2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  height: 606px;
  width: 500px;
  background-size: contain;
  background-position: center;
    background-position-y: center;
  background-repeat: no-repeat;
  background-position-y: 167px;
}

.fino {
  margin-top: -41px;
}
:root :where(.is-layout-constrained) > * {
  margin-block-start: -0.5rem;
  margin-block-end: 0;
}

.fino {
  font-family: 'calibri-regular';
  font-size: 18px;
  font-weight: 400;
}
/* En desktop, el botón estará dentro de .bar.one */
.btn-container.desktop {
  display: block; 
}
.btn-container.mobile {
    display: none;
  }
@media screen and (max-width: 999px) and (min-width: 643px) {
	.all {
    width: 90%;
    margin: auto;
}
}
@media screen and (max-width: 994px) and (min-width: 220px) {
	
	    .btn-container .desktop {
       
        width: 100%!important;
    }

.bar.two {
  order: 2;
}

#translucencia .bar.one.cuadri {
	order: 1;
}

.btn-container.desktop {
    display: none;
  }

  /* Crea una nueva ubicación para el botón en mobile */
  .btn-container.mobile {
    display: block;
    text-align: center; /* Ajusta según necesites */
    margin-top: 20px;
        order: 3;
  }
	

	    .imagenoneh {
     
        background-position: center!important;
    }
	
	.descargarim {
    font-size: 29px;
    text-align: center;
    font-family: 'calibri-regular';
}
	.bar {
    width: 100%;
 
}



	.fino {
  margin-top: 0px;
}
.imagenonehdotres {
	margin: auto;
        background: url(cuadrolamina2.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-size: auto;
        background-size: auto;
        height: 200px;
        /* width: 458px; */
        background-size: contain;
        background-position: center;
        background-position-y: center;
        background-repeat: no-repeat;
        background-position-y: center !important;
        max-width: 620px;
        width: 100%;
}


#arteria .bar.one {
  width: 100%;
  margin-top: 43px;
}

#arteria {
  height: auto;
  
  flex-direction: column;
}

#arteria {
    height: auto;
    max-height: 310px !important;
    flex-direction: column;
   
  }

.fino {
  margin-top: 64px;
}

.allthis {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
}

.btn-calcular {
  margin-top: 50px !important;
}

.allthis {
  flex-direction: column;
}

#arteria {
    height: auto;
    max-height: 310px !important;
    flex-direction: column;
    margin-top: 70px;
  }

 
  
    .fino {
    margin-top: 64px;
    width: 91%;
  }
}
@media screen and (max-width: 450px) and (min-width: 220px) {
 .imagenonehdotres {
    background: url(cuadrolamina2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    height: 200px;
    width: 320px;
    background-size: contain;
    background-position: center;
    background-position-y: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-position-y: center !important;
    margin-bottom: -62px;
  }
}


#arteria {
  
    width: 100%;
}
@media screen and (max-width: 1920px) and (min-width: 1000px) {
.pprincipal {

  padding-bottom: 57px;
}

}



/* En mobile, oculta el botón dentro de .bar.one */
@media (max-width: 768px) {
  .btn-container.desktop {
    display: none;
  }

  /* Crea una nueva ubicación para el botón en mobile */
  .btn-container.mobile {
    display: block;
    text-align: center; /* Ajusta según necesites */
    margin-top: 20px;
        order: 3;
  }
}
