.loader{
    margin:5% auto 0px;height:60px;width:60px;
    border:6px solid #f5f5f5;
    border-right-color:#0065c5;border-top-color:#0065c5;border-radius:100%;
    -webkit-animation: spin 800ms infinite linear;
    animation: spin 800ms infinite linear;
  }
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }

  /*Gracias icon*/
  .envolver-css {
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .ui-success{
    width:70px;
    height:70px;
    margin:0px;
  }
  .ui-success-circle {
    stroke-dasharray: 260.75219025px, 260.75219025px;
    stroke-dashoffset: 260.75219025px;
    transform: rotate(220deg);
    transform-origin: center center;
    stroke-linecap: round;
    animation: anillo-ok-circle 1s ease-in both;
  }
  .ui-success-path {
    stroke-dasharray: 60px 64px;
    stroke-dashoffset: 62px;
    stroke-linecap: round;
    animation: anillo-ok-path 0.4s 1s ease-in both;
  }
  @keyframes anillo-ok-circle {
    to {
      stroke-dashoffset: 782.25657074px;
    }
  }
  @keyframes anillo-ok-path {
  0% {
    stroke-dashoffset: 62px;
  }
  65% {
    stroke-dashoffset: -5px;
  }
  84% {
    stroke-dashoffset: 4px;
  }
  100% {
    stroke-dashoffset: -2px;
  }
}
/* .iconoBTN{
    display: inline-flex;
    vertical-align: middle;
} */
/* .text-center{text-align:center;display:block;}
.leosalvaeldia{font-weight:700;font-size:1.5rem;}
.leosalvaeldia2{font-weight:700;font-size:1.2rem;}
.leosalvaeldia3{font-weight:700;font-size:1.6rem;}
.padds{width:80%;margin:0 auto;}
.sidebar-leito{padding-top:15px!important;}
.form-control{height:48px;font-size:15px!important;padding:0rem 0.5rem;} */
/* .btn-success {background: #01C1D6;border: 1px solid #01C1D6;}
.btn-success:hover, .btn-success:not(:disabled):not(.disabled):active,.btn-success:focus  {
  background: #007a88;
  border: 1px solid #007a88;
  box-shadow: 0px 0px 2px 1px rgb(0, 129, 151);
} */
.logoStyles{
  position: relative;
  background: #fff;
  height: 80px;
  width: 80px;
  display: block;
  border-radius: 50%;
  margin: -50px auto 0;
  box-shadow: 0px 0px 0px 2px hsl(213deg 70.21% 81.99%);
 }





 
 /* modal buuu start*/
/* Estilos para el modal */
.modal {
display: none; /* Ocultar el modal por defecto */
position: fixed; /* Posición fija para cubrir la pantalla */
z-index: 1; /* Colocar el modal sobre otros elementos */
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4); /* Fondo oscuro */
}

/* Contenido del modal */
.modal-content {
background-color: #fefefe;
position: relative; /* Permitir posicionamiento relativo dentro del modal */
margin: 5% auto; /* Centrar verticalmente */
padding: 20px;
border: 1px solid #888;
width: 80%; /* Ancho del modal */
max-height: 70%; /* Altura máxima del modal */
overflow-y: auto; /* Habilitar desplazamiento vertical si el contenido es demasiado largo */
margin-top: 95px;
}

/* Botón de cierre (x) */
.close {
  color: #aaa;
  font-size: 56px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}

.close:hover,
.close:focus {
color: #616161;
text-decoration: none;
cursor: pointer;
}

.subrayado {
width:45%;
margin:0 auto;
display:block;
  border-bottom: 2px solid rgb(224, 224, 224);
  margin-bottom: 10px;
  padding-bottom: 12px;
}
.centrar {
  text-align: center;
}


/* Estilos para el cuerpo del modal */
.font-modals {
/* Agrega estilos adicionales según sea necesario */
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}
.margen-left{
margin-left: 3%;
}
.my-button {
padding: 10px 20px;
background-color: #541FF7;
color: #fff;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
}
.h3 {
font-size: 24px !important;
font-weight: bold !important;
color: #333 !important;
background: none !important;
}

