html, body{margin: 0; padding:0; font-size: 16px; font-family: "Poppins", serif; font-weight:300; background-color:#dbebde; color:#043608;}
 div, input, textarea { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
 a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
p{text-align: justify; margin:0px;}
h1 { 	font-family: "DM Serif Text", serif;
color:#043608;
font-size: 3rem; margin:0px; font-weight: 300; letter-spacing: -0.5px; padding: 0}
h2 {    font-family: "DM Serif Text", serif;
color:#043608;
font-size: 1.4rem; margin:0px; 
}

h3 {    font-family: "DM Serif Text", serif;
color:#043608;
font-size: 1.1rem; margin:0px; 
}
.top1   {  display: grid;  grid-template-columns: 1fr  1fr; margin: auto; justify-items:center; align-items:center; grid-column-gap:20px;
	background-color: #1A2841; color:#fff; padding: 15px 0px;
	font-size: 0.71rem;
    border-bottom: 2px solid green;
}
@media only screen and (max-width: 618px) {
 .top1 {grid-template-columns: 1fr;}
}

.tabla_main {
display: grid;
align-items:center;
padding: 50px;
 
width: 1300px;
color:#000;
margin:auto;
border:0px solid #ccc;
border-radius: 0px;
text-align: left;
}
@media only screen and (max-width: 618px) {
.tabla_main {width: 100%;}
}
	


.ftx a, .ftx a:link, .ftx a:visited {text-decoration: none; color:white;}
.ftx a:hover {text-decoration: none; color:skyblue;}

.telbox_pre {
background-color: #084f6e;
display: grid;
align-items: center;
justify-items: center;
width: 100%;
margin: auto;

text-align: justify;
padding: 8px ;

}

.telbox_T{
font-size: 0.9rem;
color: #ffffff;
letter-spacing: 10px;
text-shadow: 1px  1px 2px rgba(0, 0, 0, 0.6);
}
 .telbox{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr ; 
justify-items:center; 
align-items:center; 
grid-column-gap:40px;
color: #ffffff;
font-size: 1.1rem;
font-weight: 500;

text-shadow: 1px  1px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 618px) {
.telbox {grid-template-columns:  1fr 1fr;}
}


/* Capa de superposición */
@keyframes moverFondo {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}

@keyframes moverFondo {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.slider-seccion {
    background-image: url("images/zacate.jpg");
    background-size: cover;
    background-repeat: repeat-x;
    background-position: 0% 50%;
    animation: moverFondo 10s linear infinite;

    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    border-top: 2px solid red;
}
/* Capa de superposición */
.slider-seccion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-color: rgba(0,0,0,0.4);
    z-index: 2;
}
/* Contenedor de elementos centrados */
.ley {
    z-index: 10000;
    text-align: center;
    display: grid;
    width: 100%;
    max-width: 1300px;  /* Evita que se expanda demasiado en pantallas grandes */
    grid-template-columns: repeat(4, 1fr); /* 4 columnas */
    grid-column-gap: 25px;
    position: absolute;
    bottom: -60px; /* Separación pequeña del borde inferior */
}
/* Estilos de las tarjetas */
.ley2 {
    background: linear-gradient(180deg, rgba(8, 79, 110, 1)0%, rgba(35,142,0,0.5) 20%, rgba(255,188,0,1) 80%);
    width: 100%;
    height: 250px;
    border: 1px solid #fff;
    border-radius: 15px 15px 12% 12%;
    text-align: center;
    padding: 50px 0px 0px 0px;
    color: white;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    line-height: 30px;
}

/* Responsive: En pantallas pequeñas cambia a una sola columna */
@media only screen and (max-width: 618px) {
    .ley {
        display: none;
    }
   
}


















.ley-responsive {
        display: none;
    }

/* Responsive: En pantallas pequeñas cambia a una sola columna */
@media only screen and (max-width: 618px) {
    .ley-responsive {
    	display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 100%; 
        position: static;
        justify-items:center;
        grid-gap: 20px;
        margin-top: 50px;
    }

.ley2-responsive {
    background: linear-gradient(180deg, rgba(8, 79, 110, 1)0%, rgba(35,142,0,0.5) 50%,  rgba(255,188,0,1) 80%);
    width: 96%;
    height: 250px;
    border: 1px solid #fff;
    border-radius: 15px 15px 12% 12%;
    text-align: center;
    padding: 30px 0px 0px 0px;
    color: white;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    line-height: 30px;
}
.zaca1-responsive{margin-top: 25px;}

   
}













.info1-sec { margin-top: 0px;  display: grid;  grid-template-columns: 1fr 1fr ;   align-items:self-start; grid-column-gap:60px;
}



.info1 { margin-top: 100px;  display: grid;  grid-template-columns: 1fr 1fr ;   align-items:self-start; grid-column-gap:60px;
}
@media only screen and (max-width: 618px) {

.info1 {grid-template-columns: 1fr; width: 100%; margin: auto;}
.info1-sec {grid-template-columns: 1fr; width: 100%; }
}
.imginfo1 {
width: 600px;
margin:auto;
border:5px solid #fff;
border-radius: 80px 10px 10px 10px;
box-shadow: 0 0 10px rgb(0, 0, 0, 0.4);

}
.int1 {
color:#043608;
margin:0;
border:0px solid #ccc;
border-radius: 0px;
text-align: justify;
text-transform: uppercase;
font-weight: 600;
font-size: 1.2rem;
margin-bottom: 10px;
letter-spacing: -1.2px;
}

.int2 {
	font-family: "DM Serif Text", serif;
color:#043608;
margin:0;
border:0px solid #ccc;
border-radius: 0px;
text-align: justify;
font-size: 2.5rem;
font-weight: 500;
line-height: 38px;
}
.cienporciento{width: 100%;}

.info2 { margin-top: 100px;  display: grid;  grid-template-columns: 1fr 1fr ;   align-items:center; grid-column-gap:10px;
}
.img2noshow{display: grid;}
.img3noshow{display: none;}
@media only screen and (max-width: 618px) {
.info2 {grid-template-columns: 1fr; width: 100%; margin: 50px auto;}
.imginfo1 {width: 100%; margin-top: 20px; border-radius: 10px 10px 10px 10px;}

.img2noshow{display: none; margin-top:50px;}
.img3noshow{display: grid;}
.img4noshow{margin-top: 40px;}
.int1 {
 
text-align: center;
}

.int2 {
     
font-size: 2.5rem; text-align: center; margin-bottom: 20px;
}

}

.bord1 {border-left: 3px solid #043608; padding-left: 30px;}

.tiposg {   display: grid;  grid-template-columns: 1fr 1fr  1fr ;   align-items:center; grid-gap:30px; width: 1300px; margin-bottom: 50px;
}
@media only screen and (max-width: 618px) {
.tiposg {grid-template-columns: 1fr; width: 100%; grid-gap:30px;}
}
.servicios {
	font-family: "DM Serif Text", serif;
	color:#043608;
	font-size: 3rem;
display: grid;
align-items: center;
justify-items: center;

width: 100%;

margin: 100px auto 20px auto;
}
@media only screen and (max-width: 618px) {
.servicios {
   
    font-size: 2.5rem;
text-align: center;

margin: 0px auto 20px auto;
}
}

.tipo {
background-color: #E7F4E9;
display: grid;
align-items: center;
justify-items: center;
height: auto;
width: 100%;
color:#000;
margin: auto;
border: 4px solid #fff;
border-radius: 12px;
box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
text-align: justify;
padding: 40px ;
}
@media only screen and (max-width: 618px) {
.tipo {
width: 100%; 
}
}



.tipoimg {
    background-position: center;
    text-align: center;
    background-size: cover;
    height: 220px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;  /* Centra verticalmente */
    border:1px solid #ccc;
    border-radius: 12px;
}

/* Contenedor de la bolita */
.bol {
    z-index: 10000;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    position: absolute;
    bottom: 0; /* Ubicación en la parte inferior */
    left: 50%; /* Lo mueve al centro del contenedor padre */
    transform: translateX(-50%); /* Lo centra horizontalmente */
    width: 100px; /* Ajuste para que no sea demasiado grande */
    height: 100px;
    background-color: transparent; /* O puedes colocar un color si lo necesitas */
    margin-bottom: -55px;
}

/* La bolita */
.bol_in {
    background-color: #21570f;
    width: 110px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -2px;
}
.bolT{text-align: center; 
font-family: "DM Serif Text", serif; font-weight: 900; color: #21570f; margin-top: 70px; font-size: 1.5rem;}

.bolboton {
background-color: #21570f;
display: inline-grid;
align-items: center;
justify-items: center;
height: 50px;
width: 100%;
color:#fff;
margin:20px  auto 0px auto;
border: 0px solid #ccc;
border-radius: 8px;
text-shadow: 0 0 10px rgb(0, 0, 0, 1.0);
text-align: justify;
}
.bolboton:hover {
background-color: #16360C;
display: inline-grid;
align-items: center;
justify-items: center;
height: 50px;
width: 100%;
color:#fff;
margin:20px  auto 0px auto;
border: 0px solid #ccc;
border-radius: 8px;
text-shadow: 0 0 10px rgb(0, 0, 0, 1.0);
text-align: justify;
}

.zaca1{ display: grid; text-align: center; width: 100%; width: 100px; margin: 40px auto 0px auto;}
  





  .highlight {
           
            font-weight: 500;
        }


        .tema {
        display: flex;
        align-items: center;
        justify-items: center;
        height: auto;
        color:rgba(255,255,255, 0.9);
        margin: auto;
        border-radius: 0px;
        text-shadow: 0 0 10px rgb(0, 0, 0, 1.0);
        text-align: justify;
        font-size: 2.5rem;
        font-weight: 500; 
        z-index: 1100;
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.3);
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 12px;
        padding: 10px 20px;
        letter-spacing: -1px;
        z-index: 900;
        }



@media only screen and (max-width: 618px) {
 .tema {
        display: flex;
        align-items: center;
        justify-items: center;
        height: auto;
        color:rgba(255,255,255, 0.9);
        margin: auto;
        border-radius: 0px;
        text-shadow: 0 0 10px rgb(0, 0, 0, 1.0);
        text-align: center;
        font-size: 2rem;
        font-weight: 500; z-index: 1100;
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.3);
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 12px;
        padding: 10px 20px;
        letter-spacing: -1px;
        }
}








        .W{
display: grid;/*cada input2 tiene el ancho de las celtas*/
grid-column-gap:0px;
width: 100%;
margin-bottom:0px;

}
.W1{ display:grid; align-items:center;  
    padding:6px 0px 6px 12px; 
    border-radius:4px  0px 0px 4px; 
    border:0px;}
.W2{ 
    display:grid; 
    align-items:center;  
    width: 100%; 
    color:#000; 
    letter-spacing:0px; 
    margin-top: 5px;
    font-size: 16px !important; 
    font-weight:300; 
}
.W3{ 
    display:block; 
    width: 100%; 
}
.W4{ 
    display:block; 
    font-size:12px; 
    padding:10px 0px 0px 4px; 
    color:#CCC; 
}
.W4:hover{ 
    display:block;  
    float:left; 
    font-size:14px; 
    padding:10px 0px 10px 4px; 
    color:#000; 
    cursor:pointer;
}
.campoW {
    margin: 0px;    
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    
    height:40px;
    font-size:14px;
    padding:4px 9px 4px 9px;
    background-color:#f2f2f22;
    -webkit-appearance: none;
    text-align:left;
    color: #666;
    font-family: inherit;
    transition:  0.5s;
    outline:0px;
    width: 100%;

}
.campoW:hover {
    font-family: inherit;
 
    box-sizing: border-box;
    border: 1px solid #666;
 
  
    padding:4px 9px 4px 12px;
    background-color: #f2f2f2;
    -webkit-appearance: none; 
    color: #666
    transition:  0.15s;
    outline:0px;
}
.campoW:focus {
    font-family: inherit;
    color: #008E00;
    -webkit-appearance: none;
    background-color: #f4f4f4;
    padding:4px 9px 4px 15px;
    transition:  0.15s;
    outline:0px;
    border: 1px solid #666;

}
.campoW::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--PHcampoW); font-size:var(--campo_letra_sizeW);
}
.campoW::-moz-placeholder { /* Firefox 19+ */
  color: var(--PHcampoW); font-size:var(--campo_letra_sizeW);
}
.campoW:-ms-input-placeholder { /* IE 10+ */
  color: var(--PHcampoW); font-size:var(--campo_letra_sizeW);
}
.campoW:-moz-placeholder { /* Firefox 18- */
  color: var(--PHcampoW); font-size:var(--campo_letra_sizeW);
}

