.elementor-8190 .elementor-element.elementor-element-32c061d{--display:flex;--background-transition:0.3s;}.elementor-8190 .elementor-element.elementor-element-32c061d:not(.elementor-motion-effects-element-type-background), .elementor-8190 .elementor-element.elementor-element-32c061d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#5628AB;}.elementor-8190 .elementor-element.elementor-element-32c061d, .elementor-8190 .elementor-element.elementor-element-32c061d::before{--border-transition:0.3s;}.elementor-8190 .elementor-element.elementor-element-35db4c5 .elementor-tab-title, .elementor-8190 .elementor-element.elementor-element-35db4c5 .elementor-tab-title:before, .elementor-8190 .elementor-element.elementor-element-35db4c5 .elementor-tab-title:after, .elementor-8190 .elementor-element.elementor-element-35db4c5 .elementor-tab-content, .elementor-8190 .elementor-element.elementor-element-35db4c5 .elementor-tabs-content-wrapper{border-width:1px;}.elementor-8190 .elementor-element.elementor-element-35db4c5 .elementor-tab-title.elementor-active,
					 .elementor-8190 .elementor-element.elementor-element-35db4c5 .elementor-tab-title.elementor-active a{color:#FF6600;}.elementor-8190 .elementor-element.elementor-element-0696b9b{--display:flex;--background-transition:0.3s;}.elementor-8190 .elementor-element.elementor-element-0696b9b:not(.elementor-motion-effects-element-type-background), .elementor-8190 .elementor-element.elementor-element-0696b9b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#5628AB;}.elementor-8190 .elementor-element.elementor-element-0696b9b, .elementor-8190 .elementor-element.elementor-element-0696b9b::before{--border-transition:0.3s;}.elementor-8190 .elementor-element.elementor-element-dfd4fd5 .elementor-swiper-button{font-size:20px;}/* Start custom CSS for tabs, class: .elementor-element-35db4c5 *//* Estilo para las caracteristicas del pokemon */
.parent-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 200px 40px 200px
}

.child-div {
    border: 2px solid white;
    padding: 5px 0px;
    margin: 0px 35px 0px 35px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    min-width: 80px; 
}

.child-div:first-child {
    margin-left: 80px; /* Eliminar margen izquierdo del primer elemento */
}

.child-div:last-child {
    margin-right: 80px; /* Eliminar margen derecho del último elemento */
}

.child-div:first-child {
    margin-right: 0px; /* Eliminar margen izquierdo del primer elemento */
}

.child-div:last-child {
    margin-left: 0px; /* Eliminar margen derecho del último elemento */
}

@media (max-width: 767px) {
    .parent-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0px 0px 20px 0px
}

.child-div {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border: 2px solid white;
    padding: 5px 0px;
    margin: 0px 5px 10px 5px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    min-width: 80px; 
}

.child-div:first-child {
    margin-left: 0px; /* Eliminar margen izquierdo del primer elemento */
}

.child-div:last-child {
    margin-right: 0px; /* Eliminar margen derecho del último elemento */
}

.child-div:first-child {
    margin-right: 10px; /* Eliminar margen izquierdo del primer elemento */
}

.child-div:last-child {
    margin-left: 10px; /* Eliminar margen derecho del último elemento */
}
}

/* Estilo para las caracteristicas del pokemon en tamano de tablet*/
@media (max-width: 1024px) {
    .parent-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0px 0px 20px 0px
}

.child-div {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border: 2px solid white;
    padding: 5px 0px;
    margin: 0px 20px 10px 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    min-width: 80px; 
}

.child-div:first-child {
    margin-left: 20px; /* Eliminar margen izquierdo del primer elemento */
}

.child-div:last-child {
    margin-right: 20px; /* Eliminar margen derecho del último elemento */
}

.child-div:first-child {
    margin-right: 20px; /* Eliminar margen izquierdo del primer elemento */
}

.child-div:last-child {
    margin-left: 20px; /* Eliminar margen derecho del último elemento */
}
}/* End custom CSS */