/* cartas paquete */
.padrepaquetes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: #003470;
    color: white;
    flex-wrap: wrap;
}

.padrepaquetes h2{
    font-size: 20px;
}

.hijopaquete {
    width: 100%;
    display: flex;
    flex-direction: row;
    color: white;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.hijopaquete h2{
    font-size: 20px;
}
.paquete {
    width: 300px;
    display: flex;
    flex-direction: column;
    color: white;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px;
    border: 2px solid white;
    padding: 20px;
}
.paquete form{
    text-align: center;
}
.paquete form ul{
    padding-left: 40px !important;
}
ul {
    list-style-type: none;
    padding-left: 0 !important;
}

li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

li svg {
    margin-right: 5px;
}

li span {
    display: none;
}
.servicio1 {
    background: #3E7FAC;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #55A0CF;
}

 .botonloquiero {
    background: #4EB1DA;
    width: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #55A0CF;
    color: white;
}
.servicio3 {
    background: #4E8F77;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #73D855;
}

.botonloquiero1 {
    background: #003470;
    width: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #003470;
    color: white;
}
.botonloquiero1:hover {
    background: white;
    width: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #003470;
    color: #003470;
}
.servicio2 {
    background: #1F4D81;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #003470;
}

.botonloquiero2 {
    background: #73D855;
    width: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #73D855;
    color: white;
    transition: all ease 1s; 
}
.botonloquiero2:hover {
    background: white;
    width: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #73D855;
    color: #000000;
}
/* Procesos */
.proceopadre {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 50px;
    flex-wrap: wrap;
}

.proceopadre h2 {
    color: #003470;
    font-size: 25px;
}
.dot {
    height: 20px;
    width: 20px;
    background-color: #4EB1DA;
    border-radius: 50%;
    display: inline-block;
  }

.procesohijo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}
hr.new4 {
    border: 1px solid rgb(190, 187, 187);
  }
.tituloproceso {
    width: 250px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 15px;
}

.tituloproceso h2 {
    color: black;
    font-size: 19px;
}

.tituloproceso p {
    color: #A7A7A7;
}

/* seccion ia */
.iapadre {
    width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    color: #003470;

}
.iapadre p{
font-size: 20px;
}
.iahijo {
    width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;

}

.iahijo img {
    width: 400px;
    height: auto;
}
.cuadroverdeia{
    width: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #D4F5DA;


    padding: 10px;
    border-radius: 30px;
    border: 2px solid #27CF45;
    color: black;
}
.textoia {
    width: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    color: black;
    padding-left: 10px;
}
.textoia h2{
font-size: 17px;
}
.textoia p{
    font-size: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
.textoolvides {
    width: 100%;
    text-align: center;
    font-size: 30px;
}

/*  contador */
.content1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;

}

/* seccion contador */
.padreazul {
    background: #003470;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px;
}

.value {
    font-size: 60px;
    display: block;
    font-weight: bold;
    color: #ffffff;
}

.contendorcount {
    text-align: center;
    color: white;

}
.contendorcount p{
    font-size: 20px;

}
.comnetariospadre {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 20px;

}

.comentarioindividual {
    width: 380px;
    height: 130px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
    background: #3E7FAC;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #55A0CF;
    margin: 15px;

}

.comentarioindividual img {
    width: 50px;
}

.textocomentario {
    width: 300px;
    padding-left: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}
.textocomentario h2{
    font-size: 18px;
}
.textocomentario p{
    font-size: 12px;
}
.mensaje-carrito{
	border-radius: 10px;
	margin-top:10px;
	background-color: #73d855;
	width: 150px;
	height: 115px;
	text-align: center;
	padding: 10px;
	display: none;
    color:black;
}
@media (max-width: 767px) {
    .padrepaquetes{
     padding: 10px;
    }
    .centro{
        display: none !important;
    }
    .cuadroverdeia{
        width: 100%;
    }
    .iapadre{
        padding: 10px;
    }
    .iahijo{
padding: 0px;
    }
    .iahijo img {
        width: 70%;
        height: auto;
    }
    .content1{
flex-direction: column;
    }
    .textocomentario {
        width: 240px;
    }
}