@media only screen and (max-width: 718px) {
 .W{
     grid-template-columns: 1fr !important;
     width: 100%;
     margin: auto;
}
    .W2{ 
    display:grid;
    align-items:center;  
    width: 100%; 
    color:var(--W2letra); 
    background:var(--W2);
    letter-spacing:var(--campo_letra_spaceW); 
    height:var(--campo_heightW);
    padding:6px 0px 6px 12px;   
    font-size: var(--W2size); 
    border-radius:var(--esquinaW) var(--esquinaW) 0 0;
    border:1px solid var(--W2borde);  
    border-bottom: 0px;
    }
    
.campoW {
    
    border-radius:  0 0 var(--esquinaW) var(--esquinaW);
    box-sizing: border-box;
    border: 1px solid var(--campoWborde);
    border-top: 0px;
    width: 100%;
    margin-bottom: 10px;
    border-left: 1px solid var(--campoWborde);
}
.campoW:hover {
    color: var(--campoWoverletra);
    border: 1px solid var(--campoWoverborde);
    font-family: inherit;
    border-radius:  0 0 var(--esquinaW) var(--esquinaW);
    box-sizing: border-box;
    border-top: 0px;
    padding:4px 9px 4px 9px;
    -webkit-appearance: none; 
    transition:  0.2s;
    outline:0px;
}
.campoW:focus {
    color: var(--campoWfocusletra);
    border: 1px solid var(--campoWfocusborde);
    font-family: inherit;
    -webkit-appearance: none;
    border-radius:  0 0 var(--esquinaW) var(--esquinaW);
    background-color: #ffff;
    border-top: 0px;
    padding:4px 9px 4px 9px;
    transition:  0.2s;
    outline:0px;

    
}   
}

.contabox {  display: grid;  grid-template-columns: 1fr 1fr 1fr; justify-items:center; align-items:flex-start; grid-column-gap:80px; margin-top: 70px;
}
@media only screen and (max-width: 618px) {
.contabox {grid-template-columns: 1fr; grid-gap:40px; }
}
.contabox1 { display: grid;
background-color: #bad5bf;
display: grid;
align-items: flex-start;
justify-items: center;
height: 100%;
width: 100%;
color:#000;
font-weight:500;
letter-spacing: -1px;
margin: 0 auto;
border: 3px solid #fff;
border-radius: 15px;
box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
text-align: center;
padding: 20px 50px;
}



.escalonadobox { display: inline-flex; margin-bottom: 0px; margin-top: -60px; width: 100%;}
a.escalonado {
display: inline-flex;
align-items: center;
justify-items: center;
color:#000;
text-decoration: none;
text-align: justify; margin-right: 5px;
font-size: 0.7rem;
}

a.escalonado:hover {
color:#049;
text-decoration: none;
text-align: justify; margin-right: 5px;
font-size: 0.7rem;
text-decoration: underline;
}






.puntos{border-bottom: 1px dotted #ccc; margin-bottom: 30px; height: 1px;}