.h4 {
font-size: 20px !important;
font-weight: bold !important;
color: #666 !important;
background: none !important;
}
h1::after, h2::after, h3::after {
  content: '';
  background: none;
  width: 70px;
  height: 4px;
  margin: 20px 0 0;
  display: block;
}
/* modal buuu end */
@media screen and (max-width: 991px) {
#btnCotizar{
  font-size: 16px !important;
}
}
/* .btn-success {
  background: #01C1D6;
  border: 1px solid #01C1D6;
} */

/* style de de la pagina al copiar se peude borrar */
.widthLeo2 >.sidebar-leito {
  position: fixed;
  top: 115px;
  right: 20px;
  background-color: #f7f7f7;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #f2f2f2;
  padding:0px 10px 14px;
  border-radius: 20px;
  z-index: 4;
}


.entry-categories a {
  border-bottom: 0.15rem solid currentColor !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.036666667em !important;
  margin: 0.8rem 0 0 1rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.entry-title a {
  color: inherit !important;
  text-decoration: none !important;
}
.entry-title a:hover {
text-decoration: underline !important;
  cursor:pointer !important;
}
.post-meta a {
  color: inherit !important;
  text-decoration: none !important;
}



select{
height: 45px !important;
font-size: 1.25rem !important;
}

/* input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin: -0.1875rem 0 0 -0.25rem;
  height: 1.75rem;
  width: 1.9rem;
  margin-top: -1px;
  margin-left: -8px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 1.5rem;
  min-width: 1.9rem;
  height: 1.7rem;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  cursor: pointer;
  margin-top: 3px;
} */

.entry-categories a {
  border-bottom: 0.15rem solid currentColor !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.036666667em !important;
  margin: 1.5rem 0 0 1rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.singular .featured-media-inner {
  position: relative !important;
  left: calc(54% - 40vw) !important;
  width: 100vw !important;
}
h1.heading-size-1 {
  font-size: 8.4rem !important;
  font-weight: 800 !important;
  line-height: 1.138888889 !important;
}
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
  margin-top: 0rem;
}
.primary-menu a {
  color: #01C1D6 !important;
}
label.form-check-label{font-size:1rem!important;}



@media (max-width: 1500px) {

.singular .featured-media-inner {
  position: relative !important;
  left: calc(40% - 40vw) !important;
  width: 100vw !important;
}
}
@media (max-width: 1258px) {
.singular .featured-media-inner {
  position: relative !important;
  left: calc(34% - 40vw) !important;
  width: 100vw !important;
}
h1, .heading-size-1 {
  font-size: 3.6rem !important;
  font-weight: 800 !important;
  line-height: 1.138888889 !important;
}

}

@media (max-width: 895px) {
.widthLeo2 >.sidebar-leito {
  max-width: 300px !important;
}

}

@media (max-width: 700px) {

.close {
    color: #aaa;
    font-size: 56px;
    font-weight: bold;
    position: absolute;
    top: -9px;
    right: 10px ;
    padding: 0px;
    cursor: pointer;
}
.entry-categories a {
  font-size: 1.5rem;
  margin: 1rem 0 0 2rem;
}
.singular .featured-media-inner {
  position: relative !important;
  left: calc(40% - 40vw) !important;
  width: 100vw !important;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
  margin-top: 0px !important;
  padding: 0px !important;

}
.footer-top, .footer-widgets-outer-wrapper, #site-footer {
  padding: 0px !important;
}




}
@media (max-width: 700px) {
  .entry-content {
      font-size: 2.1rem;
  }
}
.entry-title a {
  text-decoration: none !important;
}
.wp-block-latest-posts a, .wp-block-latest-comments__comment-meta {
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.25 !important;
}
.text-danger{
  font-size: 9px;
}

body {
  background: #ffff f !important;
  box-sizing: border-box !important;
  color: #000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.8rem !important;
  letter-spacing: -0.015em !important;
  text-align: left !important;
}